------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r2906 | Darkvater | 2005-09-02 16:05:59 +0000 (Fri, 02 Sep 2005) | 1 line 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. ------------------------------------------------------------------------ r2905 | Darkvater | 2005-09-01 21:19:48 +0000 (Thu, 01 Sep 2005) | 1 line fix casing ------------------------------------------------------------------------ r2904 | Darkvater | 2005-09-01 21:19:07 +0000 (Thu, 01 Sep 2005) | 1 line Stupid editors, and renaming files with the same name just different casing is not really possible, so here comes another commit ------------------------------------------------------------------------ r2903 | Darkvater | 2005-09-01 21:10:05 +0000 (Thu, 01 Sep 2005) | 1 line Fix case mismatch for ottdmidi java file (moebius) ------------------------------------------------------------------------