Age | Commit message (Expand) | Author |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-24 | (svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadO... | frosch |
2008-05-23 | (svn r13222) -Change: allow old AI building helistations and helidepots for o... | smatz |
2008-05-23 | (svn r13221) -Fix (r8747): old AI failed to build oil rig routes | smatz |
2008-05-23 | (svn r13217) -Fix: old AI was building small airports in years when they were... | smatz |
2008-05-14 | (svn r13090) -Codechange: add functions for direct conversion from DiagDirect... | smatz |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-04-18 | (svn r12762) -Fix: tabs after the first non-tab character are generally not o... | rubidium |
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ... | rubidium |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-17 | (svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function... | smatz |
2008-04-17 | (svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile() | smatz |
2008-04-07 | (svn r12617) -Codechange: add type safety to the Order's load and unload types. | rubidium |
2008-04-06 | (svn r12593) -Codechange: hide Order's flags in most of the code. | rubidium |
2008-04-06 | (svn r12588) -Codechange: do not access the destination of an order directly. | rubidium |
2008-04-06 | (svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions... | rubidium |
2008-04-05 | (svn r12584) -Codechange: do not access the order type directly. | rubidium |
2008-04-02 | (svn r12540) -Codechange: Enumify some values in original pathfinder and remo... | frosch |
2008-04-01 | (svn r12533) -Cleanup: Remove some wizardry from default ai by using existing... | frosch |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | rubidium |
2008-03-30 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | rubidium |
2008-03-27 | (svn r12451) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of... | peter1138 |
2008-02-20 | (svn r12200) -Fix: force AI to build rail or road instead of bridges if possi... | smatz |
2008-02-20 | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat... | frosch |
2008-02-20 | (svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the t... | smatz |
2008-02-20 | (svn r12193) -Codechange: Rename a magic variable, give it a decent type, and... | frosch |
2008-02-18 | (svn r12184) -Fix: take into account possible loan when AI is deciding which ... | smatz |
2008-02-16 | (svn r12155) -Fix (r12154): some warnings (always compile before commit) | glx |
2008-02-15 | (svn r12154) -Codechange: removed a magic number | glx |
2008-02-14 | (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()... | frosch |
2008-02-13 | (svn r12134) -Change: count the number of ticks a vehicle was running this da... | smatz |
2008-01-30 | (svn r12019) -Codechange: Add support for passenger engine designation for AI... | peter1138 |
2008-01-24 | (svn r11972) -Fix: old AI shouldn't build fast planes with a small airport in... | smatz |
2008-01-23 | (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne... | smatz |
2008-01-23 | (svn r11962) -Cleanup: OPF is no longer used to update signals | smatz |
2008-01-23 | (svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditions | smatz |
2008-01-23 | (svn r11959) -Codechange: Use macro to loop for specific engine types instead... | peter1138 |
2008-01-18 | (svn r11917) -Fix (r3677): AI was reading wrong tile slope while building roa... | smatz |
2008-01-17 | (svn r11887) -Fix [FS#1658]: segmentation faults/wrong frees due uninitialize... | rubidium |
2008-01-15 | (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with... | rubidium |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11800) -Codechange: move some functions to a more logical location + so... | rubidium |
2008-01-09 | (svn r11793) -Codechange: pass the expense type via the CommandCost instead o... | rubidium |
2008-01-09 | (svn r11792) -Codechange: move some (virtually) globally included AI related ... | rubidium |