Age | Commit message (Expand) | Author |
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-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-12-16 | (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m... | smatz |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-11-04 | (svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubi... | truelight |
2007-07-29 | (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r... | rubidium |
2007-07-15 | (svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagona... | KUDr |
2007-07-09 | (svn r10492) -Fix [YAPF, r10491]: commands with no effect (glx) | KUDr |
2007-07-09 | (svn r10491) -Fix [FS#988, YAPF]: When rail segment was cached using electric... | KUDr |
2007-07-09 | (svn r10489) -Codechange [YAPF]: FollowTrack_t now has new data member - m_er... | KUDr |
2007-07-04 | (svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun lea... | KUDr |
2007-06-30 | (svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison w... | KUDr |
2007-06-29 | (svn r10394) -Fix [YAPF]: MP desync caused by incorrect last-red-signal penal... | KUDr |
2007-06-29 | (svn r10393) -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached ... | KUDr |
2007-06-29 | (svn r10392) -Add [YAPF]: added structured dump support into some essential Y... | KUDr |
2007-06-27 | (svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set ... | KUDr |
2007-06-26 | (svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node ... | KUDr |
2007-06-24 | (svn r10304) -Fix [YAPF](r10301): removed assert which could violate without ... | KUDr |
2007-06-24 | (svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138) | KUDr |
2007-06-24 | (svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special ca... | KUDr |
2007-06-18 | (svn r10199) -Fix [FS#884, YAPF]: 'target_seen' flag that is set prematurely ... | KUDr |
2007-05-31 | (svn r10006) -Fix (FS#362): allow different signal types on one tile | glx |
2007-05-25 | (svn r9922) -Fix (r9914): [YAPF] null pointer dereference. | rubidium |
2007-05-24 | (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ... | rubidium |
2007-05-18 | (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ... | rubidium |
2007-04-29 | (svn r9746) -Codechange [YAPF]: added DEBUGs level 0 if the current train ord... | KUDr |
2007-04-29 | (svn r9745) -Codechange [YAPF}: if destination is a waypoint then YAPF gets d... | KUDr |
2007-04-20 | (svn r9697) -Fix [YAPF](r9694): 'unused variable' warning (glx) | KUDr |
2007-04-20 | (svn r9694) -Fix [YAPF][FS#736]: the guessed path (when PF stopped on max. # ... | KUDr |
2007-04-20 | (svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node ins... | KUDr |
2007-04-18 | (svn r9665) -Documentation: Doxygen corrections,errors, corrections of correc... | belugas |
2007-04-12 | (svn r9609) -Codechange: Move some function prototypes out of functions.h and... | maedhros |
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-03-03 | (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t... | belugas |
2007-02-25 | (svn r8899) -Fix | tron |
2007-02-24 | (svn r8869) [YAPF] -Fix: Large Train Stations/Trains makes OpenTTD crash (Jig... | KUDr |
2007-02-23 | (svn r8867) -Fix(r8866): revert yapf_costrail.hpp commited by mistake, helper... | KUDr |
2007-02-23 | (svn r8866) -Doc: added more comments to template struct MakeEnumPropsT | KUDr |
2007-02-23 | (svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t... | celestar |
2007-02-21 | (svn r8836) [YAPF] -Fix[FS#641]: Assertion: 'IsTileDepotType(depot_tile, TRAN... | KUDr |
2007-02-17 | (svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly | KUDr |
2007-02-14 | (svn r8735) -Feature: drive-through road stops made possible by the hard work... | rubidium |
2007-02-13 | (svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get... | celestar |
2007-01-24 | (svn r8392) -Fix | tron |
2007-01-13 | (svn r8092) -Codechange: header files with miscellaneous template classes (sm... | KUDr |
2007-01-12 | (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #... | Darkvater |