rubidium
|
f1458067e9
|
(svn r20348) -Fix [FS#4004]: [NoAI] Ship depots were constructed along the wrong axis
|
2010-08-03 16:38:15 +00:00 |
|
yexo
|
67adf766d0
|
(svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so new AIs/NewGRFs inside a tar file are found
|
2010-08-03 13:32:02 +00:00 |
|
rubidium
|
7fe695dc28
|
(svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command
|
2010-08-02 22:10:05 +00:00 |
|
yexo
|
6fcdf71825
|
(svn r20293) -Doc: add more doxygen comments in ai_gui.cp
|
2010-08-01 22:08:29 +00:00 |
|
yexo
|
5642ef777e
|
(svn r20292) -Codechange: remove some unused variables from AIConfigWindow
|
2010-08-01 22:03:55 +00:00 |
|
yexo
|
65de287071
|
(svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes)
|
2010-08-01 20:41:46 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
yexo
|
971691b691
|
(svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI code
|
2010-08-01 19:36:56 +00:00 |
|
yexo
|
1e554947bb
|
(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code
|
2010-08-01 19:36:36 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
yexo
|
323b2608fc
|
(svn r20272) -Doc: [NoAI] document return value of AIGroup::SetAutoReplace
|
2010-07-31 22:46:29 +00:00 |
|
yexo
|
844e62546b
|
(svn r20271) -Doc: add doxygen comments to several items under src/ai/
|
2010-07-31 22:16:34 +00:00 |
|
alberth
|
1743c86610
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
terkhen
|
c92b2e9d3c
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
yexo
|
10aa6608ab
|
(svn r20238) -Doc: [NoAI] clarify the documentation for AIBaseStation::GetLocation
|
2010-07-29 13:08:57 +00:00 |
|
alberth
|
a50578c3ad
|
(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget().
|
2010-07-26 13:08:48 +00:00 |
|
rubidium
|
d63751f8e5
|
(svn r20160) -Merge: changelog updates from the 1.0 branch
|
2010-07-16 08:20:33 +00:00 |
|
terkhen
|
67f32213b1
|
(svn r20141) -Fix: Initialize the state of OnKeyPress at the AI debug window (Zuu).
|
2010-07-14 12:03:30 +00:00 |
|
frosch
|
d18fc1a5bf
|
(svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity.
|
2010-07-10 10:54:30 +00:00 |
|
frosch
|
f28673bc2c
|
(svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. (Morloth)
|
2010-07-09 19:50:06 +00:00 |
|
michi_cc
|
e94f75095a
|
(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype.
|
2010-07-02 16:34:11 +00:00 |
|
terkhen
|
b3d347f6c9
|
(svn r19961) -Codechange: Unify "vehicle is destroyed" errors.
|
2010-06-11 20:20:45 +00:00 |
|
frosch
|
6c1a2a2009
|
(svn r19932) -Codechange: Preserve _current_company when starting AIs.
|
2010-06-05 13:29:48 +00:00 |
|
frosch
|
a5bea603ea
|
(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation.
|
2010-06-05 12:16:12 +00:00 |
|
frosch
|
ee53807e51
|
(svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration.
|
2010-05-31 20:22:57 +00:00 |
|
rubidium
|
b4d4e5722a
|
(svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges
|
2010-05-22 14:12:48 +00:00 |
|
frosch
|
934f0861ee
|
(svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available.
|
2010-05-22 12:25:47 +00:00 |
|
rubidium
|
a70fd540fc
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
smatz
|
114c2af6f2
|
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
|
2010-05-09 18:13:36 +00:00 |
|
yexo
|
69c46904b6
|
(svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex)
|
2010-05-09 15:59:30 +00:00 |
|
yexo
|
677f149b13
|
(svn r19772) -Fix [FS#3818]: the break-on-log-message feature could trigger an assert (Zuu)
|
2010-05-09 15:17:09 +00:00 |
|
rubidium
|
54473f0cda
|
(svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed
|
2010-04-24 11:52:58 +00:00 |
|
frosch
|
b4a9e9cadc
|
(svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly and cancel object placement when selecting not available industries.
|
2010-04-23 21:47:03 +00:00 |
|
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 |
|