Commit graph

313 commits

Author SHA1 Message Date
AloXado320
ae6ea6c008 Misc fixes
Proper Mario Head Skip (Game over now returns to title screen)

Better tree particle snow check

Add 2 qol fixes (one was missing)
2021-07-08 11:22:22 -05:00
AloXado320
4b26081f80 Camera failsafes and fixes, also add missing mouse actions diff
Failsafes for most of C-Up, Puppy classic modes
2021-07-06 13:03:48 -05:00
AloXado320
c6236a0cdc Fix SDL_ShowCursor being called every frame (thx kiritodev)
Also some formatting for the previous commit
2021-07-03 12:07:32 -05:00
AloXado320
67f38646b9 audio external data optimization by kiritodev 2021-07-03 11:53:12 -05:00
AloXado320
1d8e539b3e proper mouse toggle, mouse now hides in fullscreen 2021-07-02 23:44:09 -05:00
AloXado320
0da86d5afb 3 new qol fixes 2021-06-30 19:56:48 -05:00
AloXado320
6e73642542 properly set save_file_get_star_flags course index 2021-06-30 00:42:52 -05:00
AloXado320
acf9b80470 always apply seg2 font/hud fixes 2021-06-27 13:41:27 -05:00
AloXado320
1110a2f216 some qol fixes 2021-06-13 18:33:20 -05:00
AloXado320
c74f3fae0d some draw util changes 2021-06-13 16:19:03 -05:00
AloXado320
22689f7488 added extra draw utils (and add n64 strcmp) 2021-05-28 00:04:28 -05:00
AloXado320
38f67897f6 remove misc functions 2021-05-26 12:06:22 -05:00
AloXado320
0607f13954 debug fps counter - properly set eeprom size 2021-05-26 11:29:44 -05:00
AloXado320
bb1d3c47a2 some qol fixes and qol features 2021-05-25 23:31:04 -05:00
AloXado320
d53d8c9a01 ex-alo comments of what i changed from the original 2021-05-20 12:24:55 -05:00
AloXado320
8775bbf30c Update puppycam 2
Classic move collision fix and spherical wall collision
2021-05-18 00:26:56 -05:00
AloXado320
e1f490e3c9 MOP: proper fields and child model defines 2021-05-17 14:44:12 -05:00
AloXado320
8fbfd4f45d add crash screen fonts 2021-05-16 00:27:12 -05:00
AloXado320
0e03970f85 fix builds and properly skip goddard 2021-05-15 14:13:14 -05:00
AloXado320
89989046e8 fix debug menu on N64 2021-05-15 01:21:35 -05:00
AloXado320
1db288c7b0 add proper debug warp end/credits (and some fixes) 2021-05-14 13:04:03 -05:00
AloXado320
aa371ac277 fix build and add debug menu 2021-05-13 23:47:20 -05:00
AloXado320
2c4b1e4ccc simplify includes in cheats and misc 2021-05-12 22:01:09 -05:00
AloXado320
d111cf6085 fix extstick diff 2021-05-12 13:49:57 -05:00
AloXado320
1d2cdcec20 some rumble diffs 2021-05-12 13:17:35 -05:00
AloXado320
37c0eb51f7 fix option diffs 2021-05-11 13:11:57 -05:00
AloXado320
4ed8c56984 Some changes and fixes
Added Button combo to skip intro and go to level select

Fixed "Continue, don't exit" on N64

Better Non-N64 diffs for options_menu

Better clipopts diffs
2021-05-11 02:06:25 -05:00
AloXado320
82f805778a Big update: MOP now part of the repo as define 2021-05-11 01:08:54 -05:00
AloXado320
f51e14249f add n64 configs, ext ram and crash screen 2021-05-10 21:20:38 -05:00
AloXado320
0f694a8ba8 separate clipots with diffs, first iteration of misc_functions 2021-05-09 02:21:41 -05:00
AloXado320
d92bf89b90 better puppy2 hud diff 2021-05-08 21:23:59 -05:00
AloXado320
d567c080eb fix diff and disable puppycam on demo 2021-05-08 11:49:52 -05:00
AloXado320
2724e2cb02 New QOL Feature: Better WF Breakable Wall 2021-05-08 01:43:22 -05:00
AloXado320
8b7d4e452b use git apply in apply_patch.sh 2021-05-08 00:05:41 -05:00
AloXado320
1bacc62286 add enums for lvlscript/beh ids (no geos for now) 2021-05-07 23:56:53 -05:00
AloXado320
a9a70aed1a fix some warnings and puppy2 obj check 2021-05-07 20:30:18 -05:00
AloXado320
730d28bbf2 New QoL fixes and more
Respawn Blue Coin switch (from sm64plus)

Fix botton pole grab and collectable star

Removed missing unused german dialog (for now)
2021-05-07 16:28:25 -05:00
AloXado320
81ecad905f Merge Puppycam 2 changes to latest and add extra actions 2021-05-06 18:20:56 -05:00
AloXado320
18af876007 Merge puppy2 (Added Classic Input Mode)
Tril trailing spaces in bettercamera.c

Fix ivX define in mode3 camera

Define arrow icons hud for mode3 camera
2021-04-16 13:42:55 -05:00
AloXado320
6971e3c8b1 Puppycam 2 fixes
Fix remaining warnings

Fix the tilting camera issue where the camera will tilt

Fix Mario transparency while in a cutscene

Fix Mario Cam Geometry defines (Fixes painting cutscene)
2021-04-15 17:48:55 -05:00
AloXado320
7a89994f46 Fix -O2 OPT_FLAG on PC (Windows) and more
Some formatting fixes on Makefile

Extended alloc dl size to 10000
2021-04-03 19:17:43 -05:00
AloXado320
6808a31eff puppy2: include fix and ignore some surface walls 2021-04-03 14:53:49 -05:00
AloXado320
63daa07632 Better mouse handling and fixes 2021-03-29 22:20:18 -05:00
AloXado320
654d9c6ebb fix puppy2 warnings 2021-03-21 01:30:55 -05:00
AloXado320
0bc91aadc8 Controller changes
Merge wii u controller changes

Fix rawkey 3ds controller warning

Fix controller left stick ranges (from sm64-port)
2021-03-20 13:31:30 -05:00
AloXado320
f0de0c620b Merge latest 3ds port changes 2021-03-20 12:22:39 -05:00
AloXado320
8b8892b5cf Merge more puppy2 changes 2021-03-19 21:31:42 -05:00
AloXado320
2ffc6bd121 Merge latest puppy2 changes and additional fix 2021-03-18 23:40:14 -05:00
AloXado320
16a544f342 Some fast3d render fixes
Fix warnings in gfx_pc.c

Don't render CI texture if texture tlut flag is not defined (Accuracy)

Fix "fast32" misspell in readme
2021-03-15 12:46:55 -05:00
AloXado320
f4df5b3226 Merge latest Puppy2 changes (and adjust it for it)
Also move camera text into it's own file like cheats
2021-03-12 00:33:36 -05:00