------------------------------------------------------------------------ r550 | darkvater | 2004-11-12 18:57:46 +0000 (Fri, 12 Nov 2004) | 2 lines -newgrf: Support for action 0xd (change a parameter (sorta variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky. ------------------------------------------------------------------------ r549 | darkvater | 2004-11-12 18:47:19 +0000 (Fri, 12 Nov 2004) | 1 line -newgrf: Support for action 0xd (change a parameter (sorta variable for the GRF scripts)). Based on patch by octo, heavy changes by pasky. ------------------------------------------------------------------------ r548 | darkvater | 2004-11-12 18:43:12 +0000 (Fri, 12 Nov 2004) | 1 line -newgrf: minor style changes, and application of boolean type ------------------------------------------------------------------------ r547 | darkvater | 2004-11-12 17:27:30 +0000 (Fri, 12 Nov 2004) | 1 line -newgrf: Enhanced support for action 0x7 and 0x9 (skips). Killer mixture mixed from octo's patch and pasky's old patch (pasky & octo). ------------------------------------------------------------------------ r546 | darkvater | 2004-11-12 17:16:13 +0000 (Fri, 12 Nov 2004) | 1 line -newgrf: Use GetCustomVehicleIcon() for fetching sprites for vehicle selection dialogs. (Idea by octo, done by pasky). ------------------------------------------------------------------------ r545 | celestar | 2004-11-12 15:36:49 +0000 (Fri, 12 Nov 2004) | 2 lines -newgrf: repaired indendation (pasky & octo) ------------------------------------------------------------------------ r544 | celestar | 2004-11-12 15:15:56 +0000 (Fri, 12 Nov 2004) | 2 lines -newgrf: codechange for better handling (pasky and octo__) ------------------------------------------------------------------------ r543 | tron | 2004-11-11 23:23:42 +0000 (Thu, 11 Nov 2004) | 3 lines -Fix: [ 1064742 ] Editor Map-Menu wrong String The fix is a bit ugly, but this is due to limitations in the dropdown menu handling (the strings have to be contiguous) ------------------------------------------------------------------------ r542 | tron | 2004-11-11 23:10:22 +0000 (Thu, 11 Nov 2004) | 3 lines -Fix: Display correct rail type in "build railway station" window Thanks, ln-- ------------------------------------------------------------------------ r541 | tron | 2004-11-11 21:20:15 +0000 (Thu, 11 Nov 2004) | 3 lines Make windows even snappier! ^^ Thanks to nzhook, who also proposed the original patch. ------------------------------------------------------------------------ r540 | tron | 2004-11-11 17:53:11 +0000 (Thu, 11 Nov 2004) | 1 line Tell subversion to ignore some more files ------------------------------------------------------------------------ r539 | tron | 2004-11-11 17:17:52 +0000 (Thu, 11 Nov 2004) | 2 lines Set svn:eol-style property ------------------------------------------------------------------------ r538 | tron | 2004-11-10 21:14:16 +0000 (Wed, 10 Nov 2004) | 3 lines -Feature: Windows snap at each other This is inspired by [1063636]. ------------------------------------------------------------------------ r532 | tron | 2004-11-08 22:21:14 +0000 (Mon, 08 Nov 2004) | 4 lines Disable date change buttons in scenario editor if date limit is reached. Note: It's a /bit/ ugly, need to find a cleaner way While I'm here enlarge the start date window to 1920-2000 (was 1950-1975). ------------------------------------------------------------------------ r531 | bjarni | 2004-11-08 21:24:48 +0000 (Mon, 08 Nov 2004) | 3 lines Makefile: made asserts enabled by default RELEASE disables asserts unless ENABLE_ASSERTS(not in makefile.config) is set makefile.config version 3 ------------------------------------------------------------------------ r530 | bjarni | 2004-11-08 21:11:52 +0000 (Mon, 08 Nov 2004) | 2 lines Makefile: added ability to switch asserts on and off Updated makefile.config to versiontag 2 for autoupdating purposes ------------------------------------------------------------------------ r528 | tron | 2004-11-08 20:44:10 +0000 (Mon, 08 Nov 2004) | 1 line Minor fixes in german.txt ------------------------------------------------------------------------ r526 | tron | 2004-11-08 09:11:55 +0000 (Mon, 08 Nov 2004) | 3 lines -Fix: [1035303] bug about lowering tracks built on slopes While here make sure that the failing tile gets a red error marker ------------------------------------------------------------------------ r520 | bjarni | 2004-11-07 14:15:38 +0000 (Sun, 07 Nov 2004) | 1 line Lang: added empty Russian translation ------------------------------------------------------------------------ r519 | miham | 2004-11-07 08:41:38 +0000 (Sun, 07 Nov 2004) | 1 line Daily langfile diff ------------------------------------------------------------------------ r518 | tron | 2004-11-06 23:24:59 +0000 (Sat, 06 Nov 2004) | 5 lines Merge extmidi.c r441 to trunk: - Whitespace cleanup - Use execlp() with relative path instead of execl() with absolute path ------------------------------------------------------------------------ r517 | tron | 2004-11-06 23:20:12 +0000 (Sat, 06 Nov 2004) | 2 lines -Fix: [1033947] Wrong mapping between music titles and songs ------------------------------------------------------------------------ r516 | celestar | 2004-11-06 15:13:44 +0000 (Sat, 06 Nov 2004) | 2 lines Solved a little bug with the order checker. ------------------------------------------------------------------------ r515 | darkvater | 2004-11-06 12:02:43 +0000 (Sat, 06 Nov 2004) | 1 line -Fix: [1050993] Incorrect Tooltip in Road Vehicle List. Already fixed in /map branch ------------------------------------------------------------------------ r514 | tron | 2004-11-06 09:24:28 +0000 (Sat, 06 Nov 2004) | 2 lines -Fix: [1053397] Refit Train Window Stays Open ------------------------------------------------------------------------ r513 | tron | 2004-11-05 23:12:33 +0000 (Fri, 05 Nov 2004) | 6 lines Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk This includes 2 fixes -Fix: [1048596] Monorail and Maglev sounds are swapped (r511) -Add special case to load the jackhammer sound (r478) The rest are cleanups und enumeration to make merging possible/easier ------------------------------------------------------------------------