summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-04(svn r12557) -Cleanup: use MAX_PATH at two more placessmatz
2008-04-03(svn r12556) -Fix (r6001): remove fences with fields when loading old savegam...smatz
2008-04-03(svn r12553) -Fix (r11547): redraw the signal GUI when the signal drag densit...smatz
2008-04-03(svn r12550) -Change: the signal GUI is now persistent - has the same data wh...smatz
2008-04-03(svn r12549) -Fix [FS#1900](r11547): respect type of selected signal when bui...smatz
2008-04-03(svn r12548) -Cleanup: remove strings removed in r12547 from all language filessmatz
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-04-03(svn r12546) -Fix: completely remove cases from Brazilian Portuguese translationglx
2008-04-03(svn r12545) -Cleanup: Replace some tables of magic values with already exist...frosch
2008-04-03(svn r12543) -Update: WebTranslator2 update to 2008-04-03 08:42:55miham
2008-04-02(svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (the...frosch
2008-04-02(svn r12540) -Codechange: Enumify some values in original pathfinder and remo...frosch
2008-04-02(svn r12537) -Cleanup: comment newgrf_config.h a bitsmatz
2008-04-01(svn r12536) -Codechange: some stack allocations were too large for NDS, so u...rubidium
2008-04-01(svn r12535) -Fix: A little typo and 4 omissions on bridge sprites.belugas
2008-04-01(svn r12534) -Feature: Add a new type of town road layouts - random for each ...skidd13
2008-04-01(svn r12533) -Cleanup: Remove some wizardry from default ai by using existing...frosch
2008-04-01(svn r12532) -Cleanup: Replace two tables of magic values with already existi...frosch
2008-04-01(svn r12531) -Codechange: Rename some variables for consistency.frosch
2008-03-31(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and wo...skidd13
2008-03-31(svn r12513) -Codechange: rename OriginalTileRandomiser something more descri...skidd13
2008-03-31(svn r12501) -Codechange: split signs.h.rubidium
2008-03-31(svn r12499) -Codechange: some coding style tweaks for network_internal.h.rubidium
2008-03-31(svn r12498) -Codechange: bring a little 'order' to openttd.cpp's includes an...rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
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-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
2008-03-30(svn r12486) -Fix: the copyright date wasn't set correctly in ottdres.rc.rubidium
2008-03-28(svn r12482) -Fix: [build train] we don't need to have a depot in order to ju...bjarni
2008-03-28(svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the in...peter1138
2008-03-28(svn r12477) -Fix [FS#1883]: timetable times for aircraft were always doubled.rubidium
2008-03-28(svn r12476) -Codechange: split type engine related types from engine.h (and ...rubidium
2008-03-28(svn r12475) -Codechange: cleanup coding style in news_gui.cpp.rubidium
2008-03-28(svn r12474) -Codechange: split type related stuff from waypoints from waypoi...rubidium
2008-03-28(svn r12473) -Codechange: move EngineList to a more logical location.rubidium
2008-03-28(svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPix...rubidium
2008-03-28(svn r12471) -Codechange: move SignID to a more logical location.rubidium
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and openttd...rubidium
2008-03-28(svn r12469) -Codechange: split type related stuff from group.h (and openttd....rubidium
2008-03-28(svn r12468) -Codechange: move some type related stuff from station.h (and op...rubidium
2008-03-28(svn r12467) -Codechange: move DepotID to a more logical location.rubidium
2008-03-28(svn r12466) -Codechange: move DestinationID to a more logical location.rubidium
2008-03-28(svn r12464) -Change: remove an include that doesn't define anything anyway.rubidium
2008-03-28(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can ...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-28(svn r12458) -Codechange: split acquiring the sprite ID for cargos from the a...rubidium
2008-03-28(svn r12457) -Codechange: Move signal enums on their own header.belugas
2008-03-28(svn r12456) -Update: apply english.txt changes from r12455 to other languagesglx
2008-03-28(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type displa...glx