Mon, 11 Jun 2007 10:29:07 +0000 rubidium (svn r10091) -Add: make time detection whether you are using -jN when having distcc enabled.
Mon, 11 Jun 2007 10:01:03 +0000 truelight (svn r10090) -Add: add --with-distcc to configure, to enable distcc compiles. Not used by default
Mon, 11 Jun 2007 04:52:51 +0000 maedhros (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
Sun, 10 Jun 2007 23:40:29 +0000 belugas (svn r10088) -Codechange: A typo and a code-style
Sun, 10 Jun 2007 21:34:45 +0000 rubidium (svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once.
Sun, 10 Jun 2007 21:28:20 +0000 maedhros (svn r10086) -Codechange: Use more sensible types and functions in GenericPlaceSignals.
Sun, 10 Jun 2007 20:49:11 +0000 rubidium (svn r10085) -Fix [FS#839]: message that you had given money appeared even when an error occured.
Sun, 10 Jun 2007 20:27:28 +0000 rubidium (svn r10084) -Fix [FS#855]: reversing a train when loading at a station crashed.
Sun, 10 Jun 2007 19:59:08 +0000 rubidium (svn r10082) -Fix [FS#846]: another memory leak in the networking code (benc).
Sun, 10 Jun 2007 10:52:19 +0000 rubidium (svn r10081) -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart).
Sun, 10 Jun 2007 09:37:09 +0000 bjarni (svn r10080) -Cleanup: replaced magic numbers in SubtractMoneyFromAnyPlayer() with enum values
Sun, 10 Jun 2007 06:31:51 +0000 miham (svn r10079) -Update: WebTranslator2 update to 2007-06-10 08:31:40
Sun, 10 Jun 2007 01:25:21 +0000 belugas (svn r10078) -Codechange: Centralize all industry counts data and access
Sat, 09 Jun 2007 18:31:04 +0000 bjarni (svn r10077) -Fix: FS#845 Cloning Trains Longer Than 8 Units Causes Crash
Sat, 09 Jun 2007 08:31:41 +0000 miham (svn r10076) -Update: WebTranslator2 update to 2007-06-09 10:29:27
Sat, 09 Jun 2007 04:01:40 +0000 rubidium (svn r10075) -Fix [FS#844]: small memory leak on some early returns.
Sat, 09 Jun 2007 02:05:51 +0000 belugas (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
Fri, 08 Jun 2007 21:16:17 +0000 rubidium (svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again).
Fri, 08 Jun 2007 19:06:35 +0000 truelight (svn r10072) -Fix r10070: typo in zoom.hpp
Fri, 08 Jun 2007 18:59:29 +0000 rubidium (svn r10071) -Feature [FS#828]: moving of orders (skidd13).
Fri, 08 Jun 2007 18:45:14 +0000 truelight (svn r10070) -Fix: fix the rounding problem of zoom-levels in zoom.hpp, so it is global for every call
Fri, 08 Jun 2007 18:23:26 +0000 truelight (svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected...
Fri, 08 Jun 2007 18:15:11 +0000 rubidium (svn r10068) -Fix [FS#835]: coverage area highlight was still show when it was turned off for docks.
Fri, 08 Jun 2007 17:54:48 +0000 truelight (svn r10067) -Add: 'make run-prof' profiles your code, simular to 'make run' and 'make run-gdb'
Fri, 08 Jun 2007 17:54:18 +0000 belugas (svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few.
Fri, 08 Jun 2007 16:53:21 +0000 glx (svn r10065) -Cleanup (r9850): remove now unneeded stuff
Fri, 08 Jun 2007 15:59:03 +0000 belugas (svn r10064) -Fix(r10063): compile again, when changing stuff. DOn't trust first run
Fri, 08 Jun 2007 15:48:48 +0000 belugas (svn r10063) -Codechange: Change VARDEF for extern
Fri, 08 Jun 2007 09:35:39 +0000 peter1138 (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics.
Fri, 08 Jun 2007 06:27:58 +0000 peter1138 (svn r10061) -Codechange: [NewGRF] Add common cargo subtype support to vehicle var 42
Fri, 08 Jun 2007 05:51:57 +0000 miham (svn r10060) -Update: WebTranslator2 update to 2007-06-08 07:51:39
Thu, 07 Jun 2007 18:13:31 +0000 peter1138 (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active.
Thu, 07 Jun 2007 14:38:45 +0000 rubidium (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month).
Thu, 07 Jun 2007 13:40:20 +0000 glx (svn r10057) -Fix (r10051): git version detection didn't work for mingw/msys
Thu, 07 Jun 2007 12:37:48 +0000 rubidium (svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy.
Thu, 07 Jun 2007 12:37:27 +0000 miham (svn r10055) -Update: WebTranslator2 update to 2007-06-07 14:37:06
Thu, 07 Jun 2007 09:20:04 +0000 rubidium (svn r10054) -Codechange: make the industries cost modifier look more like the original one, so it's much easier to support industries that use this original format.
Thu, 07 Jun 2007 08:58:21 +0000 rubidium (svn r10053) -Fix: could not clear a level-crossing tile with tram tracks.
Thu, 07 Jun 2007 07:20:44 +0000 peter1138 (svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 variable 84.
Thu, 07 Jun 2007 00:25:49 +0000 rubidium (svn r10051) -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;)
Thu, 07 Jun 2007 00:15:00 +0000 rubidium (svn r10050) -Codechange: make it a little easier to force a version number (for releases).
Wed, 06 Jun 2007 23:57:21 +0000 rubidium (svn r10049) -Codechange: get rid of the SLE_WRITEBYTE obfuscation.
Wed, 06 Jun 2007 10:51:11 +0000 peter1138 (svn r10048) -Fix (r6455): Don't use override engine type for articulated wagon parts.
Wed, 06 Jun 2007 05:59:32 +0000 miham (svn r10047) -Update: WebTranslator2 update to 2007-06-06 07:59:17
Tue, 05 Jun 2007 22:17:03 +0000 rubidium (svn r10046) -Documentation: add some documentation in order_gui (skidd13).
Tue, 05 Jun 2007 21:41:31 +0000 peter1138 (svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Action 7/Action 9s to work properly
Tue, 05 Jun 2007 20:49:32 +0000 peter1138 (svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an unsupported Action 5 feature.
Tue, 05 Jun 2007 12:01:50 +0000 truelight (svn r10043) -Change: make templates of the blitters, based on zoom and mode, which makes the optimizing better, and therefor a higher blitter speed (tnx boekabart)
Tue, 05 Jun 2007 10:40:29 +0000 peter1138 (svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration
Tue, 05 Jun 2007 06:19:27 +0000 miham (svn r10041) -Update: WebTranslator2 update to 2007-06-05 08:19:09
Tue, 05 Jun 2007 01:49:08 +0000 belugas (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it
Mon, 04 Jun 2007 20:46:01 +0000 bjarni (svn r10039) -Fix: [autoreplace] when trying to replace an engine that can't carry the wagons the old one carries (GRF restrictoin), then don't try to replace at all
Mon, 04 Jun 2007 20:42:49 +0000 peter1138 (svn r10038) -Fix (r8634): Sprite resulting from '?' substitution was reloaded into the cache entry for SPR_IMG_QUERY instead of the original sprite cache entry. This resulted in unaccounted missing sprite cache memory, and was exacerbated because the original missing sprite was not cached, so it did it again and again and again. Slowdowns and boom. Etc.
Mon, 04 Jun 2007 20:06:54 +0000 glx (svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings
Mon, 04 Jun 2007 19:51:31 +0000 glx (svn r10036) -Add: sort the strings in town names dropdown
Mon, 04 Jun 2007 19:49:00 +0000 glx (svn r10035) -Change: simplified network language string sorting
Mon, 04 Jun 2007 19:39:16 +0000 rubidium (svn r10034) -Change: remove the string changed in r10033 from the translations, so it will be properly translated in all languages.
Mon, 04 Jun 2007 19:32:45 +0000 rubidium (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL.
Mon, 04 Jun 2007 16:07:22 +0000 glx (svn r10032) -Add: sort the strings in server language dropdown
Mon, 04 Jun 2007 06:34:00 +0000 miham (svn r10031) -Update: WebTranslator2 update to 2007-06-04 08:32:00