Age | Commit message (Expand) | Author |
2008-04-07 | (svn r12617) -Codechange: add type safety to the Order's load and unload types. | rubidium |
2008-04-06 | (svn r12593) -Codechange: hide Order's flags in most of the code. | rubidium |
2008-04-05 | (svn r12585) -Fix (r12584): assumption that assertions were enabled during co... | rubidium |
2008-04-04 | (svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a b... | smatz |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | rubidium |
2008-03-28 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | rubidium |
2008-02-21 | (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road ve... | peter1138 |
2008-02-21 | (svn r12207) -Change: rail running costs are engine class, not rail type | peter1138 |
2008-02-20 | (svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the t... | smatz |
2008-02-13 | (svn r12134) -Change: count the number of ticks a vehicle was running this da... | smatz |
2008-01-27 | (svn r11994) -Codechange: Remove numbers from string names where the strings ... | maedhros |
2008-01-18 | (svn r11913) -Fix (r11871): update signals after company bankrupt and disaste... | smatz |
2008-01-17 | (svn r11908) -Fix: update crossing when merging a company, when building a cr... | smatz |
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-15 | (svn r11864) -Codechange: pass owner whose signals we will update instead of ... | smatz |
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-10 | (svn r11805) -Fix [FS#1620]: VEHICLE_TRIGGER_EMPTY was triggered continuously... | frosch |
2008-01-09 | (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ... | smatz |
2008-01-09 | (svn r11794) -Fix [FS#1632]: reversing a train when loading at a station with... | glx |
2008-01-09 | (svn r11793) -Codechange: pass the expense type via the CommandCost instead o... | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-05 | (svn r11763) -Fix: update signal states after merging a company | smatz |
2008-01-03 | (svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicl... | glx |
2007-12-29 | (svn r11719) -Codechange: split sound.h in a header with types and one with f... | rubidium |
2007-12-28 | (svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned ... | smatz |
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-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | 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-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-19 | (svn r11667) -Codechange: split window.h into a header that defines some 'glo... | rubidium |
2007-11-27 | (svn r11533) -Codechange: Rename some unclear clear_x prices member names. | belugas |
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 r11482) -Codechange: Remove the doubled function ClrBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-11-19 | (svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage | skidd13 |
2007-11-19 | (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ... | skidd13 |
2007-11-11 | (svn r11410) -Codechange: implement random triggers for industries. | rubidium |
2007-11-04 | (svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer ... | truelight |
2007-11-04 | (svn r11374) -Codechange: Give meaning to the magical number that specifies t... | belugas |
2007-10-21 | (svn r11331) -Fix: do not misuse CommandCost for overflow safe stuff as Money... | rubidium |
2007-10-20 | (svn r11312) -Codechange: implement a overflow safe integer and use that for ... | rubidium |