Age | Commit message (Expand) | Author |
2008-01-11 | (svn r11811) -Fix: make compilation without networking work again (and thus m... | rubidium |
2008-01-09 | (svn r11795) -Fix [FS#1616]: take town rating into account when testing if a ... | glx |
2008-01-09 | (svn r11793) -Codechange: pass the expense type via the CommandCost instead o... | rubidium |
2008-01-05 | (svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken | glx |
2008-01-03 | (svn r11750) -Revert (r11749): commited too much | glx |
2008-01-03 | (svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicl... | glx |
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-23 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-12-19 | (svn r11668) -Codechange: more refactoring aimed at reducing compile time and... | rubidium |
2007-12-17 | (svn r11657) -Fix: show better error message when trying to convert rail | smatz |
2007-12-06 | (svn r11584) -Change: add some extra checking in the hope to find the cause o... | rubidium |
2007-10-20 | (svn r11312) -Codechange: implement a overflow safe integer and use that for ... | rubidium |
2007-09-22 | (svn r11138) -Codechange: prepare some subsystems for persistent storage for ... | rubidium |
2007-09-10 | (svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman. | rubidium |
2007-09-04 | (svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remot... | rubidium |
2007-08-31 | (svn r11021) -Fix [FS#1175]: do not display income/expenses when they do not ... | rubidium |
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from variables... | rubidium |
2007-07-10 | (svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients ... | rubidium |
2007-06-25 | (svn r10331) -Feature: Add the possibility of automatically filling in timeta... | maedhros |
2007-06-21 | (svn r10258) -Codechange: as we are now using int64 all over the place, it's ... | rubidium |
2007-06-21 | (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla... | rubidium |
2007-06-21 | (svn r10246) -Fix (r10297): some forgotten money conversions and truncation i... | rubidium |
2007-06-20 | (svn r10236) -Feature: Introduce a form of timetabling for vehicles. | maedhros |
2007-06-19 | (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. | rubidium |
2007-06-18 | (svn r10208) -Codechange: replace int32 with Money where appropriate. | rubidium |
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more easil... | rubidium |
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium |
2007-06-08 | (svn r10071) -Feature [FS#828]: moving of orders (skidd13). | rubidium |
2007-06-04 | (svn r10033) -Feature [FS#760]: skip to the selected order in the order list ... | rubidium |
2007-05-22 | (svn r9898) -Fix (r9874): Many... | peter1138 |
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ... | rubidium |
2007-05-16 | (svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles. | rubidium |
2007-04-29 | (svn r9742) -Fix (r9689) [FS#739]: Fix cloning with refit costs again, hopefu... | maedhros |
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-10 | (svn r9581) -Revert (r9562): This broke as much as it fixed, so revert until ... | maedhros |
2007-04-04 | (svn r9562) -Fix: When cloning, pay for the refit costs as well. | maedhros |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-02-23 | (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few ... | belugas |
2007-02-14 | (svn r8735) -Feature: drive-through road stops made possible by the hard work... | rubidium |
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 |