Anders Jenbo
f7fda58cd2
Remove check for Office 95
7 years ago
Manuel K
71118210db
Use NUM_DIFFICULTIES
7 years ago
Anders Jenbo
6a73d98e25
Remove reamaning dummy methodes only used in sound.cpp and dx.cpp
7 years ago
Anders Jenbo
7479f3a4ff
Strip more dummy code
7 years ago
Anders Jenbo
288f31a1f1
Clean up unused code
7 years ago
Anders Jenbo
9925b2d7b8
Remove uninitialized parameteres
7 years ago
Anders Jenbo
37785ed0fe
Remove more redundant render code
7 years ago
Anders Jenbo
1ebf8fe27d
Remove unused fallbacks
7 years ago
Anders Jenbo
b58b3300c4
Clean up attract mode
7 years ago
Anders Jenbo
6207832d6e
Update to latest upstream headers
7 years ago
Alex Yatskov
f1da6e6a38
Fix invalid file and line constants ( #222 )
...
* Fix invalid file and line constants
* add macros
* remove ASSERT_FAIL macro
7 years ago
Alex Yatskov
7e248a2b47
allow readonly mpq archive access
7 years ago
vimino
4910b3b081
Repeat the intro if no activity for 30 sec ( #213 )
7 years ago
Anders Jenbo
b919548f55
Avoid audio system conflicts during video playback
7 years ago
Anders Jenbo
903f136ad0
Match retail behaviour
7 years ago
Anders Jenbo
7b745e34a9
Enable delete key in hero menu
7 years ago
Anders Jenbo
689e91a425
Adjust font for delete message to match original
7 years ago
danellos
4c96cc8479
Only play sound if delete is enabled.
7 years ago
danellos
798744b773
Cleaned up includes, fixed missing sound, and fixed spelling error.
7 years ago
danellos
d032094bed
Made function names more consistent with Yes/No
7 years ago
danellos
538672bbac
Fixed file remove failure on macOS
7 years ago
danellos
89cef3f9c9
Note about NO selected by default; fixed a bug with Delete.
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
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
Sergey Semushin
c474692329
Fix lifetime of 'frame' buffer in tcp server/client.
7 years ago
Pyr0Byt3
0e2a44dbab
fix automap zoom
7 years ago
Bao Chi Tran Nguyen
c6d5dc48ff
Implemented text shadow at the credits.
7 years ago
Anders Jenbo
4c314380ee
Correct line encoding
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
a2211ea1a4
update dx.cpp
7 years ago
Anders Jenbo
40a5365e1f
Correctly free the font
7 years ago
Anders Jenbo
9496f151cd
Fix bug from upstream
7 years ago
Manuel K
af08ce4934
Use MAX_PLRS (dX part)
7 years ago
Manuel K
32b0e99e90
Use SCREEN_Y (dX part)
7 years ago
Manuel K
45e7635f81
Replace ROW_PITCH with BUFFER_WIDTH in dX
7 years ago
Anders Jenbo
1acba8b43d
Enable lava animation in window mode
7 years ago
Anders Jenbo
6cd0a55089
Scale video in software when upscale is disabled.
...
Also fix some warnings when upscaling is disabled
7 years ago
Anders Jenbo
79711f4dcd
Avoid double copying on video playback
7 years ago
Anders Jenbo
246c396bca
Fix error message for failing to init video pallet
7 years ago
Anders Jenbo
0f8545d3c4
Clean up SDL error logging
7 years ago
Anders Jenbo
b81ca8502d
Fix some memory leaks
7 years ago
Anders Jenbo
2df39ecac2
Always initialize results
7 years ago