bedc63d75d
(svn r1829) -Fix: fixed some compiler warnings (tnx to Tron for the Makefile-flag)
truelight
2005-02-06 18:41:15 +00:00
8de49defe9
(svn r1829) -Fix: fixed some compiler warnings (tnx to Tron for the Makefile-flag)
truelight
2005-02-06 18:41:15 +00:00
d48261aa23
(svn r1828) New warning flag especially for truelight (:<
tron
2005-02-06 18:38:42 +00:00
a0a313490b
(svn r1828) New warning flag especially for truelight (:<
tron
2005-02-06 18:38:42 +00:00
2fb453a4a5
(svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
tron
2005-02-06 18:30:45 +00:00
c644e6b742
(svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
tron
2005-02-06 18:30:45 +00:00
eb28e8b322
(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
truelight
2005-02-06 18:28:35 +00:00
85dc9fb637
(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
truelight
2005-02-06 18:28:35 +00:00
c513c4da96
(svn r1825) Further style improvements: - uint16 -> StringID where appropriate - if cascades -> switch - remove redundant ifs - misc. stuff
tron
2005-02-06 16:56:04 +00:00
2d48c71e82
(svn r1825) Further style improvements: - uint16 -> StringID where appropriate - if cascades -> switch - remove redundant ifs - misc. stuff
tron
2005-02-06 16:56:04 +00:00
b0d6d59be5
(svn r1824) -Codechange: made ChangeIndustryProduction a bit more readable
truelight
2005-02-06 15:07:29 +00:00
5143f8857a
(svn r1824) -Codechange: made ChangeIndustryProduction a bit more readable
truelight
2005-02-06 15:07:29 +00:00
92d1b6060c
(svn r1823) Get rid of some ugly cast magic concerning language packs
tron
2005-02-06 14:47:56 +00:00
d6d33304bf
(svn r1823) Get rid of some ugly cast magic concerning language packs
tron
2005-02-06 14:47:56 +00:00
d11cc22536
(svn r1822) Const correctness
tron
2005-02-06 14:27:50 +00:00
4683b5a97f
(svn r1822) Const correctness
tron
2005-02-06 14:27:50 +00:00
b2ae5b197e
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
tron
2005-02-06 13:41:02 +00:00
59fa465dce
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
tron
2005-02-06 13:41:02 +00:00
498ccae27a
(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
tron
2005-02-06 11:23:41 +00:00
bcf4b3b913
(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
tron
2005-02-06 11:23:41 +00:00
ccf3c71903
(svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)
truelight
2005-02-06 10:39:18 +00:00
5f4b8ef232
(svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)
truelight
2005-02-06 10:39:18 +00:00
e9c93f9c0c
(svn r1817) -Codechange: Moved depot-functions to depot.c -Codechange: Added wrappers around depot-access (GetDepot no exists) -Codechange: Made depot-functions a bit more logic (no longer GetDepotByTile crashes your game when you request it on a non-depot tile) -Add: made depots dynamic (yes, 64k depots are possible now)
truelight
2005-02-06 10:18:47 +00:00
bd7f37d592
(svn r1817) -Codechange: Moved depot-functions to depot.c -Codechange: Added wrappers around depot-access (GetDepot no exists) -Codechange: Made depot-functions a bit more logic (no longer GetDepotByTile crashes your game when you request it on a non-depot tile) -Add: made depots dynamic (yes, 64k depots are possible now)
truelight
2005-02-06 10:18:47 +00:00
6493e12bfb
(svn r1816) Use char instead of byte for string formatting
tron
2005-02-06 09:52:06 +00:00
e4913f1de8
(svn r1816) Use char instead of byte for string formatting
tron
2005-02-06 09:52:06 +00:00
1d5c516780
(svn r1815) Remove some unused declarations
tron
2005-02-06 08:55:51 +00:00
3aac710c68
(svn r1815) Remove some unused declarations
tron
2005-02-06 08:55:51 +00:00
ff3bc3cc94
(svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we don't know what the caller wants to do with the data
tron
2005-02-06 08:38:09 +00:00
7dd78479cc
(svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we don't know what the caller wants to do with the data
tron
2005-02-06 08:38:09 +00:00
0381073e56
(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)
tron
2005-02-06 08:18:00 +00:00
d3f84347ac
(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)
tron
2005-02-06 08:18:00 +00:00
0b8876e946
(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)
tron
2005-02-06 07:49:41 +00:00
72b539b05e
(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)
tron
2005-02-06 07:49:41 +00:00
ccb80ab09d
(svn r1811) Use char for string handling in namegen.[ch]
tron
2005-02-05 23:07:35 +00:00
602954e27f
(svn r1811) Use char for string handling in namegen.[ch]
tron
2005-02-05 23:07:35 +00:00
80776172a5
(svn r1810) Move town name generation declarations into a header of their own
tron
2005-02-05 23:03:12 +00:00
8f68e8def1
(svn r1810) Move town name generation declarations into a header of their own
tron
2005-02-05 23:03:12 +00:00
31e098e64e
(svn r1809) Remove unused function str_is_below()
tron
2005-02-05 22:52:08 +00:00
c753037d87
(svn r1809) Remove unused function str_is_below()
tron
2005-02-05 22:52:08 +00:00
7aae12d55d
(svn r1808) Use strcmp() instead of home brewed function str_eq()
tron
2005-02-05 22:50:33 +00:00
12183084b7
(svn r1808) Use strcmp() instead of home brewed function str_eq()
tron
2005-02-05 22:50:33 +00:00
7d3a576a7b
(svn r1806) Add missing includes (see r1803)
tron
2005-02-05 21:57:01 +00:00
cd5cd3c6fa
(svn r1806) Add missing includes (see r1803)
tron
2005-02-05 21:57:01 +00:00
17ca2c49a5
(svn r1805) Teach the driver layer a few things about const correctness
tron
2005-02-05 18:05:42 +00:00
7cac482a73
(svn r1805) Teach the driver layer a few things about const correctness
tron
2005-02-05 18:05:42 +00:00
7278f72157
(svn r1804) Bring MSVC project files up to date (bociusz)
tron
2005-02-05 16:12:07 +00:00
16837cfd94
(svn r1804) Bring MSVC project files up to date (bociusz)
tron
2005-02-05 16:12:07 +00:00
f0f85a7ef3
(svn r1803) Move debugging stuff into files of it's own
tron
2005-02-05 15:58:59 +00:00
36c9758c94
(svn r1803) Move debugging stuff into files of it's own
tron
2005-02-05 15:58:59 +00:00
77b3a76919
(svn r1802) Fix typos made in r1797
tron
2005-02-05 15:49:57 +00:00
8c62a41495
(svn r1802) Fix typos made in r1797
tron
2005-02-05 15:49:57 +00:00
0ec4ee5963
(svn r1801) -Fix [Multistop] Fixed a crash that occured when copying orders due to not checking a pointer to be non-NULL
celestar
2005-02-05 15:05:52 +00:00
527f3b3b79
(svn r1801) -Fix [Multistop] Fixed a crash that occured when copying orders due to not checking a pointer to be non-NULL
celestar
2005-02-05 15:05:52 +00:00
6932461e63
(svn r1800) Make adding new debug categories to the command line parser easier
tron
2005-02-05 14:18:25 +00:00
de0bb8b971
(svn r1800) Make adding new debug categories to the command line parser easier
tron
2005-02-05 14:18:25 +00:00
422ebcf8e0
(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging output for multistops
celestar
2005-02-05 12:10:09 +00:00
ff39c260f7
(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging output for multistops
celestar
2005-02-05 12:10:09 +00:00
4b71f9126e
(svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter
tron
2005-02-04 20:40:04 +00:00
6379304126
(svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter
tron
2005-02-04 20:40:04 +00:00
b4c3f9aaf0
(svn r1797) Clean up TileLoopClearHelper() a bit: - if cascades -> switch - uint -> TileIndex - (uint)-1 -> INVALID_TILE - don't treat non-flags as flags
tron
2005-02-04 20:17:15 +00:00
981b6c1ecd
(svn r1797) Clean up TileLoopClearHelper() a bit: - if cascades -> switch - uint -> TileIndex - (uint)-1 -> INVALID_TILE - don't treat non-flags as flags
tron
2005-02-04 20:17:15 +00:00
50df3ec103
(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
tron
2005-02-04 19:53:53 +00:00
033c392aca
(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
tron
2005-02-04 19:53:53 +00:00
54a84a6e6e
(svn r1795) Change CFLAGS for MorphOS (tokai)
tron
2005-02-04 19:51:43 +00:00
1952882e7e
(svn r1795) Change CFLAGS for MorphOS (tokai)
tron
2005-02-04 19:51:43 +00:00
2ff6cc3135
(svn r1794) Make the dedicated server compile again under MorphOS (tokai)
tron
2005-02-04 19:38:04 +00:00
f88d57a72b
(svn r1794) Make the dedicated server compile again under MorphOS (tokai)
tron
2005-02-04 19:38:04 +00:00
f8f6132006
(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell)
tron
2005-02-04 17:57:07 +00:00
7ec7697f56
(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell)
tron
2005-02-04 17:57:07 +00:00
8eda8113d9
(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. Use gcc and g++ as defaults, because cc and c++ aren't available either. *sigh*
tron
2005-02-04 17:45:11 +00:00
cf5dfe6646
(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. Use gcc and g++ as defaults, because cc and c++ aren't available either. *sigh*
tron
2005-02-04 17:45:11 +00:00
04921a9015
(svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a long time ago
tron
2005-02-04 17:14:36 +00:00
b5ed24e39e
(svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a long time ago
tron
2005-02-04 17:14:36 +00:00
e2dab60ad1
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable: - check if end tile is on the map - uint -> TileIndex - if cascades -> switch
tron
2005-02-04 16:50:18 +00:00
361d415b88
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable: - check if end tile is on the map - uint -> TileIndex - if cascades -> switch
tron
2005-02-04 16:50:18 +00:00
093ae2b4b4
(svn r1789) -Fix: there is no need to save the index, it is done for us
truelight
2005-02-04 15:39:10 +00:00
52ce9d21cc
(svn r1789) -Fix: there is no need to save the index, it is done for us
truelight
2005-02-04 15:39:10 +00:00
10adda0d73
(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadstops.
truelight
2005-02-04 15:31:30 +00:00
d3aa3043e3
(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadstops.
truelight
2005-02-04 15:31:30 +00:00
4f5255c36e
(svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs)
truelight
2005-02-04 14:45:32 +00:00
98202ed119
(svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs)
truelight
2005-02-04 14:45:32 +00:00
97728357e4
(svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to 5000 trains in one game (instead of the 240 which was the current value). Default max allowed vehicles per type is changed: Trains: 500 (old 80) Road: 500 (old 80) Ships: 200 (old 40) Aicraft: 300 (old 50) (Tnx to Celestar and Darkvater for checking the patch)
truelight
2005-02-04 14:24:23 +00:00
99f3fe4c07
(svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to 5000 trains in one game (instead of the 240 which was the current value). Default max allowed vehicles per type is changed: Trains: 500 (old 80) Road: 500 (old 80) Ships: 200 (old 40) Aicraft: 300 (old 50) (Tnx to Celestar and Darkvater for checking the patch)
truelight
2005-02-04 14:24:23 +00:00
7be92db76f
(svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last commit (tnx to DarkVater)
truelight
2005-02-04 14:05:28 +00:00
c7eda1b15e
(svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last commit (tnx to DarkVater)
truelight
2005-02-04 14:05:28 +00:00
7241f42e9d
(svn r1784) -Fix: removed ClosestTownFromTile where possible, or replaced it with _map2-data if possible (Celestar / TrueLight)
truelight
2005-02-04 13:56:51 +00:00
40323bbce2
(svn r1784) -Fix: removed ClosestTownFromTile where possible, or replaced it with _map2-data if possible (Celestar / TrueLight)
truelight
2005-02-04 13:56:51 +00:00
42f98c7eec
(svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles)
truelight
2005-02-04 13:23:29 +00:00
f183ca5cc2
(svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles)
truelight
2005-02-04 13:23:29 +00:00
88ebe22d8b
(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely
tron
2005-02-04 07:52:12 +00:00
3153924ad1
(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely
tron
2005-02-04 07:52:12 +00:00
a5ffbbee2d
(svn r1781) Fix static declaration after non-static declaration of same symbol
tron
2005-02-03 22:09:19 +00:00
92dfd1f02c
(svn r1781) Fix static declaration after non-static declaration of same symbol
tron
2005-02-03 22:09:19 +00:00
08f2a395a3
(svn r1780) Don't clear LIBS and LDFLAGS
tron
2005-02-03 21:18:49 +00:00
24eaed5dfa
(svn r1780) Don't clear LIBS and LDFLAGS
tron
2005-02-03 21:18:49 +00:00