------------------------------------------------------------------------ r12567 | rubidium | 2008-04-04 17:49:42 +0000 (Fri, 04 Apr 2008) | 2 lines -Codechange: follow up of r12566, remove the palette from trunk. ------------------------------------------------------------------------ r12565 | smatz | 2008-04-04 17:27:38 +0000 (Fri, 04 Apr 2008) | 1 line -Cleanup: variable scope in misc\*.cpp ------------------------------------------------------------------------ r12564 | smatz | 2008-04-04 16:52:29 +0000 (Fri, 04 Apr 2008) | 1 line -Fix: towns couldn't terraform when inflation rised terraform prices enough ------------------------------------------------------------------------ r12563 | smatz | 2008-04-04 16:32:27 +0000 (Fri, 04 Apr 2008) | 1 line -Cleanup: variable scope and a bit of coding style in landscape.cpp ------------------------------------------------------------------------ r12562 | smatz | 2008-04-04 15:48:15 +0000 (Fri, 04 Apr 2008) | 1 line -Cleanup: variable scope in terraform_cmd.cpp ------------------------------------------------------------------------ r12561 | smatz | 2008-04-04 15:10:54 +0000 (Fri, 04 Apr 2008) | 1 line -Fix: do not affect town rating change by the order in which we examine stations ------------------------------------------------------------------------ r12560 | smatz | 2008-04-04 14:53:06 +0000 (Fri, 04 Apr 2008) | 1 line -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style ------------------------------------------------------------------------ r12558 | belugas | 2008-04-04 02:24:44 +0000 (Fri, 04 Apr 2008) | 1 line -Feature: subsidy window can now be resized. ------------------------------------------------------------------------ r12557 | smatz | 2008-04-04 00:06:51 +0000 (Fri, 04 Apr 2008) | 1 line -Cleanup: use MAX_PATH at two more places ------------------------------------------------------------------------ r12556 | smatz | 2008-04-03 23:52:43 +0000 (Thu, 03 Apr 2008) | 1 line -Fix (r6001): remove fences with fields when loading old savegames, looks better ------------------------------------------------------------------------ r12553 | smatz | 2008-04-03 22:31:57 +0000 (Thu, 03 Apr 2008) | 1 line -Fix (r11547): redraw the signal GUI when the signal drag density changes in the patch settings and vice versa ------------------------------------------------------------------------ r12550 | smatz | 2008-04-03 21:54:31 +0000 (Thu, 03 Apr 2008) | 1 line -Change: the signal GUI is now persistent - has the same data when it is reopened ------------------------------------------------------------------------ r12549 | smatz | 2008-04-03 21:01:01 +0000 (Thu, 03 Apr 2008) | 2 lines -Fix [FS#1900](r11547): respect type of selected signal when building more signals using the GUI -Fix: do not check patch settings but check if the Signal GUI window is open instead ------------------------------------------------------------------------ r12548 | smatz | 2008-04-03 20:00:07 +0000 (Thu, 03 Apr 2008) | 1 line -Cleanup: remove strings removed in r12547 from all language files ------------------------------------------------------------------------ r12547 | smatz | 2008-04-03 19:55:40 +0000 (Thu, 03 Apr 2008) | 1 line -Feature: invisibility options to make objects invisible instead of transparent ------------------------------------------------------------------------ r12546 | glx | 2008-04-03 16:16:52 +0000 (Thu, 03 Apr 2008) | 1 line -Fix: completely remove cases from Brazilian Portuguese translation ------------------------------------------------------------------------ r12545 | frosch | 2008-04-03 14:21:17 +0000 (Thu, 03 Apr 2008) | 1 line -Cleanup: Replace some tables of magic values with already existing functions. ------------------------------------------------------------------------ r12543 | miham | 2008-04-03 07:20:32 +0000 (Thu, 03 Apr 2008) | 16 lines -Update: WebTranslator2 update to 2008-04-03 08:42:55 brazilian_portuguese - 18 fixed by fukumori (18) bulgarian - 17 fixed by thetitan (17) catalan - 11 fixed by arnaullv (11) dutch - 19 fixed by habell (19) french - 11 fixed by glx (11) hungarian - 5 fixed by miham (5) icelandic - 24 fixed, 2 changed by scrooge (26) italian - 11 fixed, 1 changed by lorenzodv (12) korean - 17 fixed, 3 changed by leejaeuk5 (20) slovak - 18 fixed by lengyel (18) slovenian - 19 fixed by Necrolyte (19) swedish - 33 fixed by daishan (33) turkish - 18 fixed by jnmbk (18) ukrainian - 17 fixed by mad (17) ------------------------------------------------------------------------ r12542 | matthijs | 2008-04-02 16:20:30 +0000 (Wed, 02 Apr 2008) | 2 lines -Fix [Makefile]: Don't install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead. ------------------------------------------------------------------------ r12541 | frosch | 2008-04-02 14:13:15 +0000 (Wed, 02 Apr 2008) | 1 line -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts. ------------------------------------------------------------------------ r12540 | frosch | 2008-04-02 13:57:25 +0000 (Wed, 02 Apr 2008) | 1 line -Codechange: Enumify some values in original pathfinder and remove an unused variable. ------------------------------------------------------------------------ r12537 | smatz | 2008-04-02 00:13:44 +0000 (Wed, 02 Apr 2008) | 1 line -Cleanup: comment newgrf_config.h a bit ------------------------------------------------------------------------ r12536 | rubidium | 2008-04-01 21:12:51 +0000 (Tue, 01 Apr 2008) | 2 lines -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack). ------------------------------------------------------------------------ r12535 | belugas | 2008-04-01 17:21:24 +0000 (Tue, 01 Apr 2008) | 2 lines -Fix: A little typo and 4 omissions on bridge sprites. ------------------------------------------------------------------------ r12534 | skidd13 | 2008-04-01 16:27:01 +0000 (Tue, 01 Apr 2008) | 2 lines -Feature: Add a new type of town road layouts - random for each town ------------------------------------------------------------------------ r12533 | frosch | 2008-04-01 15:03:59 +0000 (Tue, 01 Apr 2008) | 1 line -Cleanup: Remove some wizardry from default ai by using existings enums and helper functions. ------------------------------------------------------------------------ r12532 | frosch | 2008-04-01 14:47:57 +0000 (Tue, 01 Apr 2008) | 1 line -Cleanup: Replace two tables of magic values with already existing functions. ------------------------------------------------------------------------ r12531 | frosch | 2008-04-01 14:03:20 +0000 (Tue, 01 Apr 2008) | 1 line -Codechange: Rename some variables for consistency. ------------------------------------------------------------------------ r12516 | skidd13 | 2008-03-31 16:07:50 +0000 (Mon, 31 Mar 2008) | 2 lines -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future ------------------------------------------------------------------------ r12513 | skidd13 | 2008-03-31 15:10:24 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: rename OriginalTileRandomiser something more descriptive ------------------------------------------------------------------------ r12501 | rubidium | 2008-03-31 07:25:49 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: split signs.h. ------------------------------------------------------------------------ r12499 | rubidium | 2008-03-31 07:11:18 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: some coding style tweaks for network_internal.h. ------------------------------------------------------------------------ r12498 | rubidium | 2008-03-31 07:03:35 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: bring a little 'order' to openttd.cpp's includes and do not 'define' VARDEF for files that do not have them anymore. ------------------------------------------------------------------------ r12495 | rubidium | 2008-03-31 06:42:26 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). ------------------------------------------------------------------------ r12490 | rubidium | 2008-03-31 00:17:39 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. ------------------------------------------------------------------------ r12489 | rubidium | 2008-03-31 00:06:17 +0000 (Mon, 31 Mar 2008) | 2 lines -Codechange: split station.h into station_base.h and station_func.h. ------------------------------------------------------------------------ r12488 | rubidium | 2008-03-30 23:24:18 +0000 (Sun, 30 Mar 2008) | 2 lines -Codechange: split order.h into order_base.h and order_func.h. ------------------------------------------------------------------------ r12486 | rubidium | 2008-03-30 17:37:50 +0000 (Sun, 30 Mar 2008) | 2 lines -Fix: the copyright date wasn't set correctly in ottdres.rc. ------------------------------------------------------------------------ r12483 | rubidium | 2008-03-29 21:50:14 +0000 (Sat, 29 Mar 2008) | 2 lines -Change: disable stripping of binaries by default so we have a (much) better chance of actually getting something useful out of OSX stacktraces. ------------------------------------------------------------------------ r12482 | bjarni | 2008-03-28 22:59:43 +0000 (Fri, 28 Mar 2008) | 3 lines -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either also wagons will only need tracks they can drive on in order to be build so there is no reason to check for power in the depot ------------------------------------------------------------------------ r12480 | glx | 2008-03-28 21:28:32 +0000 (Fri, 28 Mar 2008) | 1 line -Change: enable and show asserts in crash.log for MSVC releases by default ------------------------------------------------------------------------ r12479 | peter1138 | 2008-03-28 19:37:12 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange [FS#1723]: Simplify the method used to resize the industry view window. The window is now shown the correct size so the resize button is also removed. ------------------------------------------------------------------------