log

age author description
Fri, 04 Apr 2008 20:03:49 +0000 smatz (svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit values didn't work draft
Fri, 04 Apr 2008 19:10:45 +0000 rubidium (svn r12571) -Fix: MorphOS misses INT16_MAX/INT16_MIN. draft
Fri, 04 Apr 2008 18:55:24 +0000 smatz (svn r12570) -Cleanup: further variable scope in road_gui.cpp draft
Fri, 04 Apr 2008 18:41:16 +0000 smatz (svn r12569) -Cleanup: variable scope and coding style in road*.cpp draft
Fri, 04 Apr 2008 17:49:42 +0000 rubidium (svn r12567) -Codechange: follow up of r12566, remove the palette from trunk. draft
Fri, 04 Apr 2008 17:27:38 +0000 smatz (svn r12565) -Cleanup: variable scope in misc\*.cpp draft
Fri, 04 Apr 2008 16:52:29 +0000 smatz (svn r12564) -Fix: towns couldn't terraform when inflation rised terraform prices enough draft
Fri, 04 Apr 2008 16:32:27 +0000 smatz (svn r12563) -Cleanup: variable scope and a bit of coding style in landscape.cpp draft
Fri, 04 Apr 2008 15:48:15 +0000 smatz (svn r12562) -Cleanup: variable scope in terraform_cmd.cpp draft
Fri, 04 Apr 2008 15:10:54 +0000 smatz (svn r12561) -Fix: do not affect town rating change by the order in which we examine stations draft
Fri, 04 Apr 2008 14:53:06 +0000 smatz (svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style draft
Fri, 04 Apr 2008 02:24:44 +0000 belugas (svn r12558) -Feature: subsidy window can now be resized. draft
Fri, 04 Apr 2008 00:06:51 +0000 smatz (svn r12557) -Cleanup: use MAX_PATH at two more places draft
Thu, 03 Apr 2008 23:52:43 +0000 smatz (svn r12556) -Fix (r6001): remove fences with fields when loading old savegames, looks better draft
Thu, 03 Apr 2008 22:31:57 +0000 smatz (svn r12553) -Fix (r11547): redraw the signal GUI when the signal drag density changes in the patch settings and vice versa draft
Thu, 03 Apr 2008 21:54:31 +0000 smatz (svn r12550) -Change: the signal GUI is now persistent - has the same data when it is reopened draft
Thu, 03 Apr 2008 21:01:01 +0000 smatz (svn r12549) -Fix [FS#1900](r11547): respect type of selected signal when building more signals using the GUI draft
Thu, 03 Apr 2008 20:00:07 +0000 smatz (svn r12548) -Cleanup: remove strings removed in r12547 from all language files draft
Thu, 03 Apr 2008 19:55:40 +0000 smatz (svn r12547) -Feature: invisibility options to make objects invisible instead of transparent draft
Thu, 03 Apr 2008 16:16:52 +0000 glx (svn r12546) -Fix: completely remove cases from Brazilian Portuguese translation draft
Thu, 03 Apr 2008 14:21:17 +0000 frosch (svn r12545) -Cleanup: Replace some tables of magic values with already existing functions. draft
Thu, 03 Apr 2008 07:20:32 +0000 miham (svn r12543) -Update: WebTranslator2 update to 2008-04-03 08:42:55 draft
Wed, 02 Apr 2008 16:20:30 +0000 matthijs (svn r12542) -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. draft
Wed, 02 Apr 2008 14:13:15 +0000 frosch (svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts. draft
Wed, 02 Apr 2008 13:57:25 +0000 frosch (svn r12540) -Codechange: Enumify some values in original pathfinder and remove an unused variable. draft
Wed, 02 Apr 2008 00:13:44 +0000 smatz (svn r12537) -Cleanup: comment newgrf_config.h a bit draft
Tue, 01 Apr 2008 21:12:51 +0000 rubidium (svn r12536) -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). draft
Tue, 01 Apr 2008 17:21:24 +0000 belugas (svn r12535) -Fix: A little typo and 4 omissions on bridge sprites. draft
Tue, 01 Apr 2008 16:27:01 +0000 skidd13 (svn r12534) -Feature: Add a new type of town road layouts - random for each town draft
Tue, 01 Apr 2008 15:03:59 +0000 frosch (svn r12533) -Cleanup: Remove some wizardry from default ai by using existings enums and helper functions. draft