Age | Commit message (Expand) | Author |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-15 | (svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid... | smatz |
2008-08-16 | (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla... | frosch |
2008-08-15 | (svn r14076) -Codechange: Merge the four start/stop commands into a single CM... | frosch |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit... | rubidium |
2008-05-26 | (svn r13256) -Codechange: merge the OPTS and PATS chuncks. | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-27 | (svn r12913) -Add: ability to backup and restore a player's economic data and... | bjarni |
2008-04-07 | (svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one fu... | smatz |
2008-04-06 | (svn r12591) -Codechange: move CommandCost accessors to header file, 8kB of b... | smatz |
2008-03-25 | (svn r12421) -Feature: [autoreplace] the autoreplace button in train depots w... | bjarni |
2008-02-28 | (svn r12304) -Codechange: use IsValidTile() where it should be used | glx |
2008-02-09 | (svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player p... | smatz |
2008-02-06 | (svn r12075) -Codechange: Remove explicit numbering on command enum, and remo... | peter1138 |
2008-02-04 | (svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore | smatz |
2008-01-29 | (svn r12012) -Fix (r11795): Enable TownRatingTestMode during cost estimation ... | frosch |
2008-01-16 | (svn r11871) -Fix [FS#1074]: do not update signals after each tile when build... | smatz |
2008-01-13 | (svn r11839) -Codechange: move some variables from variables.h to a more logi... | 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-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 |