8126 Commits

Author SHA1 Message Date
UnknownShadow200
56053e919d Fix some system fonts missing characters 2024-09-17 21:51:43 +10:00
UnknownShadow200
eec503e517
Some improvements to readme wording 2024-09-17 19:00:51 +10:00
UnknownShadow200
07c3018b42
Merge pull request #1266 from StevenSYS/master
Change ".state" to ".down" and "SDL_PRESSED" to "SDL_TRUE" for SDL3
2024-09-17 18:15:32 +10:00
StevenSYS
0cd61b682f
Change ".state" to ".down" and "SDL_PRESSED" to "SDL_TRUE". 2024-09-17 07:02:21 +00:00
UnknownShadow200
a771fef5f0 N64: Splitscreen support 2024-09-16 19:33:47 +10:00
UnknownShadow200
f425e865dd Wii: Untested USB mouse support 2024-09-14 23:21:43 +10:00
UnknownShadow200
1f7125cc9c
Merge pull request #1261 from josch1710/os2
OS/2 support
2024-09-12 17:35:59 +10:00
Jochen Sch„fer
8fbc76eace Remove Player parameter from Camera::GetPosition 2024-09-12 08:18:15 +02:00
Jochen Sch„fer
bce034185b Merge 2024-09-11 16:26:50 +02:00
Jochen Sch„fer
ce120c56de Merge 2024-09-11 15:21:42 +02:00
UnknownShadow200
cac44bdfd6 Wifi fixes 2024-09-11 07:53:09 +10:00
UnknownShadow200
b777cdf2c9 DSI: Work on wifi support 2024-09-11 07:36:51 +10:00
UnknownShadow200
f77b5897fa 32x: Launcher displays better now 2024-09-10 18:39:20 +10:00
UnknownShadow200
12d127248c Add 32x support code 2024-09-10 18:00:31 +10:00
UnknownShadow200
8ca9709969 32x: Launcher rendering barely works 2024-09-10 07:25:40 +10:00
UnknownShadow200
81267118ce Launcher drawing barely works 2024-09-09 23:07:11 +10:00
UnknownShadow200
352d0f006f
Merge pull request #1259 from BeyondThe5D/dont-save-pitch-axis-on-checkpoint-creation
Don't save camera's pitch axis when making a checkpoint
2024-09-09 21:48:35 +10:00
UnknownShadow200
4861bcba6f Reduce memory usage even further 2024-09-09 21:17:33 +10:00
UnknownShadow200
b2744b1dd7 Save some memory in Saturn/PS1 by only supporting 66 block types 2024-09-09 20:04:52 +10:00
UnknownShadow200
8dc2b45827 Fix mouse getting centred when clicking on classic controls menu 2024-09-08 22:11:15 +10:00
UnknownShadow200
c7ad4a580b X11: Try to fix crashing when XCreateIC fails and you try to press a keyboard button 2024-09-08 09:43:06 +10:00
Big Titted Goth Neko
561000eb0c Don't save camera's pitch axis when making a checkpoint 2024-09-05 15:30:43 +01:00
UnknownShadow200
688afa067c DS: work on dsi wifi support 2024-09-05 23:10:10 +10:00
UnknownShadow200
b380a0a305 DS: Use better icon, build arm7 main file 2024-09-05 22:23:12 +10:00
UnknownShadow200
a74392dbb1 NDS: Launcher renders on bottom screen now 2024-09-05 19:48:57 +10:00
UnknownShadow200
f4913b6415 DS: WIP on cleaning up vram allocations 2024-09-05 18:00:02 +10:00
UnknownShadow200
a7c98ccb25
Merge pull request #1258 from BeyondThe5D/place-dirt-under-trees
Place dirt under generated trees
2024-09-05 17:26:20 +10:00
Big Titted Goth Neko
786632f936 Place dirt under generated trees 2024-09-05 06:29:35 +01:00
Big Titted Goth Neko
9b155a3793 Disable save level button on Classic mode 2024-09-03 17:00:03 +01:00
UnknownShadow200
8b0a1ecfce NDS: See if this fixes SD card loading 2024-09-03 20:34:25 +10:00
UnknownShadow200
caaa89dd2b Fix last commit 2024-09-02 23:42:32 +10:00
UnknownShadow200
a2c6580344 Tidy up Platform.h 2024-09-02 23:09:51 +10:00
UnknownShadow200
00eac312fe NDS: Try to fix mounting SD card failing 2024-09-02 19:27:43 +10:00
UnknownShadow200
0940ea13a1 Fix 'overwrite existing' not working in Save menu 2024-09-01 11:59:42 +10:00
UnknownShadow200
f5b7e1b891 DS: Show message if can't mount filesystem 2024-08-30 18:06:44 +10:00
UnknownShadow200
3e2b0ea9d4 DS: Try to avoid loading unnecessary textures into VRAM, slightly optimise matrix loading 2024-08-30 08:14:24 +10:00
UnknownShadow200
8c4e42a43b Slightly optimise rendering 2024-08-30 07:25:27 +10:00
UnknownShadow200
b98a7afacd Fix 4 bit images not being decoded correctly 2024-08-29 18:38:39 +10:00
UnknownShadow200
aab9a6b383 Webclient: Properly try to support controller input 2024-08-28 07:14:40 +10:00
UnknownShadow200
b17281e3cd Webclient: Try to fix gamepads not being detected 2024-08-27 22:49:52 +10:00
UnknownShadow200
ced493388f Android: Try to redirect from http to https on newer devices 2024-08-27 20:11:25 +10:00
UnknownShadow200
8ee7028104 Revert "Bump android target SDK version"
This reverts commit 6eee24b414633a917b15906241e2e0c24b771f19.
2024-08-27 20:00:15 +10:00
UnknownShadow200
21551fa80e Revert "Android: Fix install breaking on modern versions"
This reverts commit 8c9016dde443cb14d21c5e47013dd1c0675453ba.
2024-08-27 20:00:12 +10:00
UnknownShadow200
d699156645 Revert "Android: Try to fix install issues"
This reverts commit d98e3b4d40c116e05ddaf48bb5cb8e6a2e04f9bf.
2024-08-27 20:00:07 +10:00
UnknownShadow200
c79fda41f9 Revert "Android: Try to fix install issues"
This reverts commit 8c508f54bd37861976a6e575d9bc1d3fe9645c5e.
2024-08-27 19:59:53 +10:00
UnknownShadow200
8c508f54bd Android: Try to fix install issues 2024-08-27 19:53:11 +10:00
UnknownShadow200
d98e3b4d40 Android: Try to fix install issues 2024-08-27 19:15:55 +10:00
UnknownShadow200
8c9016dde4 Android: Fix install breaking on modern versions 2024-08-27 18:34:28 +10:00
UnknownShadow200
6eee24b414 Bump android target SDK version 2024-08-26 18:27:35 +10:00
Goodlyay
ec27afe04b Add hideCrosshair option to CinematicGui 2024-08-25 14:24:26 -07:00