Age | Commit message (Expand) | Author |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-12-26 | (svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q... | smatz |
2008-12-24 | (svn r14734) -Codechange: type of bankrupt_asked is CompanyMask, not byte | smatz |
2008-12-20 | (svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'. | frosch |
2008-12-19 | (svn r14693) -Codechange: replace one check in old AI (probably typo, but the... | smatz |
2008-10-20 | (svn r14504) -Cleanup: Use the right variable type for tile offsets. | michi_cc |
2008-10-14 | (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) | rubidium |
2008-10-07 | (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch ... | smatz |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-15 | (svn r14335) -Codechange: Remove some magic numbers. | frosch |
2008-08-25 | (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which ... | belugas |
2008-08-20 | (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. | belugas |
2008-08-15 | (svn r14076) -Codechange: Merge the four start/stop commands into a single CM... | frosch |
2008-08-13 | (svn r14062) -Fix [FS#2226]: division by 0 in newai. | rubidium |
2008-08-04 | (svn r13999) -Fix [FS#2190]: crash when the AI tries to find the depot of an ... | rubidium |
2008-07-23 | (svn r13809) -Fix: memory leak each time a "new ai" got (re)started. | rubidium |
2008-07-18 | (svn r13731) -Codechange: make a pool of the array of players. | rubidium |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit... | rubidium |
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-07 | (svn r12615) -Codechange: rename some enums related to depot orders to make i... | 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-28 | (svn r12476) -Codechange: split type engine related types from engine.h (and ... | 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 |