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
Pyr0Byt3
0e2a44dbab
fix automap zoom
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
Pyr0Byt3
cb9ef7a8b8
fix volume scaling
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
1acba8b43d
Enable lava animation in window mode
7 years ago
Anders Jenbo
79711f4dcd
Avoid double copying on video playback
7 years ago
Anders Jenbo
0f8545d3c4
Clean up SDL error logging
7 years ago
Anders Jenbo
1e43fe9606
Fix game running in slow motion
7 years ago
Anders Jenbo
37c0b7585d
Add option to disable upscaling
...
This avoids the need for hardware accelerated graphics
7 years ago
Anders Jenbo
3e6995bf12
Fix non-x86 support
7 years ago
Anders Jenbo
0cdb99eadf
Add basic support for non x86 based CPU's
7 years ago
Benny Franco Dennis
318c3b350a
Fix MSVC build ( #90 )
7 years ago
Anders Jenbo
f8aeae4ed1
Fix CreateFileMappingA
7 years ago
Anders Jenbo
919177073c
Implement CreateFileMappingA
...
Fixes #89
7 years ago
Anders Jenbo
9f2a6f5ba4
Clean up after merge
7 years ago
Anders Jenbo
b791b1093c
Clean up DDraw implementation
7 years ago
Anders Jenbo
631305035a
Brute fix compile errors
7 years ago
Anders Jenbo
3f9691bf2c
Enable building with MSVC 2017 ( #75 )
7 years ago
Anders Jenbo
a77c75a097
Make graphics modes configurable ( #44 )
...
* Make graphics modes configurable
[devilutionx]
scale quality=2
fullscreen=1
grab input=1
* Update dx.cpp
7 years ago
Xadhoom
c5dfbee9b7
Bugfix
7 years ago
Anders Jenbo
93c20428bc
Remove unix specifc code
7 years ago
Anders Jenbo
cc3abbe92c
Implement screen shots
7 years ago
Xadhoom
c920ff8b12
Bugfix
7 years ago
Xadhoom
e81533b73d
Fix miniwin/misc_io.cpp
7 years ago
Xadhoom
d88215f9c3
Error message if writing save failed
7 years ago
Xadhoom
c452c5db4e
Make miniwin/misc.cpp portable
7 years ago
Xadhoom
3feccdc989
Fixes, fix some warnings
7 years ago
Xadhoom
7b6a1afb66
Portable misc_io.cpp for saving with atomic rename
7 years ago
Xadhoom
4d24708aa6
Disable last code path (cd drives) for mpq lookup
7 years ago
Xadhoom
456aa70f16
More cleanup
7 years ago
Xadhoom
f00e427ed2
Remove pch.h
7 years ago
Xadhoom
8f30698c75
Reorganize miniwin headers, part 1
7 years ago