Age | Commit message (Expand) | Author |
2005-02-06 | (svn r1828) New warning flag especially for truelight (:< | tron |
2005-02-06 | (svn r1827) Next iteration of the byte -> char transition: some string drawin... | tron |
2005-02-06 | (svn r1826) -Feature: a brand new OldLoader so OpenTTD is TTD(Patch) compatible | truelight |
2005-02-06 | (svn r1825) Further style improvements: | tron |
2005-02-06 | (svn r1824) -Codechange: made ChangeIndustryProduction a bit more readable | truelight |
2005-02-06 | (svn r1823) Get rid of some ugly cast magic concerning language packs | tron |
2005-02-06 | (svn r1822) Const correctness | tron |
2005-02-06 | (svn r1821) Move generic string handling functions to string.[ch] and introdu... | tron |
2005-02-06 | (svn r1820) Style cleanup: | tron |
2005-02-06 | (svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx ... | truelight |
2005-02-06 | (svn r1818) -Add: Dynamic orders (up to 64k orders) | truelight |
2005-02-06 | (svn r1817) -Codechange: Moved depot-functions to depot.c | truelight |
2005-02-06 | (svn r1816) Use char instead of byte for string formatting | tron |
2005-02-06 | (svn r1815) Remove some unused declarations | tron |
2005-02-06 | (svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we do... | tron |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-02-06 | (svn r1812) [1117058] Use CT_WATER instead of CT_STEEL when accounting water ... | tron |
2005-02-05 | (svn r1811) Use char for string handling in namegen.[ch] | tron |
2005-02-05 | (svn r1810) Move town name generation declarations into a header of their own | tron |
2005-02-05 | (svn r1809) Remove unused function str_is_below() | tron |
2005-02-05 | (svn r1808) Use strcmp() instead of home brewed function str_eq() | tron |
2005-02-05 | (svn r1807) Langfile updates (20050205) | miham |
2005-02-05 | (svn r1806) Add missing includes (see r1803) | tron |
2005-02-05 | (svn r1805) Teach the driver layer a few things about const correctness | tron |
2005-02-05 | (svn r1804) Bring MSVC project files up to date (bociusz) | tron |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-02-05 | (svn r1802) Fix typos made in r1797 | tron |
2005-02-05 | (svn r1801) -Fix [Multistop] Fixed a crash that occured when copying orders d... | celestar |
2005-02-05 | (svn r1800) Make adding new debug categories to the command line parser easier | tron |
2005-02-05 | (svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging | celestar |
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 us | truelight |
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 symbol | tron |
2005-02-03 | (svn r1780) Don't clear LIBS and LDFLAGS | tron |
2005-02-03 | (svn r1779) Make the map generation code slightly more readable | tron |