*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** jotham has joined #tp | 00:01 | |
jotham | hey | 00:01 |
---|---|---|
jotham | sorry box had a power cut this morning | 00:01 |
jotham | haven't reconnected to all the channels yet | 00:01 |
mithro | so um, where is this wondering battleviewer :P | 00:02 |
jotham | i need to get epyons graphics sorted | 00:02 |
jotham | but i've been sidetracked lately, i should get back on it | 00:02 |
greywhind | hi | 00:19 |
mithro | jotham: so, what do you need regarding Epyon's graphics? | 00:23 |
mithro | the models? or? | 00:23 |
jotham | models yeah | 00:23 |
jotham | so i can render them out for my thing | 00:23 |
jotham | i just spent the last few weeks writing a new event system and widget system for myself | 00:24 |
jotham | was a good learning experience | 00:25 |
mithro | Epyon: ping? | 00:32 |
*** jotham has quit IRC | 01:35 | |
*** zipola has joined #tp | 02:11 | |
*** greywhind is now known as greywhind|afk | 03:13 | |
*** llnz has joined #tp | 03:42 | |
mithro | hey llnz | 03:47 |
llnz | hi mithro | 03:47 |
*** nash has quit IRC | 03:47 | |
mithro | llnz -> http://www.thousandparsec.net/~tim/t3.gif | 03:47 |
mithro | galaxie bugs prevent me from making a proper output | 03:48 |
llnz | cool | 03:49 |
llnz | "Mithro\'s Testing Server" on the metaserver :-) | 03:50 |
mithro | :P | 03:51 |
mithro | llnz: is there a way I could seed the universe so I can always get the same output? | 03:51 |
llnz | not currently | 03:52 |
llnz | it wouldn't be too hard to do though | 03:53 |
mithro | llnz: that would be good to add | 03:56 |
mithro | make crashes more reproducable | 03:56 |
llnz | just minisec? | 03:57 |
mithro | probably even more important for complicated rulesets | 04:02 |
llnz | true | 04:02 |
llnz | i will add generic universe generation at some point | 04:03 |
CIA-3 | llnz tpserver-cpp * r19f06f8109e4 /modules/games/minisec/ (minisec.cpp minisec.h): | 04:17 |
CIA-3 | Added debug ability with seeding the universe generation PRNG to minisec. | 04:17 |
CIA-3 | To use, set minisec_debug_random_seed to an integer. It creates the same | 04:17 |
CIA-3 | universe everytime the ruleset is loaded (and universe created). If not | 04:17 |
CIA-3 | set, the game-wide PRNG is used, with it's random seeds. | 04:17 |
llnz | there you go | 04:17 |
tpb | disconnected from worldforge: Ping sent at 2007-07-18T04:42:43 not replied to. | 04:44 |
mithro | llnz: thanks | 05:40 |
mithro | llnz: currently galaxie segfaults are preventing me from running a game for more then 40 turns | 05:40 |
llnz | fun | 05:40 |
mithro | llnz: did you checkout that gif above? | 05:40 |
llnz | no problem | 05:40 |
llnz | yeah | 05:40 |
mithro | llnz: it's fairly interesting - you can see that the two badguys segfault fairly early on | 05:41 |
mithro | and the AI doesn't seem to colonise everything yet :/ | 05:42 |
* llnz wonders if nash has change the ai to move first or just depends on the colonise order to move to the right place (which it doesn't do any more) | 05:44 | |
mithro | llnz: he tells it to move first | 06:45 |
llnz | cool | 06:46 |
*** tuna-fish has quit IRC | 07:13 | |
*** tuna-fish has joined #tp | 07:14 | |
*** Epyon has joined #tp | 08:08 | |
tpb | tpb has joined on worldforge | 09:04 |
tpb | mode change by purple.worldforge.org on worldforge: +nt | 09:04 |
tpb | mode change by purple.worldforge.org on worldforge: -o tpb | 09:05 |
tpb | aloril has joined on worldforge | 09:05 |
*** DystopicFro has joined #tp | 09:07 | |
mithro | hey DystopicFro | 09:15 |
DystopicFro | mithro: ahoy | 09:23 |
mithro | DystopicFro: how goes everything? | 09:23 |
DystopicFro | pretty well, I just found the error that was causing pyscheme to fail in parsing the tpcl code from the RDE | 09:24 |
* llnz wanders off | 09:45 | |
llnz | later all | 09:45 |
*** llnz has quit IRC | 09:45 | |
mithro | DystopicFro: ahh cool | 09:54 |
mithro | ~seen niphree | 09:54 |
tpb | mithro: niphree was last seen in #tp 3 days, 23 hours, 48 minutes, and 47 seconds ago: <niphree> mithro: ok! :] | 09:54 |
*** tuna-fish has quit IRC | 09:58 | |
CIA-3 | frodough tpruledev * r33d6a6f8df7d /src/ (5 files in 4 dirs): (log message trimmed) | 10:18 |
CIA-3 | Er. Yeah. Added the TPCL evaluation code | 10:18 |
CIA-3 | It would help to have this around, eh? Geez. Absent minded or what, | 10:18 |
CIA-3 | Fro? But, on the upside, errors can now be detected in TPCL code, both | 10:19 |
CIA-3 | syntax errors and references to nonexistant variables or procedures. A | 10:19 |
CIA-3 | whole barrel of fun is opened up with that, though, since some rulesets | 10:19 |
CIA-3 | generate properties on the fly as designs are created, and the RDE needs | 10:19 |
CIA-3 | frodough tpruledev * r2e2130c189f6 / (30 files in 9 dirs): | 10:19 |
CIA-3 | Removed escaping backslashes from quotes in TPCL code | 10:19 |
CIA-3 | These backslashes were causing pyscheme to throw parser errors. It's | 10:19 |
CIA-3 | better this way anyway. Quotes in strings should be handled in a server | 10:19 |
CIA-3 | specific manner. | 10:19 |
mithro | Demitar: your comments are a bit long there :P | 10:20 |
mithro | s/Demitar/ DystopicFro / | 10:21 |
tpb | disconnected from worldforge: Ping sent at 2007-07-18T10:20:52 not replied to. | 10:23 |
mithro | DystopicFro: ping? | 10:28 |
DystopicFro | mithro: pong | 10:35 |
mithro | DystopicFro: the validation seems to work against your currently saved data? | 10:36 |
DystopicFro | For minisec. There are issues with both MTSec and RFTS relating to properties that are created by the server during Design initialization | 10:37 |
DystopicFro | Are you getting errors with it? | 10:39 |
mithro | well, I create an error | 10:42 |
mithro | then the little yellow circle appears | 10:43 |
DystopicFro | Ah...heheh. Well. You have to choose "Validate Project" under the project menu. At least right now. | 10:44 |
DystopicFro | There isn't any feedback yet, though I'm adding that right now | 10:44 |
mithro | and then I went to validate project and it didn't complain | 10:45 |
mithro | I clicked save | 10:45 |
mithro | then when validate project and it finally complained | 10:45 |
DystopicFro | Ah, yes, that's an issue that comes from sloppy coding right now | 10:46 |
DystopicFro | Which is that changes aren't registered in the object data until you navigate off the current object | 10:46 |
mithro | so whats the little yellow circle indicate | 10:50 |
mithro | you should also put in your readme where to get pyscheme | 10:50 |
DystopicFro | The little yellow circle indicates that an unsaved change is present | 10:53 |
DystopicFro | aye, I've fallen behind a bit on general documentation, I'll add pyscheme as a requirement in the readme with info on where to get it | 10:53 |
DystopicFro | and will put up basic usage of the RDE as well once I'm certain that there won't be any big changes | 10:54 |
mithro | okay | 10:54 |
*** tuna-fish has joined #tp | 11:01 | |
*** greywhind|afk is now known as greywhind | 11:32 | |
mithro | DystopicFro: you have private messages | 12:03 |
greywhind | hi mithro - still awake again i see | 12:03 |
*** tuna-fish has joined #tp | 12:15 | |
*** MihailBalan has joined #tp | 14:04 | |
*** MihailBalan has joined #tp | 14:10 | |
*** MihailBalan has quit IRC | 15:55 | |
*** MihailBalan has joined #tp | 15:57 | |
*** MihailBalan has quit IRC | 16:21 | |
*** MihailBalan has joined #tp | 16:22 | |
*** Epyon has joined #tp | 18:32 | |
*** nash has joined #tp | 18:55 | |
Epyon | *yawn* | 19:06 |
Epyon | wveryone asleep? | 19:06 |
nash | Absolutley | 19:07 |
nash | I need better pillows in the office however | 19:07 |
tpb | tpb has joined on worldforge | 19:48 |
*** niphree has joined #tp | 20:02 | |
niphree | hello | 20:02 |
*** niphree has quit IRC | 20:02 | |
nash | hi | 20:03 |
*** niphree has joined #tp | 20:05 | |
nash | niphree: What client do you use? | 20:06 |
niphree | nash: before - xchat, now: mirc (I had some errors :/) | 20:06 |
nash | I've noticed | 20:06 |
niphree | I'll try later run xchat :) | 20:08 |
* nash cares not... Just don't like to see all the connets and disconnects | 20:09 | |
Epyon | niphree, try icechat. | 20:09 |
*** MihailBalan has quit IRC | 21:29 | |
*** Epyon has quit IRC | 22:46 | |
tpb | disconnected from worldforge: Ping sent at 2007-07-18T22:49:08 not replied to. | 22:51 |
*** Epyon has joined #tp | 22:57 | |
tpb | tpb has joined on worldforge | 23:38 |
tpb | mode change by purple.worldforge.org on worldforge: +nt | 23:38 |
tpb | mode change by purple.worldforge.org on worldforge: -o tpb | 23:41 |
tpb | aloril has joined on worldforge | 23:41 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!