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

Commit graph

  • 76f3d3b4e1 Fix Buffer overflow in curses_num_lines() Tangles 2017-05-15 19:21:07 +1000
  • de6dab39a6 Merge branch 'compat-3.14.0' into cursesfixes Tangles 2017-05-17 00:06:49 +1000
  • c442a3a1af Better handling of failure to open dump file. Tangles 2017-05-16 11:39:17 +1000
  • 1ced54de63 Merge pull request #2 from NeroOneTrueKing/patch-10 NHTangles 2017-05-16 13:09:17 +1000
  • 1fd45f6c28 Fix: Mjollnir self-throw NeroOneTrueKing 2017-05-14 21:30:03 -0500
  • bff4c30af9 Fix: Mjollnir self-hit NeroOneTrueKing 2017-05-14 21:27:04 -0500
  • fda5a75221 Fix Breath timer alignment in vertical statusbar Fredrik Ljungdahl 2017-05-14 19:15:57 +0200
  • 9fa627f124 Add classic_status, defaults to TRUE. If set to false, it will draw a NH4-style status bar Fredrik Ljungdahl 2017-05-14 18:47:49 +0200
  • c115a1d8c5 Fix Strength not showing correctly above 18 Fredrik Ljungdahl 2017-05-13 20:17:05 +0200
  • 0d806f2eb5 curses - perminvent makefile and crash fix Tangles 2017-05-13 19:16:54 +1000
  • 186b74019f curses - Add some missing hpbar logic from grunt. Tangles 2017-05-13 16:15:34 +1000
  • 8ba682c432 curses - remove grunt-specifics frm recent merge. Tangles 2017-05-13 15:38:59 +1000
  • 160c793831 Fix various perm_invent bugs, including a crash bug Fredrik Ljungdahl 2017-05-12 23:11:22 +0200
  • 0e5b274d13 Make the msgbuffer redraw the entire message history if redrawn, instead of just a single message Fredrik Ljungdahl 2017-05-12 23:10:55 +0200
  • d60316ff33 If the perm_invent option changes between the save and the file, handle that properly Fredrik Ljungdahl 2017-05-12 16:34:20 +0200
  • e4bf839b44 Add "Inventory:" title to inventory sidebar and "Not carrying anything" if applicable Fredrik Ljungdahl 2017-05-12 15:30:53 +0200
  • 770a678ea8 Add inventory sidebar if perm_invent is enabled Fredrik Ljungdahl 2017-05-12 15:21:52 +0200
  • 9bc85c04b9 Remove a redundant function Fredrik Ljungdahl 2017-05-11 23:27:02 +0200
  • 8569e4ffb5 Remove a redundant curses_update_status Fredrik Ljungdahl 2017-05-11 23:22:49 +0200
  • 3aa58f18bc Prev(hp|mhp|pow|mhp) is no longer used Fredrik Ljungdahl 2017-05-11 23:17:29 +0200
  • c82868c685 Remove the feature that allowed a label and statuscolor config to not match Fredrik Ljungdahl 2017-05-11 23:09:23 +0200
  • 80322ef26a Remove some more cruft leftover from old cursstat code Fredrik Ljungdahl 2017-05-11 23:06:50 +0200
  • 2831f0d592 Remove some code duplication Fredrik Ljungdahl 2017-05-11 23:02:07 +0200
  • 9aa1f0b3ba Remove some unused variables Fredrik Ljungdahl 2017-05-11 22:50:00 +0200
  • 809271ea13 Simplify status bar initialization Fredrik Ljungdahl 2017-05-11 22:43:48 +0200
  • 1b2f37e4cc Split out drawing of statuses so that both horizontal/vertical can use the same logic Fredrik Ljungdahl 2017-05-11 20:10:39 +0200
  • 69ac75bafa Fix windows not aligning properly on align_status:top align_statusbottom or left+right Fredrik Ljungdahl 2017-05-10 20:39:53 +0200
  • d2068744bc Avoid the new set_window_position returning negative widths, give a saner minimum for messages. Fredrik Ljungdahl 2017-05-10 19:55:18 +0200
  • ff7a62775e Simplify window position initialization Fredrik Ljungdahl 2017-05-10 19:34:14 +0200
  • c79ebe1453 Fix statuscolors Fredrik Ljungdahl 2017-05-09 13:27:31 +0200
  • 866b637a62 curses - import FIQ's cursstat changes from grunt. Tangles 2017-05-09 18:07:02 +1000
  • cf0605abf3 curses - minor reformatting Tangles 2017-05-09 14:37:45 +1000
  • 094fde4292 curses - fix text attr, and menu width Tangles 2017-05-07 00:34:05 +1000
  • 8bfb81c121 FIXUP: fix more issues with grunt curses merge Tangles 2017-05-09 13:07:53 +1000
  • 15abb1207e FIXUP: fix compile errs after curses merge Tangles 2017-05-09 11:12:04 +1000
  • dafa0a28f0 Simplify stat highlight timer logic Fredrik Ljungdahl 2017-05-06 03:06:44 +0200
  • 5cb8ae1d2f Remove blank lines between function prototype declarations Fredrik Ljungdahl 2017-05-06 16:49:20 +0200
  • bc7d5d296b Change code formatting of the Curses interface Fredrik Ljungdahl 2017-05-06 16:32:28 +0200
  • 3cb861cc39 curses - fix menuglyph colour issue. Tangles 2017-05-04 00:25:28 +1000
  • 56300b18fc Remove a lot of copy/paste from curses_update_stats Fredrik Ljungdahl 2017-05-06 04:54:46 +0200
  • be64d66037 curses - Display items in inventory list Tangles 2017-05-01 22:05:05 +1000
  • 04ea850c74 curses - Display items in inventory list k21971 2017-05-01 00:56:52 -0400
  • f80c542496 curses - getline sometimes alloc too few lines Tangles 2017-05-08 18:34:47 +1000
  • 14207cb827 Merge remote-tracking branch 'nero/patch-6' into compat-3.14.0 Tangles 2017-05-08 19:46:04 +1000
  • db70ac2997 Merge pull request #1 from NeroOneTrueKing/patch-8 NHTangles 2017-05-08 19:41:53 +1000
  • 7f13a578f6 curses - non-popup version of getline() Tangles 2017-05-08 15:07:09 +1000
  • 0ec298bdb6 Fix tinning kits NeroOneTrueKing 2017-05-04 15:08:29 -0500
  • c204ee4d57 Fix tinning kits NeroOneTrueKing 2017-05-04 15:04:54 -0500
  • bb17b3df33 Minor Fixes NeroOneTrueKing 2017-05-03 18:50:49 -0500
  • 5967e5e8f2 Merge branch 'patch-1' into compat-3.14.0 Tangles 2017-04-30 19:03:17 +1000
  • 6b4f43b92a fix use_darkgray option handling properly Tangles 2017-04-30 13:42:24 +1000
  • db8ec745cb curses darkgray fixes Tangles 2017-04-30 13:29:30 +1000
  • ed47663036 Feature: resizing armor NeroOneTrueKing 2017-04-29 11:59:15 -0500
  • 3bf8331bb0 Fix playermonster spellcasting NeroOneTrueKing 2017-04-29 11:51:35 -0500
  • cf504f8a83 Fix 'H' inventory spawns NeroOneTrueKing 2017-04-29 11:18:35 -0500
  • 0b5bdd06cd Curses - handle long #extcmd entry gracefully. Tangles 2017-04-27 22:30:09 +1000
  • ae62e3f2dc Add dnethack specific stats to curses Tangles 2017-04-25 03:00:00 +1000
  • 9e8ffcdf39 Fix curses block on endgame Tangles 2017-04-25 01:41:39 +1000
  • c4c13ef498 curses splashscreen Tangles 2017-04-25 00:24:45 +1000
  • ed706c1dfe curses improvements - #extcmd, msgtype. Tangles 2017-04-24 23:17:22 +1000
  • 59925ebdcd Fix typo in learn ward message. Tangles 2017-04-19 23:57:50 +1000
  • e69e20267b Fix monsym changes in dungeon defs from previous commit. Tangles 2017-04-19 23:46:45 +1000
  • bc2f625036 Change default sym for neutral angel so boulders can be '0' Tangles 2017-04-19 23:01:32 +1000
  • ccd5d80c92 Add #ifndefs around hardcoded paths so they can be defined in local.mk Tangles 2017-04-19 22:59:43 +1000
  • 34338a3ce8 Lightsabers should have the Explosion/Energy damage type Chris-plus-alphanumericgibberish 2016-12-10 16:54:02 -0500
  • b3d68fe0c2 Bugfix: Bullwhips need a damage type Chris-plus-alphanumericgibberish 2016-12-10 16:53:38 -0500
  • 8f4a7cee63 Fix spelling Chris-plus-alphanumericgibberish 2016-12-10 16:52:55 -0500
  • c755181018 Make drow bullwhips silver Chris-plus-alphanumericgibberish 2016-12-10 16:52:35 -0500
  • 9bbc263c9e Oops, duplicated MS_ value Chris-plus-alphanumericgibberish 2016-12-06 19:29:51 -0500
  • 76efeb28f5 Shimmering dragons are dim cyan not bright Chris-plus-alphanumericgibberish 2016-12-06 19:18:27 -0500
  • 9a2750c3ba Non-unique powerful angels will be bright magenta Chris-plus-alphanumericgibberish 2016-12-06 19:18:06 -0500
  • 211b2a54d3 Force pikes can cut as well as stab Chris-plus-alphanumericgibberish 2016-12-06 19:17:37 -0500
  • 5ed0d39141 Some weapons do blasting damage Chris-plus-alphanumericgibberish 2016-12-06 19:17:10 -0500
  • 51e2315373 MS_SONG is overloaded. Help reduce some of that by declaring MS_INTONER and MS_FLOWER Chris-plus-alphanumericgibberish 2016-12-06 19:16:43 -0500
  • 68d4b1a581 Declare disambiguation MS_ tokens Chris-plus-alphanumericgibberish 2016-12-06 19:10:42 -0500
  • ae0d979dd6 Identifies this varient for patch-based utilities like Pinobot Chris-plus-alphanumericgibberish 2016-12-06 14:31:18 -0500
  • 36f571c374 Only intelligent creatures should cause a cannibalism penalty Chris-plus-alphanumericgibberish 2016-12-03 12:28:23 -0500
  • 4a57ba3762 Enable healer for yuki, have healers start with healers' uniforms Chris-plus-alphanumericgibberish 2016-12-03 01:50:03 -0500
  • ee27a7d835 Enable Mahadeva's attack vs other monsters Chris-plus-alphanumericgibberish 2016-12-01 21:21:42 -0500
  • 43f61d915b Bugfix: Eladrin shouldn't drop their weapons when transforming Chris-plus-alphanumericgibberish 2016-12-01 17:58:23 -0500
  • 253b75345d Update version to 3.14 Chris-plus-alphanumericgibberish 2016-12-01 17:01:24 -0500
  • fe701fc745 Add mass healing spells to you/pet castable spells Chris-plus-alphanumericgibberish 2016-12-01 14:52:23 -0500
  • 7528758d40 Add typical golem traits to dancing blades Chris-plus-alphanumericgibberish 2016-12-01 14:44:01 -0500
  • 75e88774a2 Bugfix: Dancing blades have no limbs heads eyes Chris-plus-alphanumericgibberish 2016-12-01 13:32:45 -0500
  • d72c63ecce Bugfix: Wands are always singular Chris-plus-alphanumericgibberish 2016-12-01 01:36:41 -0500
  • 6f56f7c9e3 Tweak: Wyrms are snakeback animals Chris-plus-alphanumericgibberish 2016-12-01 01:36:23 -0500
  • f93e5bc8fa Bugfix: Oona's dirge was causing enemies to heal the player Chris-plus-alphanumericgibberish 2016-12-01 01:35:59 -0500
  • ff371ccc8e engraving Chris-plus-alphanumericgibberish 2016-12-01 01:35:23 -0500
  • c3083c47b5 Monster revisions Chris-plus-alphanumericgibberish 2016-12-01 01:35:04 -0500
  • d7e1c9d48d Bugfix: Minon drow should be of their god's faction Chris-plus-alphanumericgibberish 2016-11-30 13:37:24 -0500
  • c5682c807c Bugfix: Summoned angels should be hostile if the summoner is hostile, and Angels summoned by minion angels should also have their minion flags set Chris-plus-alphanumericgibberish 2016-11-30 13:36:38 -0500
  • be4463ca5c Angels of all alignments summon, typically from their god's minion list Chris-plus-alphanumericgibberish 2016-11-30 13:34:20 -0500
  • 10c8a1693d Balance change: Angels only summon more angels if they're on the planes. Chris-plus-alphanumericgibberish 2016-11-30 13:33:48 -0500
  • e1b9cde107 Power Creep, Stormbringer Editon Chris-plus-alphanumericgibberish 2016-11-30 01:39:14 -0500
  • 6328bd4652 Drop neutral alignment from tie-dye shirt Chris-plus-alphanumericgibberish 2016-11-29 19:44:09 -0500
  • f5279f7a08 Bugfix: Some monsters have different alignments from their permonst type (ie, priests and minions) Chris-plus-alphanumericgibberish 2016-11-29 18:36:32 -0500
  • 7add998a5b Bugfix: Your spirits were affect what artifacts monsters could use Chris-plus-alphanumericgibberish 2016-11-29 18:35:50 -0500
  • c88d4e3a18 Drop minimum experience requirement for Dragon artifacts, tie dye Chris-plus-alphanumericgibberish 2016-11-29 18:35:18 -0500
  • aa64a845c9 Nerf tower Eladrin equipment Chris-plus-alphanumericgibberish 2016-11-29 16:13:58 -0500
  • 798d7dd167 Things in ifdef WIN32 are only defed on win 32 :o Chris-plus-alphanumericgibberish 2016-11-29 01:46:48 -0500