yexo
78b6431eab
(svn r23170) -Doc (r23169): add he new value to the AI changelog
2011-11-08 21:51:53 +00:00
yexo
41e9da2420
(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu)
2011-11-08 21:48:00 +00:00
frosch
1a6dfb5110
(svn r23162) -Fix (r23133): Silence gcc warning.
2011-11-08 17:42:34 +00:00
frosch
930c6c7779
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18.
2011-11-08 17:26:13 +00:00
yexo
fd59234005
(svn r23135) -Fix (r23133): always compile before commit
2011-11-08 15:53:32 +00:00
yexo
3566f8b905
(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting
2011-11-08 15:44:53 +00:00
yexo
1750b2ad9f
(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly in all cases
2011-11-08 15:43:34 +00:00
yexo
59b9c4f6f3
(svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return false for valid vehicles and crashed for invalid ones
2011-11-08 15:00:55 +00:00
michi_cc
844eb74c0e
(svn r23122) -Fix (23120): Silence GCC warning.
2011-11-05 22:41:04 +00:00
michi_cc
ab28780f97
(svn r23120) -Feature: [NoAI] Support for refit orders.
2011-11-05 15:31:21 +00:00
rubidium
2de0383538
(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick
2011-11-04 23:20:14 +00:00
rubidium
70faeeaba9
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
2011-11-04 11:30:37 +00:00
rubidium
cceccd58e5
(svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HEIGHT for the AI API code
2011-11-04 10:25:33 +00:00
rubidium
bcb93b3b75
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
2011-11-04 10:22:27 +00:00
rubidium
de980ef0f9
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
2011-11-04 10:18:13 +00:00
frosch
47ed2ae999
(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.
2011-10-25 19:21:36 +00:00
rubidium
7005bb694c
(svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that
2011-10-15 20:42:32 +00:00
planetmaker
01a36b36d6
(svn r23012) -Fix [FS#4798]: AI backlog was to short to fully display the backtrace of some AI crashes (Kogut)
2011-10-07 18:49:02 +00:00
truebrain
65e2865ac1
(svn r22989) -Fix: AIController uses protected members of AIObject, so make them friends (instead of doing it implicit via AIInstance). This fixes all compile errors with clang-2.9
2011-10-04 15:21:07 +00:00
rubidium
2ac7cbada3
(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long
2011-10-03 20:21:56 +00:00
frosch
f406385319
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
2011-10-03 17:23:41 +00:00
frosch
a1c155e0f9
(svn r22968) -Feature: Allow road corners on steep slopes.
2011-10-01 16:45:25 +00:00
yexo
72500ddedf
(svn r22920) -Cleanup: replace two very old town variables taht were rarely used by small functions that compute there value on-the-fly when necessary
2011-09-11 11:47:18 +00:00
rubidium
f5fdf0e127
(svn r22912) -Fix [FS#4753]: another attempt at fixing a related crash (can't reproduce it though)
2011-09-09 17:46:21 +00:00
rubidium
b878e5c72f
(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from the AI filenames, so record it differently. Also removes some of the hackery to get the tar's filename
2011-09-08 09:55:04 +00:00
rubidium
661e5c6655
(svn r22904) -Codechange: add tar filename to file scanning
2011-09-08 09:48:52 +00:00
yexo
79582850b5
(svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new condition
2011-09-01 10:04:12 +00:00
yexo
502d7884ae
(svn r22861) -Add: [NoAI] support the new conditional order introduced in r22858 (Zuu)
2011-08-31 22:41:10 +00:00
frosch
b7a13ba19c
(svn r22853) -Doc: Add a missing bit of AI documentation.
2011-08-28 20:28:04 +00:00
rubidium
eb0112edb1
(svn r22836) -Codechange: simplify the scanning of (AI) scripts
2011-08-25 10:37:28 +00:00
rubidium
fea42cd52b
(svn r22829) -Codechange: unify the dirtying of windows after an AI scan
2011-08-24 16:38:09 +00:00
rubidium
c8167de1c2
(svn r22822) -Codechange: make a distinction between base sets and newgrfs for their directory
2011-08-24 13:33:49 +00:00
frosch
61d5dd64b8
(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().
2011-08-19 21:19:10 +00:00
frosch
3d39fa8824
(svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
2011-08-19 21:18:32 +00:00
frosch
cdb6239d76
(svn r22762) -Fix (r22584): Update ai_company.hpp.sq
2011-08-19 21:14:51 +00:00
rubidium
53c909c65a
(svn r22751) -Merge: documentation updates from 1.1
2011-08-14 18:53:55 +00:00
frosch
1f27a4a17b
(svn r22726) -Fix: AITile::GetCargoAcceptance, AITile::GetCargoProduction and AIRail::BuildNewGRFRailStation did not check the cargo argument for validity.
2011-08-06 17:20:21 +00:00
frosch
fbc8de13fc
(svn r22710) -Fix [FS#4704]: Allow AIAirport::GetNoiseLevelIncrease() also for expired airports.
2011-08-01 20:15:18 +00:00
frosch
85c4d4e531
(svn r22616) -Codechange: Fix typo.
2011-07-02 11:31:20 +00:00
yexo
05b09ea0c4
(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth)
2011-06-13 15:23:20 +00:00
frosch
4ea00f2390
(svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when changing row selection.
2011-06-11 21:12:28 +00:00
yexo
72caaebd75
(svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running AIs caused a crash
2011-06-03 19:18:39 +00:00
yexo
1171fdc889
(svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter windows if they're clicked when disabled
2011-05-27 18:02:55 +00:00
planetmaker
7aa57e4acd
(svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added
2011-05-18 12:19:58 +00:00
frosch
7b251297c9
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
2011-05-06 21:13:29 +00:00
frosch
7cc3d3e143
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
2011-05-04 17:45:16 +00:00
rubidium
2c1555b13c
(svn r22396) -Document: some AI doxygen stuff
2011-05-01 09:24:19 +00:00
frosch
f802ea5001
(svn r22386) -Fix [FS#4602]: When the last AI company gets removed, the 'dead' state was not reset in the AI debug window.
2011-04-30 17:08:18 +00:00
glx
176ae86943
(svn r22356) -Fix (r22342): somehow empty and useless new files were added
2011-04-21 19:21:02 +00:00
terkhen
a88fe7c2aa
(svn r22343) -Change: Remove pixel limiter for query strings.
2011-04-17 18:42:17 +00:00
glx
45f3967d5d
(svn r22342) -Fix (r22338): fix the right place and run the script
2011-04-17 17:56:33 +00:00
peter1138
1b5f1ccac0
(svn r22338) -Fix (r22337): Compile-before-commit...
2011-04-17 17:34:09 +00:00
rubidium
22bc18cc71
(svn r22283) -Merge from 1.1: documentation updates/release changes
2011-03-31 21:26:26 +00:00
frosch
8c8349d5da
(svn r22249) -Codechange: Process some more invalidation of IDs during command scope.
2011-03-13 21:35:50 +00:00
frosch
2a4c4ab528
(svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' already in command scope.
2011-03-13 21:34:49 +00:00
frosch
91a29a6bef
(svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle command-/GUI-scope itself.
2011-03-13 21:32:40 +00:00
frosch
4b4a40a72e
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
2011-03-13 21:31:29 +00:00
yexo
7e3c140060
(svn r22222) -Fix: compilation when compiling with --disable-ai
2011-03-07 18:44:36 +00:00
alberth
9222a30173
(svn r22145) -Codechange: Do explicit test for non-bool values.
2011-02-25 22:04:38 +00:00
frosch
89a48c5b7d
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
2011-02-24 22:14:41 +00:00
rubidium
be8e0ede7c
(svn r22083) -Change: trunk is heading towards 1.2 now
2011-02-14 20:20:57 +00:00
rubidium
c163f3c0f7
(svn r22007) -Change: only show one AI per unique ID instead of all versions in the output of "openttd -h"
2011-02-07 09:51:16 +00:00
yexo
0b452bd05f
(svn r21992) -Fix [FS#4467]: AIs trying to change the AIOF_GOTO_NEAREST_DEPOT flag for existing orders triggered an assert. Explicitly forbid this as precondition for SetOrderFlags
2011-02-06 12:15:17 +00:00
frosch
c003e1a358
(svn r21987) -Fix: Make news items, engine previews and AI preview events deal with no longer existing Engine items after resetting the pool.
2011-02-05 20:41:13 +00:00
rubidium
7086bb3017
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
2011-02-04 15:37:23 +00:00
smatz
4aa45d8742
(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year
2011-02-04 14:11:14 +00:00
frosch
7c04ea586d
(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way.
...
-Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing.
-Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
2011-01-31 20:44:15 +00:00
yexo
309b99a944
(svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them
2011-01-23 13:08:50 +00:00
rubidium
05199a641a
(svn r21890) -Cleanup: remove some unneeded includes
2011-01-22 14:52:20 +00:00
rubidium
fa9cb1164e
(svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree
2011-01-22 10:33:16 +00:00
yexo
57f969de2b
(svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list of recognized AI libraries (dihedral)
2011-01-03 14:52:30 +00:00
yexo
e7b57edfe6
(svn r21697) -Codechange: use GetGameSettings() in a few more places to enhance readability
2011-01-02 12:52:37 +00:00
yexo
b6680625d3
(svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the scenario editor / in game
2011-01-02 12:41:24 +00:00
rubidium
ab8f0771c0
(svn r21672) -Fix: mention AIEventTownFounded in the AI changelog as well
2010-12-31 09:43:42 +00:00
yexo
c5597c44c4
(svn r21664) -Add: [NoAI] AIEventTownFounded
2010-12-29 23:44:39 +00:00
yexo
1bdea024a3
(svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype
2010-12-29 23:20:12 +00:00
yexo
9a0d29f7de
(svn r21655) -Add: mention AITown::IsCity in the NoAI changelog
2010-12-29 12:41:01 +00:00
yexo
e7eb1cc9f4
(svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro)
2010-12-29 12:19:33 +00:00
alberth
69762b70b2
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.
2010-12-22 11:46:41 +00:00
alberth
135c5b3fd7
(svn r21571) -Codechange: Having a break after a return is no good.
2010-12-21 15:23:54 +00:00
terkhen
f69d280f14
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
2010-12-14 21:33:53 +00:00
terkhen
57790abb75
(svn r21515) -Codechange: Use cached_total_length where appropiate.
2010-12-14 21:24:51 +00:00
rubidium
4f6c97ed0b
(svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile
2010-12-13 11:21:53 +00:00
rubidium
d81aff479f
(svn r21488) -Codechange: make use of TILE_AREA_LOOP in the tile list AI API
2010-12-12 18:47:08 +00:00
rubidium
e4c8f79f94
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
2010-12-05 22:25:49 +00:00
rubidium
7267a4de2c
(svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes
2010-12-05 22:25:36 +00:00
rubidium
6e39c4afa1
(svn r21413) -Codechange: limit sign name by amount of characters, not bytes
2010-12-05 22:25:08 +00:00
rubidium
dd618051a7
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
2010-12-05 22:24:50 +00:00
rubidium
48101ae6a7
(svn r21411) -Codechange: limit group name by amount of characters, not bytes
2010-12-05 22:24:34 +00:00
alberth
0722492c1b
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
2010-11-26 15:22:18 +00:00
rubidium
890eec6132
(svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but also getting settings and such from info.nut, would not be interrupted after a while causing OpenTTD to seem to not respond
2010-11-24 17:00:37 +00:00
rubidium
0b8697bad4
(svn r21280) -Merge: documentation updates from 1.0
2010-11-20 21:27:21 +00:00
rubidium
846721b375
(svn r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs
2010-11-18 23:31:06 +00:00
rubidium
59b6c9a85e
(svn r21248) -Codechange: don't run the tar scanner twice upon startup
2010-11-18 22:27:15 +00:00
rubidium
cc5fd40a74
(svn r21246) -Fix: upon rescanning AIs the new AIs would (after some time) show up in the AI list but you could not select all
2010-11-18 22:24:10 +00:00
rubidium
5ec2bcc0d9
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
2010-11-13 09:56:25 +00:00
rubidium
adb1692a4d
(svn r21142) -Codechange: replace magic bridge length constants with proper constants (uni657)
2010-11-10 23:43:14 +00:00
alberth
063931d435
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
2010-10-30 17:51:07 +00:00
frosch
cb2b666229
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
2010-10-16 20:34:43 +00:00
rubidium
cdb91a1a9e
(svn r20810) -Merge: documentation updates from 1.0
2010-09-15 22:05:08 +00:00
yexo
74d81b2991
(svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work for TRANSPORT_AIR
2010-09-13 13:36:36 +00:00
rubidium
56ebc2359e
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot
2010-09-08 21:02:12 +00:00
yexo
867e652609
(svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz)
2010-09-08 13:45:26 +00:00
rubidium
360d6daf34
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
2010-08-26 22:01:16 +00:00
yexo
2c8eb94033
(svn r20606) -Change [FS#4042]: change the debug level of the "Registering two AIs/libraries with the same name and version" message from 0 to 1
2010-08-23 22:44:08 +00:00
yexo
3c5923a62f
(svn r20604) -Feature: add a reset button to the newgrf parameters window
2010-08-23 22:25:50 +00:00
rubidium
92c7418e96
(svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AI
2010-08-19 22:06:20 +00:00
rubidium
bd5be9a942
(svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future
2010-08-19 20:58:30 +00:00
rubidium
bbafd249ca
(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit
2010-08-19 20:45:29 +00:00
rubidium
b07f2beb67
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit
2010-08-19 20:42:00 +00:00
rubidium
0d018b5840
(svn r20571) -Codechange: free/reserve some bits in the order commands to increase the vehicle pool limit
2010-08-19 20:39:12 +00:00
yexo
0e2275a053
(svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and use it as return value instead of ::INVALID_VEHICLE
2010-08-19 20:20:20 +00:00
yexo
f30cc9e6ca
(svn r20563) -Change: [NoAI] rename AIAbstractList to AIList
2010-08-19 15:37:28 +00:00
yexo
0d57e6c193
(svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList
2010-08-19 15:19:40 +00:00
rubidium
70c2393d16
(svn r20560) -Fix: AIs (still/again?) crashing for certain commands
2010-08-19 14:25:07 +00:00
yexo
a4fbfa268b
(svn r20558) -Codechange: use one generic function to create a list of company buttons
2010-08-19 12:56:31 +00:00
yexo
7df9805233
(svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit
2010-08-19 11:36:12 +00:00
yexo
8204ad16f5
(svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in the AI debug and performance rating windows
2010-08-19 11:33:15 +00:00
yexo
c144e8e921
(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in depot' strings
2010-08-18 00:30:12 +00:00
rubidium
9d814f04dd
(svn r20533) -Codechange: shuffle a bit with the bits in the sell command
2010-08-18 00:03:08 +00:00
rubidium
c57a5b735a
(svn r20532) -Codechange: unify selling of vehicles a bit
2010-08-17 23:55:22 +00:00
frosch
134760a904
(svn r20523) -Fix [FS#4040]: Do not print a colon for AI settings with empty name.
...
Please note that this is only meant for compatiblity to make settings of 'old' AIs still look nice.
Usage of this 'compatibility feature' is not recommended, as selected lines cannot be highlighted this way as it is done for the NewGRF settings.
2010-08-17 09:49:31 +00:00
alberth
a51d34c048
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
2010-08-15 14:06:43 +00:00
rubidium
7ae80eec64
(svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are connected failed in some cases
2010-08-14 09:46:36 +00:00
frosch
9f3e6ca197
(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI.
2010-08-13 07:34:28 +00:00
frosch
ba8d961664
(svn r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked.
2010-08-12 16:44:51 +00:00
frosch
2d5ef5e5a8
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12 09:16:43 +00:00
frosch
4817d5dcd6
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll and vscroll2.
...
Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
2010-08-12 08:37:01 +00:00
frosch
341f41e347
(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-12 06:44:45 +00:00
rubidium
1f2276b785
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
2010-08-08 10:59:30 +00:00
rubidium
40ab6a3298
(svn r20406) -Codechange: make StationClass use the new generic class
2010-08-07 22:07:07 +00:00
rubidium
8f1d0358bd
(svn r20402) -Codechange: rename the airport/station class id to something slightly more generic
2010-08-07 21:10:57 +00:00
yexo
ecb6d8cf74
(svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type
2010-08-07 20:51:53 +00:00
rubidium
75f6f6eb0b
(svn r20389) [NoAI] -Add: AIOrder::IsVoidOrder to find void "(Invalid Order)" orders.
...
[NoAI] -Change: AIOrder::GetOrderFlags returns AIOrder::AIOF_INVALID for void orders.
2010-08-06 19:04:21 +00:00
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
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