galaxyhaxz
a08be06427
Fix decompilation in player pathing
...
Doesn't fix any bugs sadly, the code still generates the same :(
8 years ago
galaxyhaxz
775ae59e18
Fix function signatures and others ( #158 )
...
Fix InitObjects, themes.cpp, names
8 years ago
galaxyhaxz
a336c38226
Fix random(idx,v) calls ( #157 )
8 years ago
galaxyhaxz
063c4dce23
Fix flash, guardian, and other missiles ( #155 )
8 years ago
galaxyhaxz
9f34a366a6
Fix decompilation of skeleton spawning ( #152 )
8 years ago
galaxyhaxz
09105c73a4
Better notes
8 years ago
galaxyhaxz
e7534cfa50
Fixed a bug in drawing automap
...
This function was taken from the beta which is less optimized, but works the same. Here is a screenshot of the bug:

8 years ago
galaxyhaxz
b4a29719a0
Fix for modern compilers
...
gotta love how everything breaks. :S
8 years ago
galaxyhaxz
0c233e45da
Implement debug stuff from 1.00 ( #148 )
8 years ago
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.
8 years ago
galaxyhaxz
dba5e3dd53
Fixed for gcc
...
Stupid __stdcall
8 years ago
galaxyhaxz
f50dab25ba
Several fixes for storm/msgcmd ( #146 )
8 years ago
galaxyhaxz
f23f408ed2
Fix decompilation of init_create_window ( #145 )
8 years ago
Robin Eklind
e2bda9742b
Move surgery.xls to scalpel repo ( #143 )
...
Updates #140 .
8 years ago
Jonathan Vasquez
34d261946a
Updating Discord Link ( #142 )
8 years ago
galaxyhaxz
093dc9b6f6
Fix typos in readme
8 years ago
galaxyhaxz
0f7a448b73
Update structs.h
8 years ago
galaxyhaxz
5506504860
Update spells.cpp
8 years ago
Dennis Duda
153495d82d
Rewrote GetManaAmount to result in the same decompiled code as Diablo ( #135 )
...
* Rewrote GetManaAmount to result in the same decompiled code as the original function.
Fixed the type of `PlayerStruct->pClass`. Thank you @galaxyhaxz for all the help getting into it :)
* Renamed everything back to their original names
8 years ago
Amish Shah
06e9af929e
Fix typo in README ( #139 )
...
Authorized by Rexie :)
8 years ago
galaxyhaxz
b53382a210
Update TODO.md
8 years ago
galaxyhaxz
926276d884
Fix spells not using mana
...
Decompilation bug in missiles.cpp. All spells now use mana/charges.
8 years ago
galaxyhaxz
8f50c57141
Fix engine (objects always being lit) ( #132 )
...
Also refactored readme
8 years ago
galaxyhaxz
56e625cf7f
Fix bosses not dropping unique items
8 years ago
galaxyhaxz
472de22f81
Annotated and fixed World.cpp ( #129 )
8 years ago
ApertureSecurity
f34ab0a412
Fix items.cpp regression
8 years ago
Jonathan Vasquez
f210b76d0a
- Discord Link ( #122 )
...
- Troubleshooting Documentation Updates
- Compatibility Documentation Updates
- Added dependency notification for Visual Studio 2017 compilation
8 years ago
Robin Eklind
16e9f2cc6e
Add linking order for Debug release ( #118 )
8 years ago
galaxyhaxz
a2bee5a1de
Add beta functions and fix travis ( #117 )
8 years ago
galaxyhaxz
0b4a31d04e
Optimized for minimum size by default ( #113 )
8 years ago
galaxyhaxz
4e665a270d
Update appfat.h
8 years ago
Robin Eklind
263f0aa360
Byte-identical version of appfat_cpp_init. ( #110 )
8 years ago
Robin Eklind
c1db8a8861
Rename contribution document to follow GitHub standard ( #112 )
...
* Rename contribution document to follow GitHub standard
ref: https://help.github.com/articles/setting-guidelines-for-repository-contributors/
8 years ago
Adam Heinermann
928d40adbf
Refactored capture.cpp. ( #104 )
8 years ago
Adam Heinermann
baa7277849
Refactored fault.cpp ( #101 )
8 years ago
Robin Eklind
bab0ea5aef
contrib: fix typos ( #109 )
8 years ago
galaxyhaxz
7d06ca540c
Fix dpiece_defs, clean up LoadLvlGFX ( #105 )
...
Thanks to @MadHed , implements #102
8 years ago
Stephan Unverwerth
c8af0523ac
refactor leveltype to use macros ( #103 )
8 years ago
Max
d63deaaddf
Add comments, rename variables in path.cpp ( #100 )
8 years ago
Tanner Donovan
4881ed2792
start of contribution guide ( #99 )
8 years ago
Stephen C. Wills
49c387cd7b
Fix appveyor.yml ( #98 )
8 years ago
Robin Eklind
e3a51ed1d1
Add Makefile for compiling with VC on Linux ( #94 )
8 years ago
galaxyhaxz
aefd9e35b3
Fix catacomb generation (signage)
8 years ago
galaxyhaxz
f64d02ef60
Update drlg_l2.h
8 years ago
galaxyhaxz
d93b3ca253
Update types.h
8 years ago
Adam Heinermann
87ca6557c3
Changed _oBreak and _oSelFlag to char ( #95 )
...
* Changed _oBreak and _oSelFlag to char
8 years ago
Adam Heinermann
0c01fc41ad
Created VS 2017 solution file and project files. ( #93 )
8 years ago
galaxyhaxz
57a6a4c627
Update README.md
8 years ago
Adam Stachowicz
adfdc26ea6
#59 : Add appveyor.yml ( #86 )
8 years ago
Adam Heinermann
128e9d89a2
Fixed a potential overflow in appfat ( #85 )
...
Refactored massive switch statements into something probably closer to reality.
8 years ago