Commit graph

173 commits

Author SHA1 Message Date
Wally4000
67ec7b2ca3 Add Translate Feature to SDL UI 2024-10-07 13:02:11 +02:00
Wally4000
04a72fbc5e Add Profiler control for Cmake 2024-09-04 13:35:07 +10:00
wally4000
4e6d4f6c51 Move all Input to the Input Folder 2024-08-05 06:54:56 +10:00
wally4000
057d301b11 Remove BaseDir extern and replace with setBasePath function 2024-08-02 15:15:58 +10:00
wally4000
c065ed98f9 Don't use a reference for strings otherwise garbage printed :) 2024-07-22 16:26:35 +10:00
wally4000
9df03a122f Allow easy switching between intrafont and SDL2_TTF on the PSP 2024-07-21 13:37:15 +10:00
wally4000
bc74877fd6 Tidy up UI more 2024-07-21 11:51:02 +10:00
wally4000
1cae4e21fe Remove redundant UI file 2024-07-18 13:24:21 +10:00
wally4000
8b5cb5e0f2 No longer just PSP Menu.. 2024-07-16 16:36:01 +10:00
wally4000
fda2ce6155 Use std::string a bit more (Will make sense later) 2024-07-16 13:13:20 +10:00
wally4000
b6fec7c930 Fix About Screen 2024-07-14 18:25:40 +10:00
z2442
fd1ff51182
Merge branch 'master' into master 2024-07-13 20:50:55 -04:00
wally4000
e5f6729396 Start work on the PC UI resolution 2024-07-12 19:16:57 +10:00
wally4000
a02e85073e Move a lot of fopen to std::fstreams 2024-07-11 20:10:49 +10:00
wally4000
34885c6189 Replace fopen in Fragment Loading code with std::fstream 2024-07-08 11:43:58 +10:00
Wally4000
23d29d18db Apply Z2442's fixes, thanks Z! 2024-06-29 21:55:53 +10:00
Wally4000
678521d40e Fix GL Context 2024-06-29 10:27:53 +10:00
z2442
4455472cde
Merge branch 'master' into Fixes_LINUX_WINDOWS_UI 2024-06-27 11:27:40 -07:00
z2442
9d85bb701b ui fix from master 2024-06-27 11:13:36 -07:00
z2442
96051f2774 *fixed linux UI launch bug
*enabled text blending in the UI
*fixes for keyboard support stick
2024-06-27 10:58:37 -07:00
z2442
7b343c05bf Fixed flickering under SYSGL 2024-06-23 18:06:47 -07:00
wally4000
c0439ea45f Remove more IO code. 2024-06-20 13:44:11 +10:00
wally4000
4a35201f22 Specify if a variable is unused to silence compiler. 2024-06-20 12:24:05 +10:00
wally4000
c8b43189a0 more IO isolation 2024-06-18 14:59:35 +10:00
wally4000
4bcc5af9b9 Move MathUtil.h to Utility 2024-06-17 16:29:28 +10:00
wally4000
bdee8e419b Merge branch 'master' into Tidy_Base 2024-06-17 14:55:08 +10:00
wally4000
403a0778dc Fix Debug Build 2024-06-17 14:45:43 +10:00
wally4000
677f53c592 Modernise DAEDALUS_USE and replace ARRAY_SIZE VARIABLE 2024-06-17 13:45:41 +10:00
z2442
73e324c14b
Merge branch 'master' into UI_Fixes_MAC 2024-06-10 20:31:44 -04:00
z2442
4edfc7b005 *Added wallys memory leak fix
*Added full support for SDL2 gamepads
*Fixed a leak with SDL2 UI swaping
2024-06-08 18:31:31 -04:00
wally4000
6f52ec47a2 This work could be duplicated.. 2024-05-28 08:08:25 +10:00
wally4000
36aed19521 Make sure we destroy the texture, otherwise we leak 2024-05-27 16:26:53 +10:00
z2442
4019b7bc70 disable text wrap in GL seems to fail with the font. 2024-04-29 20:47:21 -04:00
z2442
1b37ea8b13 Fixing pause and menu screen 2024-04-23 19:43:55 -04:00
Howard Su
c49122bb87 Try to fix OSX 2023-12-10 20:10:33 +08:00
Howard Su
0e5a430752 Try to fix linux build 2023-12-09 22:55:51 +08:00
Howard Su
22e7d34dbc try to render utf8 2023-12-09 22:32:39 +08:00
Howard Su
43f6f81411 Fix font height API on TTF 2023-12-09 22:25:15 +08:00
Howard Su
199835e701 support OSX and enable screen scale 2023-12-09 22:03:38 +08:00
Howard Su
b6250015a8 Fix display on Windows 2023-12-09 17:45:29 +08:00
Howard Su
734ed8788d Make Win32 build on Release 2023-12-07 22:56:38 +08:00
Howard Su
1b5472be45 Add more UI elements 2023-12-06 18:24:33 +08:00
Howard Su
e2f0ffa95f More fixes on PSP 2023-12-06 14:46:22 +08:00
Howard Su
8d47324745 Add stick support 2023-12-06 13:33:11 +08:00
Howard Su
abba1cdca9 Add input support
Keycode mapping needs more work.
2023-12-06 12:35:02 +08:00
Howard Su
8fe4602f7d UI is showing 2023-12-06 11:46:27 +08:00
Howard Su
c090e9a49f rename to avoid conflict 2023-12-06 07:46:43 +08:00
Howard Su
7b02681143 Start working on UIContext implementation 2023-12-05 22:54:07 +08:00
Howard Su
c580dfc327 Get Code compiled 2023-12-05 14:47:01 +08:00
Wally4000
3dab92cd1d Fix a few more changes 2023-10-31 14:26:05 +11:00