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
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
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