log

age author description
Fri, 27 Apr 2007 18:28:44 +0000 miham (svn r9724) -Update: WebTranslator2 update to 2007-04-27 20:28:02 draft
Fri, 27 Apr 2007 02:27:44 +0000 belugas (svn r9722) -Documentation: Document some functions of town_cmd.cpp. Loosely based on work from TheJosh draft
Thu, 26 Apr 2007 20:20:12 +0000 belugas (svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dynamically build the legends (name and color) for industries in the smallmap_gui. draft
Thu, 26 Apr 2007 17:32:54 +0000 peter1138 (svn r9720) -Codechange: Remove global var and gotos from window autoplacement draft
Thu, 26 Apr 2007 07:41:24 +0000 rubidium (svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255. draft
Thu, 26 Apr 2007 07:24:19 +0000 peter1138 (svn r9718) -Fix: Don't allow building of rail vehicles whose railtype isn't available yet. This also affects the rail purchase window. draft
Thu, 26 Apr 2007 06:49:32 +0000 peter1138 (svn r9717) -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading stages except activation. draft
Wed, 25 Apr 2007 17:40:06 +0000 glx (svn r9716) -Add: server_lang in [network] section of openttd.cfg, so dedicated servers can have the little lang flag. draft
Tue, 24 Apr 2007 19:45:59 +0000 miham (svn r9715) -Update: WebTranslator2 update to 2007-04-24 21:45:15 draft
Tue, 24 Apr 2007 19:05:16 +0000 peter1138 (svn r9714) -Fix (r8110): Remove invalid assertion triggered by overly long trains being reversed while loading. draft
Sat, 21 Apr 2007 20:23:20 +0000 peter1138 (svn r9712) -Codechange: Implement accepted cargo types and cargo acceptance (there is a difference) callbacks for newhouses. draft
Sat, 21 Apr 2007 13:20:20 +0000 truelight (svn r9711) -Fix: don't include one system-header-file on MorphOS as it gives silly warnings and is unneeded for OpenTTD draft
Sat, 21 Apr 2007 13:19:43 +0000 truelight (svn r9710) -Add: added support for GCC 2.95. This makes MorphOS target alive again. With a big thanks to tokai and Rubidium!! draft
Sat, 21 Apr 2007 08:51:42 +0000 maedhros (svn r9709) -Fix (r9706): Larger towns use t->larger_towns, not the town index. draft
Sat, 21 Apr 2007 07:27:16 +0000 peter1138 (svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary storage array. draft
Sat, 21 Apr 2007 07:17:14 +0000 peter1138 (svn r9706) -Codechange: Support NewGRF town var 40 'largertowns' variable properly. draft
Sat, 21 Apr 2007 02:47:33 +0000 belugas (svn r9705) -Codechange: Merge some data arrays together, making a bit more logical units. draft
Sat, 21 Apr 2007 02:42:51 +0000 belugas (svn r9704) -Documentation: Add comments on industry data macro draft
Fri, 20 Apr 2007 21:42:06 +0000 peter1138 (svn r9703) -Codechange: support callback 36 in vehicle purchase lists draft
Fri, 20 Apr 2007 21:21:47 +0000 peter1138 (svn r9702) -Codechange: Add livery support to newgrf vehicle var 43 draft
Fri, 20 Apr 2007 21:19:28 +0000 peter1138 (svn r9701) -Codechange: Add support for returning 'ttdpatch variables' - http://wiki.ttdpatch.net/tiki-index.php?page=ActionDSpecialVariables draft
Fri, 20 Apr 2007 20:48:04 +0000 rubidium (svn r9700) -Merge: Release changes from 0.5 branch back to trunk. draft
Fri, 20 Apr 2007 19:43:06 +0000 KUDr (svn r9697) -Fix [YAPF](r9694): 'unused variable' warning (glx) draft
Fri, 20 Apr 2007 19:41:19 +0000 rubidium (svn r9696) -Fix: --without-application-bundle did not disable the custom language/second data directory stuff that is used for application bundles. draft
Fri, 20 Apr 2007 19:19:23 +0000 KUDr (svn r9694) -Fix [YAPF][FS#736]: the guessed path (when PF stopped on max. # of nodes passed) was ignored for ships (desolator) draft
Fri, 20 Apr 2007 19:13:35 +0000 KUDr (svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node instead of reference draft
Fri, 20 Apr 2007 17:52:28 +0000 rubidium (svn r9692) -Fix (r9683): don't try to remove vehicles from the queue of a non-existing station. draft
Fri, 20 Apr 2007 17:26:10 +0000 peter1138 (svn r9691) -Fix (r9683): Forgotten savegame bump... draft
Fri, 20 Apr 2007 17:23:33 +0000 peter1138 (svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags draft
Fri, 20 Apr 2007 17:08:55 +0000 bjarni (svn r9689) -Fix: Clone vehicles will no longer refit for free draft
Fri, 20 Apr 2007 16:56:55 +0000 bjarni (svn r9688) -Codechange: Created a function to get default cargo type for a cargo type draft
Fri, 20 Apr 2007 15:52:07 +0000 miham (svn r9687) -Update: WebTranslator2 update to 2007-04-20 17:51:25 draft
Fri, 20 Apr 2007 15:03:58 +0000 peter1138 (svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flags draft
Fri, 20 Apr 2007 11:39:01 +0000 maedhros (svn r9685) -Fix (r9683): Call v->LeaveStation() when a vehicle in a station is sent to a depot. draft
Fri, 20 Apr 2007 11:05:56 +0000 maedhros (svn r9684) -Fix (r9683): Remove vehicles from the station loading list instead of adding draft
Fri, 20 Apr 2007 08:00:30 +0000 rubidium (svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains. draft
Fri, 20 Apr 2007 07:51:20 +0000 peter1138 (svn r9682) -Codechange: Add support for saving/loading std::lists containing object references (REF_*) draft
Thu, 19 Apr 2007 19:19:53 +0000 miham (svn r9681) [Translations] -Fix: removed two unnecessary colons from the finnish translations (spotted by ln-) draft
Thu, 19 Apr 2007 19:11:24 +0000 miham (svn r9680) -Update: WebTranslator2 update to 2007-04-19 21:10:21 draft
Thu, 19 Apr 2007 18:51:40 +0000 belugas (svn r9679) -Codechange: use enums to identify transparency widgets and add a bit of documentation (patch by Wolf01) draft
Thu, 19 Apr 2007 18:49:40 +0000 peter1138 (svn r9678) -Codechange: Support changing of aircraft running cost via callback 36. draft
Thu, 19 Apr 2007 17:54:45 +0000 peter1138 (svn r9677) -Codechange: Make the 'transparent buildings' menu item toggle all transparency, to keep its old behaviour. draft
Thu, 19 Apr 2007 14:50:01 +0000 belugas (svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END. draft
Wed, 18 Apr 2007 22:41:53 +0000 rubidium (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. draft
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands. draft
Wed, 18 Apr 2007 18:37:40 +0000 peter1138 (svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable. draft
Wed, 18 Apr 2007 18:20:31 +0000 rubidium (svn r9670) -Documentation: add documentation to some the _map files. draft
Wed, 18 Apr 2007 18:00:33 +0000 belugas (svn r9669) -Documentation: some more doxygen fixes draft
Wed, 18 Apr 2007 17:28:22 +0000 miham (svn r9668) -Update: WebTranslator2 update to 2007-04-18 19:27:38 draft
Wed, 18 Apr 2007 14:23:30 +0000 maedhros (svn r9667) -Feature: Add the concept of cities. A (configurable) proportion of towns can draft
Wed, 18 Apr 2007 07:22:53 +0000 peter1138 (svn r9666) -Fix (r9651): end of data / column flags were reversed draft
Wed, 18 Apr 2007 00:41:09 +0000 belugas (svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections... draft
Tue, 17 Apr 2007 21:09:38 +0000 belugas (svn r9664) -Documentation: Doxygen corrections,errors and omissions draft
Tue, 17 Apr 2007 21:08:05 +0000 rubidium (svn r9663) -Merge: Release changes from 0.5 branch back to trunk. draft
Tue, 17 Apr 2007 20:23:13 +0000 belugas (svn r9662) -Documentation: Doxygen corrections and @file omissions draft
Tue, 17 Apr 2007 19:08:00 +0000 belugas (svn r9658) -Codechange: CT_FOOD is not part of temperate climate, place it accordingly in arctic. draft
Tue, 17 Apr 2007 17:54:31 +0000 peter1138 (svn r9655) -Revert (r9094 partial): *Do* calculate refit masks for unavailable vehicle types... things like articulated engines can still build these parts... ... ... dot dot dot draft
Tue, 17 Apr 2007 10:08:17 +0000 maedhros (svn r9654) -Fix: Add string colours for the DOS palette and use them when playing with the DOS data files. draft
Mon, 16 Apr 2007 20:56:19 +0000 belugas (svn r9653) -Codechange: Indicate the proper function names in the GRF messages draft
Mon, 16 Apr 2007 19:55:17 +0000 belugas (svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx. draft