------------------------------------------------------------------------ r3244 | truelight | 2005-11-28 14:02:36 +0000 (Mon, 28 Nov 2005) | 2 lines -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot ------------------------------------------------------------------------ r3243 | truelight | 2005-11-28 11:30:12 +0000 (Mon, 28 Nov 2005) | 2 lines -Fix: IncreaseLoan and DecreaseLoan were inconsistent for AIs ------------------------------------------------------------------------ r3242 | truelight | 2005-11-27 16:45:45 +0000 (Sun, 27 Nov 2005) | 2 lines -Fix: small glitch in AllowAI control ------------------------------------------------------------------------ r3239 | peter1138 | 2005-11-26 16:41:14 +0000 (Sat, 26 Nov 2005) | 2 lines - Codechange: Introduce and use helper functions for engine replacement code. ------------------------------------------------------------------------ r3238 | truelight | 2005-11-26 16:18:15 +0000 (Sat, 26 Nov 2005) | 4 lines -Fix: always save if you want GPMI-based AIs, this on request by Darkvater, so we can, in the future, save patch options in savegames without any problems. ------------------------------------------------------------------------ r3237 | Darkvater | 2005-11-26 13:23:16 +0000 (Sat, 26 Nov 2005) | 1 line - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still. ------------------------------------------------------------------------ r3236 | Darkvater | 2005-11-26 12:57:42 +0000 (Sat, 26 Nov 2005) | 1 line - Fix: warnings about 'CDECL must be used with ...' on VS6 ------------------------------------------------------------------------ r3235 | Darkvater | 2005-11-26 12:45:53 +0000 (Sat, 26 Nov 2005) | 1 line - Fix: fix two crashes, one with making a screenshot in the main menu without any game loaded, another when failing to load a scenario in 'New Game' ------------------------------------------------------------------------ r3234 | miham | 2005-11-23 21:47:01 +0000 (Wed, 23 Nov 2005) | 1 line [Translations] Estonian is still unfinished ------------------------------------------------------------------------ r3233 | miham | 2005-11-23 21:45:04 +0000 (Wed, 23 Nov 2005) | 1 line [Translations] Estonian now available again ------------------------------------------------------------------------ r3232 | truelight | 2005-11-23 15:08:29 +0000 (Wed, 23 Nov 2005) | 3 lines -Add: implemented the event-system for AIs -Add: added several hooks (event-callbacks) for road-related-stuff ------------------------------------------------------------------------ r3231 | truelight | 2005-11-23 13:45:12 +0000 (Wed, 23 Nov 2005) | 2 lines Fix: update the GPMI implementation to the latest GPMI-API version ------------------------------------------------------------------------ r3230 | bjarni | 2005-11-23 12:21:54 +0000 (Wed, 23 Nov 2005) | 4 lines -Feature: [OSX] OSX builds can now change where it searches for dynamic libs and can move libs into the bundle This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much ------------------------------------------------------------------------ r3229 | truelight | 2005-11-22 22:32:42 +0000 (Tue, 22 Nov 2005) | 2 lines -Add: add more GPMI support. Now GPMI-based AIs can be loaded (doesn't change a thing if you didn't enable GPMI) ------------------------------------------------------------------------ r3228 | peter1138 | 2005-11-22 22:30:35 +0000 (Tue, 22 Nov 2005) | 2 lines - Fix: [ 1327011 ] Fix: don't lower land on tunnel, even with diag tracks on it (based on patch by glx) ------------------------------------------------------------------------ r3227 | truelight | 2005-11-22 19:33:29 +0000 (Tue, 22 Nov 2005) | 2 lines -Codechange: [Savegame] removed 'minor' version, and renamed 'major' version to just: version. ------------------------------------------------------------------------ r3226 | truelight | 2005-11-22 15:55:38 +0000 (Tue, 22 Nov 2005) | 5 lines -Fix: GPMI implementation had minor glitches -Fix: the AI speed control is done by the AI-core, individual AIs don't have to do it (so, AIs were delayed twice ;) -Add: Support for AI-network-clients (an AI, connecting to a remote server) -Fix: minor AI-core problems ------------------------------------------------------------------------ r3225 | peter1138 | 2005-11-22 14:02:45 +0000 (Tue, 22 Nov 2005) | 2 lines - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" -- Move the disabled/hidden bits to custom data in window struct. ------------------------------------------------------------------------