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