Commit Graph

29 Commits

Author SHA1 Message Date
galaxyhaxz 540892ff9d Preliminary support for fixed header files 2019-04-21 17:20:38 +02:00
galaxyhaxz 00e8417f98 CheckCursMove bin exact (#961) 2019-04-16 04:08:37 +02:00
galaxyhaxz 4e01e03711 Cleanup default calling conventions 2019-04-09 12:04:00 +02:00
Anders Jenbo b5f69dccdc C compatability from d-p (#519) 2018-12-29 17:54:22 +01:00
Anders Jenbo 4a62a7c678 Code style 2018-12-29 02:15:20 +01:00
Anders Jenbo ab3a6208d2 Use "BOOLEAN" instead of "bool"
bool is not defined in C
2018-11-26 12:35:03 +01:00
Anders Jenbo b1f6d3698f Update style to use tabs 2018-10-25 22:53:04 +02:00
Dennis Duda e8ffd05cfd Removed unreferences var 2018-10-21 17:24:00 +02:00
Dennis Duda ee41cefd07 Reformatted path.cpp with clang-format 2018-10-21 16:14:19 +02:00
Dennis Duda b9cdfcfe65 Added MAXPATHNODES define and minor cleanups 2018-10-21 16:14:19 +02:00
Anders Jenbo 88377a556a More path_get_h_cost clean up 2018-10-21 16:14:19 +02:00
Anders Jenbo 83ca1bca42 Clean up path_set_coords 2018-10-21 16:14:19 +02:00
Anders Jenbo 77e58a1771 Clean up path_*_active_step & path_new_step 2018-10-21 16:14:19 +02:00
Anders Jenbo e4984cb351 Clean up path_get_node 2018-10-21 16:14:19 +02:00
Anders Jenbo 4edc19a9be Further clean up of path.cpp 2018-10-21 16:14:19 +02:00
Anders Jenbo 070a95bea0 Clean up path_parent_path 2018-10-21 16:14:19 +02:00
Anders Jenbo 82f0839658 Clean up path_parent_path 2018-10-21 16:14:19 +02:00
Anders Jenbo b011459ae7 Clean up path_get_path 2018-10-21 16:14:19 +02:00
Anders Jenbo 3c0358f34f Clean up path_solid_pieces 2018-10-21 16:14:19 +02:00
Anders Jenbo 4e2ea5d312 Clean up path.cpp 2018-10-21 16:14:19 +02:00
galaxyhaxz 38b498ac4b Add 'const' to data to match original binary (#200) 2018-09-09 15:40:23 -05:00
Dennis Duda 0200a2abba Refactored spells.cpp (#147)
Finished refactoring spells.cpp, modifying other files only as needed.
Some functions are 99% binary exact now, like PlacePlayer, for example.
Added notes/TODOs for places with remaining discrepancies.
2018-07-22 04:49:32 +00:00
Max d63deaaddf Add comments, rename variables in path.cpp (#100) 2018-06-29 10:37:17 -05:00
galaxyhaxz a1a39ccefc Fix decompilation of pnode_vals
Was originally int[26], should be int[25] with a dword as int[0]
2018-06-26 16:33:45 -05:00
galaxyhaxz dcd2d3dd44 Fix more decompilation in path, ughh 2018-06-26 12:19:12 -05:00
galaxyhaxz 6ce7bb1775 Fix decompilation in path.cpp
Thanks to @silverhammermba for pointing this out. Should no longer cut corners walking south east.
2018-06-26 10:41:13 -05: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