Ivan Savenko
|
a8fe8c0f3b
Converted timer event into tick event that is called every frame
|
2 years ago |
Konstantin
|
5366f9190e
vcmi: reduce boost::lexical_cast usage
|
2 years ago |
Ivan Savenko
|
2e69a4769d
Implemented framerate limit option (not available in UI)
|
2 years ago |
Ivan Savenko
|
105d988624
Remove debug code
|
2 years ago |
Ivan Savenko
|
5fb5513572
Attempt to trace crash caused by iterator invalidation
|
2 years ago |
Ivan Savenko
|
c976176453
Added additional buttons for movement speeds
|
2 years ago |
Ivan Savenko
|
b57a07b10f
Restored ambient sounds functionality
|
2 years ago |
Ivan Savenko
|
34dcb4127a
Removed text utilities from SDL_Extensions
|
2 years ago |
Ivan Savenko
|
7c58a46279
Removed some instances of access to `screen` surface
|
2 years ago |
Ivan Savenko
|
3fef2a5e1f
Moved Colors to a separate file, updated includes
|
2 years ago |
Ivan Savenko
|
aab082fd2e
Remove remaining access to SDL_Events
|
2 years ago |
Ivan Savenko
|
594b7614cf
Fix CI build
|
2 years ago |
Ivan Savenko
|
cfcaf5cbb6
renamed keyDown -> keyPressed
|
2 years ago |
Ivan Savenko
|
b1821d4442
Removed some SDL access from non-SDL code
|
2 years ago |
Ivan Savenko
|
e1bd0d2a04
API for custom events no longer requires SDL access
|
2 years ago |
Ivan Savenko
|
d4fba3787c
Removed usage of SDL_KeyboardEvent from UI code
|
2 years ago |
Ivan Savenko
|
860fe43131
Merged two mouse button enums
|
2 years ago |
Ivan Savenko
|
6669ffd4b3
Moved input-related code from SDL_Extensions to GuiHandler
|
2 years ago |
Ivan Savenko
|
214fc19e74
CIntObject now receives mouse position as point instead of SDL event
|
2 years ago |
Ivan Savenko
|
108a42e4ba
Reorganized includes for new layout. New class - IImageLoader
|
2 years ago |
Ivan Savenko
|
9c3030603d
Removed most SDL includes from headers, removed SDL int's
|
2 years ago |
Ivan Savenko
|
42df5626d9
Added Color class to replace SDL_Color
|
2 years ago |
Konstantin
|
080d4b13dd
vcmi: suppress warning on IOS
|
2 years ago |
Ivan Savenko
|
57ee9a9bf3
Merge vcmi/beta into vcmi/develop
|
2 years ago |
Ivan Savenko
|
50a0fc4fb2
Removed pointer to current SDL_Event from GuiHandler
|
2 years ago |
Ivan Savenko
|
4d1c338503
Merge pull request #1498 from rilian-la-te/conan-v2
|
2 years ago |
Konstantin
|
a7bd7232ce
CGuiHandler: fix false positive dangling pointer
|
2 years ago |
Andrey Filipenkov
|
08b04a3527
handle double-click in Town Portal dialog
|
2 years ago |
Ivan Savenko
|
fc0f5a9fb3
Reduced SDL includes
|
2 years ago |
Ivan Savenko
|
ee7a573cb8
Refactoring of SDL API usage:
|
2 years ago |