UnknownShadow200
5f09f90a57
Vita: Spam a bit less
2023-09-18 21:47:40 +10:00
UnknownShadow200
163c6d6493
Vita: Add missing files
2023-09-18 21:16:34 +10:00
UnknownShadow200
33e2a270e3
iOS: Mostly annotate minimum required iOS version for various APIs
2023-09-18 19:25:44 +10:00
UnknownShadow200
4ed73bb708
Fix held block not rendering properly on some consoles when not in classic mode (3DS,PSP,Vita, probably more)
...
Also most common errors with BearSSL (certificate date failed to validate, certificate authority wasn't trusted) now show a description message to the user instead of just the error number
Also fix Xbox build not compiling (nor notifying on actions build failure)
2023-09-17 12:32:53 +10:00
UnknownShadow200
fbdac77bb2
Add Vita and PS3 instructions to readme, add actions workflows for Xbox and Vita
2023-09-16 22:50:22 +10:00
UnknownShadow200
e555fdc21f
PSP/Vita: Switch to using BearSSL for SSL support
2023-09-15 08:41:09 +10:00
UnknownShadow200
2f2d6aadbb
Wii/GameCube: Switch to using BearSSL for SSL support
2023-09-14 23:19:55 +10:00
UnknownShadow200
734330823d
3DS: Switch to using BearSSL for SSL support
2023-09-14 20:57:54 +10:00
UnknownShadow200
e538100409
Add root certificates for most important websites for BearSSL
2023-09-14 19:20:36 +10:00
UnknownShadow200
797f75140f
WIP on adding BearSSL SSL backend
2023-09-13 21:52:35 +10:00
UnknownShadow200
08e93f7562
Show better error message when plugin fails to load with error 126 on Windows, which most often happens because the exe isn't named ClassiCube.exe
...
Also
1) Add section to plugin development document on how you should load functions/variables dynamically on Windows
2) Add function pointer declarations for a number of exported functions from ClassiCube
2023-09-11 20:13:48 +10:00
UnknownShadow200
467d8acee5
PS3: Implement joystick support
2023-09-10 11:43:12 +10:00
UnknownShadow200
4808701c6e
PS3: More work on 3D, switch to using native FS apis
2023-09-09 22:28:53 +10:00
UnknownShadow200
d2b262fc39
PS3: Launcher works, WIP on 3D
2023-09-09 19:38:04 +10:00
UnknownShadow200
7ece36c006
WIP PS3 stuff
2023-09-09 13:28:23 +10:00
UnknownShadow200
e6d1f593d2
Open source unfinished 360 stuff, fix some depth issues with xbox build
2023-09-08 21:39:37 +10:00
UnknownShadow200
466bc0134b
Mostly move tablist screen over to new rendering method
2023-09-07 21:56:49 +10:00
UnknownShadow200
aa2c0f4b9f
Launcher: If downloading a resource fails, then cancel all subsequent pending resources
...
macOS: Fix on cocoa backend, total video memory and HW acceleration status wasn't being shown on /client gpu on macOS 10.4 and later
2023-09-07 20:56:47 +10:00
UnknownShadow200
f9c898f859
Android: Try supporting gamepad controller buttons
2023-09-07 18:08:14 +10:00
UnknownShadow200
63aa34d2c2
Xbox: Fix coloured only vertices not being rendered
2023-09-05 19:39:39 +10:00
UnknownShadow200
14d076c21d
XBox: Controller input works properly now
...
Also fix depth values being slightly messed up
Also fix couldn't go from launcher to in-game (due to the vblank interrupt handler that pbkit wanted to install, failing due to XVideoWaitForVBlank already having installed a vblank handler
2023-09-05 17:50:44 +10:00
UnknownShadow200
64148764f5
Xbox: Texture animations work
2023-09-04 23:27:51 +10:00
UnknownShadow200
0dfef89ad3
Xbox: 3D rendering kinda works now
2023-09-04 23:00:55 +10:00
UnknownShadow200
9af521b7cd
Xbox: Now 2D renders with less graphical corruption
2023-09-04 21:55:16 +10:00
UnknownShadow200
2a7fb28aac
Direct3D11: Fix after taking a screenshot, that attempting to resize the window would crash (Thanks 123DMWM)
2023-09-04 17:48:56 +10:00
UnknownShadow200
0a4f26c296
Mac: Make cocoa backend compile on macOS 10.3
2023-09-03 23:12:53 +10:00
UnknownShadow200
40fbd0cf05
Xbox: Textures kinda work
2023-09-03 14:07:36 +10:00
UnknownShadow200
5a4827f034
Vita: Connecting to multiplayer works probably
2023-09-03 11:38:32 +10:00
UnknownShadow200
11b96ef7e5
PSP: Some small fixes
...
- Try to reduce number of discarded polygons when rendering
- Try to peek instead of read controller input buffer to avoid blocking in rare cases
- Avoid logging two lines in PPSSPP debug console for each Platform_Log logged message
2023-09-03 10:42:33 +10:00
UnknownShadow200
1e132a1b25
Add more editable block properties, also allow configuring both wii keyboard and controller at same time
2023-09-03 08:07:25 +10:00
UnknownShadow200
18c15cc700
Webclient: Support joysticks and ZL/ZR buttons for gamepad
2023-09-02 17:46:16 +10:00
UnknownShadow200
b836fc6cb4
Merge pull request #1065 from UnknownShadow200/MultiBindInputSources
...
Support multiple sources of input
2023-09-01 21:03:05 +10:00
UnknownShadow200
1fce20a30a
Webclient: Support controller input too
2023-09-01 20:43:05 +10:00
UnknownShadow200
f9c65faa0f
WIP on menu for switching between whether configuring controller or keyboard/mouse bindings
2023-09-01 20:10:30 +10:00
UnknownShadow200
55316623a7
WIP on supporting both mouse/keyboard and gamepad bindings at the same time
2023-09-01 18:45:14 +10:00
UnknownShadow200
577ba9bf82
3DS: Clouds move now
2023-08-31 19:44:17 +10:00
UnknownShadow200
93bdd192ba
HTTP: Fix not handling when connection needs to be auto closed properly
2023-08-30 21:49:19 +10:00
UnknownShadow200
b1c9e4bd5e
Dreamcast: Texture animations
2023-08-30 19:15:46 +10:00
UnknownShadow200
1db63e3e19
Merge pull request #1062 from cellularmitosis/dashf
...
Use -f so 'make clean' doesn't fail
2023-08-30 17:44:26 +10:00
Jason Pepas
a1419159cc
Use -f so 'make clean' doesn't fail
2023-08-29 18:27:29 -05:00
UnknownShadow200
510a3f4044
Dreamcast: Use more optimised specialised drawing method in forked gldc
2023-08-29 18:15:30 +10:00
UnknownShadow200
1d43e48a37
Release 1.3.6
1.3.6
2023-08-29 08:52:14 +10:00
UnknownShadow200
91e5c461d4
un-un-un-un-un-un-un-un-un-un-un-un-un-re-enable ModernGL build
2023-08-29 07:40:47 +10:00
UnknownShadow200
922f860a7d
Xbox: Get resource downloading to work at least
...
Also tidyup misc folder
2023-08-28 21:53:34 +10:00
UnknownShadow200
3ea04335b9
Xbox: Read/Write from ClassiCube folder on Data partition of HDD
2023-08-27 15:57:30 +10:00
UnknownShadow200
8aa4ee0096
Xbox: At least something actually renders in 3D now
2023-08-27 14:58:49 +10:00
UnknownShadow200
e7c8348131
Vita: Make system fonts a little bit more readable
2023-08-26 21:58:04 +10:00
UnknownShadow200
368503eae4
Http: Fix HttpClient backend not always handling 0 length responses properly, also auto rewrite imgur.com to i.imgur.com for URLs
2023-08-25 19:49:44 +10:00
UnknownShadow200
1d2ce040df
Vita: Fix texture animations, fix GPU memory never being released at all
2023-08-25 19:19:01 +10:00
UnknownShadow200
218fa25f89
Vita: Fix alpha testing not being implemented
2023-08-25 18:02:28 +10:00