Tue, 29 Nov 2005 22:29:59 +0000(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engine type directly instead of getting it from a vehicle. This allows the function to be used before vehicles are involved.
peter1138 [Tue, 29 Nov 2005 22:29:59 +0000] rev 2704
(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engine type directly instead of getting it from a vehicle. This allows the function to be used before vehicles are involved.

Tue, 29 Nov 2005 22:04:02 +0000(svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore"
peter1138 [Tue, 29 Nov 2005 22:04:02 +0000] rev 2703
(svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore"
Determine clicked status of sticky icon from window flags rather than the widget click state. This keeps the status in one place where it can't get out of sync.

Tue, 29 Nov 2005 16:06:06 +0000(svn r3246) -Fix: small glitch in ai_network_client code (network_client.c)
truelight [Tue, 29 Nov 2005 16:06:06 +0000] rev 2702
(svn r3246) -Fix: small glitch in ai_network_client code (network_client.c)
-Fix: make sure this glitch can never happen again (ai.c)

Tue, 29 Nov 2005 15:53:15 +0000(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules
truelight [Tue, 29 Nov 2005 15:53:15 +0000] rev 2701
(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules

Mon, 28 Nov 2005 14:02:36 +0000(svn r3244) -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot
truelight [Mon, 28 Nov 2005 14:02:36 +0000] rev 2700
(svn r3244) -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot

Mon, 28 Nov 2005 11:30:12 +0000(svn r3243) -Fix: IncreaseLoan and DecreaseLoan were inconsistent for AIs
truelight [Mon, 28 Nov 2005 11:30:12 +0000] rev 2699
(svn r3243) -Fix: IncreaseLoan and DecreaseLoan were inconsistent for AIs

Sun, 27 Nov 2005 16:45:45 +0000(svn r3242) -Fix: small glitch in AllowAI control
truelight [Sun, 27 Nov 2005 16:45:45 +0000] rev 2698
(svn r3242) -Fix: small glitch in AllowAI control

Sat, 26 Nov 2005 16:41:14 +0000(svn r3239) - Codechange: Introduce and use helper functions for engine replacement code.
peter1138 [Sat, 26 Nov 2005 16:41:14 +0000] rev 2697
(svn r3239) - Codechange: Introduce and use helper functions for engine replacement code.

Sat, 26 Nov 2005 16:18:15 +0000(svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by
truelight [Sat, 26 Nov 2005 16:18:15 +0000] rev 2696
(svn r3238) -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.

Sat, 26 Nov 2005 13:23:16 +0000(svn r3237) - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still.
Darkvater [Sat, 26 Nov 2005 13:23:16 +0000] rev 2695
(svn r3237) - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still.