*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** nash_ has joined #tp | 00:03 | |
*** alanp has quit IRC | 00:03 | |
Greywhind | tansell: ping? | 00:13 |
---|---|---|
tansell | Greywhind, pong | 00:13 |
Greywhind | tansell: http://codereview.mithis.com/4001 | 00:14 |
tpb | Title: Issue 4001: Fixed method of determining when to show "you have no objects" warning for tp04. - Code Review (at codereview.mithis.com) | 00:14 |
* llnz wonders about the strange issue number assignment from the codereview software | 00:17 | |
Greywhind | ^ | 00:17 |
tansell | llnz, it is a bit weird | 00:20 |
tansell | for some reason greywhind's versions are going up by the thousands | 00:20 |
llnz | hehe | 00:21 |
*** nash has quit IRC | 00:21 | |
llnz | bbl | 00:32 |
*** llnz has quit IRC | 00:32 | |
*** alanp_ is now known as alanp | 00:51 | |
*** llnz has joined #tp | 01:37 | |
*** llnz has quit IRC | 01:54 | |
*** llnz has joined #tp | 01:57 | |
*** peres has joined #tp | 02:04 | |
*** Greywhind has quit IRC | 03:13 | |
*** jnengland77 has quit IRC | 03:18 | |
*** nash_ has quit IRC | 03:21 | |
*** greenlion has joined #tp | 04:17 | |
matthewd | tote: You around? | 05:18 |
tote | matthewd: morning :) | 05:38 |
matthewd | Hi :) | 05:45 |
matthewd | So, I guess firstly, how do you think you're progressing relative to your schedule? | 05:46 |
tote | matthewd: very good actually, the only thing im missing from the schedule is a list of all the objects and a simple search for those objects :) | 05:49 |
matthewd | Yeah, it's looking pretty good | 05:57 |
tote | matthewd: im actually suprised, i usually dont follow schedules this good :) | 05:58 |
tansell_laptop | tote, so are we going to get a download progress bar? | 06:33 |
tote | tansell_laptop: not sure how to make one, need some researching, but ill add it to the wishlist :) | 06:36 |
*** anphi1 has joined #tp | 06:38 | |
*** anphi1 has left #tp | 06:38 | |
mithro | tote: btw have you looked at pyjamas? | 06:45 |
*** peres has quit IRC | 06:49 | |
tote | mithro: reading about it now, it does seems pretty cool, but i like to separate my languages, it looks so bad when writting a language inside another language, and i really got no problem writing js | 06:57 |
*** peres has joined #tp | 07:26 | |
*** mithro has quit IRC | 07:28 | |
tote | anything else we need to discuss today right now? else im off to make some food | 07:31 |
matthewd | Hrmm... don't think so; your blog post is quite detailed about specific progress. | 07:39 |
tote | okey, then im off, back in an hour or so | 07:47 |
* llnz wanders off | 08:12 | |
llnz | later all | 08:12 |
*** llnz has quit IRC | 08:12 | |
*** mithro has joined #tp | 08:28 | |
epyon | :D | 09:07 |
shenki | mithro: have you written anything using pyjamas? | 09:10 |
epyon | Which headers should ho to headers and which to noinst_? | 09:55 |
*** bddebian has joined #tp | 10:02 | |
*** alanp_ has joined #tp | 10:22 | |
epyon | Is there some blog on the web-client? | 10:23 |
tote | epyon: ye, jbohman.se (not that intresting blog tho :P) | 10:25 |
epyon | tote: you're the one responsible? :P | 10:25 |
tote | epyon: yep :) | 10:25 |
CIA-46 | epyon tpserver-cpp-refactor * r018f663013bb /tpserver/ (frame.cpp frame.h): Preliminary refectoring of Frame class | 10:33 |
*** mhilmi has joined #tp | 10:39 | |
tote | i got a git question, say that i are coding a new feature, and i find a fix, how could i in the same repository only push that fix but still have my new feature in the code but not commited yet? | 10:57 |
Landon | git stash I think | 10:57 |
Landon | and then once you commit it `git stash pop` | 10:57 |
Landon | or something like that | 10:58 |
* Landon would recommend googling before following my advice though | 10:58 | |
ezod | tote: like, you're working on foo.c but haven't committed anything, you fix something in bar.h, you want to push the fix to bar.h immediately but keep working on foo.c? | 10:59 |
ezod | for that, you could do git add bar.h to only stage bar.h, then commit and push | 11:00 |
tote | ezod: makes sense, and if its the same file i use git stash? | 11:02 |
ezod | tote: yeah i guess you'd need to if it's in the same file | 11:02 |
tote | great, from now on my commits should be bit more structured :) | 11:04 |
Landon | git stash is pretty much a temporary branch | 11:04 |
CIA-46 | epyon tpserver-cpp-refactor * r62a2e75a1b73 /tpserver/ (connection.cpp connection.h): | 11:05 |
CIA-46 | Basic Connection class refactor | 11:05 |
CIA-46 | * Doxyfication and style cleanup | 11:05 |
CIA-46 | * Removal of unused headers | 11:05 |
*** peres has quit IRC | 11:07 | |
*** alanp__ has joined #tp | 11:32 | |
epyon | BTW, why doesn't mysqlpersistence build on tpserver? | 11:44 |
*** alanp_ has quit IRC | 11:46 | |
CIA-46 | epyon tpserver-cpp-refactor * rf742818246b2 /tpserver/ (13 files): Connection status now an enum | 11:46 |
*** alanp__ is now known as alanptop | 11:51 | |
CIA-46 | epyon tpserver-cpp-refactor * rca37aa9e3c5a /tpserver/ (4 files): Removed dangerous setFD methods, also moved to private | 12:16 |
CIA-46 | epyon tpserver-cpp-refactor * rcc7074ec162d /tpserver/ (9 files): | 12:16 |
CIA-46 | Protection cleanup of Admin and Player connections | 12:16 |
CIA-46 | * removal of setFD | 12:16 |
CIA-46 | * blocking/removal of non-fd-based constructors | 12:16 |
CIA-46 | epyon tpserver-cpp-refactor * ra49b4ff4f8fa /tpserver/ (4 files): | 12:56 |
CIA-46 | Player Connection refactoring | 12:56 |
CIA-46 | * connection has explicit fd taking constructor | 12:56 |
CIA-46 | * playerconnection cleanups | 12:56 |
CIA-46 | * playerconnection has sendFail method | 12:56 |
CIA-46 | epyon tpserver-cpp-refactor * r18444a6cbdc1 /tpserver/ (logging.h playerconnection.cpp): Logging upgrade on PlayerConnection | 13:27 |
*** peres has joined #tp | 13:36 | |
tote | is there a list of all tp-gsoc blogs somewhere? :) | 13:51 |
alanptop | don't think so? | 13:56 |
tote | oh well, if any gsoc ppl reading this, link your blog! | 14:00 |
alanptop | alanp.ca/blog | 14:05 |
epyon | http://tp.chaosforge.org | 14:06 |
tpb | Title: Thousand Parsec - GSoC 2009 (at tp.chaosforge.org) | 14:06 |
epyon | tote: what about you? | 14:07 |
tote | jbohman.se | 14:08 |
alanptop | was he in ghosts busting in her too? | 14:08 |
alanptop | wrong chan | 14:08 |
tote | and the web client up and running can be found at: http://test.jbohman.se/ | 14:10 |
tpb | Title: Thousand Parsec Web Client (at test.jbohman.se) | 14:10 |
alanptop | is web client tp04 spec? | 14:10 |
epyon | alanptop: without context that sounded.... :P | 14:10 |
alanptop | epyon: it may be even worse with context, haha | 14:11 |
epyon | xD | 14:11 |
epyon | O.o | 14:11 |
tote | alanptop: nope its using libtpproto-py and libtpclient-py which is tp03 (atleast i think those are tp03) | 14:11 |
* alanptop worried that no clients will work with his ruleset | 14:12 | |
alanptop | well, not my ruleset, but the one i am working on :P | 14:12 |
tote | is someone working on tp04? | 14:12 |
epyon | alanptop: mtsec? | 14:13 |
alanptop | yes | 14:13 |
alanptop | tote: i think that Greywhind is working on moving pywx to tp04 | 14:13 |
alanptop | in MTSec, it should be possible to build ships with different components | 14:13 |
alanptop | there is no interface to do this in the current clients :( | 14:14 |
epyon | tote, the test page doesn't load :/ | 14:14 |
alanptop | epyon: loads for me | 14:14 |
epyon | I see only a starfield and loading page :/ | 14:14 |
alanptop | weird | 14:15 |
alanptop | which client? | 14:15 |
epyon | yeah, works now | 14:15 |
alanptop | browser, i mean | 14:15 |
alanptop | ah | 14:15 |
epyon | any host I can fill in? | 14:15 |
alanptop | i was trying to remember the test server address | 14:15 |
alanptop | demo1.thousandparsec.net | 14:16 |
tote | demo1.thousand... | 14:16 |
tote | :P | 14:16 |
epyon | I like the UI visuals, tote, looks pro :) | 14:16 |
alanptop | yeah they're good | 14:17 |
epyon | on the login screen :P | 14:17 |
epyon | make the rest of the app look like it | 14:17 |
tote | yep thats the idea :) | 14:17 |
epyon | and if need be, I can supply icons/ships | 14:18 |
tote | cool, that surely will be needed later on (im not good in photoshop) :D | 14:18 |
alanptop | somebody posted a link to an "open icon set" on hacker news not long ago | 14:20 |
alanptop | not sure how useful it would be here though | 14:20 |
tote | alanptop: got a link? | 14:25 |
alanptop | news.ycombinator.com | 14:25 |
alanptop | i don't think there is a search function | 14:25 |
tote | :/ | 14:28 |
* alanptop deleted the rss link | 14:28 | |
alanptop | can't find it | 14:28 |
*** tuna-fish has joined #tp | 14:46 | |
*** peres has left #tp | 14:49 | |
*** Greywhind has joined #tp | 15:01 | |
*** alanptop has quit IRC | 15:03 | |
alanp | re | 15:47 |
*** Erroneous has joined #tp | 15:52 | |
*** llnz has joined #tp | 16:07 | |
CIA-46 | joelboh tpclient-pyweb * r11d6620af698 /frontend/scripts/map.js: Frontend: Added an event handler. | 16:12 |
llnz | epyon: Line 57 in playerconnection.cpp could result in a segfault | 16:19 |
llnz | sendFrame takes ownership of the passed frame and will free it when ready | 16:19 |
epyon | llnz, ah yeah, true, didn't look close enough | 16:20 |
epyon | however there are big issues with ownership there -_- | 16:21 |
llnz | autoptr or similar would catch that sort of thing | 16:21 |
llnz | frame is some of the oldest code in the server | 16:21 |
epyon | I will be moving everything to shared_ptr anyway | 16:21 |
llnz | cool | 16:23 |
llnz | ah, that was the one i was trying to think of | 16:23 |
CIA-46 | epyon tpserver-cpp-refactor * r753147b7b78c /tpserver/playerconnection.cpp: Fix for potential segfault | 16:23 |
epyon | auto_ptr is waaay to risky to be used -- too many pitfalls | 16:24 |
* epyon thinks it should be removed from the standard, and replaced with scoped_ptr | 16:24 | |
alanp | heh, i need to work on my boostfu | 16:25 |
*** mhilmi has quit IRC | 16:42 | |
*** bddebian has quit IRC | 17:27 | |
CIA-46 | joelboh tpclient-pyweb * rba13c29f7a15 /frontend/ (index.html scripts/map.js): Frontend: Moved page-ready function to index.html to make way for unit tests. | 17:43 |
alanp | llnz: thanks for the quick reply | 17:44 |
llnz | alanp: no prob | 17:44 |
alanp | the way I was discussing it with ezod, a ship can be built in various configurations that would allow you to have multiple tubes/racks/armor/colonosation based on size of the ship | 17:46 |
alanp | sound about right? | 17:46 |
llnz | yes | 17:49 |
alanp | ok cool thx | 17:49 |
CIA-46 | joelboh tpclient-pyweb * r85a48fe0e200 /frontend/scripts/map.js: Frontend: Event handler now supports objects. | 18:23 |
*** alanp has quit IRC | 18:24 | |
*** alanp has joined #tp | 18:28 | |
alanp | ack | 18:30 |
alanp | screens are backwards | 18:30 |
alanp | how do i fix | 18:30 |
alanp | nm easy option | 18:30 |
*** alanp has quit IRC | 18:37 | |
*** alanp has joined #tp | 18:39 | |
*** alanp has quit IRC | 18:44 | |
*** alanp has joined #tp | 18:45 | |
*** nash has joined #tp | 19:10 | |
*** mhilmi has joined #tp | 19:20 | |
*** greenlion has quit IRC | 19:27 | |
*** mithro has quit IRC | 19:36 | |
*** tuna-fish has quit IRC | 19:41 | |
CIA-46 | joelboh tpclient-pyweb * rfe6c4a9c3464 /frontend/scripts/map.js: Frontend: Refactoring draw ui function because of new event handler. | 19:42 |
tansell_laptop | morning people | 20:19 |
alanp | hello | 20:26 |
Landon | hello | 20:28 |
Greywhind | hello | 20:28 |
* Landon imagines a barbershop... quartet-1 | 20:29 | |
alanp | haha | 20:29 |
Greywhind | heh | 20:30 |
Greywhind | i did too | 20:30 |
Greywhind | hello (three steps higher) hello (three steps higher) hello | 20:30 |
CIA-46 | alanp tpserver-cpp-mtsec * r06b4fb7e2154 / (3 files in 2 dirs): Added Category ID to component importation. | 20:51 |
CIA-46 | alanp tpserver-cpp-mtsec * r67232e34cdbd /.gitignore: Undid deletion of .gitignore. | 20:52 |
Greywhind | tansell_laptop: ping? | 20:56 |
tansell_laptop | Greywhind, pong | 20:57 |
Greywhind | tansell_laptop: so... i'm trying to figure out how to translate the collapsible panel demo into what i need for panelInfo | 20:57 |
tansell_laptop | okay | 20:58 |
Greywhind | tansell_laptop: my first problem is that when i add a wx.lib.foldpanelbar.FoldPanelBar in XRCED, then start the game, it says something about not knowing what to do with an object tag that has wx.lib.foldpanelbar.FoldPanelBar | 20:58 |
Greywhind | 03:54:14 PM: No handler found for XML node 'object', class 'wx.lib.foldpanelbar.FoldPanelBar'! | 20:58 |
Greywhind | 03:54:14 PM: Error in resource. | 20:58 |
*** mhilmi has quit IRC | 20:59 | |
tansell_laptop | you'll probably need to do something like the other special objects | 21:03 |
tansell_laptop | see the extra directory | 21:03 |
tansell_laptop | in the __init__.py file | 21:03 |
Greywhind | ok | 21:04 |
tansell_laptop | also | 21:04 |
Greywhind | what am i looking for? | 21:04 |
*** tansell_laptop has quit IRC | 21:04 | |
tansell | take a look for example at the EditableBox stuff | 21:05 |
Greywhind | ah. i see. | 21:06 |
tansell | so I think it should work like order panels | 21:07 |
*** tansell-laptop has joined #tp | 21:07 | |
tansell-laptop | basically each parameter type has it's own XRC file | 21:08 |
*** bddebian has joined #tp | 21:10 | |
*** Arpman has joined #tp | 21:37 | |
Arpman | Hello - where can I find tp-netlib > 0.2.4 and tp-client > 0.3.1 ?? | 21:39 |
alanp | why is it that a missile tube doesn't specify a size? | 21:41 |
alanp | doesn't it need to? | 21:41 |
CIA-46 | joelboh tpclient-pyweb * r4d1c0d8a1ef6 /frontend/ (index.html scripts/map.js): Frontend: Refactored the map component. | 21:43 |
*** nash_ has joined #tp | 21:49 | |
*** nash has quit IRC | 21:49 | |
*** Greywhind has quit IRC | 21:58 | |
*** Greywhind has joined #tp | 21:58 | |
Arpman | argh STARS! locked up in WINE.... | 21:59 |
Arpman | Hello - where can I find tp-netlib > 0.2.4 and tp-client > 0.3.1 ?? | 21:59 |
CIA-46 | alanp tpserver-cpp-mtsec * rbfe5e60fdff5 /modules/games/mtsec/ (components.xml mtsec.cpp mtsec.h): Added namespace as per Ruleset guide. Added two more components from local. | 22:05 |
*** llnz2 has joined #tp | 23:07 | |
*** Erroneous has quit IRC | 23:12 | |
*** jnengland77 has joined #tp | 23:19 | |
*** llnz2_64 has joined #tp | 23:19 | |
* alanp makes blog entry | 23:23 | |
*** peres has joined #tp | 23:25 | |
*** llnz has quit IRC | 23:25 | |
*** llnz2 has quit IRC | 23:36 | |
tansell | Arpman, the website or download from bit | 23:40 |
tansell | alanp, my guess is oversight | 23:40 |
*** bddebian has quit IRC | 23:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!