Commit Graph

780 Commits

Author SHA1 Message Date
Paul Gilbert
9ebde66b31 MM: MM1: Allow mouse clicks to select items 2023-03-20 22:18:26 -07:00
Paul Gilbert
0101f40c94 MM: MM1: Don't allow switching characters in combat mode 2023-03-20 21:21:57 -07:00
Paul Gilbert
80d1e88e8c MM: MM1: Add character switching to inventory items 2023-03-20 20:55:01 -07:00
Paul Gilbert
5e39b24240 MM: MM1: Added equip/remove to enhanced character items view 2023-03-20 20:14:22 -07:00
Paul Gilbert
462d002393 MM: MM1: Refactor equip/remove logic into it's own class 2023-03-20 20:14:22 -07:00
Paul Gilbert
9a7b3abb36 MM: MM1: Discarding items now working 2023-03-20 20:14:21 -07:00
Paul Gilbert
40cfc422b4 MM: MM1: In progress adding a Which Item view 2023-03-20 20:14:21 -07:00
Paul Gilbert
a37a9fbc24 MM: MM1: Beginnings of character inventory screen 2023-03-20 20:14:21 -07:00
Paul Gilbert
c1c863de78 MM: MM1: Show items characters can't use in grey 2023-03-20 20:14:21 -07:00
Paul Gilbert
f9bbbf9595 MM: MM1: Added blacksmith buy/sell logic 2023-03-18 22:28:35 -07:00
Paul Gilbert
033f1f66db MM: MM1: Added Buy/Sell confirmation dialog 2023-03-18 22:28:35 -07:00
Paul Gilbert
ef8f5648c9 MM: MM1: Blacksmith item selection 2023-03-18 22:28:35 -07:00
Paul Gilbert
c48a85d97c MM: MM1: Fix incorrect cropping of Scroll of Fire item 2023-03-17 21:55:47 -07:00
Paul Gilbert
d0896acdd9 MM: MM1: Weapon/Armor/Misc switching for blacksmith 2023-03-17 21:55:47 -07:00
Paul Gilbert
328c2bf17e MM: MM1: Remove deprecated list of item names 2023-03-17 21:55:47 -07:00
Paul Gilbert
98820217a2 MM: MM1: Blacksmith items now displaying 2023-03-17 21:55:46 -07:00
Paul Gilbert
ea9c18634b MM: MM1: Fix blacksmith items buttons not being clickable 2023-03-17 21:55:46 -07:00
Paul Gilbert
11b0d5cdcb MM: MM1: Fixes to blacksmith items buttons 2023-03-17 21:55:45 -07:00
Eugene Sandulenko
0295bbccd3
MM: MM1: Comment out unused variables 2023-03-17 16:58:43 +01:00
Eugene Sandulenko
b81fc038bd
MM: MM1: Add missing override keyword 2023-03-17 16:58:43 +01:00
Eugene Sandulenko
8381a9d4d6
MM: MM1: Properly mark keybindings for translation and add to POTFILES 2023-03-17 16:06:34 +01:00
Paul Gilbert
059582fe48 MM: MM1: Beginnings of blacksmith items display 2023-03-16 22:50:34 -07:00
Paul Gilbert
eef20cf77b MM: MM1: Beginnings of Blacksmith location 2023-03-16 22:50:34 -07:00
Paul Gilbert
2db67b8c99 MM: MM1: Fix horizontal alignment of Inn buttons 2023-03-16 22:50:33 -07:00
Paul Gilbert
b8afed0bfe MM: MM1: Add bash action 2023-03-16 22:50:33 -07:00
Paul Gilbert
626273dbca MM: MM1: Added Rest view 2023-03-16 22:50:33 -07:00
Donovan Watteau
18ab6803d6 JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
Paul Gilbert
2e513c33f4 MM: MM1: Added Protect screen 2023-03-14 22:20:17 -07:00
Paul Gilbert
d7ca77fe6c MM: MM1: Fix selecting char from QUickRef 2023-03-13 23:15:24 -07:00
Paul Gilbert
8b859ccc9e MM: MM1: Hook up QuickRef view from Char Info dialog btn 2023-03-13 22:52:29 -07:00
Paul Gilbert
77204235e4 MM: MM1: Added Exchange dialog 2023-03-13 22:48:18 -07:00
Paul Gilbert
a07f2f91d7 MM: MM1: Fix redrawing game view after closing dialogs 2023-03-13 22:48:18 -07:00
Paul Gilbert
ab2e5d59cd MM: MM1: Message display fixes for Search 2023-03-12 22:21:37 -07:00
Paul Gilbert
2cd03b2e71 MM: MM1: Properly handle getting treasure after trap msg display 2023-03-12 21:59:13 -07:00
Paul Gilbert
57a8d2d8bd MM: MM1: Add missing character select for detecting magic in Search 2023-03-12 21:59:13 -07:00
Paul Gilbert
bdc286be8c MM: MM1: Add timeout delay for trap damage message 2023-03-12 21:59:13 -07:00
Paul Gilbert
7c57447b46 MM: MM1: Fix display of center/right aligned messages 2023-03-12 21:59:12 -07:00
Paul Gilbert
e73a9c317e MM: MM1: Properly erase numeric choice side view after closing 2023-03-12 21:59:12 -07:00
Paul Gilbert
f4ef23d2fb MM: MM1: Fix search to show character selection 2023-03-12 21:59:11 -07:00
Paul Gilbert
10d32d66e7 MM: MM1: Adding numeric choice side subview 2023-03-12 21:59:11 -07:00
Paul Gilbert
4113595b54 MM: MM1: Fixes for search view 2023-03-10 22:26:42 -08:00
Paul Gilbert
7ab7faf1dc MM: MM1: Fixes for trap display 2023-03-10 22:26:42 -08:00
Paul Gilbert
26ac72d53c MM: MM1: Compilation fix 2023-03-09 23:18:32 -08:00
Paul Gilbert
4bebb71d62 MM: MM1: Add a generic WhoWillTry view 2023-03-09 22:51:38 -08:00
Paul Gilbert
5591049454 MM: MM1: Implement trap display 2023-03-09 22:51:38 -08:00
Paul Gilbert
6a9104f8b5 MM: MM1: Added unlock action 2023-03-09 22:51:38 -08:00
D G Turner
937964ab59 MM: MM1: Fix Unhandled Enumeration in Switch GCC Compiler Warning 2023-03-09 19:42:39 +00:00
Paul Gilbert
c1e5a933dc MM: MM1: Fix compilation when Xeen subengine is disabled 2023-03-09 07:58:10 -08:00
Paul Gilbert
4f531856a4 MM: MM1: Minor tweak to column positioning in QuickRef 2023-03-09 07:58:10 -08:00
Paul Gilbert
9db6c8f9ad MM: MM1: Fix rendering of Character Info view 2023-03-08 22:06:10 -08:00