summaryrefslogtreecommitdiff
path: root/saveload.c
AgeCommit message (Expand)Author
2006-03-02(svn r3726) - [6/6] Finalize conversion, finally save the patches struct.Darkvater
2006-03-02(svn r3721) - [3/4] Present the game with a unified structure for the configu...Darkvater
2006-03-01(svn r3716) - Move the option settings (_game_opt_desc) from misc.c into sett...Darkvater
2006-03-01(svn r3712) - Change the boolean assignment/reading from == 1 to != 0 as sugg...Darkvater
2006-03-01(svn r3711) - Extract the WriteValue() and ReadValue() parts of the saveload ...Darkvater
2006-02-23(svn r3662) Fix regression FS#58 with union, endiannes and static decleration...Darkvater
2006-02-20(svn r3628) - Add BOOL and STRING types to saveload capabilities. String is u...Darkvater
2006-02-20(svn r3626) - Merge the SlGlobVarList (global variables) and SaveLoad (offset...Darkvater
2006-02-20(svn r3624) - CodeChange: Some cosmetic changes in the saveload code;Darkvater
2006-02-20(svn r3623) - Standardize DEBUG() messages in saveload.cDarkvater
2006-02-02(svn r3520) Remove unused parameters from some functionstron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-29(svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx...truelight
2006-01-29(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in...Darkvater
2006-01-18(svn r3403) -Codechange: [multiheaded engines] the references between the fro...bjarni
2006-01-12(svn r3396) - Autoreplace changes:peter1138
2006-01-06(svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode'truelight
2005-12-29(svn r3356) - Remove unused parameter of AfterLoadGame().peter1138
2005-12-13(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.Darkvater
2005-11-26(svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6Darkvater
2005-11-22(svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'maj...truelight
2005-11-18(svn r3218) -Feature: Multiheaded train engines will now stay in the same trainbjarni
2005-11-16(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. Thi...peter1138
2005-11-07(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ...bjarni
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-02(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)Darkvater
2005-09-11(svn r2944) Add Revision keyword to the file for --version/-vDarkvater
2005-09-11(svn r2940) (Internal) Remove the need for the 'tmp' variable for _sl.buf, in...Darkvater
2005-09-11(svn r2939) Fix racing condition when using threaded saving (last one I hope).Darkvater
2005-09-02(svn r2908) If threaded saving fails or does not happen, sending subsequent m...Darkvater
2005-09-02(svn r2906) Fix some threaded saving problems. Now the thread only interfaces...Darkvater
2005-08-13(svn r2863) Move some type declarations into saveload.c, should've been part ...tron
2005-08-12(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part o...tron
2005-08-06(svn r2819) Make variables, which are exclusive for internal use of the save/...tron
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-06(svn r2813) Plug a thread leak and prevent a race condition which could lead ...tron
2005-08-05(svn r2810) Threads may now return information when they terminate using a vo...tron
2005-08-05(svn r2809) Implement more generic threading functions, which allow more than...tron
2005-08-05(svn r2807) Fix two major bugs in the threaded save code:tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-22(svn r2672) Move saving/loading related declarations to saveload.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
2005-07-20(svn r2654) SlWriteUint16() should have a uint16 as parameter, not some arbit...tron
2005-07-20(svn r2651) - Fix: [ 1220776 ] Removes warning when compiling saveload.c on s...Darkvater
2005-07-20(svn r2648) Only use _stdcall calling convention for zlib on win32/msvc.ludde
2005-07-19(svn r2636) Fix: Switched to using the _fastcall calling convention instead o...ludde
2005-07-16(svn r2587) - Fix: Don't close the save-thread if it wasn't started because o...Darkvater
2005-07-13(svn r2560) Fix: various minor code changes.ludde