1fc77885c2(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
tron
2005-01-10 19:27:38 +00:00
54e955464b(svn r1470) Revert r1457, this warning option was introduced with gcc 3.4
tron
2005-01-10 19:27:38 +00:00
2c6e2a68b7(svn r1469) -Fix: missed one in last commit
truelight
2005-01-10 19:14:05 +00:00
b06a91ae25(svn r1469) -Fix: missed one in last commit
truelight
2005-01-10 19:14:05 +00:00
52de6766c7(svn r1468) -Fix: really old maps do load again (Darkvater / TrueLight)
truelight
2005-01-10 19:08:25 +00:00
472dabbd1b(svn r1468) -Fix: really old maps do load again (Darkvater / TrueLight)
truelight
2005-01-10 19:08:25 +00:00
c0b82db752(svn r1467) Fixed a nasty bug where one could build one station OVER the other
Celestar
2005-01-10 16:35:20 +00:00
91a75191a2(svn r1467) Fixed a nasty bug where one could build one station OVER the other
Celestar
2005-01-10 16:35:20 +00:00
83b2abb6d6(svn r1466) -Fix: oops, depot windows can of course also scroll horizontally. Thanks si-m1.
darkvater
2005-01-10 14:56:26 +00:00
bfa6755023(svn r1466) -Fix: oops, depot windows can of course also scroll horizontally. Thanks si-m1.
darkvater
2005-01-10 14:56:26 +00:00
29b4ab04c3(svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
darkvater
2005-01-10 14:43:00 +00:00
781648ada3(svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
darkvater
2005-01-10 14:43:00 +00:00
1261a44cec(svn r1463) -Fix: [1099451] Game crashes after the click on Rename (see also Bug 10992). There was no check for non-selected engine
darkvater
2005-01-10 14:24:40 +00:00
54e82ebbef(svn r1463) -Fix: [1099451] Game crashes after the click on Rename (see also Bug 10992). There was no check for non-selected engine
darkvater
2005-01-10 14:24:40 +00:00
49e7939a10(svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition (thx tamlin and mpetrov) This also fixes some bug but can't find i right now.
darkvater
2005-01-10 12:14:15 +00:00
94e44d05a1(svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition (thx tamlin and mpetrov) This also fixes some bug but can't find i right now.
darkvater
2005-01-10 12:14:15 +00:00
53bd40ebaf(svn r1458) -Fix: remove byte *s again for windows.
darkvater
2005-01-10 10:38:02 +00:00
c07e643b59(svn r1458) -Fix: remove byte *s again for windows.
darkvater
2005-01-10 10:38:02 +00:00
cd4e73193d(svn r1457) Make Darvater happy: -Wdeclaration-after-statement
tron
2005-01-10 09:33:18 +00:00
e661657d0c(svn r1457) Make Darvater happy: -Wdeclaration-after-statement
tron
2005-01-10 09:33:18 +00:00
b9fed3391b(svn r1456) Simplify isWagon(), make it static and give it a canonical name (IsWagon)
tron
2005-01-10 08:25:43 +00:00
a864d05ac0(svn r1456) Simplify isWagon(), make it static and give it a canonical name (IsWagon)
tron
2005-01-10 08:25:43 +00:00
aacb89ed53(svn r1455) Fixed spritecache.c to compile
miham
2005-01-10 07:26:19 +00:00
b74bd88e53(svn r1455) Fixed spritecache.c to compile
miham
2005-01-10 07:26:19 +00:00
52bfa90d5e(svn r1454) -Fix: small warnings in spritecache.c
darkvater
2005-01-10 01:50:17 +00:00
0b0e63cdf9(svn r1454) -Fix: small warnings in spritecache.c
darkvater
2005-01-10 01:50:17 +00:00
aa261049f4(svn r1453) Feature: MD5 hash check for TTD files The original TTD files are now checked with a MD5 sum to determine which version of the grf files is used and to warn about possible file corruptions. (Thanks to ledow for the original patch)
dominik
2005-01-10 01:14:26 +00:00
49a08e5e38(svn r1453) Feature: MD5 hash check for TTD files The original TTD files are now checked with a MD5 sum to determine which version of the grf files is used and to warn about possible file corruptions. (Thanks to ledow for the original patch)
dominik
2005-01-10 01:14:26 +00:00
fbcc84bdcf(svn r1449) -Fix: signed/unsigned error on windows -Change: Makefile added -Wsign-compare flag
darkvater
2005-01-09 18:59:16 +00:00
55604e354f(svn r1449) -Fix: signed/unsigned error on windows -Change: Makefile added -Wsign-compare flag
darkvater
2005-01-09 18:59:16 +00:00
97479f9613(svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused massive desyncs) Warning: savegames which are made with the nightly of 08-01-2005 will NO LONGER work!!
truelight
2005-01-09 18:49:18 +00:00
3e84b9781f(svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused massive desyncs) Warning: savegames which are made with the nightly of 08-01-2005 will NO LONGER work!!
truelight
2005-01-09 18:49:18 +00:00
55e6b4f928(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and make the latter map size agnostic
tron
2005-01-09 17:55:11 +00:00
7ee55362c5(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and make the latter map size agnostic
tron
2005-01-09 17:55:11 +00:00
32f480a4ae(svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for the realistic acceleration calculation -Fix: there was a big bug in setting the UP and DOWN flags making it easy possible for a overloaded train to go up a mountain. This is no longer possible. They will hang at a certain height
truelight
2005-01-09 16:02:06 +00:00
d9ea82a886(svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for the realistic acceleration calculation -Fix: there was a big bug in setting the UP and DOWN flags making it easy possible for a overloaded train to go up a mountain. This is no longer possible. They will hang at a certain height
truelight
2005-01-09 16:02:06 +00:00
9853d4e0d4(svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration) (now maglev lvl4 can reach their top speed, and are faster than lvl3) (Tnx to Darkvater :)) -Fix: Buy Vehicle GUI now shows HPs bigger than 32000 correctly
truelight
2005-01-09 14:45:19 +00:00
0cfc15a475(svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration) (now maglev lvl4 can reach their top speed, and are faster than lvl3) (Tnx to Darkvater :)) -Fix: Buy Vehicle GUI now shows HPs bigger than 32000 correctly
truelight
2005-01-09 14:45:19 +00:00
598addff94(svn r1443) Added feature that users are able to place multiple accepting industies nearby in the editor mode if the appropriate patches are set
miham
2005-01-09 14:07:59 +00:00
3ef2e81c69(svn r1443) Added feature that users are able to place multiple accepting industies nearby in the editor mode if the appropriate patches are set
miham
2005-01-09 14:07:59 +00:00
86c3bfd66d(svn r1441) Fixed a couple of warnings, and removed a pointless assert
celestar
2005-01-09 10:04:30 +00:00
e0a8b21404(svn r1441) Fixed a couple of warnings, and removed a pointless assert
celestar
2005-01-09 10:04:30 +00:00
e17a8989cf(svn r1440) -Feature: Allows more flexible airport layouts now, as the number of terminals in every group can be freely chosen -Codechange: AT_OILRIG is now 15, so that new airports can be added easily.
celestar
2005-01-09 08:49:40 +00:00
5bc8829167(svn r1440) -Feature: Allows more flexible airport layouts now, as the number of terminals in every group can be freely chosen -Codechange: AT_OILRIG is now 15, so that new airports can be added easily.
celestar
2005-01-09 08:49:40 +00:00
13dda25334(svn r1439) Daily langfile updates [except latvian for non-iso8859-1 chars] (semi-automatic) The last patch (norwegian townnames was from Simen Graaten
miham
2005-01-09 01:11:01 +00:00
25470edddd(svn r1439) Daily langfile updates [except latvian for non-iso8859-1 chars] (semi-automatic) The last patch (norwegian townnames was from Simen Graaten
miham
2005-01-09 01:11:01 +00:00
5edecb9495(svn r1437) -Fix: Safetileadd preprocessor magic is the same as for GCC and no longer extern
darkvater
2005-01-08 23:59:49 +00:00
528e6d973e(svn r1437) -Fix: Safetileadd preprocessor magic is the same as for GCC and no longer extern
darkvater
2005-01-08 23:59:49 +00:00
bfc670b4d9(svn r1435) Fix: [ 1094092 ] Toolbars accessible via keyboard in spectator mode
dominik
2005-01-08 20:55:21 +00:00
b2063e2150(svn r1435) Fix: [ 1094092 ] Toolbars accessible via keyboard in spectator mode
dominik
2005-01-08 20:55:21 +00:00
4b6a846d9c(svn r1434) Fix: [ 1098553 ] Crash when all vehicles from a vehicles per station list had been removed
dominik
2005-01-08 19:34:00 +00:00
a4aa201b2f(svn r1434) Fix: [ 1098553 ] Crash when all vehicles from a vehicles per station list had been removed
dominik
2005-01-08 19:34:00 +00:00
5110ffeef4(svn r1432) -Fix: I seem to be unable to revert a simple file :s
truelight
2005-01-08 15:31:20 +00:00
6d502ff715(svn r1432) -Fix: I seem to be unable to revert a simple file :s
truelight
2005-01-08 15:31:20 +00:00
ead1aa8dfc(svn r1431) -Fix: oeps, I added my personal Makefile in the last commit :(
truelight
2005-01-08 15:28:16 +00:00
6288f7f00a(svn r1431) -Fix: oeps, I added my personal Makefile in the last commit :(
truelight
2005-01-08 15:28:16 +00:00
d4d4a46436(svn r1430) -Fix: starting openttd with -g <invalid_name> now acts normal
truelight
2005-01-08 15:26:58 +00:00
141f85eed4(svn r1430) -Fix: starting openttd with -g <invalid_name> now acts normal
truelight
2005-01-08 15:26:58 +00:00
788f543bc3(svn r1429) Change: bumped savegame to revision 5. - Now orders are bigger - Now _map2 is official 16 bits
truelight
2005-01-08 12:47:26 +00:00
95a879fb7d(svn r1429) Change: bumped savegame to revision 5. - Now orders are bigger - Now _map2 is official 16 bits
truelight
2005-01-08 12:47:26 +00:00
3be9515d84(svn r1428) Compiling with MSVC6 documentation update (from the wiki) [Bociusz]
miham
2005-01-08 12:03:21 +00:00
323ab5ee72(svn r1428) Compiling with MSVC6 documentation update (from the wiki) [Bociusz]
miham
2005-01-08 12:03:21 +00:00
4972b3722e(svn r1427) fixed issue where the wrong sprite could be used if autoreplacing between single and multiheaded trains
bjarni
2005-01-08 10:38:07 +00:00
4068eba111(svn r1427) fixed issue where the wrong sprite could be used if autoreplacing between single and multiheaded trains
bjarni
2005-01-08 10:38:07 +00:00
dcca3cf80b(svn r1426) -Codechange: cleaned up the reference code in the saveload routines -Codechange: removed next_in_chain_old, and saved ->next for Vehicles (and bumped savegame revision for that to version 4.4) -Codechange: Added _sl.full_version, which has both major and minor version
truelight
2005-01-08 09:48:08 +00:00
1d9d128f65(svn r1426) -Codechange: cleaned up the reference code in the saveload routines -Codechange: removed next_in_chain_old, and saved ->next for Vehicles (and bumped savegame revision for that to version 4.4) -Codechange: Added _sl.full_version, which has both major and minor version
truelight
2005-01-08 09:48:08 +00:00
90871eeb9e(svn r1425) Added hotkeys for dock and airport toolbar
celestar
2005-01-08 09:40:22 +00:00
d8b1bbe6db(svn r1425) Added hotkeys for dock and airport toolbar
celestar
2005-01-08 09:40:22 +00:00
3f7da833d1(svn r1422) Fixed linux compiling, that was broken in r1420
dominik
2005-01-08 08:29:12 +00:00
6e6b72d46d(svn r1422) Fixed linux compiling, that was broken in r1420
dominik
2005-01-08 08:29:12 +00:00
db4668c057(svn r1421) improved autoreplace multiheaded trains. It now remembers the current heading for an engine instead of turning all of them like the first one and the last the other way
bjarni
2005-01-08 01:05:24 +00:00
2b6e6a3846(svn r1421) improved autoreplace multiheaded trains. It now remembers the current heading for an engine instead of turning all of them like the first one and the last the other way
bjarni
2005-01-08 01:05:24 +00:00
2da54df9df(svn r1419) fixed issue where autoreplacing dualheaded trains turned the last engine the wrong way
bjarni
2005-01-08 00:22:11 +00:00
a6e7efd767(svn r1419) fixed issue where autoreplacing dualheaded trains turned the last engine the wrong way
bjarni
2005-01-08 00:22:11 +00:00
116789022c(svn r1418) -Feature: [1098254] (dis)Allow Shares. Add patch options to allow buying/selling of shares (Hackykid)
darkvater
2005-01-07 23:59:59 +00:00
c2b59b2089(svn r1418) -Feature: [1098254] (dis)Allow Shares. Add patch options to allow buying/selling of shares (Hackykid)
darkvater
2005-01-07 23:59:59 +00:00
b78b576b21(svn r1417) Fix: The invisible tiles on the southern border are now converted to class MP_VOID when an old map (with wrong classified invisible tiles) is loaded. I bumped the minor savegame version for that, even though it's not really necessary. We're not gonna run out of minor savegame versions anyway though. ;)
dominik
2005-01-07 18:13:56 +00:00
c1757a0c5f(svn r1417) Fix: The invisible tiles on the southern border are now converted to class MP_VOID when an old map (with wrong classified invisible tiles) is loaded. I bumped the minor savegame version for that, even though it's not really necessary. We're not gonna run out of minor savegame versions anyway though. ;)
dominik
2005-01-07 18:13:56 +00:00
76c7f3b14e(svn r1416) Print sensible information in SafeTileAdd() if gcc is used
tron
2005-01-07 17:47:29 +00:00
d06b2791eb(svn r1416) Print sensible information in SafeTileAdd() if gcc is used
tron
2005-01-07 17:47:29 +00:00
35972e68e1(svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits from map.h into map.c. Now the whole source except map.c is independent of TILE_[XY]_BITS!
tron
2005-01-07 17:40:23 +00:00
872c51f134(svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits from map.h into map.c. Now the whole source except map.c is independent of TILE_[XY]_BITS!
tron
2005-01-07 17:40:23 +00:00
7ca6b2b8b0(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
tron
2005-01-07 17:02:43 +00:00
414ac3286b(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
tron
2005-01-07 17:02:43 +00:00