Commit Graph

1211 Commits

Author SHA1 Message Date
Mefiresu
21e7b80e70 SpecialRing: Fix rotation inaccuracy
Some checks failed
Build Mania / mania-windows (push) Has been cancelled
Build Mania / mania-windows-x64 (push) Has been cancelled
Build Mania / mania-linux (push) Has been cancelled
Fixes #297.
2024-11-13 20:47:37 +01:00
MegAmi
f92e8e3312
Fix formatting in README [skip ci] 2024-09-12 10:13:29 -05:00
MegAmi
0adca1fe62
Fix vcpkg guide link in README [skip ci] 2024-09-12 09:57:52 -05:00
Mefiresu
fd34e476b1 Update RSDKv5 submodule 2024-09-08 23:02:46 +02:00
MegAmi
013f5e4171 Update engine revision options in issue template [skip ci] 2024-09-06 16:51:00 -05:00
MegAmi
95429cca41 Add bug report issue template [skip ci] 2024-09-06 15:56:45 -05:00
Mefiresu
c8fe393049 Update RSDKv5 submodule 2024-08-30 22:28:14 +02:00
Mefiresu
a75d10089d CI: Enable autobuild on push to master 2024-08-30 22:27:54 +02:00
Mefiresu
eca21d359c Add missing TYPE_DEVOUTPUT default object 2024-08-30 21:50:55 +02:00
Mefiresu
614dc7ee7a Update RSDKv5 submodule 2024-08-28 12:14:34 +02:00
MegAmi
df6fbf4586 Fix incorrect data type for BurningLog->aniFrames 2024-08-23 12:17:31 -05:00
Mefiresu
736e93d745 Add Github Actions 2024-08-21 08:10:50 +02:00
LittlePlanetCD
36f5865402 Fix PhantomHand moving too quickly when there's two or more players.
fixes #290
2024-08-15 04:13:25 -05:00
Mefiresu
263fb92730 Fix slow CrimsonEye elevator
Fixes #287.
2024-08-11 11:27:24 +02:00
Mefiresu
9a0253f60e Fix PhantomHand behavior with one player
Fixes #286.
2024-08-11 11:27:20 +02:00
MegAmi
ae3982c4c4 Update README.md 2024-08-06 21:45:57 -05:00
MegAmi
79d113ad4a
Fix android instructions link in README.md 2024-08-01 13:24:55 -05:00
MegAmi
5fc1aacc6e Add more missing functions in InitPublicFunctions 2024-07-30 15:20:02 -05:00
MegAmi
862ad3f4bc Remove another redundant MANIA_USE_PLUS check in APICallback
This object doesn't even exist in Plus.
2024-07-30 15:19:30 -05:00
MegAmi
6e9550502a Fix several issues in funcheader.py
- Changed arguments error to specify that a path to the Objects folder is required
- Fixed some functions (namely `DebugDraw` functions) being mistaken as events
- Fixed pre-processors being written before object headers
- Fixed a non-preprocessor function being written before an `#endif` line
- Fixed functions not being added if they are separated into multiple lines or have a comment at the end
2024-07-30 15:18:38 -05:00
MegAmi
c69443e182 Remove redundant MANIA_USE_PLUS check in MenuSetup
This code is already wrapped around a check for `!MANIA_USE_PLUS`, so this plus code would never be built.
2024-07-30 07:24:23 -05:00
MegAmi
f1425b378a Fix up InitPublicFunctions
Fixes various functions not being added as public functions or only being added with `MANIA_USE_PLUS` despite existing in Pre-Plus.
2024-07-29 16:59:25 -05:00
Mefiresu
10c2531d51 autostatic.py: Recursively create output directories
Fixes #195, though this script is outdated and shouldn't really be used.
2024-07-29 18:28:10 +02:00
Mefiresu
7257f42967 LRZ3Setup: Fix missing intro when loaded from devMenu 2024-07-22 00:06:37 +02:00
MegAmi
881834c3bb Make all VS project file lists consistent
Should clean up any remaining incorrect filters, if any.
2024-07-20 17:53:39 -05:00
Mefiresu
f18ca797b5 AIZRockPile: Fix inconsistent breaking conditions
Now takes into account onlyMighty/onlyKnux exactly how Steam does it.
smashSides/smashTop go completely unused in the original.
2024-07-21 00:44:03 +02:00
MegAmi
9c984ae7d2 Fix more incorrect VS project filters 2024-07-20 16:15:41 -05:00
MegAmi
b0623e937c Fixed Jawz being in the wrong filter in "All" VS projects 2024-07-20 16:03:21 -05:00
MegAmi
ce87871082 Fix duplicate rule in .clang-format 2024-07-19 13:20:12 -05:00
Mefiresu
bf89c598a2 ChemicalPool: Fix incorrect colors on first on-screen frames
Fixes #281.
2024-07-19 19:46:06 +02:00
LittlePlanetCD
75b3784141 Fix HUD flashing behavior.
Turns out, there was a && used when it should've been || ?
2024-07-12 19:55:03 -05:00
Mefiresu
771eb4535a Update RSDKv5 submodule 2024-07-09 23:31:35 +02:00
Mefiresu
bc68318a73 ModAPI: Fix StateMachine function pointer types
Linked with GameAPI fixes when compiling with recent GCC versions.
https://github.com/RSDKModding/RSDKv5-GameAPI/issues/12
2024-07-09 23:04:21 +02:00
MegAmi
7169594184
Add question about Netflix Games version in FAQ 2024-06-29 13:18:39 -05:00
LittlePlanetCD
4901ae9569 fix State_Peelout incorrect animation frames.
The Player would tend to use their inbetween frames in the wrong place when doing a peelout. (I.E. between the Jog -> Run animation instead of Run -> Dash).
This was fixed for the ground movement animation handling a while back, but was never fixed for State_Peelout.
2024-06-29 10:39:41 -05:00
Mefiresu
90df0a7590 Update RSDKv5 submodule 2024-06-29 09:00:25 +02:00
Mefiresu
3a6275533f Fix CopyPalette function signature 2024-06-29 08:55:25 +02:00
Mefiresu
336dbeea00 Fix StopAllSfx order in v5U API 2024-06-29 08:10:33 +02:00
Mefiresu
89e1ac2ac8 Fix EditorLoad/EditorDraw order 2024-06-29 08:01:19 +02:00
Mefiresu
044893483f Fix first release RETRO_REVISION 2024-06-29 07:27:18 +02:00
MegAmi
636893a155 Add UIDialog_CreateDialogYesNo and UIDialog_CreateDialogOkCancel as public functions
Not sure why these were missing, likely just forgotten.
2024-06-28 16:11:39 -05:00
MegAmi
d0e37a32c7 Update repository links 2024-06-28 11:40:28 -05:00
Mefiresu
aa36d3ec83 Update RSDKv5 submodule 2024-06-17 20:38:13 +02:00
Mefiresu
793a2e851b Fix readme typo (WITH_RSDK)
Fixes #280.
2024-06-17 20:37:08 +02:00
MegAmi
2c283521b3
Fix incorrect anim order in PlayerAnimationIDs (#278) 2024-06-07 10:16:49 +02:00
Eggmanplant
ec302a3ea7
Add instructions for Void (#279) 2024-06-07 10:13:31 +02:00
BlueSpeedster
7b6681f561
Minor fixes to certain parts of the decomp's code (#271)
* Add back "Game.rc" into the "All" files

this should fix #269

* Fix not selecting the same character in PrePlus versions of the game

this should fix #267

* Fix MSZ Background Palette during Act 1

this should fix #268
2024-05-10 17:32:22 +02:00
LittlePlanetCD
879d8d7417 Add bug details to PSZ2Intro Cutscene 2024-05-10 10:37:48 +02:00
st×tic
8278952dee
add recursive here just in case 2024-03-06 11:16:03 -06:00
SamueltheTechn0Kid
ba58959185 Remove broken Origin store link from README.md 2024-02-28 20:42:59 +01:00