Commit Graph

410 Commits

Author SHA1 Message Date
rob 7ae5f4e42a updating 2022-08-28 13:46:46 +10:00
rob d849768227 use ncursesw on linux to make utf-8 work
separate linux/osx makefiles
2022-08-28 06:11:16 +10:00
rob b2bfca3ca1 Fix crash in linkexit() 2022-08-27 22:50:13 +10:00
rob 81c033d7dc Removed sprintf() usage
Now conpiles properly on linux again
2022-08-27 21:38:56 +10:00
rob 0c288f0594 ignore *.o 2022-08-27 21:03:39 +10:00
rob ef08494ade started fixing warnings
remove .o files from repo
2022-08-27 21:02:42 +10:00
Rob Pearce 415a15a523 Made blue colour lighter so it's easier to see on black backgrounds. 2021-12-08 09:51:22 +11:00
Rob Pearce 134542ed8f Adding a bunch of files which say they're modified, possibly just because I'm on a new system. 2021-11-16 11:23:38 +11:00
Rob Pearce d4861e906f Fix bug in fire damage calculation 2021-11-16 11:23:16 +11:00
Rob Pearce 94b5e84ee1 adding readme 2021-06-03 12:07:57 +10:00
Rob Pearce 8aef3bf1eb When an attack spins someone around:
- break their grabs
- actually spin them around when the play can't see it
2019-08-29 20:56:51 +10:00
Rob Pearce 9456fba0f7 healthy food has a chance of curing poison 2019-08-20 18:19:13 +10:00
Rob Pearce b89c0fe7b9 amulet of acrobatics now increases agility 2019-08-20 17:15:15 +10:00
Rob Pearce 7835c23d94 Always show wall glyphs as connected to adjacent walls, even if you haven't seen the adjacent cell yet. 2016-07-23 19:16:56 +10:00
Rob Pearce 5a54c41028 Forgot to initialise new habitat->monflags flagpile. 2016-07-23 11:37:44 +10:00
Rob Pearce e5dfd28216 Vegetarians shouldn't drink flasks of chicken soup / beef strogonoff. 2016-07-23 11:36:25 +10:00
Rob Pearce 6a7175a8d3 All auto-generated monsters in ice caves should start with cold immunity. 2016-07-23 11:33:18 +10:00
Rob Pearce e698875655 Slightly increase vault chance in dungeon 2016-07-07 17:23:20 +10:00
Rob Pearce 7a5563de68 *Rats should be immune to disease
*Increase IQ bracket level required to count as "genius"
*prevent baba yaga's hut (or any F_NORANDOM buildings) from being randomly created
2016-07-07 16:25:06 +10:00
Rob Pearce c9e4e4f5f4 Reduce goblin caves and sylan woods from 5 levels to 3 levels. 2016-07-07 15:12:53 +10:00
Rob Pearce 6610dfed88 Rewrite weild() to do all prompts to remove stuff in the way before actually removing anything. 2016-07-07 12:30:04 +10:00
Rob Pearce d5254e25aa If you can meditate, don't prevent resting while caffienated.
Clarify args and description of gotosleep() vs. fallasleep()
2016-07-07 12:13:08 +10:00
Rob Pearce 43c20fbbaf bugfix: racial abilities now work properly after polymorph 2016-07-07 12:02:50 +10:00
Rob Pearce e4cdde4f98 Worsen penalties for not meeting weapon requirements 2016-07-04 22:44:07 +10:00
Rob Pearce 2b82e1de44 Small quadrapeds/birds shouldn't be able to slip on things, nor should snakes. 2016-06-21 21:46:32 +10:00
Rob Pearce e4c3716387 Tidy up code around modification of player stats by god piety. 2016-06-21 21:37:19 +10:00
Rob Pearce bbc539c449 Teleport trap on doors shouldn't put you inside a wall. 2016-06-21 21:19:41 +10:00
Rob Pearce f58ab237bd Add warning for passwall spell expiring. (doesn't quite work yet) 2016-06-21 20:22:29 +10:00
Rob Pearce d107dfbb90 - Fixed crash when showing what monsters want/covet in /ve screen. 2016-06-21 17:15:03 +10:00
Rob Pearce 2255f77f1b If you have both a pocketwatch and a digital watch, announce the full 24-hour time. 2016-06-20 23:53:33 +10:00
Rob Pearce ae63bb6b83 Don't announce when monsters "can see again" - you have no way of knowing this. 2016-06-20 23:50:36 +10:00
Rob Pearce 11a3abc76b - can no longer avoid migraine damage by having LOS to the source of sounds.
- migraines now only cause pain with volume >= heavy_footsteps
- migraines now work on monsters, too.
2016-06-20 21:07:15 +10:00
Rob Pearce 33c532339c Slightly increase chance of vaults in the main dungeon
When creating vaults, use 50% chance each time of increasing rarity instead of 33%
Make chests have better objects
2016-06-18 18:22:43 +10:00
Rob Pearce f786d9de72 When god appears, change 'will you accept' to 'will you accept %s' offer?' 2016-06-18 17:52:46 +10:00
Rob Pearce d22d881df1 Made "very dark grey" colour slightly brighter. 2016-06-15 00:01:13 +10:00
Rob Pearce 57cd4200ff banana skin was missing F_DAMAGABLE 2016-06-14 01:16:09 +10:00
Rob Pearce 980daa1d8c Ensure that Battlemage's initial three spell schools are unique. 2016-06-14 01:10:33 +10:00
Rob Pearce 8500c020cb When an lf slips on an object, cause 1 damage per lf size level. 2016-06-14 00:15:13 +10:00
Rob Pearce 4e94d1fecc Tweak description - "almost completely dark" is misleading. 2016-06-14 00:11:27 +10:00
Rob Pearce dd7bfeb091 Reduce power of Refraction - now gives 10-40% evasion instead of 20-55 2016-06-14 00:05:58 +10:00
Rob Pearce d82cee08ec 'harvest flame' spell now puts out F_ONFIRE objects. 2016-06-13 23:50:38 +10:00
Rob Pearce 6bdb138faf Increase precision of displayed stamina costs to 2 decimal places. 2016-06-13 23:40:29 +10:00
Rob Pearce 729da5bb52 Fixed crash when 'what goes up' is active and a thrown missile is destroyed. 2016-06-13 23:38:45 +10:00
Rob Pearce 0b76162f5f getrandomracewithflag() now works. 2016-06-13 23:23:11 +10:00
Rob Pearce 57740d9016 Typo. 2016-06-13 22:30:31 +10:00
Rob Pearce 77ee8bb7d7 Manrikimodifications:
Reduce difficulty of strength check to escape it.
	Make it take damage when struggling
2016-06-13 22:24:31 +10:00
Rob Pearce cd58efb772 Fixed bug in getrandomobofclass() causing "get random food" to fail. 2016-06-13 22:18:24 +10:00
Rob Pearce 3e3bc4a334 Updated description of 'glowing flask' 2016-06-13 21:58:37 +10:00
Rob Pearce f2a8f408d6 Lowered power of 'chill' spell. 2016-06-13 21:43:19 +10:00
Rob Pearce efdbd3fe40 Insects resist cold. 2016-06-13 21:42:05 +10:00