elasota
|
141f840888
|
Specialize font paths for preinstalled font selection instead
|
2021-04-15 20:56:31 -04:00 |
|
elasota
|
22ae442f87
|
Handle preinstalled fonts case
|
2021-04-15 20:08:16 -04:00 |
|
elasota
|
bd422d0eb3
|
EOL fix
|
2021-04-15 19:52:50 -04:00 |
|
elasota
|
4e8e76f8fc
|
Re-enable runtime font rendering if a font handler is assigned, clean up some font handler things.
|
2021-04-15 19:49:43 -04:00 |
|
Madthijs
|
e6df94dac0
|
First compile, Logger works
|
2021-04-11 14:07:16 +02:00 |
|
elasota
|
7916c72fc4
|
Fix incorrect fast AA calculations
|
2021-03-30 05:23:02 -04:00 |
|
elasota
|
7951f579e0
|
Remove logs
|
2021-03-30 00:01:37 -04:00 |
|
elasota
|
6fb45f480b
|
Emscripten port
|
2021-03-29 21:41:11 -04:00 |
|
elasota
|
0df94405f8
|
Faster AA table generation
|
2021-03-27 03:01:43 -04:00 |
|
elasota
|
ae69696cbd
|
Remove unused header
|
2021-03-27 03:01:30 -04:00 |
|
elasota
|
50f420d2b1
|
Font system refactor, use pre-rendered fonts
|
2021-03-27 03:01:19 -04:00 |
|
elasota
|
c87f238563
|
Display driver loop refactor
|
2021-03-26 17:05:38 -04:00 |
|
elasota
|
7060676b73
|
Cygwin port
|
2021-03-18 17:08:11 -04:00 |
|
elasota
|
6292705968
|
Fix insensitive compare not working properly with strings of different length
|
2021-03-08 19:07:31 -05:00 |
|
elasota
|
6931b3f505
|
EOL fix
|
2021-03-08 19:07:06 -05:00 |
|
elasota
|
fe4a8a55c6
|
Don't partially delete house when overwriting the current house
|
2021-03-07 05:08:01 -05:00 |
|
elasota
|
55ec6c516c
|
Fix overwrite warnings not working
|
2021-03-07 05:07:23 -05:00 |
|
elasota
|
3917e1a370
|
File system refactor, bug fixes
|
2021-03-07 04:31:05 -05:00 |
|
elasota
|
83d37a7c94
|
Add system clipboard support to Windows
|
2020-12-18 00:07:21 -05:00 |
|
elasota
|
2ebd3f2cf3
|
Whole-word selection in editboxes
|
2020-12-17 19:49:09 -05:00 |
|
elasota
|
ebab2ee188
|
Fix incorrect carat pulse timing
|
2020-12-17 19:48:57 -05:00 |
|
elasota
|
6851025147
|
Preload entire font file if the font file isn't efficiently seekable, which should fix very slow startup times on Android.
|
2020-11-30 18:43:17 -05:00 |
|
elasota
|
f0b1d6fff9
|
Add memory buffer stream
|
2020-11-30 18:42:35 -05: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
|
cab862ed8b
|
Fix exit to shell not working
|
2020-11-30 03:18:09 -05:00 |
|
elasota
|
553e343abe
|
Fix display resolution desynchronizing with auto-position
|
2020-11-30 02:59:02 -05:00 |
|
elasota
|
8a48726b2e
|
Compress cached fonts
|
2020-11-28 11:45:51 -05:00 |
|
elasota
|
de06669239
|
Fix read overrun
|
2020-11-28 11:45:29 -05:00 |
|
elasota
|
3c3f9e3675
|
Add 2-stage startup for mobile init so there's less black screen
|
2020-11-25 15:09:31 -05:00 |
|
elasota
|
5c640b72eb
|
Code cleanup, move a lot of "Host" APIs to GpCommon
|
2020-11-25 12:05:59 -05:00 |
|
elasota
|
30b39c6991
|
Add AA table caching
|
2020-11-13 00:52:10 -05:00 |
|
elasota
|
66a111dd23
|
Restrict file browser UI by file type
|
2020-11-12 02:35:07 -05:00 |
|
elasota
|
b47813330a
|
EOL fixes
|
2020-11-10 20:05:11 -05:00 |
|
elasota
|
0f630a74a2
|
Add file details
|
2020-11-10 20:04:29 -05:00 |
|
elasota
|
f9a101486c
|
Add delete to resume game UI
|
2020-11-09 01:57:49 -05:00 |
|
elasota
|
dbf3303145
|
Preload AA tables to speed up high scores screen on mobile.
|
2020-11-09 00:05:01 -05:00 |
|
elasota
|
a28a4cd73d
|
Clean up warnings
|
2020-11-08 13:40:47 -05:00 |
|
elasota
|
1bded36339
|
Reduce size of file browser UI even more when using OSK to fix obscuring on newer Android
|
2020-11-04 17:05:24 -05:00 |
|
elasota
|
3a327a27e7
|
Add stop demo button
|
2020-11-03 19:59:26 -05:00 |
|
elasota
|
0d304e8a96
|
Disallow menu shortcuts when the menu is visible. Fixes unintended feature access when using OTG keyboards on Android.
|
2020-11-03 19:08:53 -05:00 |
|
elasota
|
02bccda8a0
|
Re-enable text input when selecting a text box if OSK was dismissed
|
2020-11-03 18:37:31 -05:00 |
|
elasota
|
e727e462d8
|
Move save dialog to top of screen when using OSK.
|
2020-11-03 18:37:08 -05:00 |
|
elasota
|
47e23fbc71
|
Fix bad window reposition math when using touchscreen menu style
|
2020-11-02 22:45:44 -05:00 |
|
elasota
|
3b91d0492e
|
Fix downward scroll when deleting a character in a multi-line edit box when all of the lines fit inside of the edit box
|
2020-11-02 22:22:31 -05:00 |
|
elasota
|
0d5db76492
|
Add text input on mobile
|
2020-11-02 22:06:38 -05:00 |
|
elasota
|
c0f71ca1af
|
EOL fix
|
2020-11-02 18:19:31 -05:00 |
|
elasota
|
475b8d21fb
|
Improve load screen responsiveness
|
2020-11-01 20:59:52 -05:00 |
|
elasota
|
47be9d73e3
|
Fix monospace font collision, cache more fonts
|
2020-11-01 18:03:40 -05:00 |
|
elasota
|
a07b7d41e4
|
Fix broken window repositioning on mobile
|
2020-11-01 13:47:22 -05:00 |
|