Age | Commit message (Expand) | Author |
2008-01-25 | (svn r11983) -Codechange: Add some helper functions for slopes and use them. | frosch |
2008-01-23 | (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne... | 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-15 | (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with... | 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 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-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-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-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-27 | (svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C | glx |
2007-08-10 | (svn r10838) -Fix [FS#1119] (r10698): double negation where only single negat... | rubidium |
2007-07-29 | (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r... | rubidium |
2007-07-26 | (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations.... | rubidium |
2007-07-24 | (svn r10672) -Codechange: typify some parameters/variables. | rubidium |
2007-07-23 | (svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :)) | truelight |
2007-07-23 | (svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and us... | truelight |
2007-06-22 | (svn r10266) -Codechange: keep track of the origin, time of travel and accumu... | 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-17 | (svn r10177) -Fix: Passengers has one A and two Es (ln) | peter1138 |
2007-06-07 | (svn r10058) -Codechange: give some industry variable sensible names (like no... | rubidium |
2007-06-04 | (svn r10033) -Feature [FS#760]: skip to the selected order in the order list ... | rubidium |
2007-05-27 | (svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what t... | rubidium |
2007-05-24 | (svn r9912) -Fix: the AIs could build any road(station)s. | rubidium |
2007-05-18 | (svn r9867) -Codechange: Remove data duplication. The exact same values can ... | belugas |
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium |
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-02-14 | (svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into templ... | celestar |
2007-01-25 | (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, ... | celestar |
2007-01-14 | (svn r8116) Undo r8113 | tron |
2007-01-14 | (svn r8113) Fix the #include path to table/strings.h | tron |
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 |