-
04f4ac94ca
Revert "Comment out nhassert() calls."
Bart House
2019-07-14 21:16:27 -07:00
-
fe9fc4cac1
Revert "Added nhassert to core."
Bart House
2019-07-14 21:15:54 -07:00
-
a90f9d4365
Revert "Fixed sign/unsigned comparisions."
Bart House
2019-07-14 21:15:31 -07:00
-
177bd39646
Revert "Tweaks to nhassert implementation. Change to warnings on MSC build."
Bart House
2019-07-14 21:15:01 -07:00
-
ec05e1ec70
Revert "Fix compiler warnings."
Bart House
2019-07-14 21:13:43 -07:00
-
2df1b179ca
Revert "Removing assertion that does not hold under all scenarios."
Bart House
2019-07-14 21:13:18 -07:00
-
f7c956c35a
Revert "Adding ptr_array data structure."
Bart House
2019-07-14 21:12:59 -07:00
-
1c5b28e7f9
Revert "Re-worked tty_putmsgistory and tty_getmsghistory."
Bart House
2019-07-14 21:12:21 -07:00
-
9bc190d2fc
Revert "Add stopping in the debugger when nhassert() is hit in the windows port."
Bart House
2019-07-14 21:11:41 -07:00
-
454419e6c1
Revert "Removed the older version of tty_putmsghistory and tty_getmsghistory."
Bart House
2019-07-14 21:10:51 -07:00
-
4c1c247028
Revert "Fuzzer improvements."
Bart House
2019-07-14 21:10:39 -07:00
-
5d2181ced3
Revert "Fix build issue on linux."
Bart House
2019-07-14 21:10:27 -07:00
-
0f0b6c5aab
Revert "Tweaks to fuzzer scripts."
Bart House
2019-07-14 21:10:07 -07:00
-
3adaa79858
Revert "Revert type change of lit which would break code."
Bart House
2019-07-14 21:09:38 -07:00
-
a66fed3d5a
Revert "Move fuzzer_start, fuzzer_stop and fuzzer_log to pline.c"
Bart House
2019-07-14 21:09:29 -07:00
-
340ec01caf
Revert "Remove dead code."
Bart House
2019-07-14 21:09:16 -07:00
-
a4317b738a
Revert "Fix typo in formatting string."
Bart House
2019-07-14 21:09:07 -07:00
-
e933882eb8
fixes entry
nhmall
2019-07-14 18:20:17 -04:00
-
bd9709ad77
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR
nhmall
2019-07-14 18:15:49 -04:00
-
-
6a75dc5dcf
Fix build break in pline.c
Bart House
2019-07-14 14:49:31 -07:00
-
ed5450a1a9
Merge branch 'master' into NetHack-3.7
Bart House
2019-07-14 14:41:52 -07:00
-
-
-
-
883745a3c4
Merge branch 'NetHack-3.6'
Bart House
2019-07-14 14:41:11 -07:00
-
-
-
-
865b301f0d
another STATIC_VAR bit in sys/msdos
nhmall
2019-07-14 17:34:47 -04:00
-
6688053802
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from win/tty
nhmall
2019-07-14 17:33:44 -04:00
-
fa5c499268
Fix typo in formatting string.
Bart House
2019-07-14 14:31:30 -07:00
-
5428d73287
Remove dead code.
Bart House
2019-07-14 14:31:00 -07:00
-
d9da488c35
Move fuzzer_start, fuzzer_stop and fuzzer_log to pline.c
Bart House
2019-07-14 14:30:38 -07:00
-
a0c38bd76c
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from sys/winnt
nhmall
2019-07-14 17:30:26 -04:00
-
8c20c52ecf
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from sys/share
nhmall
2019-07-14 17:28:48 -04:00
-
2ae6d72765
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from sys/msdos
nhmall
2019-07-14 17:26:52 -04:00
-
0d34f43830
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from core
nhmall
2019-07-14 17:24:58 -04:00
-
-
-
cc1219b5a8
Revert type change of lit which would break code.
Bart House
2019-07-14 14:02:05 -07:00
-
b5b2f6fc74
Tweaks to fuzzer batch scripts.
Bart House
2019-07-14 13:39:58 -07:00
-
-
e3b5e7f95a
Merge branch 'master' into NetHack-3.7
Bart House
2019-07-14 12:25:08 -07:00
-
-
ca683201f6
Merge branch 'NetHack-3.6'
Bart House
2019-07-14 12:24:24 -07:00
-
-
cd375064dd
Tweaks to fuzzer scripts.
Bart House
2019-07-14 12:13:19 -07:00
-
1e47fe61b9
stale code
nhmall
2019-07-14 12:17:47 -04:00
-
-
041a9ad9c1
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-14 09:57:32 -04:00
-
-
ec1b77ff80
Merge branch 'NetHack-3.6'
nhmall
2019-07-14 09:39:24 -04:00
-
-
d33160d069
Fix build issue on linux.
Bart House
2019-07-14 02:00:21 -07:00
-
435f1c4626
Fuzzer improvements.
Bart House
2019-07-14 00:20:09 -07:00
-
aa95e20ca7
Removed the older version of tty_putmsghistory and tty_getmsghistory.
Bart House
2019-07-13 16:23:37 -07:00
-
5d2872dd4f
Add stopping in the debugger when nhassert() is hit in the windows port.
Bart House
2019-07-13 16:00:14 -07:00
-
1d0b8b4680
Re-worked tty_putmsgistory and tty_getmsghistory.
Bart House
2019-07-13 15:57:06 -07:00
-
e665d3b850
Adding ptr_array data structure.
Bart House
2019-07-13 16:08:08 -07:00
-
c44ad5645d
Removing assertion that does not hold under all scenarios.
Bart House
2019-07-13 10:53:53 -07:00
-
90f5aa91b7
Fix compiler warnings.
Bart House
2019-07-13 09:52:56 -07:00
-
eb055c5152
Fix build break due to introduction of nhassert().
Bart House
2019-07-13 09:34:58 -07:00
-
781b32173c
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-13 01:07:05 -04:00
-
-
d187955838
another merge bit
nhmall
2019-07-13 01:05:53 -04:00
-
73bd584940
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-13 01:02:16 -04:00
-
-
f3ada84137
merge bit
nhmall
2019-07-13 01:00:40 -04:00
-
505c1e4b02
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-13 00:38:40 -04:00
-
-
77fd719e05
Merge branch 'NetHack-3.6'
nhmall
2019-07-13 00:38:10 -04:00
-
-
64cc11d9b4
makedefs doesn't use STATIC_OVL macro
nhmall
2019-07-13 00:28:51 -04:00
-
638d9f9363
if prototype is declared static make function static to match
nhmall
2019-07-13 00:17:23 -04:00
-
2f3da35c68
Tweaks to nhassert implementation. Change to warnings on MSC build.
Bart House
2019-07-12 18:40:34 -07:00
-
0e8e5aac93
Fixed sign/unsigned comparisions.
Bart House
2019-07-12 18:37:33 -07:00
-
0ca299acb3
Added nhassert to core.
Bart House
2019-07-11 22:01:39 -07:00
-
45a9c5eb14
Comment out nhassert() calls.
Bart House
2019-07-11 21:23:12 -07:00
-
1db45c8016
Added assertions to check toplin state.
Bart House
2019-07-11 20:58:20 -07:00
-
0f57f0e48c
Fixed bug with inmore and toplin state management.
Bart House
2019-07-11 21:04:29 -07:00
-
3e4a0759a3
Modified nhassert_failed to call impossoible.
Bart House
2019-07-11 20:55:27 -07:00
-
9801635f56
Remove the remapping of snprintf to _snprintf when compiling with MSC.
Bart House
2019-07-11 20:46:19 -07:00
-
7bb41c797f
Moved declaration of topline state to wintty.h.
Bart House
2019-07-11 16:34:25 -07:00
-
1469ccbd06
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-11 16:47:35 -04:00
-
-
b7a4a8b202
Merge branch 'NetHack-3.6'
nhmall
2019-07-11 16:47:19 -04:00
-
-
524f5642d5
poly'd hero theft fix
PatR
2019-07-11 13:29:33 -07:00
-
9755a86737
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-11 08:47:07 -04:00
-
-
d4693d19bb
Merge branch 'NetHack-3.6'
nhmall
2019-07-11 08:46:50 -04:00
-
-
bfbe4e71ce
make #panic honor paranoid_confirmatin:quit
PatR
2019-07-11 02:54:02 -07:00
-
188eedc654
curses: #extended command vs erase/kill chars
PatR
2019-07-11 01:02:34 -07:00
-
08a1910867
Improved readability of topline state management.
Bart House
2019-07-10 22:16:08 -07:00
-
394fad32eb
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-10 22:02:22 -04:00
-
-
7dfffbb712
Merge branch 'NetHack-3.6'
nhmall
2019-07-10 21:58:58 -04:00
-
-
58583cacf8
hero-as-nymph: steal items vs steal gold
PatR
2019-07-10 17:56:33 -07:00
-
094a9d8161
fix github issue #204 - theft while in nymph form
PatR
2019-07-10 16:15:11 -07:00
-
bc65112ce0
Added experimental feature NEW_KEYBOARD_HIT.
Bart House
2019-07-09 22:30:34 -07:00
-
0e8163e341
curses: ncurses vs Ctrl+Click
PatR
2019-07-09 18:55:10 -07:00
-
9eefeef5d2
fix github issue #200 - docs for 'strange object'
PatR
2019-07-09 17:42:32 -07:00
-
0fdb19d07f
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-09 11:01:13 -04:00
-
-
e7c66af5f5
Merge branch 'NetHack-3.6'
nhmall
2019-07-09 10:43:18 -04:00
-
-
77aa61a59b
looking at a trapped monster
PatR
2019-07-08 17:38:00 -07:00
-
cfca15d02c
finding hidden monsters
PatR
2019-07-08 16:57:52 -07:00
-
01667d3a2e
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-07 22:01:44 -04:00
-
-
ae33500409
Merge branch 'NetHack-3.6'
nhmall
2019-07-07 21:58:25 -04:00
-
-
ceb2d51426
^X/disclosure of night, moon, Friday 13th
PatR
2019-07-07 13:52:24 -07:00
-
10db5da6aa
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-07 07:18:57 -04:00
-
-
c92889b5a4
Merge branch 'NetHack-3.6'
nhmall
2019-07-07 07:14:45 -04:00
-
-
bac3a75174
fix #H8164 - kicking altar: injury vs wrath
PatR
2019-07-06 18:14:30 -07:00
-
e84a0625dc
curses moving left with ^H
PatR
2019-07-06 16:41:04 -07:00
-
bf672f7f47
Xstairs_room followup
PatR
2019-07-06 16:18:23 -07:00
-
7e72bc0944
mklev() set xxstairs_room pointers back to NULL upon completion.
Bart House
2019-07-06 14:18:02 -07:00
-
a6f1d7c96a
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-04 23:30:04 -04:00
-
-
2e7655af40
Merge branch 'NetHack-3.6' part 2
nhmall
2019-07-04 23:29:26 -04:00
-
3b818da2cf
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-04 22:53:28 -04:00
-
-
4fbfbb07b1
Merge branch 'NetHack-3.6'
nhmall
2019-07-04 22:53:06 -04:00
-
-
f75deae0bc
When fuzzing, use the number of moves as a proxy for the hour.
Bart House
2019-07-04 18:06:56 -07:00
-
7b1c38499d
curses prompting tweak
PatR
2019-07-04 15:56:08 -07:00
-
46631edb68
Merge branch 'master' into NetHack-3.7
nhmall
2019-07-03 22:38:19 -04:00
-