------------------------------------------------------------------------ r9722 | belugas | 2007-04-27 02:27:44 +0000 (Fri, 27 Apr 2007) | 2 lines -Documentation: Document some functions of town_cmd.cpp. Loosely based on work from TheJosh More to come. ------------------------------------------------------------------------ r9721 | belugas | 2007-04-26 20:20:12 +0000 (Thu, 26 Apr 2007) | 2 lines -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dynamically build the legends (name and color) for industries in the smallmap_gui. All the tiny fonts industry names should be removed from language files soon. ------------------------------------------------------------------------ r9720 | peter1138 | 2007-04-26 17:32:54 +0000 (Thu, 26 Apr 2007) | 2 lines -Codechange: Remove global var and gotos from window autoplacement ------------------------------------------------------------------------ r9719 | rubidium | 2007-04-26 07:41:24 +0000 (Thu, 26 Apr 2007) | 2 lines -Fix: in-game private messages did not work for clients with a Client ID > 255. ------------------------------------------------------------------------ r9718 | peter1138 | 2007-04-26 07:24:19 +0000 (Thu, 26 Apr 2007) | 2 lines -Fix: Don't allow building of rail vehicles whose railtype isn't available yet. This also affects the rail purchase window. ------------------------------------------------------------------------ r9717 | peter1138 | 2007-04-26 06:49:32 +0000 (Thu, 26 Apr 2007) | 2 lines -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading stages except activation. ------------------------------------------------------------------------ r9716 | glx | 2007-04-25 17:40:06 +0000 (Wed, 25 Apr 2007) | 1 line -Add: server_lang in [network] section of openttd.cfg, so dedicated servers can have the little lang flag. ------------------------------------------------------------------------ r9715 | miham | 2007-04-24 19:45:59 +0000 (Tue, 24 Apr 2007) | 7 lines -Update: WebTranslator2 update to 2007-04-24 21:45:15 italian - 2 changed by lorenzodv (2) portuguese - 9 fixed by izhirahider (9) russian - 3 fixed, 328 changed by HMage (331) simplified_chinese - 7 fixed by Fishingsnow (7) traditional_chinese - 1 changed by xbddc (1) ------------------------------------------------------------------------ r9714 | peter1138 | 2007-04-24 19:05:16 +0000 (Tue, 24 Apr 2007) | 2 lines -Fix (r8110): Remove invalid assertion triggered by overly long trains being reversed while loading. ------------------------------------------------------------------------ r9712 | peter1138 | 2007-04-21 20:23:20 +0000 (Sat, 21 Apr 2007) | 2 lines -Codechange: Implement accepted cargo types and cargo acceptance (there is a difference) callbacks for newhouses. ------------------------------------------------------------------------ r9711 | truelight | 2007-04-21 13:20:20 +0000 (Sat, 21 Apr 2007) | 1 line -Fix: don't include one system-header-file on MorphOS as it gives silly warnings and is unneeded for OpenTTD ------------------------------------------------------------------------ r9710 | truelight | 2007-04-21 13:19:43 +0000 (Sat, 21 Apr 2007) | 2 lines -Add: added support for GCC 2.95. This makes MorphOS target alive again. With a big thanks to tokai and Rubidium!! ------------------------------------------------------------------------ r9709 | maedhros | 2007-04-21 08:51:42 +0000 (Sat, 21 Apr 2007) | 1 line -Fix (r9706): Larger towns use t->larger_towns, not the town index. ------------------------------------------------------------------------ r9707 | peter1138 | 2007-04-21 07:27:16 +0000 (Sat, 21 Apr 2007) | 2 lines -Codechange: Add some support for NewGRF var 7D, temporary storage array. ------------------------------------------------------------------------ r9706 | peter1138 | 2007-04-21 07:17:14 +0000 (Sat, 21 Apr 2007) | 2 lines -Codechange: Support NewGRF town var 40 'largertowns' variable properly. ------------------------------------------------------------------------ r9705 | belugas | 2007-04-21 02:47:33 +0000 (Sat, 21 Apr 2007) | 3 lines -Codechange: Merge some data arrays together, making a bit more logical units. Calculate with a macro (for _industry_anim_offs_toys) the value of x, instead of doing it at run time. And give some more descriptive names too... ------------------------------------------------------------------------ r9704 | belugas | 2007-04-21 02:42:51 +0000 (Sat, 21 Apr 2007) | 1 line -Documentation: Add comments on industry data macro ------------------------------------------------------------------------ r9703 | peter1138 | 2007-04-20 21:42:06 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: support callback 36 in vehicle purchase lists ------------------------------------------------------------------------ r9702 | peter1138 | 2007-04-20 21:21:47 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: Add livery support to newgrf vehicle var 43 ------------------------------------------------------------------------ r9701 | peter1138 | 2007-04-20 21:19:28 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: Add support for returning 'ttdpatch variables' - http://wiki.ttdpatch.net/tiki-index.php?page=ActionDSpecialVariables ------------------------------------------------------------------------ r9700 | rubidium | 2007-04-20 20:48:04 +0000 (Fri, 20 Apr 2007) | 2 lines -Merge: Release changes from 0.5 branch back to trunk. ------------------------------------------------------------------------ r9697 | KUDr | 2007-04-20 19:43:06 +0000 (Fri, 20 Apr 2007) | 1 line -Fix [YAPF](r9694): 'unused variable' warning (glx) ------------------------------------------------------------------------ r9696 | rubidium | 2007-04-20 19:41:19 +0000 (Fri, 20 Apr 2007) | 2 lines -Fix: --without-application-bundle did not disable the custom language/second data directory stuff that is used for application bundles. ------------------------------------------------------------------------ r9694 | KUDr | 2007-04-20 19:19:23 +0000 (Fri, 20 Apr 2007) | 1 line -Fix [YAPF][FS#736]: the guessed path (when PF stopped on max. # of nodes passed) was ignored for ships (desolator) ------------------------------------------------------------------------ r9693 | KUDr | 2007-04-20 19:13:35 +0000 (Fri, 20 Apr 2007) | 1 line -Codechange [YAPF]: GetBestNode() now returns pointer to node instead of reference ------------------------------------------------------------------------