Sebastian Krzyszkowiak
|
7d4575308d
|
add config switches for various debug options
|
2018-08-09 00:05:25 +02:00 |
|
Sebastian Krzyszkowiak
|
9953d3f171
|
gamestate: add optional Gamestate_Tick function for logic with fixed interval
|
2018-08-05 02:01:21 +02:00 |
|
Sebastian Krzyszkowiak
|
093a808dc2
|
character: reuse already loaded bitmaps
|
2018-08-03 05:02:44 +02:00 |
|
Sebastian Krzyszkowiak
|
6587d14530
|
don't pause/resume gamestates on execution pause that aren't started
|
2018-07-21 14:07:58 +02:00 |
|
Sebastian Krzyszkowiak
|
1c2e27f2b7
|
fix potential crash shown by clang-tidy warning
|
2018-07-19 01:39:53 +02:00 |
|
Sebastian Krzyszkowiak
|
31f6b8454d
|
don't live-reload gamestates that don't come from dynamic libraries
|
2018-07-18 19:58:34 +02:00 |
|
Sebastian Krzyszkowiak
|
91a3bd1efa
|
call Gamestate_Pause and Gamestate_Resume on window focus change in debug mode (autoreload)
|
2018-07-18 19:47:56 +02:00 |
|
Sebastian Krzyszkowiak
|
3b2a675d23
|
don't Reload gamestates that aren't loaded
|
2018-07-18 19:46:59 +02:00 |
|
Sebastian Krzyszkowiak
|
fc404465d4
|
internal: rework console drawing code for better bounding rect handling
Also fixes broken timeline debug view when scaling.
|
2018-07-18 01:23:02 +02:00 |
|
Sebastian Krzyszkowiak
|
52da2d53e4
|
utils: move GetGameName to internal
|
2018-07-13 18:38:02 +02:00 |
|
Sebastian Krzyszkowiak
|
ce76a53939
|
fix compilation on emscripten
|
2018-07-06 03:55:32 +02:00 |
|
Sebastian Krzyszkowiak
|
c4ceb188f5
|
gamestate: move loading time counter to main thread to include PostLoad
|
2018-07-05 20:59:54 +02:00 |
|
Sebastian Krzyszkowiak
|
521e6bf431
|
gamestate: add optional PostLoad hook for stuff that needs to be done on GPU thread
|
2018-07-05 20:55:32 +02:00 |
|
Sebastian Krzyszkowiak
|
e293047aba
|
gamestate: make some API endpoints optional
|
2018-07-05 20:42:51 +02:00 |
|
Sebastian Krzyszkowiak
|
125ff97fba
|
loading: show loading time and warn if ProgressCount isn't right
|
2018-07-05 19:39:11 +02:00 |
|
Sebastian Krzyszkowiak
|
49628de381
|
LoadSpritesheets: call progress function after each spritesheet
|
2018-07-05 19:38:31 +02:00 |
|
Sebastian Krzyszkowiak
|
a29c7b4d2c
|
fix clang-tidy issues
|
2018-07-04 19:08:39 +02:00 |
|
Sebastian Krzyszkowiak
|
88ea60dd7b
|
add missing symbol exports for ShowCharacter and HideCharacter
Fixes MinGW
|
2018-07-04 06:55:12 +02:00 |
|
Sebastian Krzyszkowiak
|
c7fac39b79
|
timeline: use macros to get action name by default
|
2018-06-30 02:52:06 +02:00 |
|
Sebastian Krzyszkowiak
|
4cf74ec0f3
|
timeline: delta eating
Untested. Great reason to write unit tests :)
|
2018-06-30 01:27:28 +02:00 |
|
Sebastian Krzyszkowiak
|
a4a1c356df
|
timeline: don't use ALLEGRO_TIMERs anymore, rely on delta time instead
|
2018-06-29 23:00:13 +02:00 |
|
Sebastian Krzyszkowiak
|
b5d2b4a032
|
fix timeline debug mode
|
2018-06-28 04:38:33 +02:00 |
|
Sebastian Krzyszkowiak
|
016c482154
|
convert bitmaps to video textures on every progress() when loading gamestate in threaded mode
|
2018-06-23 04:44:36 +02:00 |
|
Sebastian Krzyszkowiak
|
291e4c73d6
|
use al_reset_clipping_rectangle for clarity
|
2018-06-03 03:39:28 +02:00 |
|
Sebastian Krzyszkowiak
|
71ec8b396e
|
shader: auto rebuild and auto destroy shaders
|
2018-05-31 20:52:16 +02:00 |
|
Sebastian Krzyszkowiak
|
9182cabf79
|
Add abstraction for GPU shaders
|
2018-05-30 21:11:46 +02:00 |
|
Sebastian Krzyszkowiak
|
01ae741558
|
loading: call Gamestate_Logic in single thread mode as well
|
2018-04-21 01:08:39 +02:00 |
|
Sebastian Krzyszkowiak
|
0af3d8b1d0
|
ResumeExecution: guard against open/link failure on live reload
|
2018-04-18 23:14:05 +02:00 |
|
Sebastian Krzyszkowiak
|
3938a78503
|
live reloading
|
2018-04-16 01:06:58 +02:00 |
|
Sebastian Krzyszkowiak
|
f097ddc54a
|
display frame duration along with the fps counter
|
2018-03-20 23:49:22 +01:00 |
|
Sebastian Krzyszkowiak
|
c85381644c
|
rumina hacks 3
|
2018-03-15 00:46:52 +01:00 |
|
Sebastian Krzyszkowiak
|
f0417b09f6
|
rumina hacks 2
|
2018-03-15 00:42:24 +01:00 |
|
Sebastian Krzyszkowiak
|
ae70770f77
|
rumina hacks
|
2018-03-15 00:42:24 +01:00 |
|
Sebastian Krzyszkowiak
|
1ac8491396
|
DrawConsole: use deferred bitmap drawing to speed up text rendering
|
2018-02-03 03:54:01 +01:00 |
|
Sebastian Krzyszkowiak
|
52fbb86d2f
|
Add pre/post logic/draw handlers
|
2018-02-03 03:39:30 +01:00 |
|
Sebastian Krzyszkowiak
|
c6b71f1686
|
Add delta parameter to Gamestate_Logic calls
|
2018-02-03 03:37:44 +01:00 |
|
Sebastian Krzyszkowiak
|
a3cda7ba50
|
try to search for gamestates in directory with binary before resorting to LD_LIBRARY_PATHs
|
2017-09-20 18:11:29 +02:00 |
|
Sebastian Krzyszkowiak
|
ca33fd7752
|
make usage of clang-tidy configurable
|
2017-09-10 22:53:41 +02:00 |
|
Sebastian Krzyszkowiak
|
bf4aa069a4
|
don't use empty initializers (it's a GNU extension)
|
2017-09-10 22:07:02 +02:00 |
|
Sebastian Krzyszkowiak
|
2b1248ce14
|
clang-tidy support; clang-tidy and clang-format fixes
|
2017-09-10 21:35:14 +02:00 |
|
Sebastian Krzyszkowiak
|
a906b14e08
|
threaded screenshoting (now with gamestates redraw!)
|
2017-09-09 00:42:57 +02:00 |
|
Sebastian Krzyszkowiak
|
450e33b2e3
|
support of loading in separate thread; thread-safe console; various fixes from clang code model warnings
|
2017-09-09 00:11:43 +02:00 |
|
Sebastian Krzyszkowiak
|
417d34ef1a
|
fix stuff reported by static analyzer
|
2017-08-16 01:47:07 +02:00 |
|
Sebastian Krzyszkowiak
|
d8b7e0ec6b
|
fix timeline removal and debug draw scaling on scaled viewports
|
2017-08-07 15:59:12 +02:00 |
|
Sebastian Krzyszkowiak
|
3fe7df2982
|
timeline: make debug draw optional and automatic
|
2017-08-07 02:26:36 +02:00 |
|
Sebastian Krzyszkowiak
|
e9bd4eefa5
|
update license to GPLv3+
|
2017-07-22 18:22:28 +02:00 |
|
Sebastian Krzyszkowiak
|
7241476886
|
use NotPreservedBitmap for game console
|
2017-06-13 14:21:17 +02:00 |
|
Sebastian Krzyszkowiak
|
fdd48433bc
|
gamestate reloading and fix for calling Gamestate_Pause/Gamestate_Resume
|
2016-11-11 19:38:26 +01:00 |
|
Sebastian Krzyszkowiak
|
4b53b59e05
|
proper gamestate freezing on suspending android activity
|
2016-11-09 00:40:13 +01:00 |
|
Sebastian Krzyszkowiak
|
51590d9788
|
fix blinking borders outside clipping rectangle
|
2016-11-08 10:34:32 +01:00 |
|