*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
Epyon | At least DystopicFro is always alive, from what I gather from IRC :P | 00:07 |
---|---|---|
mithro | Epyon: he is doing really well | 00:09 |
Epyon | mithro, yeah, I figured that much from his activity both in VS and on the channel :P | 00:10 |
mithro | VS? | 00:11 |
mithro | Epyon: also check out http://dystopicfro.blogspot.com/ | 00:11 |
tpb | Title: FroSpace - Now in 2D! (at dystopicfro.blogspot.com) | 00:11 |
* Epyon should do weekly status reports for his project too :/ | 00:17 | |
nash | heh | 00:21 |
mithro | Epyon: how is your project going? | 00:25 |
*** DystopicFro has quit IRC | 00:37 | |
*** TBBle has quit IRC | 01:18 | |
*** mithro has quit IRC | 01:18 | |
*** daxxar has quit IRC | 01:18 | |
*** mithro has joined #tp | 01:27 | |
CIA-3 | mithro schemepy * r61e82074b41e /guile/guile.py: More work on the guile stuff. | 01:28 |
CIA-3 | mithro schemepy * r3fd69a193c23 /guile/guile.py: Kind of working function registration. | 01:28 |
CIA-3 | mithro schemepy * re1026e02cb7b /README: Changed the name to schemepy. | 01:28 |
CIA-3 | mithro schemepy * reff7150d187d /guile/guile.py: Removed old code. | 01:28 |
CIA-3 | mithro schemepy * r0071536aeb65 /.gitignore: Added .gitignore file. | 01:33 |
CIA-3 | mithro schemepy * r5e819ceda192 /pyscheme/ (26 files in 2 dirs): Imported pyscheme enviroment. | 01:33 |
nash | mithro: My commit message from that was rather... underwhelming | 01:41 |
mithro | nash: ? | 01:41 |
nash | Subject: [tp-cvs] (no subject) | 01:42 |
nash | body just ahs mailing list sig too | 01:43 |
mithro | hrm.... | 01:47 |
*** TBBle has joined #tp | 02:11 | |
*** daxxar has joined #tp | 02:11 | |
*** TBBle has quit IRC | 02:15 | |
*** daxxar has quit IRC | 02:15 | |
*** TBBle has joined #tp | 02:16 | |
*** daxxar has joined #tp | 02:16 | |
*** TBBle has quit IRC | 02:33 | |
*** daxxar has quit IRC | 02:33 | |
*** TBBle has joined #tp | 02:40 | |
*** daxxar has joined #tp | 02:40 | |
*** nash has quit IRC | 03:20 | |
*** llnz has joined #tp | 03:53 | |
*** nash has joined #tp | 05:06 | |
mithro | hey llnz | 05:21 |
* mithro ponders dinner | 05:24 | |
llnz | hi mithro | 05:35 |
*** DystopicFro has joined #tp | 08:33 | |
* llnz wanders off | 08:48 | |
llnz | later all | 08:48 |
*** llnz has quit IRC | 08:48 | |
tpb | disconnected from worldforge: Ping sent at 2007-07-20T08:59:39 not replied to. | 09:01 |
*** tuna-fish has joined #tp | 09:09 | |
tpb | tpb has joined on worldforge | 09:18 |
CIA-3 | frodough tpruledev * r1d2b0609822a /src/game_objects/ (Component.py Property.py): Fixed default TPCL code snippets | 09:30 |
CIA-3 | frodough tpruledev * r00e1640fb266 /src/tpcl/__init__.py: Removed debugging comments from TPCL init | 09:30 |
CIA-3 | frodough tpruledev * rd3cfb6d91c7b /src/gui/ObjectPanel.py: | 09:30 |
CIA-3 | Fixed error with TPCL code evaluation | 09:30 |
CIA-3 | All values taken from the GUI fields are encoded in ASCII. The | 09:30 |
CIA-3 | StyledTextCtrl does some weird stuff with its characters that cause | 09:30 |
CIA-3 | pyscheme to freak out. So I just encode all values as ASCII now when I | 09:30 |
CIA-3 | put them in the object. Now TPCL validation actually works. | 09:30 |
CIA-3 | frodough tpruledev * r0b41882a66fa /src/gui/EditorFrame.py: | 09:42 |
CIA-3 | Validate project before generating code | 09:42 |
CIA-3 | If errors are present don't allow code to be generated. | 09:42 |
CIA-3 | frodough tpruledev * r0be132dc2a0e /src/ (5 files in 2 dirs): Got code generation working again | 10:55 |
CIA-3 | frodough tpruledev * rc2dfad72c17a /README: Updated README to include updated requirements | 10:55 |
CIA-3 | frodough tpruledev * rd1e92a5765e9 /src/ (6 files in 3 dirs): | 11:27 |
CIA-3 | Added 'Duplicate Object' Command | 11:27 |
CIA-3 | This allows an object to be duplicated and added with a new name. This | 11:27 |
CIA-3 | way objects that are very similar (see Engine1-4 in RFTS) can quickly | 11:27 |
CIA-3 | and easily be added. | 11:27 |
CIA-3 | frodough tpruledev * r5160964f2a86 /src/ (3 files in 3 dirs): Fixed bugs found while entering in ruleset from scratch | 12:08 |
CIA-3 | frodough tpruledev * r13c4814d3d4a /src/ (gui/ComponentPanel.py tpcl/ComponentTpcl.py): Added in validation of tpcl_cost functions | 12:08 |
*** DystopicFro has quit IRC | 12:23 | |
*** greywhind has joined #tp | 14:11 | |
*** Epyon_ has joined #tp | 14:33 | |
*** Epyon has quit IRC | 14:36 | |
*** Epyon_ is now known as Epyon | 14:37 | |
CIA-3 | frodough tpruledev * r4f559ce03b0d /src/tpcl/PropertyTpcl.py: Added PropertyTpcl file...rather...necessary...oops | 14:44 |
CIA-3 | frodough tpruledev-refs/tags/TPRULEDEV_0_3_0 * r4f559ce03b0d /src/tpcl/PropertyTpcl.py: Added PropertyTpcl file...rather...necessary...oops | 14:44 |
*** Epyon has quit IRC | 15:23 | |
*** Epyon has joined #tp | 15:43 | |
*** greywhind has quit IRC | 17:38 | |
*** greywhind has joined #tp | 17:39 | |
*** llnz has joined #tp | 21:39 | |
llnz | ImportError: No module named pyscheme | 21:45 |
llnz | in RDE | 21:45 |
llnz | have read the readme and installed pyscheme | 21:55 |
llnz | working now | 22:00 |
*** DystopicFro has joined #tp | 23:45 | |
llnz | hi DystopicFro | 23:59 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!