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 |
Anders Jenbo
|
0483a923c3
|
Add enum for dlgresults
|
7 years ago |
Anders Jenbo
|
7c071924ad
|
Format recently cleaned code
|
7 years ago |
charagarlnad
|
e04b8bd2e9
|
incredibly minor typo fix in README.md
|
7 years ago |
Anders Jenbo
|
d2cb6a59e7
|
Apply scrollrt naming to town.cpp
|
7 years ago |
Robin Eklind
|
214c897166
|
Merge pull request #1288 from galaxyhaxz/fsdfssffs
Add DRLG_L3 bugfix comment
|
7 years ago |
Pyr0Byt3
|
f8b7b2fe8e
|
fix panning
|
7 years ago |
Anders Jenbo
|
64f2b5299a
|
Drop dependency on haptic devices.
Do not init SDL_INIT_HAPTIC since it is unused and not present on all systems
|
7 years ago |
galaxyhaxz
|
ceafdf2337
|
Add DRLG_L3 bugfix comment
|
7 years ago |
Pyr0Byt3
|
cb9ef7a8b8
|
fix volume scaling
|
7 years ago |
Roberto La Greca
|
9b07ef37b5
|
Adds cmake to Brewfile-32bit.rb as a dependency
|
7 years ago |
Joan Karadimov
|
f5df752ea7
|
Do not pass GCC options to the MSVC compiler/linker
|
7 years ago |
Joan Karadimov
|
5279141836
|
Use the DMAXX/DMAXY constants where possible
|
7 years ago |
Joan Karadimov
|
53422694d9
|
Fix a bad iterator check
|
7 years ago |
lkk7
|
70a64c7de0
|
small typos
|
7 years ago |
Anders Jenbo
|
27b29a1601
|
Correct return value of wait_for_sdl_cond
This fixes quitting a multiplayer game where the game would previously
hang
|
7 years ago |
Anders Jenbo
|
d82ff771f4
|
Fix checking cursor target
This causes a crashes when compiled a debug build with Clang
|
7 years ago |
Anders Jenbo
|
a2211ea1a4
|
update dx.cpp
|
7 years ago |
Anders Jenbo
|
4ff5197291
|
merge devilution
|
7 years ago |
Robin Eklind
|
be0a15f217
|
Merge pull request #1282 from joankaradimov/use-enums
Use the dungeon_type enum where possible
|
7 years ago |
Joan Karadimov
|
f16bc267fc
|
Use the dungeon_type enum for ReturnLvlT
|
7 years ago |
Joan Karadimov
|
fce804a09a
|
Use the dungeon_type enum for leveltype
|
7 years ago |
galaxyhaxz
|
26932a843f
|
Fix min diff in PlrHitMonst (#1281)
|
7 years ago |
Sergey Semushin
|
138197eb9b
|
Fix min diff in gmenu_draw_menu_item.
|
7 years ago |
galaxyhaxz
|
24595d3565
|
dx_init bin exact (proper fix)
|
7 years ago |