1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-02-02 12:39:54 +00:00

Commit graph

  • ff2d976349 Merge branch 'compat-3.20.0' into patch-summons NeroOneTrueKing 2021-01-14 21:27:48 -0600
  • cdffc419df
    Merge pull request #1408 from gebulmer/fix/wizmakemap-extinction Chris-plus-alphanumericgibberish 2021-01-14 20:30:13 -0500
  • 5f55b51820 Change timer backend NeroOneTrueKing 2021-01-14 17:50:58 -0600
  • 81884d8851 Start caveman with a spear instead of club and make SoM a spear. Also 1/10 of hits with an unid'd point type will reveal the type. demogorgon22 2021-01-14 16:28:45 -0500
  • b27963ae5a Get spearheads mostly implemented now. demogorgon22 2021-01-14 15:53:43 -0500
  • 870d84cfaf Get spears passively providing stuff when wielded based on point. demogorgon22 2021-01-14 10:23:14 -0500
  • cc25fa24e3 Use anonymous unions where appropriate instead of #define Absolutely better than using the union v_whatever {} in object.h and trap.h, possibly preferable to using #define elsewhere too. Makes coding easier because the IDE knows that the alternatives are subvariables of the main struct. With the #define hack, the IDE doesn't realize it until you're finished typing. Note: does *not* work identically when in conjunction with bitfields; only using #define is able to stuff multiple names into the same 2 bits. NeroOneTrueKing 2021-01-13 23:47:47 -0600
  • c1fdd301c5 Prevent extinction of monsters from #wizmakemap George Edward Bulmer 2021-01-13 23:35:29 +0000
  • 6de260ccec Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-12 22:05:21 -0500
  • a24f8c9a2c Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-12 22:01:46 -0500
  • 5cd43a03f7
    Merge pull request #1407 from NeroOneTrueKing/patch-move-tables Chris-plus-alphanumericgibberish 2021-01-12 22:01:26 -0500
  • 156ac7fd8a Death Knights should be strong ChrisANG 2021-01-12 22:00:33 -0500
  • 0697e813e6 Fix strip of ROOM tiles in ranger quest. ChrisANG 2021-01-12 22:00:19 -0500
  • c981f1eee5 Fix crash bug in delouse code ChrisANG 2021-01-12 21:59:58 -0500
  • 645cdefde8 Fix tentacle rod bug (result was uninitialized) ChrisANG 2021-01-12 21:59:35 -0500
  • 70dbf6a537 Fix bad code relating to noble dresses evaporating. ChrisANG 2021-01-12 21:59:15 -0500
  • 6550a77910 Explicitly check that practice needed > 0 to silence warning. ChrisANG 2021-01-12 21:58:10 -0500
  • c6a8412ed9 Adjust parens to silence warning ChrisANG 2021-01-12 21:57:49 -0500
  • 271e178975 swaplet is uninitialized here. ChrisANG 2021-01-12 21:57:35 -0500
  • 9061d34a23 Fix ancient crash in coin blast power ChrisANG 2021-01-12 21:57:13 -0500
  • b868acdbd0 Fix bad artifact door code. ChrisANG 2021-01-12 21:56:48 -0500
  • 64d92f26e2 Adjust parens in scr_genocide code to silence warning. ChrisANG 2021-01-12 21:56:03 -0500
  • 01b1791a96 Fix uninitialized healing value in nurse healing. ChrisANG 2021-01-12 21:55:41 -0500
  • 53fe1371c0 Fix paren error in mstoning ChrisANG 2021-01-12 21:55:27 -0500
  • 9de79dcf23 Explicitly cast a char index to int ChrisANG 2021-01-12 21:55:13 -0500
  • 744e0960b5 Fix order of opperations error in food code. ChrisANG 2021-01-12 21:54:59 -0500
  • 65efafbb3e Remove reference to tin contents in Spinach block. ChrisANG 2021-01-12 21:54:16 -0500
  • 71823fb71b Explicitly cast a char index to int ChrisANG 2021-01-12 21:53:56 -0500
  • 6ed1c55b6a Adjust some missleading tabbing. ChrisANG 2021-01-12 21:53:42 -0500
  • d42b415a22 Fix paren in ammo_and_laucher ChrisANG 2021-01-12 21:52:47 -0500
  • 94c5a69a6e Update makefile to silence minor Wall warnings ChrisANG 2021-01-12 21:52:19 -0500
  • 09ef7c36ae Move (m/o)extra tables into their .c files (from .h) NeroOneTrueKing 2021-01-12 17:12:58 -0600
  • 2061a15458 Add missing semicolons >_< ChrisANG 2021-01-12 17:50:20 -0500
  • 1f1327efa2 Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-12 17:46:06 -0500
  • ba1deae4d4 Bandaid spellbook colors after draining ChrisANG 2021-01-12 17:45:43 -0500
  • 73f23197be
    Merge pull request #1406 from NeroOneTrueKing/patch-fix-oextra-cpy Chris-plus-alphanumericgibberish 2021-01-12 17:44:23 -0500
  • cc98ba5417
    Merge pull request #1405 from NeroOneTrueKing/patch-hypospray-via-item-menu Chris-plus-alphanumericgibberish 2021-01-12 17:43:59 -0500
  • 9607a10010 Fix memcpy for oextra NeroOneTrueKing 2021-01-12 16:40:45 -0600
  • 03a5df4d8e Add valid_focus_gem() ChrisANG 2021-01-12 15:21:06 -0500
  • 78c3f6f7ab Turn on Wall, at least for now. ChrisANG 2021-01-12 15:16:16 -0500
  • 2e81048b9f Add valid_focus_gem() ChrisANG 2021-01-12 15:21:06 -0500
  • 4a6dd7d665 Turn on Wall, at least for now. ChrisANG 2021-01-12 15:16:16 -0500
  • d8eaecd570 Allow hypospray to be used via item menu NeroOneTrueKing 2021-01-12 11:51:23 -0600
  • e323558713 Get spear point attachment and detatchment working. demogorgon22 2021-01-12 12:43:38 -0500
  • c72c9003ab Bugfix: AT_BEAM attacks require the target's true possition. ChrisANG 2021-01-12 10:51:24 -0500
  • 0d7f7d1f83 Bugfix: AT_BEAM attacks require the target's true possition. ChrisANG 2021-01-12 10:51:24 -0500
  • e0f832464c Get spears generating with flint tips and hopefully being named properly. demogorgon22 2021-01-11 20:42:25 -0500
  • 4e8772f066 Fix rock handling for apply being applied wrong. demogorgon22 2021-01-11 20:11:50 -0500
  • 3ffe3a07ad Merge branch 'master' into spearheads Need chris's devel spear changes cause I don't wanna clash with them. demogorgon22 2021-01-11 19:52:06 -0500
  • 30e6d95a35 Merge branch 'devel-3.20.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-11 19:49:11 -0500
  • 085e39f656 Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-11 19:40:10 -0500
  • aefded8a20 Add knapping rocks to spearheads. demogorgon22 2021-01-11 19:39:29 -0500
  • e7a15181e5 Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-11 19:03:17 -0500
  • bdfbc8df10 Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-11 19:02:41 -0500
  • 7f3848a952
    Merge pull request #1404 from RikerW/patch-mivault-crash Chris-plus-alphanumericgibberish 2021-01-11 18:57:04 -0500
  • f6e683cc98 Fix double-waterproofing enlightenment printout. ChrisANG 2021-01-11 18:55:53 -0500
  • f93fd9da1e Fix double-waterproofing enlightenment printout. ChrisANG 2021-01-11 18:55:53 -0500
  • 2e32a2737f Add drain res to the mitre of holiness ChrisANG 2021-01-11 18:50:03 -0500
  • 4638180b1e Spears are actually good. ChrisANG 2021-01-11 18:49:14 -0500
  • bfc1f3e85e Add Gungnir ChrisANG 2021-01-11 18:44:48 -0500
  • 6971bba918 Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-11 18:34:28 -0500
  • 79b40a42b1 Retry up to 10 times to create a vault guardian RikerW 2021-01-11 13:47:12 -0800
  • 4eb4261cd9 Lolth mivaults need to check mon exists RikerW 2021-01-11 13:44:41 -0800
  • 58675fb4a4 Add atgeir (hewing spears) and put a few on the Valkyrie quest ChrisANG 2021-01-10 23:52:00 -0500
  • c1761d3011
    Merge pull request #1403 from NeroOneTrueKing/patch-hostile-zombies Chris-plus-alphanumericgibberish 2021-01-10 23:19:28 -0500
  • bfa0f42c7d
    Merge pull request #1402 from RikerW/patch-read-anticlockwise Chris-plus-alphanumericgibberish 2021-01-10 23:19:07 -0500
  • 0c30a55ba5
    Merge pull request #1401 from NeroOneTrueKing/patch-an-xname Chris-plus-alphanumericgibberish 2021-01-10 23:18:57 -0500
  • 5db5728d20
    Merge pull request #1400 from NeroOneTrueKing/patch-arsenal-volley Chris-plus-alphanumericgibberish 2021-01-10 23:18:30 -0500
  • 67d72c5554
    Merge pull request #1399 from NeroOneTrueKing/patch-handle-chameleon-horrors Chris-plus-alphanumericgibberish 2021-01-10 23:17:52 -0500
  • 6d71fb4c65
    Merge pull request #1398 from NeroOneTrueKing/patch-fix-mcastu-crash Chris-plus-alphanumericgibberish 2021-01-10 23:16:52 -0500
  • afe5ba7848
    Merge pull request #1397 from NeroOneTrueKing/patch-fix-naming-angelic-minions Chris-plus-alphanumericgibberish 2021-01-10 23:16:39 -0500
  • bf26032ef2
    Merge pull request #1396 from NeroOneTrueKing/patch-fix-statues-of-uniques Chris-plus-alphanumericgibberish 2021-01-10 23:16:20 -0500
  • 4b74076a71 Zombies should be generated hostile NeroOneTrueKing 2021-01-10 20:33:35 -0600
  • c02718d967 Allow reading of anti-clockwise metamorphosis glyphs RikerW 2021-01-10 14:42:28 -0800
  • 9e95fa8026 Use same check between an() and xname() for using a/an. NeroOneTrueKing 2021-01-10 15:53:33 -0600
  • 00ad325f3d Fix Arsenal's volley NeroOneTrueKing 2021-01-10 12:00:24 -0600
  • b62fba4102 Handle newcham() making horrors NeroOneTrueKing 2021-01-09 22:34:13 -0600
  • b93a1d263f Wrong mon pointer NeroOneTrueKing 2021-01-09 22:16:19 -0600
  • 353fd31c02 Fix naming of Angel minions NeroOneTrueKing 2021-01-09 22:05:20 -0600
  • 68fbb8f5b1 Fix statues of PName monsters Should be "a statue of Medusa", not "a statue of a Medusa" NeroOneTrueKing 2021-01-09 21:57:06 -0600
  • e9f4b6c3ca Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-08 11:12:18 -0500
  • c652cdcbe3 Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-08 11:11:47 -0500
  • 74cc6c4ce1 Fern spores and elemental spheres are vegan. ChrisANG 2021-01-08 11:06:50 -0500
  • 70ac02529f Spelling fix in quest text. ChrisANG 2021-01-08 11:01:57 -0500
  • 89a70db6e8
    Merge pull request #1394 from RikerW/patch-bloodletter-invoke Chris-plus-alphanumericgibberish 2021-01-08 10:59:21 -0500
  • 30f3ea07c7
    Merge pull request #1392 from NeroOneTrueKing/patch-extra-checks-to-monmoving-loop Chris-plus-alphanumericgibberish 2021-01-08 10:57:38 -0500
  • 80cd17afd5
    Merge pull request #1391 from RikerW/patch-offhand-maxweights Chris-plus-alphanumericgibberish 2021-01-08 10:56:12 -0500
  • 61652bf9fe Bloodletter has to be wielded to be invoked RikerW 2021-01-07 18:14:16 -0800
  • a28a1d93e2 Be extra-careful with restarting the monmoving loop NeroOneTrueKing 2021-01-07 13:31:23 -0600
  • 2f9c2b786a Merge branch 'illithanachronounbinder' demogorgon22 2021-01-07 14:29:09 -0500
  • 78872043a8 Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-07 14:27:49 -0500
  • ec0c8de860 Merge branch 'chaos1_improvements' of https://github.com/demogorgon22/notdnethack2 demogorgon22 2021-01-07 14:26:17 -0500
  • 58ab23acd3 Fix masamune being intelligent, cross align hating, and unaligned. Now it is unintelligent, chaotic, and cross align hating. demogorgon22 2021-01-07 14:12:04 -0500
  • 4c9bf4d394 Resolve several issues with ACU such as items returning that shouldn't, QA being wrong otyp, missing BAB, no special name for illithid staff color, brain golem is traitor. demogorgon22 2021-01-07 14:00:31 -0500
  • 3a5bbb8978 Increase maxweight for player sizes above medium Since weapon weights are doubled and beyond, it makes sense you should be able to use appropriately sized items. RikerW 2021-01-07 10:58:43 -0800
  • 4a425e8355 Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-07 12:31:04 -0500
  • 3ac73ccca0 Mirrorblade bugfix: mon can be 0 if the attack is hypothetical ChrisANG 2021-01-07 12:30:24 -0500
  • a63b4d8559 Androids don't have temporary ammo return ChrisANG 2021-01-07 12:28:19 -0500
  • a53bb27734 Over-resistance patrol: why are blood bloaters resistant to electricity? ChrisANG 2021-01-07 12:27:29 -0500
  • 669a1c940c Add two more ancients for use in oprop vaults ChrisANG 2021-01-07 12:26:13 -0500