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
tron [Sun, 06 Feb 2005 14:47:56 +0000] rev 1319
(svn r1823) Get rid of some ugly cast magic concerning language packs
tron [Sun, 06 Feb 2005 14:27:50 +0000] rev 1318
(svn r1822) Const correctness
tron [Sun, 06 Feb 2005 13:41:02 +0000] rev 1317
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics