1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-01-22 23:30:03 +00:00

Commit graph

  • 16bfe67c32
    Fix SUBOUT_ARRAY_SIZE and MSGODS_ARRAY_SIZE master Ron Nazarov 2025-01-17 21:36:50 +0000
  • 235bb56a48
    Merge remote-tracking branch 'notdnethack/master' Ron Nazarov 2025-01-14 23:26:40 +0000
  • 36727f4dac
    Fix altar display in mapseen Ron Nazarov 2025-01-14 23:24:01 +0000
  • a5221dcc0b Implement lepre abilities. Message handling could be better. Maybe want to allow warping to buried gold? demogorgon22 2025-01-13 20:48:29 -0500
  • f71eded468
    Merge remote-tracking branch 'notdnethack/master' Ron Nazarov 2025-01-13 22:02:32 +0000
  • 59a0b128f6 Merge dnao upstream demogorgon22 2025-01-10 12:28:51 -0500
  • b3aefcfee2 Add #monster powers for racial leprechaun menu, but don't actually implement it yet. demogorgon22 2025-01-09 12:37:27 -0500
  • 04d8c09363 Implement wishing for generic "belts" ChrisANG 2025-01-05 18:26:57 -0500
  • ea263adab6 Add belt-class objects to the treasure tables ChrisANG 2025-01-03 20:57:56 -0500
  • 03672c24e0 Bugfixes: belt of weight and belt appearance randomization ChrisANG 2024-12-26 17:09:34 -0500
  • bd262e1de7 Belt of Weight ChrisANG 2024-12-26 16:59:52 -0500
  • 62ef4f94e8 Adjust belt prices to make price id not totally useless ChrisANG 2024-12-26 16:58:56 -0500
  • 65595d3100 Belt of Weakness ChrisANG 2024-12-26 16:45:19 -0500
  • 01010ea790 Implement a belt of carrying ChrisANG 2024-12-26 16:37:41 -0500
  • fb94a6e6b9 Add kidney belts ChrisANG 2024-12-26 16:14:36 -0500
  • 329cb33d86 Bugfix: If item creation failed explicity deny the wish ChrisANG 2024-12-26 16:03:30 -0500
  • e0148a8a78 Bugfix: remove infinite loop in polymorphed chuul theft. ChrisANG 2024-12-26 16:03:05 -0500
  • a42cd3879d Add a utility belt that protects pots, scrolls, and wands ChrisANG 2024-12-26 16:02:44 -0500
  • f383f16871 Adjust belts to be their own object class rather than armor ChrisANG 2024-11-17 09:07:08 -0500
  • 664cab3f76 Add a belt of power ChrisANG 2024-11-17 09:06:54 -0500
  • c97dbc00cc Add a belt slot (first pass) ChrisANG 2024-11-17 09:06:30 -0500
  • cb2aaf1bd9 Fully adopt a "must have lifted the veil" req for all research ChrisANG 2024-12-31 10:59:36 -0500
  • e319adc6e6 Moria bugfix: Fix remaining scroll of resistance chests ChrisANG 2024-12-29 23:28:25 -0500
  • 29a0d6841c Merge branch 'devel-3.23.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into devel-3.23.1 ChrisANG 2024-12-28 21:07:30 -0500
  • 687c59a0a2 In fact, monsters shouldn't grudge on your steed ChrisANG 2024-12-28 20:31:45 -0500
  • 658d4df3e8 Monsters don't grudge on warded targets. ChrisANG 2024-12-28 20:27:06 -0500
  • 578090b755 Adjust monster ranged combat code to avoid re-calling attacktype functions. ChrisANG 2024-12-28 20:26:12 -0500
  • 67254f5fdf Adjust how monster AC is added to a poly'd player ChrisANG 2024-12-28 20:23:58 -0500
  • d7e0d7d015 Almalgamated skies update ChrisANG 2024-12-28 20:22:22 -0500
  • 6a34514116 Tomb herds don't scream in pain from jellyfish stings ChrisANG 2024-12-28 18:13:11 -0500
  • 34169b1d16 Tourist bugfix: After rolling generic items, do substitutions. ChrisANG 2024-12-28 18:12:46 -0500
  • 130ee03b89 Tweak: Increase descendent starting atributes by 5 ChrisANG 2024-12-28 18:11:52 -0500
  • cf0e927192 Tweak: Krau improves charm ChrisANG 2024-12-28 18:10:08 -0500
  • 57f20b8127 Message bugfix < vs <= confusion in holy symbol description ChrisANG 2024-12-28 18:09:07 -0500
  • 1b11ced7f6 Bugfix: Bad messaging around eldritch style now, and can't turn it on again ChrisANG 2024-12-28 18:07:16 -0500
  • fc5b2e3507 Bugfix: ETRAIT macros should check for weapon type ChrisANG 2024-12-28 18:04:59 -0500
  • e699ba6bbf Add deep dragons to the no-poly-ever list ChrisANG 2024-12-28 18:03:01 -0500
  • ecbaa5cdb1 Fix punctuation in ETRAIT_SECOND description ChrisANG 2024-12-28 18:02:06 -0500
  • 7f94e40f78
    Make LIMIT_IPS a compile-time option Ron Nazarov 2024-12-28 19:48:56 +0000
  • 74fc0620a9
    curses: print_statdiff should take long longs, not ints Ron Nazarov 2024-12-28 19:31:09 +0000
  • 6237a9adb9 Fix misordered stat block and be less agressive with str reduction for lep cause they have it rough enough. Give big HP chunks and give better regen as a poor iron hater on top of everything else stacked against them. demogorgon22 2024-12-28 13:57:31 -0500
  • a6b37f076e Add lava leprechaun monster to hell. Allow lep barb and troubador. Replace heavier starting foods for lep with lembas and make all starting foods tiny for lep. demogorgon22 2024-12-28 13:33:52 -0500
  • 21d073bed3
    Merge remote-tracking branch 'notdnethack/master' Ron Nazarov 2024-12-28 18:33:36 +0000
  • 1e0fbf12fa Remove extern definition for the removed dead code get_ent_species. demogorgon22 2024-12-28 13:13:05 -0500
  • 6112d3435a Update changelog with leprechaun race demogorgon22 2024-12-28 12:31:05 -0500
  • ff81e58b7b Update new races trophy for leprechaun demogorgon22 2024-12-28 12:28:06 -0500
  • 02e982510e Fix negative gold not behaving properly with picking it up while overloaded. Start leprechauns off with gold. Fill missing weight gap with gold for player leprechaun to not start encumbered. Add a couple more leprechaun roles. demogorgon22 2024-12-28 12:13:56 -0500
  • 5300608b7c
    Merge pull request #2302 from RikerW/patch-special-spell-upgrades Chris-plus-alphanumericgibberish 2024-12-28 11:57:41 -0500
  • 00255999e7
    Merge pull request #2305 from demogorgon22/midasfix Chris-plus-alphanumericgibberish 2024-12-28 11:52:07 -0500
  • a8d48b7fde Update comment with list of unrandomized pots. demogorgon22 2024-12-28 11:46:16 -0500
  • ac4e4b8c68 Fix offset used for not randomizing potion labels to include midas. demogorgon22 2024-12-28 16:44:22 +0000
  • c73de8a8ba Fix bug introduced by adding midas potion. I don't know why I thought these were white listed no scramble ranges and not offsets. demogorgon22 2024-12-28 11:39:58 -0500
  • f271033ff7 Honestly maybe fix the worst of the bad negative weight gold interactions with BoHs. demogorgon22 2024-12-28 11:28:31 -0500
  • bc6eafae32 Closer to leprechaun implementation. Still need to give starting gold. still need to give dodging. still need to give stealing coins. still need to make leprechaun negative weight gold not interact poorly with containers. still need to fiddle hp/pw statblocks demogorgon22 2024-12-28 11:17:44 -0500
  • 50ff8ad8d2 Bugfix: Offhand weapon expert attack only occurs when two-weaponing. ChrisANG 2024-12-27 13:20:19 -0500
  • 066c8d654b Give rogues a bonus to find things when searching ChrisANG 2024-12-27 13:19:36 -0500
  • c568fa9eea Add mequipping to handle monsters wearing equipment ChrisANG 2024-12-27 01:18:59 -0500
  • 4c6b44c2f4 Bugfix: Missing monster-only magic check in straitjacket code. ChrisANG 2024-12-27 02:32:52 -0500
  • bf5fa164c1 Take nndnh descendant rules cause i was being a hater. my bad. demogorgon22 2024-12-26 20:51:36 -0500
  • ac02bb0260 Throw a little bit more clothing on ent anas for now and call it good enough :( demogorgon22 2024-12-26 20:46:25 -0500
  • e641465db9 Add shock mortar and force club. Play with ent ana starting inventory. Fix a couple bugs. demogorgon22 2024-12-26 20:08:53 -0500
  • a770c76e56 Use mtemplate applied to your race for size to make stuff in quest. demogorgon22 2024-12-26 20:07:57 -0500
  • 48d40f43f8 Treat ent ana species like an ash as far as bonus categories go. demogorgon22 2024-12-23 11:26:17 -0500
  • 80dc85b49c Clean up old dead -get_ent_species(species) function. demogorgon22 2024-12-23 11:18:24 -0500
  • 3985657488 I think properly implement the fundamentals for yggdrasil ent species only permitted and required for ana that sets a template that makes the species inediate and gigantic. demogorgon22 2024-12-23 11:05:50 -0500
  • 549ad5169d Don't use role mon as youmonst.data, use race mon addled by mtemplate of youmonst. what will the consequences of this be??? demogorgon22 2024-12-23 10:36:34 -0500
  • 7cd0b009aa Bugfix: Dragon bonus HP only applies to true adult dragons ChrisANG 2024-12-22 12:38:24 -0500
  • eafa4fea08 Add silvered to silver sky ChrisANG 2024-12-22 12:33:59 -0500
  • 8145edb600 Add a couple more goat priest prayers ChrisANG 2024-12-21 15:43:17 -0500
  • edb0c36a83 Etrait tweaks: add cleave to scythes and bleed to morning stars ChrisANG 2024-12-21 11:47:59 -0500
  • 0460fa4542 Fix youmonst.data youracedata confusion in puddle code ChrisANG 2024-12-21 11:46:58 -0500
  • 470db62c64 Fix likes fire code in forges ChrisANG 2024-12-21 11:45:24 -0500
  • 208849a90b Bugfix: Don't set eldritch fighting form untill a spell is picked ChrisANG 2024-12-21 11:44:13 -0500
  • 84583ba3c6 Quotes for tower shield, fingerprint shield, and rhongomyniad ChrisANG 2024-12-21 10:11:15 -0500
  • 33cd4cbfc1 Etrait message for braced weapons ChrisANG 2024-12-20 15:38:01 -0500
  • 0de96e63e4 Etrait bugfix: can't use stop thrust vs. engulfers ChrisANG 2024-12-20 15:37:47 -0500
  • 5db67f747d Tweak: Dipping poisoned weapons in water may wash off the poison ChrisANG 2024-12-20 12:06:06 -0500
  • 4535268805 Etrait polishing: Inspect strings, Lances work for centaroids and animaloids ChrisANG 2024-12-20 11:58:34 -0500
  • 5d8852f31f Bugfix: Backwards logic in paralysis gaze ChrisANG 2024-12-19 14:00:55 -0500
  • 31a79e5b9f Long swords get +2 to hit when half-swording ChrisANG 2024-12-19 13:14:02 -0500
  • 3ca0ceeb40 Focus fire on melee weapons carries a to-hit penalty ChrisANG 2024-12-19 13:11:52 -0500
  • c07f3e18d7 Etraits: Stop thrust and charge messages ChrisANG 2024-12-19 13:11:06 -0500
  • 9bdb063197 Tweak: R'lyehian faceplates block bloodsense and lifesense as well as regular sight. ChrisANG 2024-12-18 22:39:03 -0500
  • 591d4004a7 Add great maces and greatclubs ChrisANG 2024-12-18 22:38:24 -0500
  • b166e3f1e9 Adjust expert trait bonus damage to have it's own variable. ChrisANG 2024-12-18 22:34:57 -0500
  • 89cf9ead0a Lances get lunge, but only while mounted ChrisANG 2024-12-18 20:10:47 -0500
  • 142fc7ae86 Implement move-based etraits: lunge and charge ChrisANG 2024-12-18 19:56:34 -0500
  • 711bee4ece etraits for weapon tools, and corrections ChrisANG 2024-12-08 18:24:29 -0500
  • 860419f9a0 Implement bleed trait ChrisANG 2024-12-08 18:21:29 -0500
  • f96b846d22 Second target etrait: ChrisANG 2024-12-07 19:11:12 -0500
  • 37e32c318b Create opening etrait: ChrisANG 2024-12-07 18:32:37 -0500
  • 6831b9b95d Quick expert weapon property ChrisANG 2024-12-07 18:30:55 -0500
  • 064ce816e1 Adjust target weakspots to target lowest dr slot. ChrisANG 2024-12-07 16:35:23 -0500
  • dfcdd609d2 Long slash: Extra damage when hitting by +20 or more ChrisANG 2024-12-07 16:34:45 -0500
  • 42624d3a37 Add sweep to the scythe ChrisANG 2024-12-07 15:40:53 -0500
  • 827936c4b8 Adjust pet averaging to happen right before a monster moves or attacks ChrisANG 2024-12-02 11:13:47 -0500
  • 3cf7772c3b Braced and stop thrust ChrisANG 2024-12-02 03:15:22 -0500
  • 38c9447aff Bugfix: m-flag based attack skips only affect monsters ChrisANG 2024-12-02 02:24:04 -0500
  • 5e8c8fbcd4 Implement graze etrait ChrisANG 2024-12-01 22:57:16 -0500
  • 90dabb8db9 Armor penetrating weapons do extra damage vs. DR ChrisANG 2024-12-01 17:02:31 -0500