elasota
|
50f420d2b1
|
Font system refactor, use pre-rendered fonts
|
2021-03-27 03:01:19 -04:00 |
|
elasota
|
70e0948847
|
Log initial resolution
|
2020-11-30 18:42:22 -05:00 |
|
elasota
|
b75313fd7b
|
Commit resolution changes
|
2020-11-30 03:50:57 -05:00 |
|
elasota
|
553e343abe
|
Fix display resolution desynchronizing with auto-position
|
2020-11-30 02:59:02 -05:00 |
|
elasota
|
5c640b72eb
|
Code cleanup, move a lot of "Host" APIs to GpCommon
|
2020-11-25 12:05:59 -05:00 |
|
elasota
|
47e23fbc71
|
Fix bad window reposition math when using touchscreen menu style
|
2020-11-02 22:45:44 -05:00 |
|
elasota
|
a07b7d41e4
|
Fix broken window repositioning on mobile
|
2020-11-01 13:47:22 -05:00 |
|
elasota
|
96867a3ed8
|
Log Window Manager automatic repositions
|
2020-11-01 13:31:27 -05:00 |
|
elasota
|
b9ea9450f1
|
Add license browser, improve touchscreen UI
|
2020-10-24 23:39:55 -04:00 |
|
elasota
|
23b69cf0ee
|
Lots of Android fixes and stubs. Increase SDL log level on Android. Add GL context loss handling.
|
2020-10-20 23:43:02 -04:00 |
|
elasota
|
987a1dea75
|
Move font API to GpCommon
|
2020-09-12 14:01:51 -04:00 |
|
elasota
|
9d5adb9bb6
|
Remove port state, fix background not darkening in room editor
|
2020-06-20 02:08:22 -04:00 |
|
elasota
|
4920781619
|
32-bit color support
|
2020-06-13 04:33:41 -04:00 |
|
elasota
|
f5ff8eb013
|
Add color fade
|
2020-05-22 21:14:43 -04:00 |
|
elasota
|
9c32a6fdd4
|
Add stripes to window chrome
|
2020-05-22 05:41:07 -04:00 |
|
elasota
|
392c5d0583
|
Lighten window chrome
|
2020-05-22 05:09:48 -04:00 |
|
elasota
|
5869571747
|
Finish removing QDState
|
2020-05-21 05:01:16 -04:00 |
|
elasota
|
438e7b2138
|
Refactor out forecolor
|
2020-05-21 03:30:11 -04:00 |
|
elasota
|
66fc278ce9
|
Refactor QD ports so they no longer need to be the first member of draw surfaces
|
2020-05-20 23:33:17 -04:00 |
|
elasota
|
f53dc21475
|
Window API refactor
|
2020-05-20 17:20:50 -04:00 |
|
elasota
|
8135c68c49
|
Add flicker effect to chrome (replaces zooms)
|
2020-05-18 03:30:25 -04:00 |
|
elasota
|
ea16d0ffca
|
More window chrome improvements
|
2020-05-18 02:03:17 -04:00 |
|
elasota
|
62d9766ee0
|
Add close box support to floating windows
|
2020-05-02 02:59:19 -04:00 |
|
elasota
|
3b7858f96a
|
Add support for map window resize in editor
|
2020-05-02 01:51:32 -04:00 |
|
elasota
|
ffd9d9cc1f
|
Keep level editor windows in screen bounds
|
2020-04-05 22:31:22 -04:00 |
|
elasota
|
b827048c36
|
Account for chrome padding and menu bar when auto-relocating windows
|
2020-04-05 18:30:04 -04:00 |
|
elasota
|
6326a0b2d9
|
Partial resolution change support
|
2020-04-01 14:53:44 -04:00 |
|
elasota
|
e114d5c5dd
|
Clean out unused API
|
2020-03-14 12:03:50 -04:00 |
|
elasota
|
7b27d6c6b5
|
Most remaining level editor work
|
2020-03-01 17:01:35 -05:00 |
|
elasota
|
cc17911776
|
Fix up some level editor dialog behavior
|
2020-02-26 12:17:04 -05:00 |
|
elasota
|
d617795591
|
Level editor work
|
2020-02-25 23:09:09 -05:00 |
|
elasota
|
c78a20dafd
|
Level editor work
|
2020-02-23 20:21:04 -05:00 |
|
elasota
|
aca18df74b
|
More stuff, fix saved games
|
2020-01-05 02:33:03 -05:00 |
|
elasota
|
1c6ab800a7
|
Refactor some dialog handling, enforce proper port disposal
|
2020-01-01 20:49:18 -05:00 |
|
elasota
|
5fe6218c28
|
Add some initial widget functionality (prefs partly working)
|
2020-01-01 20:24:46 -05:00 |
|
elasota
|
d9b5dd20d6
|
Refactoring, clean up shutdown path
|
2019-12-31 05:20:07 -05:00 |
|
elasota
|
52338a3983
|
Event queue refactor
|
2019-12-31 03:55:17 -05:00 |
|
elasota
|
04a955213c
|
Major draw code refactor
|
2019-12-30 20:53:11 -05:00 |
|
elasota
|
8b82ecabef
|
Refactoring. Add line drawing.
|
2019-12-27 18:05:32 -05:00 |
|
elasota
|
5cb9b85396
|
Fix house data corruption, progress to first screen
|
2019-12-24 18:39:30 -05:00 |
|
elasota
|
3111609536
|
Menu work, move VOS queue interface
|
2019-12-24 02:35:24 -05:00 |
|
elasota
|
8354d13a84
|
Add FreeType, progress to title screen
|
2019-12-21 18:40:17 -05:00 |
|
elasota
|
e368cf7235
|
More work. Audio driver works enough to play music now.
|
2019-12-11 00:51:42 -05:00 |
|