*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** jmtan has quit IRC | 00:17 | |
llnz | brb, rebooting to linux | 00:37 |
---|---|---|
*** llnz has quit IRC | 00:37 | |
CIA-26 | landon tpclient-pyogre * r58c9c56e79ed / (media/battleviewer/gauss.material src/torpedo.py): Only one torpedo sent at a time | 01:19 |
CIA-26 | landon tpclient-pyogre * r49a7cd56f629 /src/ (battlemanager.py torpedo.py): Torpedos now go all the way and hold a lock for the correct period of time | 01:19 |
*** alanp_ has joined #tp | 01:20 | |
tansell | Landon, so? | 01:23 |
Landon | http://lfowles.org/images/battleviewer/torpedo.png | 01:31 |
tpb | <http://ln-s.net/3wO5> (at lfowles.org) | 01:31 |
Landon | going to see what other effects I can add onto it (a tail that looks more like an engine, should be easy to copy off of the engine files), an explosion when it gets to its destination | 01:32 |
shenki | watch out eve online. tp is coming. | 01:33 |
*** alanp has quit IRC | 01:35 | |
CIA-26 | alanp tpserver-cpp-mtsec * r9c292870ab0a /modules/games/mtsec/ (43 files): Moved every class to the MTSecRuleset namespace. | 01:38 |
CIA-26 | alanp tpserver-cpp-mtsec * rd48b52574609 /modules/games/mtsec/ (14 files): Removed all c-style casts. | 01:38 |
CIA-26 | alanp tpserver-cpp-mtsec * r5e59b7ccdd3d /modules/games/mtsec/ (avacombat.cpp avacombat.h): Replaced fleet1/2 with fleets[] | 01:38 |
alanp_ | that looks... pretty cool | 01:39 |
Landon | interesting | 01:43 |
Landon | just did a test run of what should have been a white fade to red engine tail | 01:44 |
Landon | I'm not quite sure I did it right | 01:44 |
Landon | turned out more of an attack of the pastels | 01:44 |
tansell | Landon, so that particle effect moves from one ship to another? | 01:44 |
Landon | yeah | 01:45 |
tansell | Landon, can you do the same with a model? | 01:45 |
tansell | (rather then a particle effect?) | 01:45 |
Landon | it'd require a different setup than that weapon | 01:46 |
Landon | since I'm not actually moving the node the effect is attached to | 01:46 |
Landon | but I think it'd be easy enough since I already have the ship moving code in | 01:46 |
tansell | Landon, do we have a moving node option? | 01:46 |
tansell | got a quick video of that effect too? | 01:46 |
Landon | not yet, I'll do that now | 01:47 |
cherez | Where's llnz when I need to ask protocol.xml questions? | 01:48 |
cherez | Grumble grumble. | 01:48 |
CIA-26 | landon tpclient-pyogre * rfdf905a9b597 /src/battlemanager.py: Contrary to some debugging messages I had, the torpedo weapon *is* functional now | 01:49 |
tansell | cherez, ask away maybe someone else can help you | 01:53 |
tansell | cherez, you can also compare it to libtpproto-py's tp04 branch right? | 01:54 |
cherez | I understand what the correct behavior is, but I don't believe that protocol.xml indicates it. | 01:54 |
Landon | tansell: http://www.youtube.com/watch?v=mvbEr46C0zY | 01:55 |
tpb | Title: YouTube - Battleviewer Torpedoes! (at www.youtube.com) | 01:55 |
cherez | Specifically, how can a program tell that a GetObjectIDs frame is supposed to expect an ObjectIDs frame back. | 01:55 |
*** Landon has quit IRC | 02:04 | |
Greywhind | tansell: did you get to look at print "This File now: ", thisfile | 02:13 |
Greywhind | tansell: err | 02:13 |
Greywhind | tansell: http://codereview.mithis.com/10002 | 02:13 |
tpb | Title: Issue 10002: Added threaded downloading, fixed up code in media.py - Code Review (at codereview.mithis.com) | 02:13 |
CIA-26 | alanp tpserver-cpp-mtsec * rce5470a0e8bc /modules/games/mtsec/tpserver-cpp-mtsec-gamedata.xml: Fixed issues with weapon design (scheme) | 02:26 |
Greywhind | tansell: http://img40.imageshack.us/img40/9271/screenshottpdownloads.png | 02:38 |
tpb | <http://ln-s.net/3wOg> (at img40.imageshack.us) | 02:38 |
Greywhind | tansell: look better? | 02:38 |
*** Demitar has joined #tp | 03:12 | |
*** landon has joined #tp | 03:21 | |
*** landon has quit IRC | 03:24 | |
*** Greywhind has quit IRC | 03:37 | |
*** llnz has joined #tp | 04:17 | |
llnz | alanp_: please merge from trunk for some bug fixes | 04:18 |
llnz | specifically to mysqlpersistence and autogen/libltdl | 04:34 |
*** nebaway is now known as nebajoth | 04:43 | |
* llnz wanders off | 04:46 | |
llnz | later all | 04:46 |
*** llnz has quit IRC | 04:46 | |
cherez | Decoding description frames by hand is not fun. :( | 04:56 |
*** nebajoth is now known as nebaway | 04:58 | |
tansell | cherez, why not use tp04 branch of libtpproto-py to help? | 05:03 |
cherez | I am, but I think I need to work this out by hand to figure out why my code is screwing this frame up. | 05:05 |
cherez | Well, that was embarrassing, as all programming mistakes are. | 05:24 |
tansell | cherez, oh? | 05:33 |
tansell | I spent 2 hours today chasing a comma | 05:33 |
cherez | Ouch. | 05:33 |
cherez | I forgot to write an unpack method for DescStructure. | 05:34 |
cherez | Gah, half the packets in protocol.xml are NounVerb, and half are VerbNoun. I know I was fixing it to be more consistent, but I don't remember which format I was using. | 05:37 |
tansell | Noun == Order ? | 05:41 |
tansell | Verb == Add/Remove/Change/etc.... | 05:41 |
tansell | They should be | 05:42 |
tansell | I think they should be OrderAdd, OrderDesc, Order, etc? | 05:42 |
cherez | Order and Object are in that order. Category, Design, in the other Message. | 05:43 |
cherez | Except "Get" gets special treatment and always precedes the noun. | 05:44 |
tansell | ? | 06:08 |
cherez | Packets that have Get in the name always have it at the start. | 06:18 |
tansell | why? | 06:20 |
tansell | OrderGet sounds pretty normal to me.... | 06:20 |
cherez | I don't know, but that's how it's written. | 06:21 |
tansell | I wouldn't be adverse to everything being NounVerb | 06:25 |
*** cherez has quit IRC | 06:52 | |
*** cherez has joined #tp | 06:55 | |
*** alanp has joined #tp | 08:52 | |
*** mithro has quit IRC | 09:01 | |
*** bddebian has joined #tp | 09:49 | |
*** DTRemenak has joined #tp | 09:53 | |
*** mithro has joined #tp | 10:09 | |
*** DTRemenak|RDP has quit IRC | 10:10 | |
*** jmtan has joined #tp | 10:34 | |
*** peres has joined #tp | 10:35 | |
CIA-26 | alanp tpserver-cpp-mtsec * r96743511f028 / (3 files in 3 dirs): Changed location of gamedata XML file. | 10:41 |
*** alanp has quit IRC | 11:03 | |
*** Landon has joined #tp | 11:05 | |
*** mithro has quit IRC | 11:12 | |
*** JLafont has quit IRC | 11:12 | |
*** peres has quit IRC | 12:11 | |
*** alanp has joined #tp | 12:22 | |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r4a5002c35d6a /daneel/dpyke.py: Dpyke.py: Added a class to extend the pyke.kwoledge_engine class. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * rd00cdaee3f48 /daneel/ (common.py rfts.py): | 12:41 |
CIA-26 | Implemented a picklable class called ParsecGameStore for storing gamestates. | 12:41 |
CIA-26 | Allows the entire knowledge_engine to be pickled. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r4d0d569ea3a4 /daneel_ai_profiler.py: Modified profiler to work with new storage class. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r4ae8efde7924 /daneel_ai.py: Modified daneel_ai.py to use new storage class. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r7984d7d6649c /daneel/util.py: | 12:41 |
CIA-26 | Moved all the utility functions to a seperate file. util.py, including | 12:41 |
CIA-26 | td-learning funcion. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r9944bb178426 /rules/ (parsec.krb rfts.krb risk.krb): updated RFTS, Risk and a general rule base file for pyke. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * red50820fd3ce / (daneel/risk.py rules/weights_risk_0.dat): Added support for risk to use weights to determine best moves. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r55e45125a811 / (11 files in 3 dirs): Removed unncessary files for pyke branch. | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r2d3957c3eb86 / (4 files): Updated requirements and replaced instances of daneel-ai with daneel_ai | 12:41 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * rd0a8c4ab3174 / (AUTHORS README TODO __init__.py): Updated AUTHORS, TODO, README | 12:41 |
*** jnengland77 has joined #tp | 12:43 | |
*** Greywhind has joined #tp | 13:06 | |
CIA-26 | alanp tpserver-cpp-mtsec * r7a7c21df9fee /AUTHORS: Added myself to the AUTHORS file as per Aaron | 13:13 |
CIA-26 | alanp tpserver-cpp-mtsec * r11ae51e7d72a /AUTHORS: | 13:13 |
CIA-26 | Revert "Added myself to the AUTHORS file as per Aaron" | 13:13 |
CIA-26 | This reverts commit 7a7c21df9fee817f3dfddbc28006d4fbf87f5e88. | 13:13 |
CIA-26 | mavrinac tpserver-cpp-mtsec * r104409969059 /AUTHORS: | 13:13 |
CIA-26 | Revert "Added myself to the AUTHORS file as per Aaron" | 13:13 |
CIA-26 | This reverts commit 7a7c21df9fee817f3dfddbc28006d4fbf87f5e88. | 13:13 |
CIA-26 | noegnud tpserver-cpp-mtsec * rbbb02f7f76dd /autogen.sh: | 13:13 |
CIA-26 | Added conditions to autogen.sh to check for glibtoolize if libtoolize is not available. This | 13:13 |
CIA-26 | will allow autogen.sh to work on Mac OS X, which calls it glibtoolize. | 13:13 |
CIA-26 | llnz tpserver-cpp-mtsec * r5491891d28ea /tpserver/main.cpp: | 13:13 |
CIA-26 | Added headers needed for MacOS (probably others too). | 13:13 |
CIA-26 | Thanks greywhind. | 13:13 |
alanp | oh god | 13:13 |
CIA-26 | llnz tpserver-cpp-mtsec * rc45a3d5a2c3d /configure.ac: | 13:14 |
CIA-26 | Pass the guile CFLAGS and LDFLAGS to the AC_CHECK_LIB for guile. | 13:14 |
CIA-26 | Should fix greywhind's MacOS configure issue. | 13:14 |
alanp | what did i just do | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * r3820bd41f1be /configure.ac: Fix the previous mistake in passing flags to the guile lib test. | 13:14 |
CIA-26 | epyon tpserver-cpp-mtsec * r9e5de1b4c034 /tpserver/referenceobjectparam.h: | 13:14 |
CIA-26 | Include guard fixed. | 13:14 |
CIA-26 | (also a test of commit access) | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * r138206c6edf7 /tpserver/ (4 files): | 13:14 |
CIA-26 | Added Media ObjectParameter to tpserver-cpp. | 13:14 |
CIA-26 | Had not yet been added. Needs users in the rulesets. | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * rf4d0ba84e4b2 /tpserver/game.cpp: | 13:14 |
CIA-26 | Updated default media base url. | 13:14 |
CIA-26 | We moved to subversion a while ago. | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * r438e8c4b425b /.gitignore: Added the docs directory to gitignore | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * rb5b35fda15cf /modules/games/minisec/ (10 files): | 13:14 |
CIA-26 | Pull out the ParameterGroupID and ParameterID values as constants in Minisec. | 13:14 |
CIA-26 | Should make adding media parameters easier. | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * rf9844cb0a6e2 /modules/games/minisec/ (6 files): | 13:14 |
CIA-26 | Added media parameters to SpaceObject in Minisec. | 13:14 |
CIA-26 | Had to update all the ParameterGroupIDs. Needs to still be set. | 13:14 |
CIA-26 | This adds two parameters, called "Icon" and "Media", that are for the icon and main media | 13:14 |
CIA-26 | respectively, as they are not currently together in the media repo. | 13:14 |
CIA-26 | llnz tpserver-cpp-mtsec * r92426643ea79 /modules/games/minisec/ (build.cpp minisec.cpp minisec.h splitfleet.cpp): | 13:15 |
CIA-26 | Add media to minisec objects. | 13:15 |
CIA-26 | Looks like the Names and subclasses should be moved to core. | 13:15 |
CIA-26 | llnz tpserver-cpp-mtsec * re9a6d285805f /modules/games/minisec/minisec.cpp: | 13:15 |
CIA-26 | Fixed planet media urls in Minisec. | 13:15 |
CIA-26 | Were pointing at the old location in the old repository. | 13:15 |
CIA-26 | llnz tpserver-cpp-mtsec * ra537f37eefe1 /modules/games/minisec/minisec.cpp: Had Planet and System media names reversed. Fixed now in Minisec. | 13:15 |
alanp | hmm | 13:15 |
CIA-26 | llnz tpserver-cpp-mtsec * rf7e41f30d5ec /modules/games/minisec/minisec.cpp: | 13:15 |
CIA-26 | Fixed media for Sirius 1. | 13:15 |
CIA-26 | Copy and paste error. My bad. | 13:15 |
CIA-26 | llnz tpserver-cpp-mtsec * rf81b7215ff9e /modules/games/minisec/minisec.cpp: | 13:15 |
CIA-26 | Bump minisec version number. | 13:15 |
CIA-26 | (65 lines omitted) | 13:15 |
* alanp didn't expect all that | 13:17 | |
CIA-26 | alanp tpserver-cpp-mtsec * r1e55276cea1a /modules/games/mtsec/mtsec.cpp: Bump MTSec version number | 13:20 |
alanp | hrm | 13:33 |
*** Erroneous has joined #tp | 13:41 | |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * rbf388d18a422 /daneel_ai_profiler.py: Fixed an import error. | 13:56 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r472aeb56043f /daneel/util.py: Fixed missing import statement in util | 14:19 |
*** verhoevenv has joined #tp | 14:40 | |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * r87b7e6e54562 /daneel_ai.py: Fixed the default login name. | 14:40 |
CIA-26 | ric daneel-ai-pyconstraint-1.1 * rd8cb4045b43c / (states/data.dat tests.py): Added test cases and test data. | 14:40 |
*** alanp has quit IRC | 14:57 | |
*** jnengland77 has quit IRC | 14:59 | |
*** reac has quit IRC | 15:41 | |
*** bddebian has quit IRC | 16:44 | |
*** Vadtec_ has quit IRC | 19:19 | |
*** Vadtec_- has joined #tp | 19:19 | |
*** Vadtec_- has quit IRC | 19:22 | |
*** Vadtec_ has joined #tp | 19:24 | |
*** Vadtec has quit IRC | 21:02 | |
*** Vadtec has joined #tp | 21:06 | |
*** verhoevenv has quit IRC | 21:20 | |
*** jmtan has quit IRC | 22:58 | |
*** Erroneous has quit IRC | 23:28 | |
*** jnengland77 has joined #tp | 23:29 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!