Tue, 08 Feb 2005 16:53:28 +0000 tron (svn r1849) Use the cheat entry enum for CheatEntry.type and remove unused enum values
Tue, 08 Feb 2005 16:37:28 +0000 tron (svn r1848) Remove the obscure feature of initialising the edit box with the contents of str_buffr - it was unused anyway.
Tue, 08 Feb 2005 15:42:28 +0000 tron (svn r1847) Adjustment for MorphOS to unbreak the build there and removal of some now obsolete preprocessor magic
Mon, 07 Feb 2005 20:36:41 +0000 darkvater (svn r1846) - Fix: VS6 project file (bociusz)
Mon, 07 Feb 2005 19:45:08 +0000 darkvater (svn r1845) - Revert r1835 since it totally screws network compiling
Mon, 07 Feb 2005 19:23:38 +0000 truelight (svn r1844) -Fix: small protection in oldloader.c, and put the savegame on pause by default
Mon, 07 Feb 2005 19:01:56 +0000 matthijs (svn r1843) - Codechange: [NPF] Removed some unused code.
Mon, 07 Feb 2005 18:51:46 +0000 tron (svn r1842) Fix another typo made in r1834
Mon, 07 Feb 2005 12:47:29 +0000 celestar (svn r1841) -Fix: [ 1117538 ] non-stop orders are no longer accidently skipped
Mon, 07 Feb 2005 12:32:35 +0000 tron (svn r1840) Repel str_buffr and use local buffers where possible
Mon, 07 Feb 2005 10:41:45 +0000 tron (svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more explicit types as parameters
Mon, 07 Feb 2005 10:37:12 +0000 tron (svn r1838) Ship depots are on water, not roads
Mon, 07 Feb 2005 10:09:28 +0000 tron (svn r1837) GetTileOwner returns Owner, not bool
Mon, 07 Feb 2005 09:56:16 +0000 tron (svn r1836) Clean up some strange constructs concerning socket options
Mon, 07 Feb 2005 09:54:37 +0000 tron (svn r1835) Reduce the visibility of network_core.h
Sun, 06 Feb 2005 22:36:08 +0000 matthijs (svn r1834) - Fix: NPF does not check the owner of its target, busses try to enter other players' depots. TODO
Sun, 06 Feb 2005 22:25:27 +0000 tron (svn r1833) byte -> char transition: the rest
Sun, 06 Feb 2005 20:53:31 +0000 tron (svn r1832) Next byte -> char iteration: custom names
Sun, 06 Feb 2005 20:29:32 +0000 truelight (svn r1831) -Fix: Scenario Editor now handles human-made roads better (try to build
Sun, 06 Feb 2005 19:22:54 +0000 truelight (svn r1830) -Codechange: small stuff to make the file more beautiful (tnx Tron)
Sun, 06 Feb 2005 18:41:15 +0000 truelight (svn r1829) -Fix: fixed some compiler warnings (tnx to Tron for the Makefile-flag)
Sun, 06 Feb 2005 18:38:42 +0000 tron (svn r1828) New warning flag especially for truelight (:<
Sun, 06 Feb 2005 18:30:45 +0000 tron (svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
Sun, 06 Feb 2005 18:28:35 +0000 truelight (svn r1826) -Feature: a brand new OldLoader so OpenTTD is TTD(Patch) compatible
Sun, 06 Feb 2005 16:56:04 +0000 tron (svn r1825) Further style improvements:
Sun, 06 Feb 2005 15:07:29 +0000 truelight (svn r1824) -Codechange: made ChangeIndustryProduction a bit more readable
Sun, 06 Feb 2005 14:47:56 +0000 tron (svn r1823) Get rid of some ugly cast magic concerning language packs
Sun, 06 Feb 2005 14:27:50 +0000 tron (svn r1822) Const correctness
Sun, 06 Feb 2005 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
Sun, 06 Feb 2005 11:23:41 +0000 tron (svn r1820) Style cleanup:
Sun, 06 Feb 2005 10:39:18 +0000 truelight (svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)
Sun, 06 Feb 2005 10:24:57 +0000 truelight (svn r1818) -Add: Dynamic orders (up to 64k orders)
Sun, 06 Feb 2005 10:18:47 +0000 truelight (svn r1817) -Codechange: Moved depot-functions to depot.c
Sun, 06 Feb 2005 09:52:06 +0000 tron (svn r1816) Use char instead of byte for string formatting
Sun, 06 Feb 2005 08:55:51 +0000 tron (svn r1815) Remove some unused declarations
Sun, 06 Feb 2005 08:38:09 +0000 tron (svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we don't know what the caller wants to do with the data
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sun, 06 Feb 2005 07:49:41 +0000 tron (svn r1812) [1117058] Use CT_WATER instead of CT_STEEL when accounting water which gets delivered to a town (worked because CT_STEEL and CT_WATER share the same enum number)
Sat, 05 Feb 2005 23:07:35 +0000 tron (svn r1811) Use char for string handling in namegen.[ch]
Sat, 05 Feb 2005 23:03:12 +0000 tron (svn r1810) Move town name generation declarations into a header of their own
Sat, 05 Feb 2005 22:52:08 +0000 tron (svn r1809) Remove unused function str_is_below()
Sat, 05 Feb 2005 22:50:33 +0000 tron (svn r1808) Use strcmp() instead of home brewed function str_eq()
Sat, 05 Feb 2005 22:25:07 +0000 miham (svn r1807) Langfile updates (20050205)
Sat, 05 Feb 2005 21:57:01 +0000 tron (svn r1806) Add missing includes (see r1803)
Sat, 05 Feb 2005 18:05:42 +0000 tron (svn r1805) Teach the driver layer a few things about const correctness
Sat, 05 Feb 2005 16:12:07 +0000 tron (svn r1804) Bring MSVC project files up to date (bociusz)
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Sat, 05 Feb 2005 15:49:57 +0000 tron (svn r1802) Fix typos made in r1797
Sat, 05 Feb 2005 15:05:52 +0000 celestar (svn r1801) -Fix [Multistop] Fixed a crash that occured when copying orders due to not checking a pointer to be non-NULL
Sat, 05 Feb 2005 14:18:25 +0000 tron (svn r1800) Make adding new debug categories to the command line parser easier
Sat, 05 Feb 2005 12:10:09 +0000 celestar (svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging
Fri, 04 Feb 2005 20:40:04 +0000 tron (svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter
Fri, 04 Feb 2005 20:17:15 +0000 tron (svn r1797) Clean up TileLoopClearHelper() a bit:
Fri, 04 Feb 2005 19:53:53 +0000 tron (svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
Fri, 04 Feb 2005 19:51:43 +0000 tron (svn r1795) Change CFLAGS for MorphOS (tokai)
Fri, 04 Feb 2005 19:38:04 +0000 tron (svn r1794) Make the dedicated server compile again under MorphOS (tokai)
Fri, 04 Feb 2005 17:57:07 +0000 tron (svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell)
Fri, 04 Feb 2005 17:45:11 +0000 tron (svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults.
Fri, 04 Feb 2005 17:14:36 +0000 tron (svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a long time ago
Fri, 04 Feb 2005 16:50:18 +0000 tron (svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable: