Gleb Mazovetskiy
|
5bf0b8bc96
|
Add more missing <cstdint> includes
https://github.com/diasurgical/devilutionX/pull/6095 only added includes
for `uint32_t`, this PR also adds the includes for the remaining
integral types.
|
3 years ago |
Gleb Mazovetskiy
|
1788d2f8ec
|
Remove miniwin
Event handling code moved to `engine/events.{hpp,cpp}`.
|
3 years ago |
Gleb Mazovetskiy
|
3b357f3936
|
CMake: An option to disable demomode support
Useful for targets with limited RAM.
Reduces RG99 binary size by 8 KiB.
|
4 years ago |
Gleb Mazovetskiy
|
ba34bafb3f
|
Use SDL events directly
Removes redundant miniwin events and queue, using SDL events directly instead.
Demo migrated using this script: https://gist.github.com/glebm/8a73b04f695de96f344cc2e35151e03e
|
4 years ago |
Anders Jenbo
|
3ae834148a
|
Split event handeling from general miniwin features
|
4 years ago |
obligaron
|
1608219b39
|
Timedemo: Create reference save game and allow comparing of reference save game with actual timedemo save game
|
4 years ago |
Gleb Mazovetskiy
|
9bc9bb6d33
|
Fix demomode file comments
|
4 years ago |
Gleb Mazovetskiy
|
1f2d67f98b
|
Fix demomode line endings
|
4 years ago |
obligaron
|
26e61b363b
|
demo: Centralize options override
|
5 years ago |
obligaron
|
77f9bded9e
|
Introduce demo namespace
|
5 years ago |