Commit graph

25 commits

Author SHA1 Message Date
Robin Eklind
1ae8490f98
Merge pull request #969 from diasurgical/UseInvItem
Clean up UseInvItem
2019-04-18 12:54:19 +09:00
Anders Jenbo
190106c8c5 Clean up CheckInvHLight 2019-04-18 03:19:46 +02:00
Anders Jenbo
bd12c6cce9 Clean up UseInvItem 2019-04-18 03:08:13 +02:00
Anders Jenbo
c0531bfc4c Some booleans 2019-04-16 02:30:48 +02:00
Anders Jenbo
26737a1594
Clean up StoreAutoPlace (#956) 2019-04-15 19:05:23 +02:00
Anders Jenbo
310744866c Clean up SpecialAutoPlace 2019-04-14 01:11:22 +02:00
Robin Eklind
c49a226d8b
Merge pull request #926 from AJenbo/GoldAutoPlace
Clean up GoldAutoPlace
2019-04-13 12:35:59 +09:00
Anders Jenbo
c0085bdb95 Clean up GoldAutoPlace 2019-04-12 22:57:02 +02:00
Robin Eklind
3e09e6d70e AutoPlace bin exact (#924) 2019-04-12 20:02:39 +02:00
galaxyhaxz
4e01e03711 Cleanup default calling conventions 2019-04-09 12:04:00 +02:00
Anders Jenbo
0fb90dee17 Clean up DropItemBeforeTrig 2019-04-05 20:23:04 +02:00
Anders Jenbo
797cf17c19 Clean up UseScroll 2019-04-05 20:15:41 +02:00
Anders Jenbo
59515a9d8c Clean up CanPut 2019-04-05 19:23:59 +02:00
Anders Jenbo
fd1cb84509 Clean up SyncGetItem 2019-04-05 18:51:40 +02:00
Anders Jenbo
97df986fa3 Clean up FindGetItem 2019-04-05 18:30:29 +02:00
Anders Jenbo
cfbe27f3b8 Clean up (#568)
* Clean up mana checks

* Don't expose static globals
2019-01-15 10:15:48 +01:00
Andrew Dunstan
47244b9f3c clean all On_* functions 2018-10-20 14:42:59 +02:00
Anders Jenbo
b7dfcf5ed5 Clean up CheckPlrSpell (#339) 2018-09-28 01:49:17 +02:00
Dennis Duda
6792078180 Merge remote-tracking branch 'devilution/master' 2018-09-10 20:44:41 +02:00
galaxyhaxz
38b498ac4b
Add 'const' to data to match original binary (#200) 2018-09-09 15:40:23 -05:00
Dennis Duda
07b5dc3939 Cleaned up inv_update_rem_item, RemoveInvItem, RemoveSpdBarItem, CheckInvItem, CheckInvScrn, CheckItemStats
All relatively simple and/or use code from other functions already cleaned up. Now binary exact except for the small codegen differences outlined in https://github.com/diasurgical/devil-nightly/issues/15
2018-08-28 20:11:23 +02:00
Dennis Duda
2f25466ed6 Cleaned up CheckInvSwap
Now binary exact except for the usual `xor; inc` vs `push 1; pop` switch.
Updated the type of `_iIdentified` to `BOOL` as well (since every write to it actually is 0 or 1).
2018-08-28 16:40:49 +02:00
galaxyhaxz
49a6f4f9fc
Add include guards, prepare for XRef (#28)
Add definitions, other junk.
2018-06-20 05:17:44 -05:00
galaxyhaxz
bb01c6f084
Remove the "fear factor" (#21)
Snakes, spiders, Demons, what scares you?
2018-06-18 19:16:32 -05:00
galaxyhaxz
dde68ff89e
Add files via upload 2018-06-06 21:25:54 -05:00