MegaMech
32fd90f460
Update custom-track.md
2025-06-27 03:09:13 -06:00
coco875
80fa0f9cf8
Merge pull request #386 from MegaMech/cputable
...
Fix syntax error
2025-06-27 00:26:12 +00:00
MegaMech
33e58ef2e6
Update update_objects.c
2025-06-26 17:52:02 -06:00
MegaMech
e6c86e1fe0
Update update_objects.c
2025-06-26 17:51:03 -06:00
MegaMech
fd58535675
Merge branch 'main' into cputable
2025-06-26 17:49:16 -06:00
MegaMech
d18c1615cd
Update update_objects.c
2025-06-26 17:48:57 -06:00
coco875
3f8cb609f4
Merge pull request #385 from MegaMech/cputable
...
Impl Hard CPU Table
2025-06-26 23:47:43 +00:00
MegaMech
d962e21355
Update update_objects.c
2025-06-26 17:36:39 -06:00
MegaMech
74dfa8c1e2
Update update_objects.h
2025-06-26 17:19:50 -06:00
MegaMech
c0b4fa7889
Update update_objects.c
2025-06-26 17:18:44 -06:00
MegaMech
47975c2c8d
Update update_objects.c
2025-06-26 17:09:59 -06:00
MegaMech
fd0204acd3
Update code_80005FD0.c
2025-06-26 17:00:52 -06:00
MegaMech
f269e74bb2
Update Menu.h ( #382 )
2025-06-26 16:49:48 -06:00
coco875
542191e09f
Update update_objects.c ( #378 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-26 11:42:35 -06:00
coco875
bc7d2cd1bb
fix hud occluded ( #379 )
2025-06-26 11:40:05 -06:00
Adam
f828137857
Emit error message when pfd is not available ( #372 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-25 20:58:19 -06:00
coco875
bf7823507b
Update Game.cpp ( #362 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-25 20:57:29 -06:00
coco875
a529b7f181
Update render_objects.c ( #376 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-25 20:55:50 -06:00
coco875
1b3977676f
fix trophy for 50 and 150 ( #374 )
2025-06-25 20:24:16 -06:00
coco875
d8579a4d4d
re add the doxyfile who get remove ( #365 )
2025-06-25 09:03:35 -06:00
coco875
1f2cbb04fd
enable and update doxygen ( #364 )
2025-06-25 08:37:40 -06:00
coco875
11793ed431
Update main.yml ( #357 )
2025-06-24 20:21:47 -06:00
retropieuser
2a9fe07a17
Update BUILDING.md o2r & directory notes ( #351 )
...
* Update BUILDING.md o2r & directory notes
* Update BUILDING.md
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-24 10:52:40 -06:00
Nikita
8132405bab
Add vcpkg.json, change MacOS CI to use that ( #346 )
...
* add vcpkg support for installing dependencies
* Change macos CI to use vcpkg for dependencies
* actually fix CI for macos
* fix SDL_net linking
SDL_net was being linked twice
* update baseline
2025-06-24 10:50:46 -06:00
MegaMech
9e1543d434
Update faq.md ( #337 )
2025-06-23 07:07:13 -06:00
MegaMech
e23d9602f9
Update readme ( #336 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2025-06-23 07:03:01 -06:00
MegaMech
59cf0355a2
Implement CPU Spiny Shell ( #325 )
...
* Implement CPU Blue Shell
2025-06-22 17:29:55 -06:00
MegaMech
19d5a2729e
Update Editor.cpp ( #324 )
2025-06-22 17:07:39 -06:00
MegaMech
be8b88fdf2
Fix special itemboxes providing Bananas instead ( #310 )
...
* Update update_objects.h
* Update update_objects.c
* Update actors.c
2025-06-22 09:06:10 -06:00
MegaMech
3d568038b5
Update faq.md ( #311 )
2025-06-22 09:05:45 -06:00
Benjamin Jackson
07b595a75b
Add additional questions to the FAQ doc. ( #306 )
...
* Init.
* Add link to WIP PR.
* Requested changes.
* Update faq.md
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-22 08:34:26 -06:00
MegaMech
af5c324c68
Update custom-track.md ( #308 )
2025-06-22 08:31:57 -06:00
PoorPockets McNewHold
840ea14e86
Add missing SDL2_net-devel dependencies. ( #277 )
...
-- Found Threads: TRUE
-- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3")
-- Found Ogg: /usr/lib64/libogg.so (found version "1.3.5")
-- Found Vorbis: /usr/lib64/libvorbis.so (found version "1.3.7")
CMake Error at CMakeLists.txt:434 (find_package):
By not providing "FindSDL2_net.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "SDL2_net",
but CMake did not find one.
Could not find a package configuration file provided by "SDL2_net" with any
of the following names:
SDL2_netConfig.cmake
sdl2_net-config.cmake
Add the installation prefix of "SDL2_net" to CMAKE_PREFIX_PATH or set
"SDL2_net_DIR" to a directory containing one of the above files. If
"SDL2_net" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-22 07:12:17 -06:00
Benjamin Jackson
ed35c94981
Init. ( #283 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-22 07:01:15 -06:00
coco875
0eb0ff49e0
allow to replace img with png or jpg or bmp ( #272 )
...
* allow to replace img with png or jpg or bmp
* revert experimental change
2025-06-22 06:49:15 -06:00
MegaMech
e73d3f4fa3
Fix L button volume changing ( #269 )
...
* Update effects.c
* Update external.c
* Update external.c
* Update external.c
2025-06-21 19:25:26 -06:00
TheOliveOli
9a9a18999d
Build macOS release as Universal Binary ( #267 )
...
* Update CMakeLists.txt
* Edit output filename to reflect building as Universal binary
2025-06-21 17:37:31 -06:00
MegaMech
4a18bf3881
Update scene.json ( #265 )
2025-06-21 16:07:23 -06:00
MegaMech
f678f9b2a0
Add files via upload ( #263 )
2025-06-21 15:25:14 -06:00
MegaMech
6f5e8d514e
Update README.md ( #262 )
2025-06-21 14:07:20 -06:00
coco875
be5cd349c6
Update main.yml ( #260 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-21 14:06:56 -06:00
sir-wilhelm
64d7defc31
Update README.md ( #255 )
...
Corrected default keyboard bindings.
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-21 13:49:46 -06:00
MegaMech
6c99e0032a
Update TrackPathPointFactory.cpp ( #259 )
2025-06-21 13:35:46 -06:00
coco875
66bdf58577
support older linux distro ( #246 )
...
* Update main.yml
* Update main.yml
* disable network lib
* add sdl_net
* remove the upload of artfact in more recent linux version
* Update main.yml
2025-06-20 20:41:25 -06:00
MegaMech
12fed2c01c
Delete textures/crash_screen/crash_screen_font.ia1.inc.c ( #244 )
2025-06-20 17:55:42 -06:00
MegaMech
678b673a83
Update faq.md ( #243 )
2025-06-20 17:53:10 -06:00
MegaMech
9b361516e5
Docs ( #242 )
...
* Rename custom-track to custom-track.md
* Create faq.md
2025-06-20 17:47:25 -06:00
MegaMech
ab973b3090
Create custom-track ( #241 )
2025-06-20 17:43:57 -06:00
coco875
e93633773e
Pr before release ( #239 )
...
* Fix match
* Update torch
* fix crash on texture of player
* Copied stuff over for Window icon from Starship.
* Missed comment.
* Corrections.
* Missed a file
* min-max fix
* Update code_80005FD0.c
* Remove interpolation for hm_intro
* look like to remove the crash in menu
* Update menu_items.c
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Co-authored-by: sitton76 <58642183+sitton76@users.noreply.github.com>
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-20 16:54:31 -06:00
MegaMech
2126c94a0e
Update Course.cpp ( #235 )
2025-06-20 06:43:48 -06:00