Commit graph

24 commits

Author SHA1 Message Date
323b264b41 Compilation fix 2023-11-03 12:59:37 +03:00
e31132face Warn when the audio callback takes more than it should 2023-11-03 12:02:08 +03:00
721c88fbee Change the way discrete GPU forcing works 2023-10-25 16:50:08 +03:00
eddda6d787 Log window resize events in sdl2 backend 2023-10-24 15:21:13 +03:00
f6377045c9 Add red color to stderr logging 2023-08-06 19:00:34 +03:00
04243db779 Synchronize stdout & stderr for logging 2023-08-06 18:44:35 +03:00
85d7a0ca33 Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
248bd049db Setup default logging sinks to output to stdout/stderr based on log level 2023-08-06 12:56:07 +03:00
dd12ad9477 Add special handling for util::exception in various places to print stacktrace info 2023-08-06 12:53:03 +03:00
4ce09fc6b0 Rename keycode::GRAVE to BACKQUOTE 2023-07-22 00:49:42 +03:00
6ee75f8bae Support command-line arguments in application context 2023-07-21 01:30:31 +03:00
bd826103d3 Exit if application is null in sdl2 backend 2023-07-21 01:30:12 +03:00
f5f094bdc6 Support keycode events in SDL2 backend 2023-07-21 01:29:36 +03:00
2e569b2cd3 Packaging fixes 2023-07-18 20:40:53 +03:00
93d5c55c68 Add new resources system in app library 2023-07-18 15:34:46 +03:00
b910d16261 Grand app refactor: move main to sdl2 lib, make the rest of the engine independent of SDL2 2023-07-14 22:25:45 +03:00
87c612a0eb Add 'size' cursor type 2022-12-17 15:18:32 +03:00
88e48f2454 Support image-based cursors 2022-05-22 20:24:57 +03:00
bbeb05f34e Refactor SDL2 cursor manipulation 2022-04-06 17:52:32 +03:00
80315e839a Add SDL2 cursor capabilities 2022-04-06 17:24:09 +03:00
f0611657ac Generate empty source file for libraries with no sources 2021-01-18 18:10:35 +03:00
0e5759f1c6 Log about SDL2 initialization 2020-09-23 12:32:41 +03:00
89a608e35f Rename imported target sdl2 -> SDL2 & use it instead of legacy CMake variables 2020-09-21 09:13:47 +03:00
dbfd9da21c Add SDL2 initialization library & use it in app 2020-09-21 09:05:21 +03:00