root/rogue3.6/trunk/state.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1429 [1429] 08/28/08 14:37:11 yendor BUGFIX: corrupted save games due to write_index writing multiple indexes
(edit) @1379 [1379] 05/08/08 23:56:27 yendor PORT: gcc4 remove const type modifier to loosen prototype checking
(edit) @1375 [1375] 01/19/08 15:58:30 yendor CLEANUP; sync state.c to latest version (from rogue 5.4)
(edit) @1372 [1372] 01/17/08 10:43:43 yendor CLEANUP; remove more register type modifiers (let compiler …
(edit) @1371 [1371] 01/16/08 22:49:18 yendor CLEANUP: replace usage of type short and long with type int
(edit) @1370 [1370] 01/16/08 22:39:29 yendor CLEANUP: replace usage of type bool with type int
(edit) @1368 [1368] 01/16/08 22:22:41 yendor PORT: posix; update and revise latest mdport (from 5.4) PORT: posix; …
(edit) @1362 [1362] 01/13/08 23:50:25 yendor PORT: VC2005TS; C6244: Local declaration of X hides previous declaration
(edit) @1360 [1360] 01/13/08 23:36:24 yendor PORT: VC2005TS; C6323: Use of arithmetic operator on Boolean type(s)
(edit) @1358 [1358] 01/13/08 22:53:50 yendor PORT: VC2005EE; C4244: op : conversion from X to Y, possible loss of data
(edit) @1357 [1357] 01/13/08 20:25:20 yendor PORT: VC2005EE; C4013: function undefined; assuming extern returning int
(edit) @1356 [1356] 01/13/08 19:01:42 yendor PORT: VC2005EE; C4716: function must return a value
(edit) @1355 [1355] 01/13/08 18:38:18 yendor PORT: VC2005EE; C4033
(edit) @1354 [1354] 01/13/08 17:58:14 yendor BUGFIX: o_dplus/o_hplus not correct read from save file
(edit) @1011 [1011] 07/13/06 18:43:42 yendor don't save data which is constant or can be regenerated from other data. …
(edit) @991 [991] 07/08/06 18:29:22 yendor synced up to latest state.c format (from rogue 5.4)
(edit) @984 [984] 07/01/06 14:40:13 yendor PORT: MSVC; explicit cast of strlen() results to return int
(edit) @977 [977] 06/28/06 20:45:53 yendor PORT gcc4; requires <string.h>
(edit) @964 [964] 06/25/06 21:31:43 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Don't save …
(edit) @383 [383] 02/13/05 16:29:51 yendor License and copyright corrections
(edit) @338 [338] 02/12/05 10:42:30 yendor License and copyright corrections
(edit) @286 [286] 10/28/04 21:25:56 yendor add #include <stdlib.h> to pull in malloc() declaration for gcc …
(edit) @257 [257] 04/30/00 19:08:44 yendor Removed unused variables to make IRIX compiler happier
(edit) @246 [246] 02/11/00 00:11:01 nkissebe Save state code cleanup and sync up with Xrogue 8.0
(edit) @235 [235] 01/23/00 01:05:07 nkissebe Use static string allocation when possible. (easier …
(edit) @36 [36] 10/08/99 23:34:32 nkissebe Read/write bools rather than ints Removed unused variables
(edit) @26 [26] 10/07/99 17:34:14 nkissebe Text formatting fixes
(edit) @22 [22] 10/07/99 12:17:41 nkissebe Convert tabs to spaces and removed debugging statements
(add) @20 [20] 10/05/99 23:58:41 nkissebe Operating system independent save game code
Note: See TracRevisionLog for help on using the revision log.