Config
Log for #openttdcoop.devzone on 16th November 2010:
Times are UTC Toggle Colours
00:05:23  * avdg wanted git back
00:09:35  <Brot6> WebOTTD - Revision 14:be6e0f0e3321: Fix (r12): Add fixed template (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/be6e0f0e3321
00:11:14  *** Yexo_ is now known as Yexo
00:11:29  *** ODM has quit IRC
00:23:07  <Brot6> WebOTTD - Revision 15:a4715f4ddb90: Cleanup: Reduce 1 line of code and some spacing issues (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/a4715f4ddb90
00:52:24  <Brot6> WebOTTD - Revision 16:64b7f539551a: Change: add an option to get current connection (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/64b7f539551a
01:12:48  <Brot6> WebOTTD - Revision 17:940ba4b40e20: Change: use new database class and some cleanup (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/940ba4b40e20
01:17:51  <Brot6> WebOTTD - Revision 18:137e3496bbe2: Fix: let the site work again (for now) (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/137e3496bbe2
01:20:01  <Brot6> WebOTTD - Revision 19:fd3a7a797c3f: Cleanup: remove old code (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/fd3a7a797c3f
01:25:46  *** KenjiE20 has quit IRC
01:30:06  <Brot6> WebOTTD - Revision 20:f70e9ab171b5: Cleanup: remove more old code (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/f70e9ab171b5
02:05:26  <Brot6> WebOTTD - Revision 21:4425a1468db3: Change: simplify logout (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/4425a1468db3
02:16:57  *** Lakie has quit IRC
04:01:08  <Brot6> Unable to connect to http://dev.openttdcoop.org/sys/: execution expired
05:34:16  <Brot6> WebOTTD - Revision 22:2656482ab08b: Change: rely less on function get_Info and fix a ton of stuff (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/2656482ab08b
06:16:20  <Brot6> WebOTTD - Revision 23:acc39bf4ffe0: Change: some more fixes and some cleanup (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/acc39bf4ffe0
06:52:50  <Brot6> WebOTTD - Revision 24:dad7bb4f4f5f: Change: use an array instead of constants for configuration o... (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/dad7bb4f4f5f
08:30:28  *** ODM has joined #openttdcoop.devzone
08:42:03  <Brot6> 2cc train set - Feature #1846: Sydney Comeng EMU (EmperorJake) @ http://dev.openttdcoop.org/issues/1846#change-4689
08:52:36  <Brot6> WebOTTD - Revision 25:5988cf5a85fd: Change: remove the need for function get_Info() completely (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/5988cf5a85fd
09:01:23  <Brot6> WebOTTD - Revision 26:46bf000e287b: Fix: avoid some errors with not yet declared variables (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/46bf000e287b
09:09:42  <Brot6> WebOTTD - Revision 27:250640678ae7: Fix: replace deprecated ereg function (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/250640678ae7
09:30:56  <Brot6> WebOTTD - Revision 28:4e62b6c101c4: Fix: replace more deprecated ereg functions (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/4e62b6c101c4
09:39:45  <Brot6> WebOTTD - Revision 29:7fed8aec6732: Fix: avoid errors with not yet declared variables (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/7fed8aec6732
10:30:39  <Brot6> WebOTTD - Revision 30:30491f9fe022: Fix: several fixes (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/30491f9fe022
11:11:09  <DJNekkid> omg, whats wrong! :(
11:12:33  <Rubidium> avdg did pull an all-nighter?
11:12:46  <DJNekkid> nah
11:13:06  <avdg> thats because I work better in the night, when everybody is sleeping ;-)
11:13:27  <DJNekkid> im trying to add Var2variable 43 to the wagon running costs, so kogut will be happy with his AI-stuff
11:13:39  <DJNekkid> but either am i doing it wrong, or im doing it wrong
11:13:52  <Rubidium> DJNekkid: agreed :)
11:14:07  <avdg> and yes, there still a lot of work todo (still has logs full errors)
11:14:48  <Rubidium> DJNekkid: you are shifting 0x10 positions and masking with 0x01?
11:15:26  <DJNekkid> i am shifting, but not masking
11:15:41  <DJNekkid> this is what i tried:
11:15:51  <DJNekkid> http://pastebin.ca/1993247
11:18:48  <DJNekkid> but masking with 0x01 ?
11:19:46  <Rubidium> shouldn't the FF be 01?
11:20:00  <DJNekkid> it might, but i dont really see the point
11:20:08  <DJNekkid> not that it fixes the error
11:20:15  <DJNekkid> and i cant really see why it would want 14 bytes either?
11:20:53  <Rubidium> ah, "type" 82 means you must compare to bytes, not words
11:21:34  <DJNekkid> but, i figured it out, its \b<value \b<value>
11:21:46  <DJNekkid> its been a long time since i coded "real" things :P
11:22:00  <Ammler> you lazy template user :-P
11:22:14  <DJNekkid> yup :)
11:22:31  <DJNekkid> your fault! :P
11:23:03  <Ammler> teach voyager to code his vehicels self
11:23:07  <DJNekkid> hehe
11:23:09  <Ammler> so you can again code complicated thigns
11:23:47  <DJNekkid> like, bros?
11:23:53  <Ammler> lol
11:24:06  <avdg> pong?
11:24:34  <planetmaker> <DJNekkid> your fault! :P <-- I can live with this 'fault' quite well :-)
11:24:43  <Ammler> bros should be doable with the existing templates, I would assume
11:25:06  <DJNekkid> Ammler: not the way i would REALLY want it to be, but its close
11:25:08  <planetmaker> the existing templates in 2cctrainset are not exactly easy to use either, if you have done nothing till that point
11:25:45  <DJNekkid> i do need to clean them up abit :)
11:26:21  <planetmaker> IMOH you could try BROS in NML. Then those folks can continue on their own at some point
11:27:00  <DJNekkid> it is most likely gonna be done in eNFO :)
11:27:16  <Ammler> e=Excel?
11:27:21  <DJNekkid> 10 points!
11:28:09  <DJNekkid> well, its nfo, but with even more #define usage
11:28:21  *** ODM has quit IRC
11:28:50  <Ammler> I like how frosch used preprocessing in manind
11:29:28  <planetmaker> have you seen the previous nfo implementation of opengfx+airports? That was insane ;-)
11:29:38  <planetmaker> though the NML one, is, too ;-)
11:50:31  <Brot6> WebOTTD - Revision 31:6ecd7e989d8f: Fix: remove upload restrictions from browsers by removing the... (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/6ecd7e989d8f
11:56:49  *** KenjiE20 has joined #openttdcoop.devzone
12:31:16  <DJNekkid> are anyone of you familiar with the NoAI's?
12:33:40  <DJNekkid> looking at this post: http://www.tt-forums.net/viewtopic.php?f=26&t=43838&start=643
12:33:42  <Webster> Title: Transport Tycoon Forums • View topic - [OTTD]2cc TrainSetThe Trains of the world in2cc.Now:2.0Beta4 (at www.tt-forums.net)
12:34:04  <DJNekkid> whould it be sufficient for me to set the max speed in a CB36 for the purchase list?
12:34:20  <DJNekkid> and for the AI's only
12:36:52  <planetmaker> you should not treat AIs specially
12:37:16  <DJNekkid> the point was
12:37:41  <DJNekkid> if the AI sees that the max speed (according to the purchase list) is <xx>
12:37:50  <DJNekkid> would it be sufficient to select the proper engine
12:37:59  <DJNekkid> or does it look at the wagon itself?
12:38:12  <planetmaker> depends on the AI, I guess
12:38:21  <planetmaker> I don't know though which stuff is exposed
12:39:14  <DJNekkid> i'll make the code, and then kogut can test :)
12:40:58  <planetmaker> http://docs.openttd.org/classAIEngineList.html <-- have a look through there
12:43:29  <planetmaker> Different AIs will base their decision on different criteria. So speed along may do it for one AI, but probably not all
12:47:50  *** DayDreamer has joined #openttdcoop.devzone
12:47:55  *** DayDreamer has left #openttdcoop.devzone
13:04:28  <Brot6> GRFCodec - Revision 791:bd011e2f4abd: Add: action 0 general variable properties 13 and 14 (Rubidium) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/bd011e2f4abd
13:04:28  <Brot6> GRFCodec - Revision 792:93c109438eb3: Fix: make stack checking use the same style and add a few m... (Rubidium) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/93c109438eb3
13:33:50  <Brot6> 2cc train set - Revision 659:ccb921517f42: Add: Added a parameter to remove the 'speeding' runnin... (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/ccb921517f42
13:40:23  *** andythenorth has joined #openttdcoop.devzone
13:40:29  *** andythenorth has left #openttdcoop.devzone
14:00:49  <avdg> hmm, got webottd working with files now, only 1 problem, the implementation is a hack :(
14:01:01  <Brot6> GRFCodec - Revision 793:7288a38d0048: Add: support for string codes 09 0[EF]. (Rubidium) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/7288a38d0048
14:12:33  <Brot6> 2cc train set - Feature #1851: G2000-3 BB (trainboy2004) @ http://dev.openttdcoop.org/issues/1851#change-4690
14:16:08  <Brot6> 2cc train set - Feature #1851: G2000-3 BB (trainboy2004) @ http://dev.openttdcoop.org/issues/1851#change-4691
14:21:09  <Ammler> DJNekkid: maybe you should switch to png :-)
14:22:49  <Ammler> avdg: "hack" means?
14:56:48  <avdg> hackable and not cleaned up code
15:03:19  <Ammler> I prefer working over security :-)
15:04:13  <avdg> still, a directory name hack is some extra penalties :p
15:33:43  <DJNekkid> Ammler: im useing PNG on all new stuff, and i need to fix stuff in the old ones... But i have no idea on how to bulk-change all .pcx to .png
15:35:17  <Ammler> ask Rubidium, he did it for ogfx
15:38:45  <Rubidium> irfanview
15:56:30  <Brot6> WebOTTD - Revision 32:4f8da03b35fe: Fix: fixes errors related to the uploadsystem for configurati... (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/4f8da03b35fe
16:09:42  <Brot6> 2cc train set - Revision 660:a23e61c78893: Add: Russian metro. Close #1726 (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/a23e61c78893
16:09:42  <Brot6> 2cc train set - Feature #1726 (Closed): 81-740 (DJNekkid) @ http://dev.openttdcoop.org/issues/1726#change-4694
16:19:15  <Brot6> 2cc train set - Revision 661:9e512760f315: Add: Osaka metro, close #1733 (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/9e512760f315
16:19:15  <Brot6> 2cc train set - Revision 662:0c8ca7896784: Add: LA A650 metro, Close #1736 (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/0c8ca7896784
16:19:15  <Brot6> 2cc train set - Feature #1733 (Closed): Osaka 30000 (DJNekkid) @ http://dev.openttdcoop.org/issues/1733#change-4695
16:19:15  <Brot6> 2cc train set - Feature #1736 (Closed): LA A650 (DJNekkid) @ http://dev.openttdcoop.org/issues/1736#change-4696
16:36:54  *** Lakie has joined #openttdcoop.devzone
16:38:25  <DJNekkid> are there any quick'n'easy ways to search for .pcx and replace that with .png in a bunch of files?
16:39:31  <DJNekkid> afk
16:42:16  <Lakie> ctrl-h ?
16:43:18  <Brot6> World Airliners Set - Revision 668:5ffa11333207: added new liveries, fixed A330 action 01 bug (FaddyPainter) @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/5ffa11333207
16:47:13  <Rubidium> DJNekkid: for i in `find . -iname "*.nfo"`; do sed s/\.pcx/.png/ -i $i; done
16:47:17  <Rubidium> does not work on OSX!
17:02:32  <avdg> Rubidium: do you know if there is a way to export the default settings from the game?
17:02:40  <Brot6> GRFCodec - Revision 794:31edf15b97de: Add: support for string codes 09 1[01234]. (Rubidium) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/31edf15b97de
17:04:57  * avdg founds settings_type.h
17:06:59  *** ODM has joined #openttdcoop.devzone
17:07:46  <Rubidium> in table/
17:08:39  <avdg> ty
17:11:31  <Yexo> avdg: you could also delete your config file (or rename it), than start and close openttd. It'll create a new config file with all default values
17:12:04  <avdg> yeah, but then I would loose the types
17:12:34  <avdg> but writing a parser isn't an easy task too
17:13:02  <Ammler> more important is newgrf support imo :-)
17:13:28  <Ammler> we would change around 10 settings but many newgrfs
17:13:28  <avdg> banana :p
17:13:38  <Ammler> servers don't have bananas support
17:13:41  <Ammler> or very bad
17:13:59  <Rubidium> Ammler: that's now in dih's hands
17:14:03  <Ammler> :-)
17:14:05  <avdg> well, we can extract a list, so there must be something thats possible
17:14:16  <Rubidium> after all a banana is a berry
17:14:48  <avdg> but I'm too optimistic now :p
17:15:01  <Ammler> maybe also add another tool to grfcodec, which can read action8 and action14
17:15:10  <Ammler> extended grfid
17:16:41  <avdg> actually, I may have some work first with making the code more modulair
17:17:29  <Ammler> well, I just mean, I am not sure, if it is worth to make a complicated setting parses, would be cool, but :-)
17:18:40  <Ammler> also settings can be changed with rcon
17:18:44  <Ammler> newgrfs can't
17:18:56  <avdg> a tool just makes the work a lot easier
17:19:14  <avdg> and can be developed independent of the project
17:19:47  <avdg> something what my next commit will take care for
17:24:11  <Brot6> WebOTTD - Revision 33:39943bb6cb54: Change: use an other type of array for input_type.php, making... (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/39943bb6cb54
17:25:59  <Ammler> hmm
17:27:00  <Ammler> why is there no compiler announcement?
17:36:31  <Rubidium> I killed it!
17:36:44  <Ammler> with?
17:36:57  <Rubidium> fire!
17:37:42  <Ammler> mäh :-P
17:43:03  <Brot6> grfcodec: update from r790 to r794 done - http://bundles.openttdcoop.org/grfcodec/nightlies/r794
17:44:03  <planetmaker> oh... I hoped it was due to migration :-(
17:44:51  <Rubidium> oh... that's still slated to eventually happen?
17:45:05  <planetmaker> yes :S
17:47:26  <Brot6> 2cctrainset: update from r651 to r662 done (7 errors) - http://bundles.openttdcoop.org/2cctrainset/nightlies/r662
17:49:20  <Brot6> firs: update from r1517 to r1519 done (3 errors) - http://bundles.openttdcoop.org/firs/nightlies/r1519
17:52:17  <Brot6> worldairlinersset: update from r667 to r668 done - http://bundles.openttdcoop.org/worldairlinersset/nightlies/r668
17:52:18  <Brot6> Following repos didn't need a nightlies update: 32bpp-extra (r39), ai-admiralai (r75), airportsplus (r69), basecosts (r22), belarusiantowns (r7), comic-houses (r71), fish (r415), frenchtowns (r4), grfcodec (r794), heqs (r506), indonesiantowns (r38), manindu (r5), metrotrackset (r56), newgrf_makefile (r232), nml (r1035), nutracks (r117), ogfx-trains (r90), ogfx-trees (r41), opengfx (r554), openmsx (r97), opensfx (r97), smts (r19),
17:52:18  <Brot6> snowlinemod (r45), swedishrails (r188), swisstowns (r21), transrapidtrackset (r15), ttdviewer (r26), ttrs (r23)
17:53:55  <avdg> ^ aha
17:55:05  *** frosch123 has joined #openttdcoop.devzone
18:05:25  *** thgergo has joined #openttdcoop.devzone
18:07:44  <Brot6> Following repos rebuilds successful without any difference to earlier nightlies builds: 32bpp-extra (Diffsize: 1), basecosts, comic-houses (2 errors) (Diffsize: 14), fish (4 errors), heqs, metrotrackset (Diffsize: 1), nutracks (2 errors), ogfx-trees, opengfx, smts (Diffsize: 8), snowlinemod, transrapidtrackset (Diffsize: 12), ttrs (7 errors) (Diffsize: 1324)
18:26:37  *** Lakie` has joined #openttdcoop.devzone
18:30:15  *** Lakie has quit IRC
18:40:00  * ODM pokes seberoth
18:40:16  <seberoth> ?
18:47:10  <avdg> seberoth: did you ever had a runnning webottd?
18:53:47  <Brot6> WebOTTD - Revision 34:45876d624b03: Fix: Add a breakline between each link in ottdcoop configurat... (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/45876d624b03
18:59:13  <Brot6> Grapes - Revision 25:76b8de984b64: Removed local nbactions. (ODM) @ http://dev.openttdcoop.org/projects/grapes/repository/revisions/76b8de984b64
18:59:50  <Ammler> avdg: and ODM, maybe you should also look that your tools work together :-)
19:00:20  <avdg> the grf one?
19:01:05  <ODM> hmm hard enough to just make this one, dont really wanna bother with even more:P
19:01:06  <Brot6> Unable to connect to http://dev.openttdcoop.org/sys/: execution expired
19:02:50  <avdg> hm, maybe better to submit a bugreport as feature for later
19:09:53  <Brot6> WebOTTD - Bug #1852 (Assigned): Centralise sql connections (avdg) @ http://dev.openttdcoop.org/issues/1852
19:14:00  <Brot6> 32bpp-ez-patches: update from r21199 to r21212 done - http://bundles.openttdcoop.org/32bpp-ez-patches/testing/r21212
19:16:15  <Ammler> nice nightly rev
19:17:01  <Brot6> WebOTTD - Feature #1853 (New): Auto configuration settings updater tool (avdg) @ http://dev.openttdcoop.org/issues/1853
19:18:16  <Brot6> WebOTTD - Feature #1854 (New): Grf tracker tool (avdg) @ http://dev.openttdcoop.org/issues/1854
19:19:08  <Rubidium> Ammler: yeah, we like palindromes
19:24:12  <Brot6> clientpatches: update from r21199 to r21212 done - http://bundles.openttdcoop.org/clientpatches/testing/r21212
19:25:10  <Ammler> ans serverpatches should hopefully again break
19:25:51  <Ammler> fail*
19:25:54  <DJNekkid> Rubidium: you posted a "script" earlier...
19:26:06  <DJNekkid> "for i in `find . -iname "*.nfo"`; do sed s/\.pcx/.png/ -i $i; done"
19:26:27  <Brot6> #openttdcoop Server Patch Pack - Bug #1855 (New): DevZone compile failed (compiler) @ http://dev.openttdcoop.org/issues/1855
19:26:34  <DJNekkid> just post in a terminal window?
19:26:49  <Ammler> maybe try to read and understand?
19:26:59  <Ammler> like you might need to replace nfo with pnfo
19:27:18  <DJNekkid> well, that i understood :D
19:27:26  <Ammler> what not?
19:28:32  <DJNekkid> basicly the rest :)
19:28:48  <Ammler> sed does replace all .pcx with .png
19:29:01  *** andythenorth has joined #openttdcoop.devzone
19:29:21  <Ammler> well, just run it, you have hg revert if it fails ;-)
19:29:51  <andythenorth> evenyng
19:30:12  <Ammler> Salü Andy
19:35:36  *** Lakie` is now known as Lakie
19:46:16  <DJNekkid> wtf
19:46:33  <DJNekkid> i did manage to get that script to work
19:46:55  <DJNekkid> but now make (after clean) complain about one of the old .png's :P
19:47:15  <DJNekkid> ehm, no, it was a new one
19:47:15  <DJNekkid> hmm
19:47:26  <Brot6> Grapes - Revision 26:512b5737cd08: Split commands from chat in grapes. (ODM) @ http://dev.openttdcoop.org/projects/grapes/repository/revisions/512b5737cd08
19:47:26  <Brot6> Berries - Revision 8:a8e2666b9243: Correct default path for words. (ODM) @ http://dev.openttdcoop.org/projects/berries/repository/revisions/a8e2666b9243
19:52:57  <DJNekkid> what does this mean: make: *** No rule to make target `sprites/engines/422.png', needed by `2cctrainset.nfo'.  Stop.
19:53:39  <Rubidium> you probably need a make mrproper (so the dependency stuff gets ditched)
19:53:51  <DJNekkid> i actually did that
19:54:05  <Ammler> is this file around?
19:54:34  <DJNekkid> hmm...
19:54:39  <Rubidium> then the file's missing :)
19:55:06  <Ammler> as make doesn't find it, it tried to build it, but has no rule
19:55:06  <DJNekkid> it _should_ be sprites/pcx/engines/<file>
19:55:10  <DJNekkid> when i think about it
19:55:35  <DJNekkid> that script thing probably did something its not supposed to :P
19:55:59  <Ammler> you need to escape the escape
19:56:04  <Ammler> \.pcx
19:56:31  <Ammler> hmm
19:56:34  <Ammler> no
20:00:13  <DJNekkid> for i in `find ./ -iname "*.pnfo"`; do sed s/\.pcx/.png/ -i $i; done
20:06:36  <DJNekkid> that line changes "sprites/pcx/engines/<file>.pcx" to "sprites.png/engines/<file>.pcx
20:08:56  <Rubidium> so the escape failed, i.e. replace \ with \
20:09:29  <DJNekkid> thanx mate :D
20:12:56  <andythenorth> DJNekkid: how's BROS coding? :P
20:13:34  <DJNekkid> currently doing the 2cc-set
20:14:56  <Brot6> 2cc train set - Revision 663:68d88f2c8137: Change: PNG'ized everything but the wagons (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/68d88f2c8137
20:15:19  <DJNekkid> but either way, perhaps i'll do stuffs tomorrow :D
20:15:53  <Rubidium> oh, finally a stuffs set?!? :)
20:16:34  <Ammler> [21:06] <DJNekkid> that line changes "sprites/pcx/engines/<file>.pcx" to "sprites.png/engines/<file>.pcx <-- that is not like the error msg
20:16:50  <Ammler> then I reject my "no" ;-)
20:17:17  <Brot6> FIRS Industry Replacement Set - Revision 1520:999dfea463b1: Change: formatting tweak to ids.pnfo (andythenorth) @ http://dev.openttdcoop.org/projects/firs/repository/revisions/999dfea463b1
20:20:52  <DJNekkid> your rejection is approved :P
20:22:24  <Ammler> now andythenorth does massconvert to png?
20:24:39  <DJNekkid> infranview was guenius
20:39:20  <andythenorth> Ammler: no
20:42:20  <Ammler> :-)
20:42:32  <Ammler> wasn't serious...
20:46:49  * Lakie wonders how many projects have moved over to PNG.
20:47:12  <Rubidium> to what degree?
20:47:54  <Ammler> Lakie: 2 :-)
20:48:46  <Rubidium> if it's full then I reckon 1
20:48:51  <Rubidium> if it's partial then I reckon 3
20:49:13  <Lakie> Hmm... I was thinking full.
20:49:42  * Ammler wonders how DJNekkid reached to convert partially only
20:49:51  <Ammler> or is the grf not working now?
20:50:29  <DJNekkid> partially?
20:50:37  <DJNekkid> "only" wagons left
20:51:04  <Lakie> Hense partial
20:51:06  <Lakie> :p
20:51:23  <Ammler> but if you used the above script, every pnfo is converted, not?
20:52:31  <DJNekkid> only in the dir i work in
21:08:49  <Brot6> 2cc train set - Revision 664:2c369f85a924: Fix: (new) metros should now not clip (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/2c369f85a924
21:30:09  <Brot6> GRFCodec - Revision 795:11b871a41b25: Add: support for general variable property 15 and string co... (Rubidium) @ http://dev.openttdcoop.org/projects/grfcodec/repository/revisions/11b871a41b25
21:36:07  <Ammler> andythenorth: why do you prefer uploading files to tt-forums instead linking to them directly and so no need to keep them up to date?
21:36:51  <Ammler> e.g. http://hg.openttdcoop.org/firs/raw-file/tip/sprites/nfo/lang/7F_any.pnfo
21:37:50  <andythenorth> Ammler: good question
21:37:54  <andythenorth> dunno
21:38:38  <andythenorth> one issue is that it's unpredictable what browsers will do with the directly file?
21:38:47  <Ammler> well, you do the same with releases, which might be a good idea, if bundles.openttdcoop.org and binaries.openttd.org and bananas is down :-)
21:39:19  <Rubidium> if that happens then tt-forums is probably down as well
21:41:42  <Ammler> you can "force" download with this link: http://dev.openttdcoop.org/projects/firs/repository/raw/sprites/nfo/lang/7F_any.pnfo
21:42:37  <andythenorth> Ammler: ok
21:42:39  * Ammler prefers the format which is viewable with browser
21:42:39  <andythenorth> I'll use that
21:42:58  <andythenorth> can't believe it won't lead to encoding / line ending sadness
21:43:16  <Ammler> possible, indeed
21:43:37  <Ammler> then download might be better in that case
21:44:15  <Ammler> http://dev.openttdcoop.org/projects/opengfx/repository/entry/sprites/nfo/base/base-3668-ships.pnfo <-- there is the "force" download link
21:44:38  <Ammler> and with hg.openttdcoop.org/<repo> you get a viewable link
21:45:23  <Ammler> I made once a feature request for raw view in redmine too
21:45:48  * andythenorth can't build FIRS and is bored of trying to fix it
21:45:57  <andythenorth> screw that for today :P
21:46:08  <Ammler> sleep over :-)
21:46:19  <andythenorth> nforenum is fucked for me
21:46:42  <andythenorth> I suspect my mac
21:46:42  <andythenorth> it's annoyingly stupid
21:46:43  <andythenorth> locate command in terminal is locating files which don't exist
21:46:58  <Rubidium> locate uses an database
21:47:08  <andythenorth> how do I purge it?
21:47:08  <Rubidium> which is updated every once in a while
21:47:13  <Rubidium> updatedb IIRC
21:47:14  <andythenorth> rebuild it /whatever
21:47:33  <Rubidium> it's the reason why I've gotten rid of it a long time ago
21:47:45  <andythenorth> gogle is my friend :P
21:49:04  <andythenorth> how can I tell what version of nforenum is being used?
21:51:55  <Rubidium> nforenum -v
21:52:07  <Rubidium> which nforenum -h talks about
21:52:50  <andythenorth> Rubidium: thanks :P
21:52:54  <andythenorth> tip is 795
21:52:59  <andythenorth> I have 795
21:53:08  <andythenorth> can't build FIRS :(
21:53:18  <andythenorth> ho hum
21:55:52  <Brot6> 2cc train set - Feature #1758: Shangai Transrapid (DJNekkid) @ http://dev.openttdcoop.org/issues/1758#change-4697
21:58:18  * andythenorth bedtime
21:58:20  <andythenorth> good night
21:58:24  *** andythenorth has left #openttdcoop.devzone
22:13:25  <Brot6> FIRS Industry Replacement Set - Bug #1856 (New): FIRS 1518-1520 fails to build (andythenorth) @ http://dev.openttdcoop.org/issues/1856
22:15:33  <Brot6> FIRS Industry Replacement Set - Bug #1856: FIRS 1518-1520 fails to build (Ammler) @ http://dev.openttdcoop.org/issues/1856#change-4698
22:18:51  <Brot6> FIRS Industry Replacement Set - Bug #1856: FIRS 1518-1520 fails to build (Ammler) @ http://dev.openttdcoop.org/issues/1856#change-4698
22:35:46  <Brot6> 2cc train set - Revision 665:7f1d51151586: Add: Transrapid (needs more changes to be 'complete') (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/7f1d51151586
22:38:17  <Ammler> DJNekkid: ^ that is the tracker for, ususally ;-)
22:39:04  <Ammler> if you add the issue number without closing keyword, it does just refer
22:43:12  <DJNekkid> but not much point in opening an issue, if its something in currently working on?
22:48:10  *** ODM has quit IRC
22:50:12  *** frosch123 has quit IRC
22:51:31  <Brot6> 2cc train set - Revision 666:a0655162503f: Add: MU-wagon for the maglevs :D (should 'finish' the ... (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/a0655162503f
22:54:41  <Brot6> 2cc train set - Revision 667:30c33cc0544d: Fix: Missing maglev icon on the transrapid (DJNekkid) @ http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/30c33cc0544d
23:00:12  <avdg> gn
23:00:15  <Brot6> 2cc train set - Feature #1805: MLX01 (Maglev) (DJNekkid) @ http://dev.openttdcoop.org/issues/1805#change-4699
23:01:41  <Brot6> WebOTTD - Revision 35:74ef3d960247: Change/Fix: move away the queries in server.php and silence s... (avdg) @ http://dev.openttdcoop.org/projects/webottd/repository/revisions/74ef3d960247
23:10:21  <Ammler> DJNekkid: thought it is #1758
23:10:26  <Brot6> Ammler: DJNekkid: #1758 is http://dev.openttdcoop.org/issues/show/1758 "2cc train set - Feature #1758: Shangai Transrapid - #openttdcoop Development Zone"
23:19:21  <DJNekkid> ahh, i thought you ment the "continue" part :)
23:22:59  <Brot6> 2cc train set - Feature #1706: Alstom AGV (DJNekkid) @ http://dev.openttdcoop.org/issues/1706#change-4701
23:24:39  <Ammler> I just meant, instead writing that it needs more work, you could have just mentioned the ticket, there is always more to do
23:29:35  <DJNekkid> something like "Part of #1234" ?
23:29:38  <Brot6> DJNekkid: #1234 is http://dev.openttdcoop.org/issues/show/1234 "FIRS Industry Replacement Set - Feature #1234: 1 tile buffer - Coal Mine - #openttdcoop Development Zone"
23:31:53  <Ammler> "part of" is unnecessary, but yes
23:32:19  <Ammler> Add #1234: whatever you do
23:32:20  <Brot6> Ammler: #1234 is http://dev.openttdcoop.org/issues/show/1234 "FIRS Industry Replacement Set - Feature #1234: 1 tile buffer - Coal Mine - #openttdcoop Development Zone"
23:32:21  <DJNekkid> noted for future refrence :D
23:33:13  <Ammler> the commit comment should be only what it does, everythin else should go to the tracker
23:58:12  *** thgergo has quit IRC

Powered by YARRSTE version: svn-trunk