Alex Sweet
10ebca4efd
Fix load/save monster padding
7 years ago
Sergey Semushin
6e36190221
Fix typo in LoadPremium, SavePremium.
7 years ago
Sergey Semushin
15d046dc64
Fix typo in SaveObject.
7 years ago
Alex Sweet
e1bc0c40eb
Undo style changes
7 years ago
Alex Sweet
a0f9a9b758
Move SavePlayer and SaveItem down
7 years ago
Alex Sweet
0386165da7
Fix incorrect arg name in forward declarations
7 years ago
Alex Sweet
74011382b4
Removed unused #pragma packs
7 years ago
Alex Sweet
636a8108f9
Fix line endings
7 years ago
Alex Sweet
3f82acec52
Use filthy Windows types
7 years ago
Alex Sweet
aed31ce684
Style fixes
7 years ago
Alex Sweet
c124514391
Add missing pragma pack to some structs
7 years ago
Alex Sweet
356f0361f9
Bufix - pointers
7 years ago
Alex Sweet
9c207f601d
Refactor packing functions
7 years ago
Alex Sweet
a0c295811d
Load 32 bit save files
7 years ago
Anders Jenbo
c16553c65d
Fix GCC builds
7 years ago
Anders Jenbo
aca1b85f2c
Merge branch 'master' of github.com:diasurgical/devilution
7 years ago
Anders Jenbo
b86cfe5f6c
Merge branch 'master' of github.com:diasurgical/devilutionX
7 years ago
Robin Eklind
deb187be9b
miniwin: remove comment for unused SDL key-codes
...
Should we later notice that there are more keys
not being translated, we can refer back to this
commit for the remaining SDL key-codes.
7 years ago
Robin Eklind
929be99acf
miniwin: fix keycode translation of SDLK_MENU
7 years ago
Robin Eklind
2e9f835205
miniwin: map additional keycodes
...
Prior to this commit, several keyboard keys would
not be translated, as detailed by the following
debug message:
DUMMY: translate_sdl_key : unknown key: name== sym=0x3D scan=46 mod=0x0
With this commit, all keys on regular US keyboards
should be translated correctly.
7 years ago
Xadhoom
0234ff2ae4
One further BUGFIX in drlg_l4.cpp
7 years ago
Xadhoom
148a7be44d
Merge upstream branch 'devilution/master'
7 years ago
Xadhoom
3b203f7c50
BUGFIX comments for drlg_l?.cpp, gendung.cpp, monster.cpp
7 years ago
Xadhoom
63847b0f33
Use DMAXX and DMAXY constants
7 years ago
Sergey Semushin
c474692329
Fix lifetime of 'frame' buffer in tcp server/client.
7 years ago
Pyr0Byt3
0e2a44dbab
fix automap zoom
7 years ago
Thomas Batten
0b695f61a6
readme: Add build instructions for Haiku
7 years ago
Robin Eklind
4e09aeb3a8
pfile: add assert comments to pfile_rename_temp_to_perm
...
Based on @galaxyhaxz code in https://github.com/diasurgical/devilution/pull/1294#issuecomment-509018789
Also, per suggestion of @sskras .
7 years ago
Anders Jenbo
55b5ce883d
Clean up unformatted files
7 years ago
Anders Jenbo
7883043adc
Clean up files with dirty headers
7 years ago
Anders Jenbo
dc4f0572f6
Remove unused variables
7 years ago
Anders Jenbo
94f7b179e2
Stop clang_format from breaking compiling
7 years ago
Robin Eklind
964c17457b
pfile: add BUGFIX comment for pfile_rename_temp_to_perm
7 years ago
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
Bao Chi Tran Nguyen
c6d5dc48ff
Implemented text shadow at the credits.
7 years ago
galaxyhaxz
ec6562826a
Fix L4firstRoom variables
7 years ago
Sergey Semushin
5126d813a7
Expand compilation instructions for Windows (Visual Studio).
7 years ago
Sergey Semushin
5dc6aca18f
Fix line-ending in CMakeLists.txt
7 years ago
Robin Eklind
971a25d7a7
Merge pull request #1293 from AJenbo/init.cpp
...
Init.cpp
7 years ago
Anders Jenbo
1d55e5849c
Clean up init.cpp
7 years ago
Anders Jenbo
86e2bab837
Clean up init_disable_screensaver
7 years ago
Anders Jenbo
87d8588f67
Compare int to numbers
7 years ago
Robin Eklind
978fa6e3b7
Merge pull request #1292 from AJenbo/glSeedTbl
...
Correct types related to glSeedTbl
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
4c314380ee
Correct line encoding
7 years ago
Anders Jenbo
c1f9e8293e
Correct new line encoding
...
_asm.cpp and _render.cpp is still incorrectly encoded
7 years ago
Anders Jenbo
73f278b0c8
Fix travis build links
7 years ago
Sergey Semushin
ef44e9b59e
Ignore CMakeSettings.json.
7 years ago
Sergey Semushin
8625b535eb
Workaround to allow debug build with vcpkg to work correctly.
7 years ago
Robin Eklind
b186d1a00d
Merge pull request #1291 from AJenbo/dlgresults
...
Add enum for dlgresults
7 years ago