Commit Graph

  • 3108b18ea5 Merge branch 'countermeasures' of https://rodney.nethack.org:20040/git/NHsource into countermeasures nhmall 2019-01-28 09:45:31 -05:00
  • f53d02f0bb Windows build bit nhmall 2019-01-28 09:44:35 -05:00
  • bd730dbcaa workaround for C89 not supporting inline Patric Mueller 2019-01-28 15:00:04 +01:00
  • 22f8d864e2 ntconf.h ensure Rand is always something nhmall 2019-01-27 09:34:18 -05:00
  • c1327142b5 detect DEV_RANDOM fopen failure and fall back, noting it in paniclog nhmall 2019-01-26 11:26:02 -05:00
  • 0aa4d62a2c detect rng seed strength at runtime based on algorithm not compile time based on platform features nhmall 2019-01-18 18:42:42 -05:00
  • 0a430cab11 every platform provides sys_random_seed() and SYS_RANDOM_SEED goes away nhmall 2019-01-17 18:30:56 -05:00
  • 97b8d0a50b Don't define Rand() if isaac64 is used Patric Mueller 2019-01-17 11:48:58 +01:00
  • 3f609bf9ad define Rand() in isaac4 config nhmall 2019-01-14 20:36:50 -05:00
  • 6c114640f5 some system-specific adjustments for RNG routines nhmall 2019-01-13 20:54:11 -05:00
  • f9433b2a87 integrate isaac64 into nethack Patric Mueller 2019-01-13 16:36:55 +01:00
  • c81db872fd add file for the isaac64 random number generator Patric Mueller 2019-01-12 21:36:08 +01:00
  • b3fde3eb41 fix check for stdc version in include/integer.h Patric Mueller 2019-01-13 15:17:59 +01:00
  • 52d4b1a1aa reseed during level change to prevent deduction of rng state Patric Mueller 2019-01-11 19:23:01 +01:00
  • 86d694c61b read rng seed from random number source device Patric Mueller 2019-01-11 19:08:22 +01:00
  • ce5184c3da Don't advance the main RNG during hallucination Alex Smith 2019-01-28 04:45:26 +00:00
  • 1083971228 Merge branch 'NetHack-3.6.2-beta01' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6.2-beta01 nhmall 2019-01-27 19:22:28 -05:00
  • f57693a47e simplify and correctly locate fixes entry nhmall 2019-01-27 19:16:55 -05:00
  • 23fba68012 Wine Cellar tweak PatR 2019-01-27 15:28:31 -08:00
  • d9b11e791c domove_ variables did not need to be in saved context nhmall 2019-01-27 15:12:55 -05:00
  • 96f1d0e207 Merge branch 'NetHack-3.6.2' nhmall 2019-01-27 12:39:52 -05:00
  • fd92ecf74a Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-27 12:08:05 -05:00
  • 55fdfb9200 domove_core() out of domove(); assess domove_core() results nhmall 2019-01-27 11:55:23 -05:00
  • befa1d94e9 Merge branch 'NetHack-3.6.2' nhmall 2019-01-25 21:08:03 -05:00
  • 5e165df44e Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-25 21:07:40 -05:00
  • d63c9d866c band-aid for #H4041 - build warning: has_colors() PatR 2019-01-24 15:25:50 -08:00
  • e3365c21d4 Merge branch 'NetHack-3.6.2' nhmall 2019-01-24 07:55:47 -05:00
  • 186ed77d40 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-24 07:55:27 -05:00
  • 749fb2e222 Fix make tileutils failure Pasi Kallinen 2019-01-23 18:17:48 +02:00
  • 314ae68c2b merge NetHack-3.6.2 into master part 2 nhmall 2019-01-23 00:53:35 -05:00
  • 66a5010070 Merge branch 'NetHack-3.6.2' nhmall 2019-01-23 00:42:41 -05:00
  • 434bb08bef Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-23 00:38:47 -05:00
  • deed117e7f fix #H6422 - hmonas against shades PatR 2019-01-22 18:15:49 -08:00
  • d0cc645961 vampshifter resurrection while being held PatR 2019-01-22 17:54:58 -08:00
  • cd3f66dcfc Merge branch 'NetHack-3.6.2' nhmall 2019-01-22 06:12:18 -05:00
  • cd43f4b462 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-22 06:12:00 -05:00
  • a14752ab47 shielding bashing PatR 2019-01-21 18:54:37 -08:00
  • 3c7eca5418 hmonas() simulated twoweap PatR 2019-01-21 18:49:44 -08:00
  • 00f2feb83d Merge branch 'NetHack-3.6.2' nhmall 2019-01-21 06:47:42 -05:00
  • b5504c27e0 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-21 06:47:20 -05:00
  • f6b9dc7d68 Don't try to write a zero-length message Pasi Kallinen 2019-01-21 11:54:03 +02:00
  • 77bc07f579 Make demon gating show a message Pasi Kallinen 2019-01-20 15:56:40 +02:00
  • a6c290399b Windows warning fix nhmall 2019-01-19 11:04:26 -05:00
  • 28ac8090f9 Merge branch 'NetHack-3.6.2' nhmall 2019-01-18 18:51:12 -05:00
  • affe4a1bc5 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-18 18:50:51 -05:00
  • 9a39618fb3 fix #H7983 - inconsistent shop 'for sale' behavior PatR 2019-01-18 14:13:30 -08:00
  • 3506c24d39 fix #H7980 - multiple weapon attacks when poly'd PatR 2019-01-18 13:22:43 -08:00
  • 53cedcfc2f merge NetHack-3.6.2 into master part 2 nhmall 2019-01-16 20:09:41 -05:00
  • 0bb98b4155 Merge branch 'NetHack-3.6.2' nhmall 2019-01-16 20:04:59 -05:00
  • f05ce051e3 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-16 20:04:03 -05:00
  • b9f38fdd14 fix #H6285 - flooreffects and deltrap panic PatR 2019-01-16 15:08:11 -08:00
  • e6f550dc79 Merge branch 'NetHack-3.6.2' nhmall 2019-01-14 21:20:42 -05:00
  • 60129c524a Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-14 21:20:24 -05:00
  • 521dbe8f94 potion mixing bit PatR 2019-01-14 18:13:59 -08:00
  • b629085b42 Merge branch 'NetHack-3.6.2' nhmall 2019-01-14 21:09:45 -05:00
  • e741157671 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-14 21:09:27 -05:00
  • 285606d4c6 more explicit enum values PatR 2019-01-14 17:10:46 -08:00
  • 97b28bd846 level arrival PatR 2019-01-14 16:35:19 -08:00
  • c93e9b31dc merge NetHack-3.6.2 part2 nhmall 2019-01-14 18:22:02 -05:00
  • 98acd55fcc Merge branch 'NetHack-3.6.2' nhmall 2019-01-14 18:16:19 -05:00
  • c71c64144d Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-14 18:09:26 -05:00
  • 992f141ab7 \#wizmakemap followup PatR 2019-01-14 09:28:10 -08:00
  • 64821f4ad5 more enums with explicit values PatR 2019-01-13 17:19:39 -08:00
  • d735d04b5b \#wizmakemap update PatR 2019-01-13 15:24:08 -08:00
  • 355dec4d84 blocking or unblocking levitation or flight PatR 2019-01-13 15:17:40 -08:00
  • abcdb713d5 wizmakemap should reset lockpicking Pasi Kallinen 2019-01-13 17:27:17 +02:00
  • 090aa4a96d Merge branch 'NetHack-3.6.2' nhmall 2019-01-12 21:22:03 -05:00
  • 7e511d50c2 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-12 21:21:42 -05:00
  • 61409fb769 bz 406/#H4298 revisited PatR 2019-01-12 17:43:52 -08:00
  • 034ce7e8bd Merge branch 'NetHack-3.6.2' nhmall 2019-01-12 01:09:17 -05:00
  • 135b7c5c04 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-12 01:08:58 -05:00
  • dec0829ab5 workaround #H4298/bz 406 - vision glitch PatR 2019-01-11 19:08:02 -08:00
  • 8b02e5b32b enum values PatR 2019-01-11 17:18:48 -08:00
  • 47171cbcdc Merge branch 'NetHack-3.6.2' nhmall 2019-01-10 22:46:00 -05:00
  • da1d62f9a1 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-10 22:45:41 -05:00
  • 5e2236a3ef Fix accessing deleted fire trap Pasi Kallinen 2019-01-10 21:47:04 +02:00
  • cbcb1ea7eb Merge branch 'NetHack-3.6.2' nhmall 2019-01-10 09:42:38 -05:00
  • 9641864861 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-10 09:26:27 -05:00
  • b1782b813f SEDUCE=0 PatR 2019-01-10 03:10:35 -08:00
  • 79d40658c7 characteristics loss PatR 2019-01-09 18:18:11 -08:00
  • a637e91f37 miscellaneous formatting PatR 2019-01-09 18:15:43 -08:00
  • bb86fa2bb7 hero infravision PatR 2019-01-09 18:10:55 -08:00
  • d4a469a7a6 Merge branch 'NetHack-3.6.2' nhmall 2019-01-09 09:22:46 -05:00
  • 580a6ab9c1 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-09 09:22:29 -05:00
  • 6e108962cb This is cron-daily v1-Jan-1-2019. guidebook updated: doc/Guidebook.txt nhw_cron 2019-01-09 08:44:14 -05:00
  • 58f2218c4e Merge branch 'NetHack-3.6.2' nhmall 2019-01-09 07:24:18 -05:00
  • 624aee7749 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-09 06:21:59 -05:00
  • dd13b10cf2 make zeroany, zeromonst, zeroobj 'const' PatR 2019-01-09 01:13:01 -08:00
  • 7eee5f3a1d Merge branch 'NetHack-3.6.2' nhmall 2019-01-08 18:30:31 -05:00
  • dba8ce7c07 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-08 18:30:04 -05:00
  • d4e3f9d9d3 travel targetting via keyboard PatR 2019-01-08 14:42:54 -08:00
  • dedd0dd30a 'm ^T' documentation PatR 2019-01-08 13:56:59 -08:00
  • 6408023786 Merge branch 'NetHack-3.6.2' nhmall 2019-01-07 18:13:45 -05:00
  • 4f11a122c9 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-07 18:13:22 -05:00
  • d1deafab05 stale vptrs for obj->{nexthere,ocontainer,ocarry} PatR 2019-01-06 20:59:20 -08:00
  • 269c9a2696 Merge branch 'NetHack-3.6.2' nhmall 2019-01-06 10:56:06 -05:00
  • 2e80de0646 Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2 nhmall 2019-01-06 10:55:37 -05:00
  • a1fd4622f2 get_cost_of_shop_item() crash PatR 2019-01-06 02:36:41 -08:00
  • 31ea7c1f62 Add hallucinatory trap names copperwater 2019-01-06 00:56:05 -05:00
  • ba67274dbf Merge branch 'NetHack-3.6.2' nhmall 2019-01-05 10:28:34 -05:00