Anders Jenbo
|
32a51d17ca
|
Align function signatures with PSX symbols
Using
https://github.com/diasurgical/scalpel/tree/master/psx/_dump_/3/_dump_c_src_/diabpsx/source
as a reference
|
7 years ago |
Anders Jenbo
|
f71471eab7
|
Correct types related to glSeedTbl
Reference:
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/global_0.cpp#L2431
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l1.cpp#L542
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l2.cpp#L538
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l3.cpp#L499
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l4.cpp#L484
|
7 years ago |
Anders Jenbo
|
a7788ccddf
|
Format bin exact code
|
7 years ago |
Anders Jenbo
|
334c06c6d3
|
Correct type in calls to AddPanelString
|
7 years ago |
Manuel K
|
896933f55e
|
Replace magic number 352 with VIEWPORT_HEIGHT (#1232)
|
7 years ago |
Anders Jenbo
|
b6a2406d47
|
Clean up LeftMouseDown
|
7 years ago |
Anders Jenbo
|
565bb5aa7d
|
Adust dFlag enums
|
7 years ago |
qndel
|
66f160a962
|
gmenu_left_mouse bin exact
|
7 years ago |
Anders Jenbo
|
1acba8b43d
|
Enable lava animation in window mode
|
7 years ago |
galaxyhaxz
|
31cbaed01e
|
fix name type
|
7 years ago |
galaxyhaxz
|
0b1b4e8062
|
PressChar bin exact as C++ (#1136)
|
7 years ago |
galaxyhaxz
|
8ead9a8606
|
run_game_loop
|
7 years ago |
galaxyhaxz
|
5e10dcb912
|
diablo_reload_proc & Xiaolin Wu ref
|
7 years ago |
Anders Jenbo
|
9504b5cf57
|
Clean up drlg_l3.cpp
|
7 years ago |
Anders Jenbo
|
47fa5d46d9
|
Clean up debug.cpp
|
7 years ago |
galaxyhaxz
|
540892ff9d
|
Preliminary support for fixed header files
|
7 years ago |
galaxyhaxz
|
508a653a3d
|
the big PR of the day
|
7 years ago |
galaxyhaxz
|
740e91e881
|
rename screen_y_times_768
|
7 years ago |
galaxyhaxz
|
d440da5dad
|
CreateLevel & asserts
|
7 years ago |
Anders Jenbo
|
c0531bfc4c
|
Some booleans
|
7 years ago |
galaxyhaxz
|
96fa8f1599
|
diablo_parse_flags (#890)
|
7 years ago |
Robin Eklind
|
6d49faba3e
|
StartQuestlog bin exact. Also, fix type of questlog
|
7 years ago |
galaxyhaxz
|
b228d6e00a
|
Palette fix for newer Windows
|
7 years ago |
Robin Eklind
|
26bf6cd767
|
Fix warning in diablo_hotkey_msg
|
7 years ago |
Anders Jenbo
|
b253648c5a
|
Clean up diablo_color_cyc_logic and palette_get_colour_cycling (#868)
|
7 years ago |
galaxyhaxz
|
4e01e03711
|
Cleanup default calling conventions
|
7 years ago |
galaxyhaxz
|
eb1758f86a
|
Fix broken game menu
|
7 years ago |
Anders Jenbo
|
5c22841071
|
Apply MAX_PATH
|
7 years ago |
Anders Jenbo
|
7f6e7e822e
|
Clean up diablo_hotkey_msg
|
7 years ago |
galaxyhaxz
|
205a370f22
|
Cleanup Diablo.cpp
|
7 years ago |
Anders Jenbo
|
69ad8b63e0
|
Clean up StartGoldDrop
|
7 years ago |
Robin Eklind
|
a98687f226
|
fault: rename exception_foo functions to fault_foo
Also, add missing parameters to fault_set_filter and fault_reset_filter
fault_init_filter and fault_reset_filter are now bin exact
|
7 years ago |
Anders Jenbo
|
54c73f740c
|
clean up redundant code
|
7 years ago |
galaxyhaxz
|
5238265702
|
Implement assert support (#791)
|
7 years ago |
galaxyhaxz
|
52aa7db9ac
|
Create macro -> mem_free_dbg
|
7 years ago |
Xadhoom
|
5283a9ffd1
|
Put everything into namespace dvl
|
7 years ago |
Anders Jenbo
|
1e4e826a36
|
Remove delta to devilution
|
7 years ago |
Anders Jenbo
|
74e1d42f1c
|
Clarify some variable names
|
7 years ago |
Anders Jenbo
|
7e3889cc0b
|
Clarify some variable names
|
7 years ago |
Anders Jenbo
|
2e32ac5ee0
|
Replaced 'long' by 'LONG' and 'unsigned long' by 'DWORD' (#576)
|
7 years ago |
Xadhoom
|
ccfcfe9cde
|
Replaced 'long' by 'LONG' and 'unsigned long' by 'DWORD'
|
7 years ago |
Xadhoom
|
56b0734961
|
Switch diablo.cpp to upstream
|
7 years ago |
Anders Jenbo
|
9b7da61dcf
|
Auto format src
|
7 years ago |
Anders Jenbo
|
fd2a45ff9a
|
Engine.cpp (#548)
* Clean up DiabloAllocPtr
* Clean up mem_free_dbg
* Clean up GetDirection
* Clean up PlayInGameMovie
* 18 directions
|
7 years ago |
Anders Jenbo
|
82d1f6c8e0
|
Clean up CheckChrBtns
|
7 years ago |
Anders Jenbo
|
d900657201
|
Compile diablo.cpp as C
|
7 years ago |
Robin Eklind
|
e915623726
|
rename SetCursor to SetCursor_ to avoid collision with windows.h
Translation done automatically using:
$ find . -type f -name '*.h' | xargs -I '{}' sar -i "([ \t])(SetCursor)[(]" '${1}${2}_(' '{}'
$ find . -type f -name '*.h' | xargs -I '{}' sar -i "([ \t])(SetCursor)[(]" '${1}${2}_(' '{}'
|
7 years ago |
Anders Jenbo
|
47bf82b059
|
C compatability from a-d (#518)
|
7 years ago |
Anders Jenbo
|
4a62a7c678
|
Code style
|
7 years ago |
aperturesecurity
|
e70aabf8eb
|
Added resizable screen. Game after starting game the mouse wont be allowed to leave screen
|
7 years ago |