------------------------------------------------------------------------ r2928 | orudge | 2005-09-09 15:49:46 +0000 (Fri, 09 Sep 2005) | 1 line - Update OS/2 project with AI file changes ------------------------------------------------------------------------ r2927 | tron | 2005-09-09 07:08:27 +0000 (Fri, 09 Sep 2005) | 1 line Fix/remove stale information, line breaks, inform FreeBSD users about the required ports ------------------------------------------------------------------------ r2926 | tron | 2005-09-09 06:39:47 +0000 (Fri, 09 Sep 2005) | 1 line -Fix: Use the same file slots in both initialisation stages when loading a patch grf ------------------------------------------------------------------------ r2925 | Darkvater | 2005-09-08 14:31:13 +0000 (Thu, 08 Sep 2005) | 1 line Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch]) ------------------------------------------------------------------------ r2924 | tron | 2005-09-08 12:48:26 +0000 (Thu, 08 Sep 2005) | 1 line Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h ------------------------------------------------------------------------ r2923 | Darkvater | 2005-09-08 12:33:25 +0000 (Thu, 08 Sep 2005) | 1 line Update project files for VS2003 and VS6 (rev2921) ------------------------------------------------------------------------ r2922 | Darkvater | 2005-09-08 12:22:47 +0000 (Thu, 08 Sep 2005) | 1 line Fix crash with directmusic if no music files could be found to play ------------------------------------------------------------------------ r2921 | truelight | 2005-09-07 15:10:11 +0000 (Wed, 07 Sep 2005) | 5 lines -Codechange: moved all AI-code to 1 central place (ai/ai.c) -Fix: removed the ability for the oldAI to cheat (this will criple him somewhat) -Add: base-code for many improvements to come in the AI-system -Add: added base-code for multiplayer AIs (DOES NOT WORK YET!) ------------------------------------------------------------------------ r2920 | tron | 2005-09-06 16:14:37 +0000 (Tue, 06 Sep 2005) | 1 line Remove mindless translation ------------------------------------------------------------------------ r2919 | tron | 2005-09-06 16:01:38 +0000 (Tue, 06 Sep 2005) | 1 line Set correct plural type ------------------------------------------------------------------------ r2918 | tron | 2005-09-06 15:58:27 +0000 (Tue, 06 Sep 2005) | 1 line Fix some broken strings ------------------------------------------------------------------------ r2917 | tron | 2005-09-06 15:33:30 +0000 (Tue, 06 Sep 2005) | 1 line Some mechanical changes (s/COMMA16/COMMA/ etc.) ------------------------------------------------------------------------ r2916 | tron | 2005-09-06 14:37:19 +0000 (Tue, 06 Sep 2005) | 1 line 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 ------------------------------------------------------------------------ r2915 | miham | 2005-09-06 13:45:53 +0000 (Tue, 06 Sep 2005) | 1 line [Translations] Updated danish.txt (Got) ------------------------------------------------------------------------ r2914 | miham | 2005-09-05 18:16:29 +0000 (Mon, 05 Sep 2005) | 1 line [Translations] Updated american and german language (Tron) ------------------------------------------------------------------------ r2913 | miham | 2005-09-05 18:02:53 +0000 (Mon, 05 Sep 2005) | 1 line [Translations] Updating translations to 2005-09-05 {@793} (4 langs changed) ------------------------------------------------------------------------ r2912 | bjarni | 2005-09-03 19:22:56 +0000 (Sat, 03 Sep 2005) | 1 line -Fix: [autorenew]: fixed issue where autorenewed vehicles didn't get all stats updated (peter1138) ------------------------------------------------------------------------ r2911 | tron | 2005-09-03 17:30:16 +0000 (Sat, 03 Sep 2005) | 1 line 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 ------------------------------------------------------------------------ r2910 | miham | 2005-09-03 12:28:39 +0000 (Sat, 03 Sep 2005) | 1 line [Translations] Updating translations to 2005-09-03 {@561} (8 langs changed) ------------------------------------------------------------------------ r2909 | Darkvater | 2005-09-03 11:33:55 +0000 (Sat, 03 Sep 2005) | 2 lines Game would hang where the autosave_on_exit was activated. - Updated VS.NET and VS6 project files changed AI files ------------------------------------------------------------------------ r2908 | Darkvater | 2005-09-02 22:22:02 +0000 (Fri, 02 Sep 2005) | 1 line If threaded saving fails or does not happen, sending subsequent messages might hang ottd. So don't send them :) ------------------------------------------------------------------------ r2907 | truelight | 2005-09-02 19:10:45 +0000 (Fri, 02 Sep 2005) | 2 lines -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. ------------------------------------------------------------------------