tron [Sun, 06 Feb 2005 22:25:27 +0000] rev 1329
(svn r1833) byte -> char transition: the rest
tron [Sun, 06 Feb 2005 20:53:31 +0000] rev 1328
(svn r1832) Next byte -> char iteration: custom names
truelight [Sun, 06 Feb 2005 20:29:32 +0000] rev 1327
(svn r1831) -Fix: Scenario Editor now handles human-made roads better (try to build
a city layout before placing the city, finally that works very nice)
truelight [Sun, 06 Feb 2005 19:22:54 +0000] rev 1326
(svn r1830) -Codechange: small stuff to make the file more beautiful (tnx Tron)
truelight [Sun, 06 Feb 2005 18:41:15 +0000] rev 1325
(svn r1829) -Fix: fixed some compiler warnings (tnx to Tron for the Makefile-flag)
tron [Sun, 06 Feb 2005 18:38:42 +0000] rev 1324
(svn r1828) New warning flag especially for truelight (:<
tron [Sun, 06 Feb 2005 18:30:45 +0000] rev 1323
(svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
truelight [Sun, 06 Feb 2005 18:28:35 +0000] rev 1322
(svn r1826) -Feature: a brand new OldLoader so OpenTTD is TTD(Patch) compatible
again.. kind of anyway. Still needs work for the extra chunks
TTDPatch provides, and which we use too, but not in the same way..
- Also, no longer BE is a problem, reading is BE/LE safe.
- Tnx to Bjarni for the BE testing, Tron for the help on the BE,
Darkvater for helping out, and Mek for providing me with the correct
information regarding TTDPatch savegames
tron [Sun, 06 Feb 2005 16:56:04 +0000] rev 1321
(svn r1825) Further style improvements:
- uint16 -> StringID where appropriate
- if cascades -> switch
- remove redundant ifs
- misc. stuff
truelight [Sun, 06 Feb 2005 15:07:29 +0000] rev 1320
(svn r1824) -Codechange: made ChangeIndustryProduction a bit more readable