blob: 64110249a101ff9368e0f5e2f8a90853ff4caf44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Bugs:
Display:
Spellcasting tabs are displayed inproperly, switching between them is possible tho
Cursor icons are drawn twice
Logic:
Items thrown on the right side end up on the left side
Can't place torch in player's hand after loading, can do so only after brining up the inventory
Restarting the game after the party is dead segfaults
Todo:
Add wiki entry for DM
Double check enums with hex literals
Double check strcat, strstr usages
I forgot to add a bunch of warning for show/hide mouse pointer and other mouse functions
Code stuff todo:
Complete stub methods(blitShrink, blitmask)
Add proper save header, add error handling to it
Add translations to f433_processCommand140_saveGame 'LOAD'
|