index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ai
Age
Commit message (
Expand
)
Author
2008-01-30
(svn r12019) -Codechange: Add support for passenger engine designation for AI...
peter1138
2008-01-25
(svn r11983) -Codechange: Add some helper functions for slopes and use them.
frosch
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-23
(svn r11958) -Fix (r11204): NewAI couldn't build any road vehicles when there...
smatz
2008-01-22
(svn r11946) -Fix: slope detection of bridge ramps.
frosch
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-16
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when build...
smatz
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 r11832) -Codechange: get rid of (quite) some VARDEFs.
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
2008-01-07
(svn r11774) -Change: do not include variables.h in a header when it is not n...
rubidium
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-21
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-12-17
(svn r11652) -Codechange: add the svn $ header for several files
smatz
2007-12-16
(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...
smatz
2007-12-16
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...
smatz
2007-12-12
(svn r11625) -Codechange: add CO_* enum at some places, add includes of order...
smatz
2007-12-03
(svn r11565) -Revert: part of r11564
smatz
2007-12-03
(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and re...
skidd13
2007-11-25
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp caus...
skidd13
2007-11-24
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...
skidd13
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-10-20
(svn r11312) -Codechange: implement a overflow safe integer and use that for ...
rubidium
2007-10-19
(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...
rubidium
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 14C
glx
2007-09-04
(svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remot...
rubidium
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-10
(svn r10838) -Fix [FS#1119] (r10698): double negation where only single negat...
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
[next]