Age | Commit message (Expand) | Author |
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 |
2007-10-14 | (svn r11258) -Fix [FS#1325]: if a Load Amount callback returns 0, it means (a... | rubidium |
2007-09-27 | (svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C | glx |
2007-09-26 | (svn r11173) -Codechange: rename some callback enums so they are more uniform. | rubidium |
2007-09-11 | (svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of t... | glx |
2007-09-08 | (svn r11063) -Codechange: make it possible for people to view the loading ind... | rubidium |
2007-09-02 | (svn r11039) -Fix [FS#1191]: underflow that caused overflows in the performan... | rubidium |
2007-09-01 | (svn r11031) -Codechange: reduce the amount of duplication of bit counting fu... | rubidium |
2007-09-01 | (svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a st... | rubidium |
2007-08-31 | (svn r11018) -Fix [FS#1169]: Disallow buying/selling shares in your own compa... | rubidium |
2007-08-30 | (svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl... | rubidium |
2007-08-26 | (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted carg... | rubidium |
2007-08-20 | (svn r10953) -Fix [FS#1139, FS#1143]: stations would not get a rating when th... | rubidium |
2007-08-16 | (svn r10921) -Fix [FS#1130] (r10323): the company related news messages still... | rubidium |
2007-08-11 | (svn r10857) -Fix: feeder-income was broken; substract the feeder-costs from ... | truelight |
2007-08-03 | (svn r10770) -Codechange: use the pool item class as super class for the vehi... | rubidium |
2007-07-25 | (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still call... | rubidium |
2007-07-25 | (svn r10691) -Codechange [FS#509]: simplify GetTransportedGoodsIncome to make... | rubidium |