Commit Graph

181 Commits

Author SHA1 Message Date
48dc219642 Merge branch 'master' of peisongxiao.com:~/cs246/a5 2024-07-20 15:31:48 -04:00
bf796470cd added set_potion_known to player 2024-07-20 15:31:41 -04:00
f6dbf6ee41 witch now tells you what potion it used 2024-07-20 15:29:28 -04:00
e76802b955 Merge branch 'master' of peisongxiao.com:~/cs246/a5 2024-07-20 15:11:22 -04:00
525226b763 capitalized all enums 2024-07-20 15:11:13 -04:00
2e4ccf74c7 fixed issue with potions not angering merchants 2024-07-20 13:58:28 -04:00
af1522ba2f fixed bug about enemies dying to potions 2024-07-18 23:00:08 -04:00
a5290c4754 fixed some string issue for arguments.cc 2024-07-18 22:49:57 -04:00
e0a6eb28c1 minor changes to argument panicking 2024-07-18 22:48:03 -04:00
4492f6c27f fixed some spacing problems for listing races etc. 2024-07-18 22:26:49 -04:00
6931edbe57 tried fixing curses breaking terminal output with no success, use reset after every run 2024-07-18 22:20:43 -04:00
a03d444dad added faster menu selection for base game (required) 2024-07-18 22:08:20 -04:00
d3f43c33f5 fixed issue with leprechauns not having starting gold 2024-07-18 20:15:12 -04:00
688ca30ed3 Merge branch 'master' of peisongxiao.com:~/cs246/a5 2024-07-18 20:11:14 -04:00
032ba8a39a added extra potions 2024-07-18 20:10:53 -04:00
1976b7dc47 Merge branch 'master' of peisongxiao.com:~/cs246/a5 2024-07-18 19:17:31 -04:00
2e7a2ea40f inventory display pink 2024-07-18 19:17:23 -04:00
b750081a1b reworked potion priority (5 -> 3) (5 is too much) 2024-07-18 19:10:58 -04:00
145e094684 fixed issue with player not being able to pick up multiple piles of gold on the same tile 2024-07-18 18:59:30 -04:00
7cc757f003 fixed issue leprechauns not dropping enough gold 2024-07-18 18:55:23 -04:00
1c8ec2ec32 fixed issue with player not gaining gold from normal dead enemies 2024-07-18 18:52:14 -04:00
ea691a3bb1 added extra enemies 2024-07-18 18:37:01 -04:00
1a9c04ad5a removed all C-style casts 2024-07-18 17:56:00 -04:00
8f00e903e8 fixed stats for assassin 2024-07-18 14:39:45 -04:00
12fcde6a3b fixed issue with potion output, added extras menu for player race selection 2024-07-18 13:59:58 -04:00
dfea74ed42 added item base class for gold and potions 2024-07-18 12:54:41 -04:00
8704fdb7aa fixed issue with toggling the world 2024-07-18 12:16:29 -04:00
2e34b193ed added some new playable characters 2024-07-18 09:31:09 -04:00
a3f3c0cb4a Merge branch 'AL/add-feat' 2024-07-17 22:15:26 -04:00
242c1fff65 fixed bugs about throwing, added anger msg for merchants 2024-07-17 22:14:37 -04:00
1db7e95649 trivial: added 'override' to troll.h 2024-07-17 21:40:48 -04:00
855e42229a Merge branch 'master' of peisongxiao.com:~/cs246/a5 2024-07-17 21:39:33 -04:00
dbae34e3a2 added throwing 2024-07-17 21:39:10 -04:00
d02a37e7fc removed override from troll class 2024-07-17 20:52:08 -04:00
9bc1170f31 clean potions contants 2024-07-17 20:09:16 -04:00
ea381c24f6 added result screens
fixed bug about picking up two boosts crashing the game
2024-07-17 16:13:20 -04:00
004c79f094 fixed issue with map not printing any room with number above 9 2024-07-17 12:03:50 -04:00
9c942338ed Merge branch 'master' of peisongxiao.com:~/cs246/a5 2024-07-17 12:01:01 -04:00
3232d91ac1 better managed ownership (two new functions in level.h) 2024-07-16 23:36:31 -04:00
3b164bbe9f fixed:
dragon generation breaking the game
seed validation wrong
2024-07-16 23:00:10 -04:00
ea3164ae07 added when -d isn't enabled, human gold drop won't drop out of rooms 2024-07-16 22:09:28 -04:00
6844a95305 fixed turn counter 2024-07-16 20:01:45 -04:00
50e10509b3 fixed
1. enemies spawning on the same tile as the player
2. start_turn in the wrong places
2024-07-16 19:57:29 -04:00
ce0a31197c trivial: formatted code 2024-07-16 19:25:58 -04:00
7d9807c026 - fix elf: no two attacks to drow 2024-07-16 19:23:47 -04:00
7b86c20a0c fixed bug where player gets stuck when going downstairs 2024-07-16 17:43:30 -04:00
70e80c1474 fixed: enemies may spawn on top of dragons
added prompting to picking up gold
2024-07-15 19:47:07 -04:00
9e0c6bc723 Merge branch 'master' into paul-extras 2024-07-15 19:33:42 -04:00
991ab34ca2 added T-800 as playable character 2024-07-15 19:33:32 -04:00
120aa9cacd fixed issue when player revisits a level from above his position doesn't change 2024-07-15 18:59:28 -04:00