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
tron [Sun, 06 Feb 2005 11:23:41 +0000] rev 1316
(svn r1820) Style cleanup:
- indentation
- 0 -> '\0' in string handling
- whitespaces
- space after for, switch, etc.
- don't treat non-boolean values as boolean
- space before and after binary operators
- bracing style
truelight [Sun, 06 Feb 2005 10:39:18 +0000] rev 1315
(svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)