summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory (l...rubidium
2009-08-28(svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first av...yexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-09(svn r17133) -Codechange: generalise the code that searches for base graphicsrubidium
2009-08-06(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and mak...rubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-31(svn r17001) -Codechange: replace some more assert(0)s to NOT_REACHED() and d...rubidium
2009-07-10(svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of the...peter1138
2009-06-30(svn r16701) -Fix [FS#3001]: limit the screen's resolution to 65535x65535 so ...rubidium
2009-06-27(svn r16677) -Codechange: Dimension width and height are unsigned.alberth
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-23(svn r16640) -Codechange: move roadstop stuff to separate filessmatz
2009-06-23(svn r16633) -Codechange: remove checks for consistency of newpoolsmatz
2009-06-10(svn r16555) -Feature [FS#570]: ability to enter server and company password ...smatz
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-24(svn r16414) -Change: Make it harder to ignore/close important error messages...frosch
2009-05-23(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...rubidium
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriaterubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-19(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...rubidium
2009-05-19(svn r16358) -Fix (r16343): strdup doesn't like NULLglx
2009-05-17(svn r16343) -Fix (r16066): Invalid free on exit after changing base graphics...frosch
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-15(svn r16315) -Codechange: move the autorenew settings to a new CompanySetting...yexo
2009-05-14(svn r16306) -Fix [FS#2901] (r15027): Close all windows before unloading the ...yexo
2009-05-12(svn r16287) -Fix: fix possible (in theory) desync related to autorenew settingsyexo
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-05-03(svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-15(svn r16066) -Fix: another memory leak.rubidium
2009-04-10(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...rubidium
2009-04-09(svn r15999) -Codechange: VARDEF--;rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-08(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the...frosch
2009-02-26(svn r15590) -Fix (r15584): _screenshot_name is an array, not a char * pointer.yexo
2009-02-25(svn r15584) -Codechange: Move several variables from variables.h to more app...yexo
2009-02-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-25(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...yexo
2009-02-21(svn r15546) -Fix [FS#2651]: keep_all_autosave ignored for dedicated servers/...rubidium
2009-02-21(svn r15543) -Change: allow the default debug level of 6 for a dedicated serv...rubidium
2009-02-14(svn r15495) -Revert (r15383,r15422): Loading NewGRFs depends on correct sett...yexo
2009-02-12(svn r15455) -Fix: font autodetection didn't occur when directly loading a ga...rubidium