Tue, 20 Sep 2005 17:33:57 +0000 peter1138 (svn r2966) Fix: newgrf: Replace special case with a check for the existence of a handler in VehicleChangeInfo.
Tue, 20 Sep 2005 11:07:33 +0000 peter1138 (svn r2965) Fix: newgrf: Add bounds checking to VehicleChangeInfo for vehicles and change
Tue, 20 Sep 2005 09:38:09 +0000 peter1138 (svn r2964) Fix: newgrf: Include missing grf feature canal.
Mon, 19 Sep 2005 16:03:47 +0000 peter1138 (svn r2963) Fix: calculate proportions of non-square giant screenshot correctly.
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Sat, 17 Sep 2005 13:57:01 +0000 Darkvater (svn r2961) - Fix: [ 1219123 ] Fix for [ 1216203 ] UFO-broken waypoint (lucaspiller)
Sat, 17 Sep 2005 13:15:16 +0000 Darkvater (svn r2960) - Fix: [ 1227779 ] Fix win32 midi volume level control which didn't work (glx)
Fri, 16 Sep 2005 16:03:18 +0000 Darkvater (svn r2959) - Fix: [ 1266036 ] Fix [ 1236317 ] Vehicles with and TRANSFER order don't have that order restored (i_dachev). Also disallow non-train type vehicles to have non-stop orders.
Fri, 16 Sep 2005 10:50:06 +0000 Darkvater (svn r2958) - Feature: [ 1258971 ] Menu option to toggle console. Mainly for MacOS's or PDA's. (toholio)
Fri, 16 Sep 2005 10:37:21 +0000 Darkvater (svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk)
Fri, 16 Sep 2005 00:33:33 +0000 Darkvater (svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'dies' with an ingame error message informing the gamer if it couldn't generate any towns in user-space. Still if it happens during new-game generation it crashes since we don't yet have actions to do in such a circumstance.
Thu, 15 Sep 2005 22:42:59 +0000 Darkvater (svn r2955) Fix: make ottd start with the last resolution you had set (custom) (win32)
Thu, 15 Sep 2005 21:59:07 +0000 Darkvater (svn r2954) - Force assertion message to be output to a messagebox instead to the console which MinGW32 had the habit of doing. Using undocumented (in mingw) __set_error_mode() function.
Wed, 14 Sep 2005 22:03:27 +0000 Darkvater (svn r2953) - Fix: [ 1257766 ] Cannot make ships go to an oil platform (oilrig has no station). While it is still possible that oilrigs end up without a station, it is only the case where no more stations can be built at all
Wed, 14 Sep 2005 19:22:06 +0000 Darkvater (svn r2952) Querytool output is be 0xAAAA. with leading 0x. Couldn't use # cause that would have written 0X
Wed, 14 Sep 2005 18:03:38 +0000 Darkvater (svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window for everyone
Wed, 14 Sep 2005 17:21:30 +0000 Darkvater (svn r2950) -Fix: [ 1259327 ] Server crash with "say" -command
Tue, 13 Sep 2005 13:30:18 +0000 Darkvater (svn r2949) The AI no longer needs to 'cheat' to build aircraft; eg it builds them now from a hangar. Also, to query the price of a new aircraft tile information is not needed
Tue, 13 Sep 2005 12:19:27 +0000 truelight (svn r2948) -Fix: the old AI needs a special flag that triggers all kind of special
Tue, 13 Sep 2005 09:23:23 +0000 tron (svn r2947) Reorder some code to prepare for future enhancements and get rid of some gotos (peter1138)
Mon, 12 Sep 2005 09:53:56 +0000 tron (svn r2946) Remove redundant calls, simplify a check and terminate the argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms
Sun, 11 Sep 2005 18:36:22 +0000 Darkvater (svn r2945) Add 'del' alias to rm console command
Sun, 11 Sep 2005 18:20:32 +0000 Darkvater (svn r2944) Add Revision keyword to the file for --version/-v
Sun, 11 Sep 2005 17:55:32 +0000 Darkvater (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Sun, 11 Sep 2005 15:01:00 +0000 tron (svn r2942) Staticise some functions
Sun, 11 Sep 2005 14:57:56 +0000 tron (svn r2941) -Feature: Implement the console command rm to remove savegames
Sun, 11 Sep 2005 14:20:46 +0000 Darkvater (svn r2940) (Internal) Remove the need for the 'tmp' variable for _sl.buf, instead operate on _sl.buf_ori which is not changed for init/deinit.
Sun, 11 Sep 2005 14:17:21 +0000 Darkvater (svn r2939) Fix racing condition when using threaded saving (last one I hope).
Sun, 11 Sep 2005 09:24:17 +0000 tron (svn r2938) -Fix: Exit the child of the extmidi backend with _exit() instead of exit(), because we don't want any atexit handlers - especially flushing output streams - to run, if exec() fails
Sat, 10 Sep 2005 15:52:19 +0000 tron (svn r2937) Add sprites for {, |, } and ~
Sat, 10 Sep 2005 15:14:35 +0000 tron (svn r2936) Move string commands to a non-printable range and remove stale comments
Sat, 10 Sep 2005 09:52:33 +0000 miham (svn r2935) [Translations] Fixed up static strings for various languages (Tron)
Sat, 10 Sep 2005 09:35:18 +0000 tron (svn r2934) Remove the {STATIONFEATURES} tag from the tiny station label - there are no tiny transport marker sprites
Sat, 10 Sep 2005 08:17:30 +0000 tron (svn r2933) Implement the non-breaking space
Sat, 10 Sep 2005 07:38:03 +0000 tron (svn r2932) Give the strings consisting of an up/a down arrow symbolic names
Sat, 10 Sep 2005 06:39:36 +0000 miham (svn r2931) [Translations] introduced some minimal caseing in hungarian language (miham)
Sat, 10 Sep 2005 06:32:48 +0000 miham (svn r2930) [Translations] Updated estonian (tron)
Fri, 09 Sep 2005 23:14:38 +0000 matthijs (svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanceTrack.
Fri, 09 Sep 2005 15:49:46 +0000 orudge (svn r2928) - Update OS/2 project with AI file changes
Fri, 09 Sep 2005 07:08:27 +0000 tron (svn r2927) Fix/remove stale information, line breaks, inform FreeBSD users about the required ports
Fri, 09 Sep 2005 06:39:47 +0000 tron (svn r2926) -Fix: Use the same file slots in both initialisation stages when loading a patch grf
Thu, 08 Sep 2005 14:31:13 +0000 Darkvater (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Thu, 08 Sep 2005 12:48:26 +0000 tron (svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h
Thu, 08 Sep 2005 12:33:25 +0000 Darkvater (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Thu, 08 Sep 2005 12:22:47 +0000 Darkvater (svn r2922) Fix crash with directmusic if no music files could be found to play
Wed, 07 Sep 2005 15:10:11 +0000 truelight (svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)
Tue, 06 Sep 2005 16:14:37 +0000 tron (svn r2920) Remove mindless translation
Tue, 06 Sep 2005 16:01:38 +0000 tron (svn r2919) Set correct plural type
Tue, 06 Sep 2005 15:58:27 +0000 tron (svn r2918) Fix some broken strings
Tue, 06 Sep 2005 15:33:30 +0000 tron (svn r2917) Some mechanical changes (s/COMMA16/COMMA/ etc.)
Tue, 06 Sep 2005 14:37:19 +0000 tron (svn r2916) Remove untranslated strings, revert wrong change, readd newline at the end of file in the danish translation and remove a broken string from the finnish translation
Tue, 06 Sep 2005 13:45:53 +0000 miham (svn r2915) [Translations] Updated danish.txt (Got)
Mon, 05 Sep 2005 18:16:29 +0000 miham (svn r2914) [Translations] Updated american and german language (Tron)
Mon, 05 Sep 2005 18:02:53 +0000 miham (svn r2913) [Translations] Updating translations to 2005-09-05 {@793} (4 langs changed)
Sat, 03 Sep 2005 19:22:56 +0000 bjarni (svn r2912) -Fix: [autorenew]: fixed issue where autorenewed vehicles didn't get all stats updated (peter1138)
Sat, 03 Sep 2005 17:30:16 +0000 tron (svn r2911) Deinitialise the DirectMusic driver like it's done in the example code in MSDN, this should fix a strange crash upon deinitialising wave out sound
Sat, 03 Sep 2005 12:28:39 +0000 miham (svn r2910) [Translations] Updating translations to 2005-09-03 {@561} (8 langs changed)
Sat, 03 Sep 2005 11:33:55 +0000 Darkvater (svn r2909) Game would hang where the autosave_on_exit was activated.
Fri, 02 Sep 2005 22:22:02 +0000 Darkvater (svn r2908) If threaded saving fails or does not happen, sending subsequent messages might hang ottd. So don't send them :)
Fri, 02 Sep 2005 19:10:45 +0000 truelight (svn r2907) -Codechange: splitted the AIs to their own directory. AINew becomes 'trolly', AIOld becomes 'default', both in their own dir in the 'ai' dir. More AIs to come.