belugas [Sat, 01 Dec 2007 01:31:05 +0000] rev 7987
(svn r11543) -Codechange: Give a more adequate message when trying to place an industry required to be built over a house on any other type of tiles.
In reference to FS#1492, and other "bugs" like that one
bjarni [Fri, 30 Nov 2007 14:49:13 +0000] rev 7986
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
bjarni [Fri, 30 Nov 2007 14:42:16 +0000] rev 7985
(svn r11541) -Fix: [OSX] detect statvfs at runtime (based on OSX version) instead of compile time
This should prevent a crash on OSX 10.3 with the precompiled binaries (in the load/save windows)
bjarni [Fri, 30 Nov 2007 13:26:24 +0000] rev 7984
(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail
skidd13 [Thu, 29 Nov 2007 18:27:39 +0000] rev 7983
(svn r11539) -Feature: Make the bridge selection window resizable
skidd13 [Wed, 28 Nov 2007 21:59:06 +0000] rev 7982
(svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation
rubidium [Wed, 28 Nov 2007 15:42:52 +0000] rev 7981
(svn r11537) -Codechange: make it much harder to 'accidentally' add savegame conversion code after the window and cache initializations.
belugas [Wed, 28 Nov 2007 00:41:20 +0000] rev 7980
(svn r11536) -Codechange: Align some elements of the _tree_layout_sprite table a little better looking for the eye
miham [Tue, 27 Nov 2007 19:22:08 +0000] rev 7979
(svn r11535) -Update: WebTranslator2 update to 2007-11-27 20:21:42
ukrainian - 1 fixed by mad (1)
belugas [Tue, 27 Nov 2007 17:13:49 +0000] rev 7978
(svn r11534) -Feature(newgrf): Implement property 23h for Industries.
This will add a cost to the removal of an industry using the cheat magic bulldozer.
Note that the removal of regular or newgrf industries without specified removal cost will have no cost applied to.
This is a difference from original spec, where a default base cost is added.
belugas [Tue, 27 Nov 2007 16:02:13 +0000] rev 7977
(svn r11533) -Codechange: Rename some unclear clear_x prices member names.
While at it, remove one unused entry on the clear_price_table array.
It is based on ground type, and the unused one was referencing a non existing one.
belugas [Tue, 27 Nov 2007 04:16:08 +0000] rev 7976
(svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) production operations from result of production callback cb29/35.
Only var 0x93 will be affected by these operations
rubidium [Mon, 26 Nov 2007 23:28:29 +0000] rev 7975
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
smatz [Mon, 26 Nov 2007 22:56:30 +0000] rev 7974
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack
miham [Mon, 26 Nov 2007 20:14:20 +0000] rev 7973
(svn r11529) -Update: WebTranslator2 update to 2007-11-26 21:13:37
brazilian_portuguese - 1 fixed by fukumori (1)
catalan - 1 fixed, 2 changed by arnaullv (3)
dutch - 1 fixed by habell (1)
french - 1 fixed, 1 changed by glx (2)
italian - 1 fixed by lorenzodv (1)
lithuanian - 4 fixed by Domas (4)
slovak - 1 fixed, 1 changed by lengyel (2)
ukrainian - 5 fixed by mad (5)
maedhros [Mon, 26 Nov 2007 19:23:53 +0000] rev 7972
(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.
skidd13 [Mon, 26 Nov 2007 17:50:22 +0000] rev 7971
(svn r11527) -Codechange: Split the bitmath functions of to their own files
skidd13 [Mon, 26 Nov 2007 16:01:29 +0000] rev 7970
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
rubidium [Sun, 25 Nov 2007 20:20:16 +0000] rev 7969
(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.
rubidium [Sun, 25 Nov 2007 19:45:09 +0000] rev 7968
(svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station.
skidd13 [Sun, 25 Nov 2007 15:35:25 +0000] rev 7967
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
-Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style
skidd13 [Sun, 25 Nov 2007 15:17:16 +0000] rev 7966
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds
egladil [Sun, 25 Nov 2007 14:43:16 +0000] rev 7965
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
egladil [Sun, 25 Nov 2007 12:58:32 +0000] rev 7964
(svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.
smatz [Sun, 25 Nov 2007 11:36:45 +0000] rev 7963
(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp
smatz [Sun, 25 Nov 2007 00:41:31 +0000] rev 7962
(svn r11518) -Codechange: enforce (by assert) unused parameters of widgets to be zero. Better readability of DrawWindowWidgets(), too
smatz [Sat, 24 Nov 2007 21:49:49 +0000] rev 7961
(svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in network_gui.cpp
smatz [Sat, 24 Nov 2007 21:41:59 +0000] rev 7960
(svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp
smatz [Sat, 24 Nov 2007 18:09:02 +0000] rev 7959
(svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp
rubidium [Sat, 24 Nov 2007 14:03:47 +0000] rev 7958
(svn r11514) -Change: implement the automatic multiplier handler for NewGRF industries.
smatz [Sat, 24 Nov 2007 13:50:29 +0000] rev 7957
(svn r11513) -Codechange: enumerize some depot GUI actions
rubidium [Sat, 24 Nov 2007 13:00:32 +0000] rev 7956
(svn r11512) -Change: make the subsidy window able to resize to something smaller than 640x127 (especially the 640 part) when the screen is really too small.
rubidium [Sat, 24 Nov 2007 12:36:52 +0000] rev 7955
(svn r11511) -Revert parts of r11505: forgot that CTRL might be used for other features, like adjacent stations or signals.
skidd13 [Sat, 24 Nov 2007 10:38:43 +0000] rev 7954
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
rubidium [Sat, 24 Nov 2007 10:19:56 +0000] rev 7953
(svn r11509) -Fix: off-by-one error in some sprite numbers; increase sprite number counter before loading the next sprite instead of after doing so.
egladil [Sat, 24 Nov 2007 09:55:17 +0000] rev 7952
(svn r11508) -Cleanup: Removed unused headers from the cocoa video driver.
rubidium [Sat, 24 Nov 2007 09:27:20 +0000] rev 7951
(svn r11507) -Fix [FS#1463]: signs totally illegible when transparant signs is turned on and zoomed out more than one level.
rubidium [Sat, 24 Nov 2007 09:14:58 +0000] rev 7950
(svn r11506) -Fix [FS#1471]: selling vehicles could cause the window of others to scroll to that location.
rubidium [Sat, 24 Nov 2007 08:56:29 +0000] rev 7949
(svn r11505) -Fix/Feature: make CTRL work on all road/rail construction options that 'work' with the 'Bulldozer' button instead of only a few.
rubidium [Sat, 24 Nov 2007 08:45:04 +0000] rev 7948
(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.
glx [Fri, 23 Nov 2007 16:50:54 +0000] rev 7947
(svn r11502) -Fix (r11144): don't do standard production change if callbacks 29/35 failed
-Fix (r11144): disable smooth economy for industries using callbacks 29/35
egladil [Fri, 23 Nov 2007 13:45:59 +0000] rev 7946
(svn r11501) -Fix: [OSX] This remedies a problem with right click scrolling that was introduced in r11492.
belugas [Fri, 23 Nov 2007 12:12:07 +0000] rev 7945
(svn r11500) -Codechange: Smooth economy fine-tuning, making industries more responsive. Patch by Sirkoz.
glx [Fri, 23 Nov 2007 04:17:41 +0000] rev 7944
(svn r11499) -Fix (r11144): mul/div factor were wrong (off by two)
egladil [Fri, 23 Nov 2007 02:44:05 +0000] rev 7943
(svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis.
rubidium [Thu, 22 Nov 2007 22:54:49 +0000] rev 7942
(svn r11495) -Fix (r11493): some compilers fail to show warnings when they should.
glx [Thu, 22 Nov 2007 22:37:06 +0000] rev 7941
(svn r11494) -Fix [FS#1461] (r11450): cargo translation table was now loaded too late ;)
rubidium [Thu, 22 Nov 2007 22:34:30 +0000] rev 7940
(svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried to render some part of the window before the savegame conversion was done.
egladil [Thu, 22 Nov 2007 21:48:17 +0000] rev 7939
(svn r11492) -Codechange: [OSX] Split the cocoa video driver into several files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier).
miham [Thu, 22 Nov 2007 19:55:54 +0000] rev 7938
(svn r11491) -Update: WebTranslator2 update to 2007-11-22 20:55:02
brazilian_portuguese - 5 fixed by tucalipe (5)
catalan - 5 fixed by arnaullv (5)
czech - 5 fixed by Hadez (5)
danish - 6 fixed, 3 changed by MiR (9)
dutch - 5 fixed by habell (5)
french - 5 fixed by glx (5)
italian - 2 fixed by lorenzodv (2)
japanese - 5 fixed by ickoonite (5)
korean - 58 fixed by leejaeuk5 (58)
slovak - 5 fixed, 86 changed by lengyel (91)
slovenian - 5 fixed by Necrolyte (5)
spanish - 5 fixed by eusebio (5)
swedish - 5 fixed by daishan (5)
turkish - 5 fixed by jnmbk (5)
skidd13 [Thu, 22 Nov 2007 18:01:51 +0000] rev 7937
(svn r11490) -Codechange: Split the math functions to their own header
-Codechange: Replace the rest of the math macros with functions
skidd13 [Wed, 21 Nov 2007 19:18:34 +0000] rev 7936
(svn r11489) -Fix r11488: Somehow the code was added multiple times
skidd13 [Wed, 21 Nov 2007 19:13:38 +0000] rev 7935
(svn r11488) -Codechange: Spilt the random functions out to seperate file
-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random
smatz [Wed, 21 Nov 2007 13:50:36 +0000] rev 7934
(svn r11487) -Fix (r11435): move the list of vehicles a bit higher in the player GUI
glx [Wed, 21 Nov 2007 13:46:29 +0000] rev 7933
(svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap
skidd13 [Tue, 20 Nov 2007 14:11:19 +0000] rev 7932
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
skidd13 [Tue, 20 Nov 2007 13:35:54 +0000] rev 7931
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13 [Tue, 20 Nov 2007 12:57:24 +0000] rev 7930
(svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
skidd13 [Mon, 19 Nov 2007 21:32:20 +0000] rev 7929
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
skidd13 [Mon, 19 Nov 2007 21:02:30 +0000] rev 7928
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style