alberth
|
5f8afaadb7
|
(svn r21283) -Codechange: Allow minor argument IsSavegameVersionBefore() to be optional.
|
2010-11-21 12:38:16 +00:00 |
alberth
|
edef25d30c
|
(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegameVersionBefore().
|
2010-11-21 12:31:16 +00:00 |
alberth
|
2974141641
|
(svn r21281) -Doc: Add doxygen comments to saveload code.
|
2010-11-21 12:12:23 +00:00 |
rubidium
|
97dbb1f27d
|
(svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted
|
2010-09-16 22:06:36 +00:00 |
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
rubidium
|
45213e5708
|
(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location
|
2010-07-19 15:44:49 +00:00 |
alberth
|
604e56adc2
|
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
|
2010-06-27 09:05:10 +00:00 |
frosch
|
8d9b573f8f
|
(svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames.
|
2010-06-13 14:13:23 +00:00 |
frosch
|
62ac138154
|
(svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now).
|
2010-06-13 14:11:59 +00:00 |
rubidium
|
398418b8fa
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
smatz
|
54f958c8e5
|
(svn r18954) -Fix (r18952): missing 'inline'
|
2010-01-29 23:54:00 +00:00 |
yexo
|
dc714960e3
|
(svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames failed
|
2010-01-29 21:06:35 +00:00 |
rubidium
|
251ffaa000
|
(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report
|
2010-01-16 19:08:33 +00:00 |
rubidium
|
58be174df2
|
(svn r18688) -Cleanup: remove some unused code/constants
|
2010-01-02 15:52:41 +00:00 |
rubidium
|
14ea4e7672
|
(svn r17535) -Fix: compiling without networking failed; also unhackify the crash logger a bit.
|
2009-09-14 15:53:19 +00:00 |
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
rubidium
|
7a24fba918
|
(svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct
|
2009-07-24 19:09:48 +00:00 |
rubidium
|
68ead6b84f
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
smatz
|
570af0ce44
|
(svn r16338) -Codechange: split loading of references to two phases
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
2009-05-17 16:28:29 +00:00 |
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
yexo
|
fb7b0536e7
|
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
|
2009-02-25 21:45:14 +00:00 |
smatz
|
6dffd8ae82
|
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter
|
2009-01-23 02:35:17 +00:00 |
smatz
|
7368c740a6
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |