alberth
|
f72ad87540
|
(svn r26802) -Add: Command to set visibility of an engine for a company (based on patch by Juanjo).
|
2014-09-07 16:12:58 +00:00 |
|
frosch
|
d2ec27c6c4
|
(svn r26787) -Fix (r20547): Loading a game with order backups leaked Orders and left unreachable items in the pool.
|
2014-09-07 13:52:20 +00:00 |
|
frosch
|
9b72a9f6b8
|
(svn r26787) -Fix (r20547): Loading a game with order backups leaked Orders and left unreachable items in the pool.
|
2014-09-07 13:52:20 +00:00 |
|
rubidium
|
d214ca2c7d
|
(svn r26753) -Fix: desync due to not always properly restoring game state from the savegame
|
2014-08-22 17:11:59 +00:00 |
|
rubidium
|
134ad63b80
|
(svn r26753) -Fix: desync due to not always properly restoring game state from the savegame
|
2014-08-22 17:11:59 +00:00 |
|
rubidium
|
a1f31b735a
|
(svn r26700) -Fix [FS#6066]: incorrect saving of order backups
|
2014-07-21 18:03:32 +00:00 |
|
rubidium
|
48d446ffeb
|
(svn r26700) -Fix [FS#6066]: incorrect saving of order backups
|
2014-07-21 18:03:32 +00:00 |
|
fonsinchen
|
bdde95513a
|
(svn r26650) -Fix [FS#6041]: Support save/load chunk lengths of up to (1 << 32) - 1
|
2014-06-17 06:13:38 +00:00 |
|
fonsinchen
|
37b1d36fb8
|
(svn r26650) -Fix [FS#6041]: Support save/load chunk lengths of up to (1 << 32) - 1
|
2014-06-17 06:13:38 +00:00 |
|
fonsinchen
|
ef2caa02b2
|
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size.
|
2014-06-14 13:35:39 +00:00 |
|
fonsinchen
|
957f5ca117
|
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size.
|
2014-06-14 13:35:39 +00:00 |
|
rubidium
|
489f88fa02
|
(svn r26636) -Fix [FS#6026-ish]: (memory) size of variables saved for disaster vehicles was not correct in saveload description
|
2014-06-09 17:42:48 +00:00 |
|
rubidium
|
ad64b99eb0
|
(svn r26636) -Fix [FS#6026-ish]: (memory) size of variables saved for disaster vehicles was not correct in saveload description
|
2014-06-09 17:42:48 +00:00 |
|
frosch
|
3e7cd6d6c1
|
(svn r26593) -Fix: Goals were saved/loaded with incorrect size.
|
2014-05-17 17:18:07 +00:00 |
|
frosch
|
2a4f0fb67d
|
(svn r26593) -Fix: Goals were saved/loaded with incorrect size.
|
2014-05-17 17:18:07 +00:00 |
|
rubidium
|
4c6c4677fa
|
(svn r26591) -Add: some instrumentation to catch most cases where the wrong number of bytes would be written into variables during loading (or read during saving)
|
2014-05-16 17:41:55 +00:00 |
|
rubidium
|
46792e58dd
|
(svn r26591) -Add: some instrumentation to catch most cases where the wrong number of bytes would be written into variables during loading (or read during saving)
|
2014-05-16 17:41:55 +00:00 |
|
rubidium
|
20f54c2f61
|
(svn r26590) -Fix: possible desync (big/little endian) due to not writing complete variables upon saveload
|
2014-05-16 17:39:35 +00:00 |
|
rubidium
|
191fd09d32
|
(svn r26590) -Fix: possible desync (big/little endian) due to not writing complete variables upon saveload
|
2014-05-16 17:39:35 +00:00 |
|
rubidium
|
7d2d4a1f82
|
(svn r26589) -Fix: SIGSEGV on all big endian architectures that tried to load e.g. the 1.4 intro game or anything else with more than 0 linkgraph nodes that was saved on little endian
|
2014-05-16 17:38:59 +00:00 |
|
rubidium
|
9270d94e7e
|
(svn r26589) -Fix: SIGSEGV on all big endian architectures that tried to load e.g. the 1.4 intro game or anything else with more than 0 linkgraph nodes that was saved on little endian
|
2014-05-16 17:38:59 +00:00 |
|
rubidium
|
fb9dbf30fa
|
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)
|
2014-05-11 18:02:11 +00:00 |
|
rubidium
|
89c25b955e
|
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)
|
2014-05-11 18:02:11 +00:00 |
|
fonsinchen
|
7c9ef443e3
|
(svn r26551) -Fix: document revision number for latest savegame version change
|
2014-05-01 14:56:33 +00:00 |
|
fonsinchen
|
2c11eeb39e
|
(svn r26551) -Fix: document revision number for latest savegame version change
|
2014-05-01 14:56:33 +00:00 |
|
fonsinchen
|
c81a6070cb
|
(svn r26547) -Codechange: Collect order travel and wait times independent of timetables
|
2014-05-01 14:49:16 +00:00 |
|
fonsinchen
|
3ee31a8f89
|
(svn r26547) -Codechange: Collect order travel and wait times independent of timetables
|
2014-05-01 14:49:16 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
e2330f16ea
|
(svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written
|
2014-04-24 04:41:54 +00:00 |
|
rubidium
|
b4914b91d9
|
(svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written
|
2014-04-24 04:41:54 +00:00 |
|
rubidium
|
6ecc602050
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
rubidium
|
5b82822c12
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
peter1138
|
ed8f6f1a0f
|
(svn r26450) -Feature: Hierarchical vehicle subgroups.
|
2014-04-08 21:09:06 +00:00 |
|
peter1138
|
567d0ff3a7
|
(svn r26450) -Feature: Hierarchical vehicle subgroups.
|
2014-04-08 21:09:06 +00:00 |
|
frosch
|
e511805439
|
(svn r26409) -Update: Version number in some more places.
|
2014-03-17 20:16:05 +00:00 |
|
frosch
|
8ff9499fe2
|
(svn r26409) -Update: Version number in some more places.
|
2014-03-17 20:16:05 +00:00 |
|
frosch
|
8771a19768
|
(svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared pending persistent storage changes.
|
2014-02-23 22:03:08 +00:00 |
|
frosch
|
a32d18cbb9
|
(svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared pending persistent storage changes.
|
2014-02-23 22:03:08 +00:00 |
|
frosch
|
eb6974179d
|
(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to.
|
2014-02-07 23:48:56 +00:00 |
|
frosch
|
41b7a04a68
|
(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to.
|
2014-02-07 23:48:56 +00:00 |
|
frosch
|
74916a103e
|
(svn r26175) -Add: Log in desync output when persistent storage is discarded.
|
2013-12-23 18:09:29 +00:00 |
|
frosch
|
49852e3dac
|
(svn r26175) -Add: Log in desync output when persistent storage is discarded.
|
2013-12-23 18:09:29 +00:00 |
|
frosch
|
7fcae50579
|
(svn r26169) -Fix-ish [FS#5831-ish]: Unify the time a RV needs to travel through a curve.
|
2013-12-22 11:55:07 +00:00 |
|
frosch
|
b02179bd8e
|
(svn r26169) -Fix-ish [FS#5831-ish]: Unify the time a RV needs to travel through a curve.
|
2013-12-22 11:55:07 +00:00 |
|
rubidium
|
089d75e250
|
(svn r26115) -Fix: AfterLoadGame can throw an exception; from the old savegame load section this wouldn't be caught
|
2013-11-25 22:22:32 +00:00 |
|