summaryrefslogtreecommitdiff
path: root/src/ai/default
AgeCommit message (Expand)Author
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-09-28(svn r11184) -Codechange: cleanup the code related to backup orders.rubidium
2007-09-27(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14Cglx
2007-08-30(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...rubidium
2007-08-29(svn r11001) -Codechange: unify the way to determine whether a vehicle is in ...rubidium
2007-08-19(svn r10942) -Fix [FS#1133]: make the AI not crash when it has ships as the A...rubidium
2007-08-02(svn r10759) -Codechange: make the industry struct use the pool item class as...rubidium
2007-08-02(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(ve...rubidium
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-24(svn r10672) -Codechange: typify some parameters/variables.rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-06-11(svn r10106) -Fix (r10098): there's always a compiler complaining about somet...rubidium
2007-06-11(svn r10098) -Codechange: bilbo cared about the performance of the AI with re...rubidium
2007-06-10(svn r10081) -Fix [FS851]: towns/AIs didn't build bridges anymore (boekabart).rubidium
2007-06-07(svn r10058) -Codechange: give some industry variable sensible names (like no...rubidium
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-05-24(svn r9912) -Fix: the AIs could build any road(station)s.rubidium
2007-05-20(svn r9892) -Codechange: lots of ground work for allowing multiple types of "...rubidium
2007-05-18(svn r9867) -Codechange: Remove data duplication. The exact same values can ...belugas
2007-05-09(svn r9817) -Fix [FS#772]: an assertion that was triggered by the AI building...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-01(svn r9540) -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong ...celestar
2007-03-31(svn r9530) -Codechange: Replace a direct industry type access by a behaviourbelugas
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-16(svn r9251) -Fix(r6057, FS#644): Use a less CPU-intensive algorithm to find a...celestar
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-22(svn r8841) -Fixtron
2007-02-17(svn r8767) -Fixtron
2007-02-16(svn r8755) -Fixtron
2007-02-15(svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error...KUDr
2007-02-15(svn r8747) -Fixtron
2007-02-10(svn r8660) -Fixtron
2007-01-30(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ...belugas
2007-01-27(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag...Darkvater
2007-01-25(svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, ...celestar
2007-01-24(svn r8385) -Fixtron
2007-01-19(svn r8276) -Fixtron
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-11(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were...celestar
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium