danellos
538672bbac
Fixed file remove failure on macOS
7 years ago
danellos
0f9fc228ce
Full "Delete Hero" implementation
7 years ago
Anders Jenbo
8a2316015f
Fix setting window focuse on non GNU systems
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
Anders Jenbo
1acba8b43d
Enable lava animation in window mode
7 years ago
Anders Jenbo
0f8545d3c4
Clean up SDL error logging
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
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
c452c5db4e
Make miniwin/misc.cpp portable
7 years ago
Xadhoom
3feccdc989
Fixes, fix some warnings
7 years ago
Xadhoom
4d24708aa6
Disable last code path (cd drives) for mpq lookup
7 years ago
Xadhoom
f00e427ed2
Remove pch.h
7 years ago
Xadhoom
8f30698c75
Reorganize miniwin headers, part 1
7 years ago
Xadhoom
ba0faf2d0c
miniwin fully macro-clean
7 years ago
Xadhoom
c1ba436e69
miniwin_misc.h macro-clean
7 years ago
Xadhoom
1fede67d48
Windows build now compiles (but still has major problems)
7 years ago
Xadhoom
30fbfa36a1
Progress with miniwin macros
7 years ago
Xadhoom
8b7f30b669
Continue refactoring macros from miniwin
7 years ago
Xadhoom
5283a9ffd1
Put everything into namespace dvl
7 years ago
Anders Jenbo
4223512c72
Implement most of sound.cpp ( #34 )
...
* Implement most of sound.cpp
This fixes
- Menu sounds being cut short
- Spartial sound in game
- Memory leaks
- Sound volume
* Some minor bugfixes
7 years ago
Anders Jenbo
75b6992233
Stub GetDiskFreeSpace for Windows
7 years ago
Anders Jenbo
142f34accc
Use SDL for tracking time
...
This should also allow the game to run for 49 dayes from game start instead of 49 dayes from system boot.
7 years ago
Robin Eklind
633b4ba78d
implement itoa
...
Fixes #30 .
7 years ago
Anders Jenbo
becf3397c9
Implement WM_QUERYENDSESSION to allow qutting during video playback
7 years ago
Anders Jenbo
9611057b08
Some simple fixes and clean ups to better support macOS
7 years ago
Anders Jenbo
22a3657ee4
Implement video playback in storm
...
Clean up after video should also be better now
7 years ago
Anders Jenbo
4472fad6fb
Unstub capture.cpp
7 years ago
Anders Jenbo
68d585c013
Unstub fault.cpp
7 years ago
Anders Jenbo
94b7ca4a3b
Unstub restrict.cpp
7 years ago
Anders Jenbo
c77c97de9a
Fix some minor LLVM compatability issues
7 years ago
Xadhoom
7f0fd7e0fa
Small fixes
7 years ago
Anders Jenbo
2a5a4859f3
Fix release builds
7 years ago
Anders Jenbo
86b78a2ba5
Unstub init.cpp
...
- Internal version is now set correctly
- Much better error handeling for SDL
- mpq files must now be in the same folder as the exec
- Window name is now "DIABLO" like the original
7 years ago
Anders Jenbo
eea41503f1
Implement more of the init, audio and video system
...
- Fix audio for videos with 8bit audio
- Allow muting music and audio
- Save audio volumns to ini
7 years ago
Xadhoom
4d557709e0
Clean headers for network code
7 years ago
Xadhoom
af47577446
Begin restructuring headers
7 years ago
Anders Jenbo
a050754339
Implement register and ini via Radon
7 years ago
Anders Jenbo
5fdd2fff3f
Quick fix for quick chat to avoid crash
7 years ago