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.
Fri, 02 Sep 2005 16:05:59 +0000 Darkvater (svn r2906) Fix some threaded saving problems. Now the thread only interfaces with the main program through a sort of mutex. Communication uses the function OTTD_SendThreadMessage() with the approiate message which is handled in ProcessSentMessage() during the main loop.
Thu, 01 Sep 2005 21:19:48 +0000 Darkvater (svn r2905) fix casing
Thu, 01 Sep 2005 21:19:07 +0000 Darkvater (svn r2904) Stupid editors, and renaming files with the same name just different casing is not really possible, so here comes another commit
Thu, 01 Sep 2005 21:10:05 +0000 Darkvater (svn r2903) Fix case mismatch for ottdmidi java file (moebius)
Wed, 31 Aug 2005 09:19:34 +0000 miham (svn r2902) [Translations] Updated finnish.txt (ln-)
Mon, 29 Aug 2005 22:27:22 +0000 Darkvater (svn r2901) Refix 'replace window' with wrong string-etc. coordinates. Also clean up, and make window-title a bit more meaningful (specify vehicle type replaced)
Sun, 28 Aug 2005 14:45:44 +0000 tron (svn r2900) Fix a bug, which incremented the counter of a loop twice and therefore calculated wrong argument indices
Sun, 28 Aug 2005 12:24:57 +0000 tron (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows in the network code
Sun, 28 Aug 2005 10:59:34 +0000 tron (svn r2898) Fix typo in r2897
Sat, 27 Aug 2005 20:54:48 +0000 tron (svn r2897) Check the return values of [cm]alloc and the length of an array, plus some smaller changes
Sat, 27 Aug 2005 18:44:16 +0000 tron (svn r2896) Use genders in the german translation
Sat, 27 Aug 2005 13:06:59 +0000 tron (svn r2895) Remove unused variables and bring a comment closer to reality
Sat, 27 Aug 2005 13:04:15 +0000 tron (svn r2894) Simplify colouring in owner-mode in the minimap regarding towns and get rid of some magic numbers
Sat, 27 Aug 2005 09:49:52 +0000 tron (svn r2893) Two chars got assigned a width of 0 since r2879, fix that ([1274302])'
Fri, 26 Aug 2005 20:56:48 +0000 tron (svn r2892) Fix indentation
Fri, 26 Aug 2005 20:26:34 +0000 tron (svn r2891) Fix indentation
Thu, 25 Aug 2005 16:53:51 +0000 tron (svn r2890) Fix some signed/unsigned comparison warnings (tokai)
Thu, 25 Aug 2005 13:29:32 +0000 miham (svn r2889) [Translations] Updated american (tron)
Wed, 24 Aug 2005 19:08:54 +0000 miham (svn r2888) [Translations] Updating translations to 2005-08-24 {@839} (3 langs changed)
Wed, 24 Aug 2005 18:47:26 +0000 tron (svn r2887) Fix regression: Two boolean expressions got flipped in r2595, which made it possible to place lighthouses and antennas everywhere BUT clear tiles (found and fixed by _Luca_)
Tue, 23 Aug 2005 18:47:04 +0000 tron (svn r2886) Rename the "owner" attribute to "m1", because when it stores an owner it is accessed by [GS]etOwner anyway and when it doesn't store an owner, but arbitrary data, accessing a field called "owner" is confusing.
Tue, 23 Aug 2005 07:28:45 +0000 miham (svn r2885) [Translations] Removed not-translated romanian strings (Tron)
Sun, 21 Aug 2005 17:32:43 +0000 tron (svn r2884) Fix and improve the look of the new letters (Hadez)