Commit graph

30 commits

Author SHA1 Message Date
Jochen Sch„fer
7ca1219356 Initial OS/2 support. 2024-04-01 19:23:30 +02:00
UnknownShadow200
eff5ddabd2 Broken PS1 port 2024-03-27 16:31:01 +11:00
UnknownShadow200
e06f54e61b Makefile stores results in build folder instead, general tidyup 2024-03-25 18:02:14 +11:00
UnknownShadow200
6d8a0fb933 DS: World rendering sort of works better now 2024-03-22 23:36:30 +11:00
headshot2017
9fd89c3073 add Switch port 2024-03-14 19:32:24 -04:00
UnknownShadow200
e41833dd26 Unfinished wii U stuff 2024-03-15 08:44:05 +11:00
UnknownShadow200
e07f1bc4c7 Completely unfinished DS port
macOS: Always build cocoa build when using makefile, fixes it trying to compile carbon build on M1 macs
2024-02-05 18:15:02 +11:00
UnknownShadow200
936abbf453 Webclient: Set default stack size to 1 MB
Newer emscripten versions now only give a 64 KB stack by default (https://github.com/emscripten-core/emscripten/pull/18191)
Older emscripten versions gave a 5 MB stack by default, so we can allocate 4 MB more for use by the game itself
2024-01-10 19:49:39 +11:00
UnknownShadow200
d9b01a0a11 Generate Wii homebrew zip 2024-01-07 12:34:58 +11:00
UnknownShadow200
1c5f90285b PS2: 3D renders something now 2023-11-22 20:56:11 +11:00
UnknownShadow200
7bbfd61f63 Make Xbox 360 port compile at least 2023-11-19 16:15:34 +11:00
UnknownShadow200
70410bfff3 Non working nintendo 64 test port 2023-10-28 22:07:22 +11:00
UnknownShadow200
76c175e61d Make it compile in MSVC again 2023-10-07 22:20:30 +11:00
Caleb Butler
13f73de403 Remove external math lib dependency
Replace external math lib functions with our own custom versions.
2023-10-01 22:13:28 -04:00
UnknownShadow200
2c2f5d14fb WIP dreamcast build using github actions 2023-09-23 19:19:57 +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
467d8acee5 PS3: Implement joystick support 2023-09-10 11:43:12 +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
Jason Pepas
a1419159cc Use -f so 'make clean' doesn't fail 2023-08-29 18:27:29 -05:00
UnknownShadow200
ee12cd8ede PSP: Generate EBOOT.PBP directly 2023-08-20 09:28:49 +10:00
UnknownShadow200
6eeb34b1a2 Dreamcast: Buttons work and some unreadable text is drawn for system font 2023-08-11 23:02:14 +10:00
UnknownShadow200
1934703aca Broken PS vita stuff 2023-08-08 19:19:21 +10:00
UnknownShadow200
2aa9e65262 Let's give Github Actions a go 2023-07-26 21:42:42 +10:00
UnknownShadow200
d10df783e8 Various build improvements for 3DS, GameCube, Wii, PSP, Haiku
Fix PSP build not compiling, and makefile not working due to not having -I and -L paths
Fix GameCube build not compiling
Change Haiku build to avoid using libexecinfo
Add github action workflows for 3DS, PSP, GameCube/Wii, Haiku
2023-07-16 16:56:11 +10:00
UnknownShadow200
d7e401e44c Fix OpenGL 1.1 dedicated graphics backend not having rendered sprite blocks in the world for the past two years (Thanks joshyfishy22)
Was introduced in c2fc17f0de
2023-07-02 12:14:21 +10:00
UnknownShadow200
bfc5fd4be8 Wii/Gamecube: Support being able to go in-game from the launcher
Also fix being unable to start singleplayer/multiplayer. Also work more on BeOS support
2023-07-01 22:14:27 +10:00
UnknownShadow200
2caa47452e Wii/Gamecube: Add rudimentary controls, add makefiles, fix launcher rendering being completely wrong colours 2023-07-01 13:31:11 +10:00
Renamed from src/Makefile (Browse further)