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 |
|
frosch
|
3d7ac6af1a
|
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount().
|
2012-04-22 16:28:14 +00:00 |
|
rubidium
|
83d1ff09c6
|
(svn r22057) -Fix: waypoint conversion could (previously) silently overfill the pool and crash
|
2011-02-11 09:33:38 +00:00 |
|
alberth
|
16f678a990
|
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore().
|
2010-11-21 12:47:04 +00:00 |
|
rubidium
|
0f942d3ed5
|
(svn r21074) -Fix [FS#4194]: Crash when loading a corrupted 0.7.x (or before) savegame where the waypoint refered to an already removed town
|
2010-11-01 22:27:34 +00:00 |
|
rubidium
|
40ab6a3298
|
(svn r20406) -Codechange: make StationClass use the new generic class
|
2010-08-07 22:07:07 +00:00 |
|
rubidium
|
3285c6ab58
|
(svn r20400) -Codechange: let StationSpec use GRFFilePropsBase
|
2010-08-07 20:52:45 +00:00 |
|
frosch
|
fe063af382
|
(svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now).
|
2010-06-13 14:11:59 +00:00 |
|
rubidium
|
0c8198ee26
|
(svn r19738) -Fix: MSVC 64 bits compile warnings
|
2010-04-29 18:28:24 +00:00 |
|
rubidium
|
36d229f131
|
(svn r19612) -Fix [FS#3756] (r3212): crash when opening a savegame with a waypoint from around 0.4.0
|
2010-04-11 21:46:20 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
dcea681cbb
|
(svn r17138) -Fix: some MSVC 64 bits compiler warnings
|
2009-08-09 19:06:35 +00:00 |
|
rubidium
|
a1e60a0085
|
(svn r17004) -Fix (r16909): StationRect of loading buoys/waypoints wasn't correctly set when loading 'old' games.
|
2009-07-31 19:04:22 +00:00 |
|
rubidium
|
196856f54e
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
|
rubidium
|
6435dc89fe
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
|
rubidium
|
100cb17fa8
|
(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 |
|
rubidium
|
1dda60343f
|
(svn r16900) -Codechange: prepare the waypoint window for buoys
|
2009-07-21 16:30:01 +00:00 |
|
rubidium
|
4d3072ec67
|
(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too
|
2009-07-21 11:20:34 +00:00 |
|
rubidium
|
a475a81706
|
(svn r16862) -Codechange: make waypoints use the same system of station station spec lists.
|
2009-07-17 20:40:29 +00:00 |
|
rubidium
|
70bf10b34a
|
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station.
|
2009-07-16 23:02:39 +00:00 |
|
rubidium
|
9b879dc988
|
(svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess.
|
2009-07-16 22:58:06 +00:00 |
|
rubidium
|
8f4ad741aa
|
(svn r16851) -Codechange: use StationSpecList in waypoint too
|
2009-07-16 20:29:08 +00:00 |
|
rubidium
|
5a38d8e007
|
(svn r16850) -Codechange: unify some naming of variables between waypoints and stations.
|
2009-07-16 20:15:28 +00:00 |
|
smatz
|
769de62daf
|
(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 |
|
smatz
|
91233ea596
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|