frosch
|
099f734be9
|
(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.
|
2010-04-17 23:34:00 +00:00 |
|
frosch
|
0e7653fd7b
|
(svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel.
|
2010-04-14 20:28:37 +00:00 |
|
frosch
|
76b9c5e032
|
(svn r19635) -Fix (r19634): Forgot AI.
|
2010-04-14 20:08:55 +00:00 |
|
smatz
|
258b128a56
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
yexo
|
22cc9cac11
|
(svn r19595) -Doc: mention the addition of AIRail::GetMaxSpeed in the AI changelog
|
2010-04-09 22:29:10 +00:00 |
|
yexo
|
01bbb17cb1
|
(svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes
|
2010-04-09 12:02:50 +00:00 |
|
yexo
|
0195074581
|
(svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the break on AI string
|
2010-04-03 17:22:24 +00:00 |
|
yexo
|
08ec1074a8
|
(svn r19545) -Fix (r19544): typo
|
2010-04-02 17:43:25 +00:00 |
|
yexo
|
cdfe7f7834
|
(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window where you can input a break string (patch by Zuu)
|
2010-04-02 17:35:20 +00:00 |
|
rubidium
|
5c6378bef2
|
(svn r19531) -Merge: documentation updates from 1.0
|
2010-03-31 23:33:28 +00:00 |
|
rubidium
|
84e1093c65
|
(svn r19526) -Fix (r19395): clients would crash while connecting to a server with AIs
|
2010-03-30 22:37:45 +00:00 |
|
smatz
|
67b7c8ec5d
|
(svn r19510) -Codechange: remove superfluous semicolons from *.sq files
|
2010-03-23 22:48:10 +00:00 |
|
smatz
|
d2e99657fa
|
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET
|
2010-03-23 22:25:43 +00:00 |
|
alberth
|
72d62fd6fc
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
yexo
|
a2ea0b7b12
|
(svn r19465) -Codechange: support for multi-tile hangars
|
2010-03-19 11:17:52 +00:00 |
|
yexo
|
455bb65282
|
(svn r19464) -Codechange: move GetHangarTile to Airport
|
2010-03-19 09:58:46 +00:00 |
|
yexo
|
79909cedee
|
(svn r19463) -Codechange: add helper function to determine if an airport has at least one hangar
|
2010-03-19 09:48:44 +00:00 |
|
yexo
|
22a27d3b62
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
yexo
|
4c358cb1e1
|
(svn r19429) -Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game
|
2010-03-15 22:42:43 +00:00 |
|
rubidium
|
7ba01a1874
|
(svn r19426) -Fix: compilation with AIs disabled
|
2010-03-15 11:45:15 +00:00 |
|
alberth
|
efddc16fc3
|
(svn r19419) -Codechange: Use failed CommandCost object to retrieve message instead of _error_message.
|
2010-03-14 14:36:37 +00:00 |
|
Yexo
|
25e5be2b51
|
(svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or library fails to compile when loading a savegame
|
2010-03-13 00:15:24 +00:00 |
|
rubidium
|
1ebaa68cd2
|
(svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature
|
2010-03-11 21:55:37 +00:00 |
|
frosch
|
2044c94217
|
(svn r19368) -Codechange: Return early in AIAbstractList::SetValue(), if the value is not modified.
|
2010-03-07 17:38:40 +00:00 |
|
frosch
|
abcd24ab61
|
(svn r19367) -Fix [FS#3665]: List valuator could cause invalid iterators.
|
2010-03-07 17:24:07 +00:00 |
|
terkhen
|
32bd795e62
|
(svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle.
|
2010-03-06 13:04:25 +00:00 |
|
yexo
|
5dce998f6a
|
(svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed
|
2010-03-05 23:21:51 +00:00 |
|
frosch
|
1d145f1070
|
(svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead.
|
2010-02-28 20:25:03 +00:00 |
|
frosch
|
ac3c1aae53
|
(svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid iterators.
|
2010-02-28 19:53:11 +00:00 |
|
alberth
|
01562e2dfc
|
(svn r19272) -Doc: successfull -> successful.
|
2010-02-27 12:29:44 +00:00 |
|
smatz
|
cdaeead70f
|
(svn r19249) -Fix [FS#3642](r18803): start and end tiles were swapped in CMD_REMOVE_LONG_ROAD
|
2010-02-25 14:09:58 +00:00 |
|
terkhen
|
21c8699358
|
(svn r19231) -Feature: Allow overbuilding of road stops.
|
2010-02-24 21:55:03 +00:00 |
|
terkhen
|
8c512f62e2
|
(svn r19230) -Feature: Allow to remove multiple road stops using drag and drop.
|
2010-02-24 21:53:16 +00:00 |
|
terkhen
|
f7e91fa7d2
|
(svn r19229) -Feature: Allow to build multiple road stops using drag and drop (Based on Wolf01 work)
|
2010-02-24 21:51:59 +00:00 |
|
terkhen
|
6ccd15fd08
|
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
|
2010-02-24 21:45:23 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
yexo
|
80982cc91b
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
rubidium
|
dd714d1e96
|
(svn r19151) -Codechange [FS#3625]: Move home directory to a better place in Haiku (jrepan)
|
2010-02-17 16:45:55 +00:00 |
|
rubidium
|
9379469bbb
|
(svn r19150) -Fix (r19143): some more locations could use updating
|
2010-02-17 15:31:46 +00:00 |
|
rubidium
|
08865c515c
|
(svn r19143) -Codechange: trunk's going for 1.1 now.
|
2010-02-16 00:07:15 +00:00 |
|
rubidium
|
1c494c6f71
|
(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel
|
2010-02-10 16:24:05 +00:00 |
|
smatz
|
6c1ab1a2fa
|
(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible
|
2010-02-05 17:05:58 +00:00 |
|
rubidium
|
13d4f480e6
|
(svn r19017) -Doc: [NoAI] A parameter wasn't documented
|
2010-02-05 16:11:23 +00:00 |
|
yexo
|
2241cd487d
|
(svn r19014) -Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop location of trains in a rail station
|
2010-02-04 23:18:19 +00:00 |
|
rubidium
|
24286738be
|
(svn r19011) -Update: AI changelog
|
2010-02-04 22:14:11 +00:00 |
|
terkhen
|
ad561fc6f2
|
(svn r18987) -Fix: [NoAI] Make building long rails fail for AIs if there is an obstacle in the way.
|
2010-02-02 22:27:03 +00:00 |
|
terkhen
|
7f26268d0e
|
(svn r18986) -Fix (r18803): Make building long roads fail for AIs if there is an obstacle in the way.
|
2010-02-02 21:25:01 +00:00 |
|
frosch
|
94a5c917a5
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
yexo
|
1a866d0db5
|
(svn r18956) -Update: NoAI changelog
|
2010-01-29 23:59:38 +00:00 |
|
yexo
|
16659e5516
|
(svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building
|
2010-01-29 23:56:42 +00:00 |
|