root/rogue3.6/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1479 [1479] 09/04/08 08:35:31 yendor BUGFIX: don't ever leave input in nodelay mode
(edit) @1473 [1473] 09/01/08 11:19:16 yendor BUGFIX: rgm, detect broken input stream (pipe) and shutdown cleanly
(edit) @1438 [1438] 08/30/08 09:34:03 yendor PORT: rgm, make debug.linux target for debugging symbols
(edit) @1437 [1437] 08/30/08 09:31:56 yendor PORT: rgm, change package name to 3.6.4, define scorefile
(edit) @1436 [1436] 08/30/08 09:27:16 yendor PORT: rgm, tag this as v3.6.4 as we approach release
(edit) @1435 [1435] 08/30/08 09:24:16 yendor PORT: rgm, make wand of nothing message explicit (as in later versions) …
(edit) @1434 [1434] 08/29/08 17:44:06 yendor PORT: rgm, print dungeon number if SEED environment variable set (even to …
(edit) @1433 [1433] 08/29/08 17:19:45 yendor PORT: rgm, fix previous commit as you can't atoi(NULL)..
(edit) @1432 [1432] 08/29/08 16:18:28 yendor PORT: rgm, allow manual seeding of RNG (at cost of not being allowed to …
(edit) @1431 [1431] 08/29/08 15:41:34 yendor PORT: apparently had endian check wrong in xcrypt
(edit) @1430 [1430] 08/28/08 21:19:35 yendor PORT: rgm, fix handling of escape sequences and high speed input (eg rgm)
(edit) @1429 [1429] 08/28/08 14:37:11 yendor BUGFIX: corrupted save games due to write_index writing multiple indexes
(edit) @1428 [1428] 08/28/08 14:34:35 yendor BUGFIX: rgm, fix failure to run AFTER daemons in some cases while hasted
(edit) @1427 [1427] 08/28/08 14:31:54 yendor BUGFIX: rgm, fix endless loop when trying to place item in small full room
(edit) @1426 [1426] 08/28/08 14:31:02 yendor BUGFIX: rgm, fix game hang/endless loop caused by floating eye (death …
(edit) @1381 [1381] 05/09/08 00:25:43 yendor PORT: gcc4/linux check for availability of utmpx and errno headers and fix …
(edit) @1380 [1380] 05/09/08 00:13:40 yendor PORT: gcc4/linux make sure we specify how to get crypt(), PATH_MAX, and …
(edit) @1379 [1379] 05/08/08 23:56:27 yendor PORT: gcc4 remove const type modifier to loosen prototype checking
(edit) @1378 [1378] 05/08/08 23:55:47 yendor PORT: gcc4 missing prototypes on a couple functions
(edit) @1377 [1377] 05/08/08 23:54:52 yendor PORT: gcc4 unctrl() return type is const
(edit) @1376 [1376] 01/20/08 19:33:11 yendor BUGFIX: added some very basic file locking support for the scorefile
(edit) @1375 [1375] 01/19/08 15:58:30 yendor CLEANUP; sync state.c to latest version (from rogue 5.4)
(edit) @1374 [1374] 01/19/08 09:34:43 yendor CLEANUP; alphabetize variable and function declaration lists
(edit) @1373 [1373] 01/19/08 09:33:25 yendor CLEANUP; remove const type modifiers
(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) @1369 [1369] 01/16/08 22:33:39 yendor CLEANUP; remove register type modifiers (let compiler optimize)
(edit) @1368 [1368] 01/16/08 22:22:41 yendor PORT: posix; update and revise latest mdport (from 5.4) PORT: posix; …
(edit) @1367 [1367] 01/14/08 00:29:42 yendor PORT: VC2005TS; C6001: Using uninitialized memory
(edit) @1366 [1366] 01/14/08 00:26:08 yendor PORT: VC2005TS; C6011: Dereferencing NULL pointer
(edit) @1365 [1365] 01/14/08 00:17:55 yendor PORT: VC2005TS; C6328: 'char' passed as parameter '1' when 'unsigned char' …
(edit) @1364 [1364] 01/14/08 00:12:20 yendor PORT: VC2005TS; C6031: Return value ignored
(edit) @1363 [1363] 01/14/08 00:04:44 yendor PORT: VC2005TS; C6385: Invalid data: accessing X, the readable size is A …
(edit) @1362 [1362] 01/13/08 23:50:25 yendor PORT: VC2005TS; C6244: Local declaration of X hides previous declaration
(edit) @1361 [1361] 01/13/08 23:38:38 yendor PORT: VC2005TS; C6246: Local declaration of 'obj' hides declaration of the …
(edit) @1360 [1360] 01/13/08 23:36:24 yendor PORT: VC2005TS; C6323: Use of arithmetic operator on Boolean type(s)
(edit) @1359 [1359] 01/13/08 23:19:09 yendor PORT: VC2005TS; C6053: Call to 'strncpy' might not zero-terminate string
(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) @1043 [1043] 08/27/06 22:06:20 nkissebe PORT: djgpp; don't use HOMEDRIVE+HOMEPATH for home directory, only defined …
(edit) @1042 [1042] 08/27/06 22:04:14 nkissebe PORT: interix; include string.h now that we removed the declarations from …
(edit) @1041 [1041] 08/27/06 17:15:42 nkissebe PORT: MSVCEE2005; include more files in project
(edit) @1040 [1040] 08/27/06 17:14:47 nkissebe PORT: xlc8; 1506-041 (E) The invocation of macro strcpy
(edit) @1039 [1039] 08/27/06 17:13:25 nkissebe PORT: xlc8; 1506-1298 (W) The subscript is out of range
(edit) @1038 [1038] 08/27/06 16:32:23 nkissebe PORT: update to latest mdport/xcrypt modules
(edit) @1012 [1012] 07/13/06 18:45:12 yendor update distname to 3.6.3 don't generate doc and cat files from sources …
(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) @1010 [1010] 07/13/06 18:42:13 yendor md_getroguedir() check home directory as last ditch effort
(edit) @1009 [1009] 07/13/06 18:41:13 yendor add savefile version to saved file remove (outdated) attempt to prevent …
(edit) @1008 [1008] 07/13/06 18:39:13 yendor curses should no longer be active if restore returns (ie fails)
(edit) @1007 [1007] 07/13/06 18:38:04 yendor variable outbuf[] not used
(edit) @1006 [1006] 07/13/06 18:37:34 yendor fix get_str() to handle backspace when at start of a line that has …
(edit) @1005 [1005] 07/13/06 18:36:16 yendor variable outbuf[] no used
(edit) @1004 [1004] 07/13/06 18:35:42 yendor protect huh[] buffer from overflow add C checker in readchar() in case OS …
(edit) @1003 [1003] 07/13/06 18:34:05 yendor exit curses before calling score() if quitting
(edit) @1002 [1002] 07/13/06 18:33:19 yendor write version information into scorefile only put up wait for return if …
(edit) @1001 [1001] 07/11/06 22:06:08 yendor update copyright date to 2006 (reflecting update to state.c)
(edit) @1000 [1000] 07/11/06 22:05:00 yendor update filenames
(edit) @999 [999] 07/11/06 22:02:09 yendor Initial revision.
(edit) @998 [998] 07/11/06 20:12:42 yendor Initial Revision.
(edit) @997 [997] 07/09/06 09:51:55 yendor PORT: md_getusername() now takes a parameter (user id)
(edit) @996 [996] 07/09/06 09:50:27 yendor update release number to 3.6.3
(edit) @995 [995] 07/09/06 09:45:34 yendor Initial Revision.
(edit) @994 [994] 07/08/06 20:02:07 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Fixed …
(edit) @993 [993] 07/08/06 20:01:36 yendor PORT: use different method to track item randomization
(edit) @992 [992] 07/08/06 20:01:12 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes added ucount and …
(edit) @991 [991] 07/08/06 18:29:22 yendor synced up to latest state.c format (from rogue 5.4)
(edit) @990 [990] 07/08/06 18:28:09 yendor simple bugfix, output command shouldn't be in quotes when initialized
(edit) @989 [989] 07/08/06 18:27:22 yendor PORT: use different method to track item randomization
(edit) @988 [988] 07/08/06 18:25:39 yendor unused DEBUG ifdef removed
(edit) @987 [987] 07/08/06 18:23:26 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Fixed potion of …
(edit) @986 [986] 07/08/06 18:22:16 yendor PORT: remove unneeded ifdefs, porting code all handled by mdport.c now
(edit) @985 [985] 07/01/06 14:47:44 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Scroll of magic …
(edit) @984 [984] 07/01/06 14:40:13 yendor PORT: MSVC; explicit cast of strlen() results to return int
(edit) @983 [983] 07/01/06 14:38:19 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes direct curses input …
(edit) @982 [982] 07/01/06 14:35:24 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes direct curses input …
(edit) @981 [981] 07/01/06 14:31:50 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Let wizard create …
(edit) @980 [980] 07/01/06 13:29:01 yendor PORT: general; rewritten to support more targets
(edit) @979 [979] 07/01/06 13:27:56 yendor PORT: mingw32; include stdlib.h to get PATH_MAX definition
(edit) @978 [978] 07/01/06 13:26:13 yendor PORT: mingw32; include stdlib.h to get environ declaration
(edit) @977 [977] 06/28/06 20:45:53 yendor PORT gcc4; requires <string.h>
(edit) @976 [976] 06/28/06 20:42:41 yendor PORT win32; include <limits.h>, declare xcrypt() and more md_ functions
(edit) @975 [975] 06/28/06 20:39:57 yendor PORT gcc4; requires <string.h> <stdlib.h> chmsg() protoype and a typo
(edit) @974 [974] 06/28/06 20:34:52 yendor PORT gcc4; requires structure delayed_action to be defined in rogue.h only
(edit) @973 [973] 06/28/06 20:30:38 yendor PORT gcc4; requires <string.h> PORT djgpp; vsnprintf() does not exist in …
(edit) @969 [969] 06/26/06 19:11:37 yendor reset wizard password
(edit) @968 [968] 06/26/06 19:10:03 yendor FEATURE: add keypad support
(edit) @967 [967] 06/25/06 21:34:07 yendor PORT: MSVC; use md_XXX() functions
(edit) @966 [966] 06/25/06 21:33:11 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Replaced …
(edit) @965 [965] 06/25/06 21:32:30 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Fixed some strings …
(edit) @964 [964] 06/25/06 21:31:43 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Don't save …
(edit) @963 [963] 06/25/06 21:25:45 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes don't use buffer if …
(edit) @962 [962] 06/25/06 21:23:29 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes - Avoided using …
(edit) @961 [961] 06/25/06 21:20:47 yendor BUGFIX: [ 1283201 ] rogue 3.6.2 - many many bug fixes properly initialize …
(edit) @960 [960] 06/25/06 21:16:02 yendor PORT: MSVC; fix some declarations
(edit) @959 [959] 06/25/06 21:14:07 yendor PORT: MSVC; use a more portable score file system
Note: See TracRevisionLog for help on using the revision log.