summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-04(svn r1798) GetFoo(i)->index is per definition i, so replace the former with ...tron
2005-02-04(svn r1797) Clean up TileLoopClearHelper() a bit:tron
2005-02-04(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're ju...tron
2005-02-04(svn r1795) Change CFLAGS for MorphOS (tokai)tron
2005-02-04(svn r1794) Make the dedicated server compile again under MorphOS (tokai)tron
2005-02-04(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does ...tron
2005-02-04(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as the...tron
2005-02-04(svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a ...tron
2005-02-04(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefull...tron
2005-02-04(svn r1789) -Fix: there is no need to save the index, it is done for ustruelight
2005-02-04(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadst...truelight
2005-02-04(svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs)truelight
2005-02-04(svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to...truelight
2005-02-04(svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last truelight
2005-02-04(svn r1784) -Fix: removed ClosestTownFromTile where possible, or replaced it truelight
2005-02-04(svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles)truelight
2005-02-04(svn r1782) Remove line which should've been removed in r1779 and caused map ...tron
2005-02-03(svn r1781) Fix static declaration after non-static declaration of same symboltron
2005-02-03(svn r1780) Don't clear LIBS and LDFLAGStron
2005-02-03(svn r1779) Make the map generation code slightly more readabletron
2005-02-03(svn r1778) - Fix: [ 1115200 ] In the main menu, when starting a new game whi...matthijs
2005-02-03(svn r1777) Fix map generation for tropical and arctic landscape on larger/sm...tron
2005-02-03(svn r1776) -Add: Dynamic stations. You can now have up to 64k of stationstruelight
2005-02-02(svn r1775) -Fix: The NPF patch setting was not synced in network.truelight
2005-02-02(svn r1774) -Fix: fixed an other possible crash related to previous committruelight
2005-02-02(svn r1773) -Fix: [ 1114950 ] Game crashed sometimes when there were no indus...truelight
2005-02-02(svn r1772) -Fix: [ 1114100 ] Dedicated server boots againtruelight
2005-02-02(svn r1771) -Add: Industries are now dynamic (up to 64k industries). Generating truelight
2005-02-02(svn r1770) -Fix: Hopefully last pieces of code that are containing a station-idtruelight
2005-02-02(svn r1769) Don't compute the same value twice, remove one function calltron
2005-02-02(svn r1768) -Codechange: Store town index in _map2 of town tilescelestar
2005-02-01(svn r1767) fixed mixed declarations and code in last commit (oops)bjarni
2005-02-01(svn r1766) - Feature: Aircrafts will now go to the nearest hangar if the nex...bjarni
2005-02-01(svn r1765) -Fix: on loading, the total amount of towns wasn't reset to zerotruelight
2005-02-01(svn r1764) -Add: dynamic towns, you can now have up to 64k towns (let me kno...truelight
2005-02-01(svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (M...truelight
2005-02-01(svn r1762) -Codechange: renamed 'MemoryPool' to 'SettingsMemoryPool' (we need truelight
2005-02-01(svn r1761) Don't set CC and CXXtron
2005-02-01(svn r1760) -Fix: [ 1113399 ] Game no longer crashes when right-clicking a di...celestar
2005-02-01(svn r1759) Daily/Weekly/Monthly langfile updatesmiham
2005-02-01(svn r1758) Replace `` with $(shell), because the latter is only evaluated on...tron
2005-01-31(svn r1757) Stop the new AI from trying to build its HQ on non-existent tilestron
2005-01-31(svn r1756) Cleanup: if cascade -> switch, uint -> TileIndextron
2005-01-31(svn r1755) Trim trailing whitespacetron
2005-01-31(svn r1754) - Fix: you can once again load newgrf files with lots of sprites....darkvater
2005-01-31(svn r1753) - Fix: [ 1113037 ] crash when accessing hi-scores in editor, it i...darkvater
2005-01-31(svn r1752) - Fix: MSVC acting up once again, as well as project file updates...darkvater
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-31(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each v...darkvater
2005-01-31(svn r1749) Move the functions which calculate distances to map.[ch] and give...tron