UnknownShadow200
80abeb82ab
Split up gamepad controller handling
2024-04-25 10:11:26 +10:00
UnknownShadow200
1b6bbbe6cf
Fix last commit
2024-04-25 09:10:42 +10:00
UnknownShadow200
cf7b353572
Pass LocalPlayer instance explicitly in more places, rather than relying on an implicit global
2024-04-25 08:39:34 +10:00
UnknownShadow200
cbf8b01447
N64: Disable sounds and music
2024-04-24 21:58:31 +10:00
UnknownShadow200
6d555a3059
iOS: Try to fix corrupted pixels on button borders, add workflow
2024-04-24 21:35:36 +10:00
Jochen Schfer
afbdc87ac7
Merge remote-tracking branch 'origin/master' into os2
2024-04-24 11:45:19 +02:00
Jochen Schfer
9298d1a677
Corrected preprocessor test to OS/2
2024-04-24 11:45:09 +02:00
UnknownShadow200
ade1769719
Saturn build for github actions
2024-04-24 08:00:56 +10:00
UnknownShadow200
92db4e2a9d
Change workflows to use v4 upload
2024-04-23 21:26:29 +10:00
UnknownShadow200
1b3987a7da
Dreamcast: Very minorly optimise vertex clipping
2024-04-23 11:36:39 +10:00
UnknownShadow200
81d697e3ec
Dreamcast: Minorly optimise vertex transformation code by using hardcoded stride
...
The optimiser was interchanging the loops and unrolling them anyways, but was slightly limited because it couldn't make any assumptions about value of stride
2024-04-22 22:41:49 +10:00
UnknownShadow200
34e8b11919
Dreamcast: Minorly optimise by avoiding unnecessary vertex memcpy
2024-04-22 19:55:15 +10:00
UnknownShadow200
8dcfaca06a
SoftGPU: Reduce fuzziness of 2D textures and fix alpha testing pixels still being drawn opaque
2024-04-22 18:39:28 +10:00
UnknownShadow200
d0172cbada
Merge pull request #1171 from josch1710/master
...
Support for opening URLs
2024-04-20 13:34:49 +10:00
UnknownShadow200
f30bbddbdc
WiiU: Manage framebuffer buffers instead of relying on WHBLogConsole to do it
2024-04-20 09:28:46 +10:00
UnknownShadow200
2c5d0f5e77
WiiU: Draw launcher output on both screens
2024-04-20 08:46:39 +10:00
UnknownShadow200
95d5cd5e09
Move a few more menus to new widget init method
2024-04-20 07:14:04 +10:00
UnknownShadow200
12b1f8dbe1
iOS: Try to support older autorotate API
2024-04-19 23:21:04 +10:00
UnknownShadow200
82f9f7047e
Wii U: Fix corrupted textures whoops
2024-04-19 22:43:32 +10:00
UnknownShadow200
e82c9c0a9b
Try to fix status bar and checkbox label background colour issues on older iOS versions
2024-04-19 21:57:21 +10:00
UnknownShadow200
c849adb43a
Fix music volume < 100 being distorted on Windows
...
Also fix older iOS devices getting stuck in a loop when opening in-game chat
2024-04-19 21:21:51 +10:00
UnknownShadow200
893912e0bf
iOS: Fix labels not being transparent on old devices
2024-04-19 20:00:17 +10:00
UnknownShadow200
880f703a87
Allow loading fonts via open file dialog, try to reduce warnings on macOS
2024-04-19 19:26:30 +10:00
UnknownShadow200
629622e44c
Allow creating textures from row stride that is different to image width
2024-04-19 17:27:44 +10:00
UnknownShadow200
1f8a3dbe96
Some options shouldn't apply in classic mode
2024-04-19 16:49:02 +10:00
UnknownShadow200
b2cb63a6e9
Saturn: Rendering kinda works
2024-04-19 07:41:51 +10:00
UnknownShadow200
c3878e3248
Saturn: Now it dies after one frame
2024-04-18 23:44:32 +10:00
UnknownShadow200
d77db06643
Saturn: In-game still doesn't work
2024-04-18 23:12:55 +10:00
UnknownShadow200
cf90a4d3a0
Saturn: Rendering launcher works sorta
2024-04-18 22:14:49 +10:00
UnknownShadow200
88046b4467
Saturn: Now runs a tiny bit before crashing due to out of memory
2024-04-18 21:06:41 +10:00
UnknownShadow200
ce7d07944a
Saturn: Black screen that doesn't work
2024-04-18 19:18:05 +10:00
UnknownShadow200
dbbcf8bcd8
Merge pull request #1175 from Buwwet/crosshair_scale
...
Adds an option to modify the crosshair's scale in the GUI menu
2024-04-18 07:52:41 +10:00
UnknownShadow200
dcf7b303fb
iOS: Use backwards compatible layout for checkboxes for pre iOS 6
2024-04-18 07:12:56 +10:00
UnknownShadow200
d22d934153
iOS: More pre 6.0 fixes
2024-04-17 22:22:59 +10:00
UnknownShadow200
b2bf81451f
iOS: Support pre iOS 6.0 way of setting label text/color too, mostly
2024-04-17 21:16:43 +10:00
UnknownShadow200
2c07e5fdf1
iOS: Try to log unhandled objective C errors
2024-04-17 17:58:10 +10:00
UnknownShadow200
e492db93f6
Fix opening inventory with hidden block selected not displaying the block's details as the menu title
2024-04-17 17:42:14 +10:00
ricardo
382bb0dabf
Moved the gui menu buttons so that they fit in a nice grid
2024-04-16 15:22:52 -06:00
UnknownShadow200
2ea26fcf5e
Collapse more of readme by default, general tidy up
2024-04-16 21:26:38 +10:00
UnknownShadow200
cc2a8f4cb7
Xbox 360: Maybe in-game works, completely untested
2024-04-16 18:27:58 +10:00
ricardo
cd3002e17e
Added an option to modify the crosshair scale on gui options
2024-04-15 22:04:13 -06:00
UnknownShadow200
50ca3dc327
Use fallback 1x1 tile terrain.png if no texture pack can be loaded
2024-04-16 11:38:12 +10:00
Jochen Schfer
f1494776e4
OS/2 specific branch created. Work on audio and window system done.
2024-04-15 12:13:11 +02:00
UnknownShadow200
6156b71436
Fix can't open hotkeys list menu due to recent commits
2024-04-15 19:43:05 +10:00
UnknownShadow200
c48188f215
Xbox 360: Workflow and maybe launcher works
2024-04-15 18:40:40 +10:00
UnknownShadow200
6b8c1c118b
iOS: Fix missing touch UI
2024-04-15 17:56:06 +10:00
UnknownShadow200
24643471a7
3DS: Fix password/integer fields not behaving quite right
2024-04-14 22:42:14 +10:00
UnknownShadow200
e591bab6e6
PS2: Improve stability a bit
2024-04-14 22:23:48 +10:00
josch1710
56c88cab57
Merge branch 'ClassiCube:master' into master
2024-04-14 09:46:39 +02:00
UnknownShadow200
e20bf233aa
Launcher: Double maximum input length for textbox inputs
2024-04-14 14:49:18 +10:00