Emerald Lockdown
ed9023d781
`save_file_erase_current_backup_save` and more ( #189 )
2022-09-26 19:14:53 -07:00
Agent X
29cd726d18
Color type and palette/color functions ( #199 )
...
Added a Color type (typedef u8 Color[3])
Added network_player_color_to_palette and network_player_palette_to_color
Reran autogen
2022-09-26 19:11:51 -07:00
Agent X
41db5bbc66
God mode check for lava wall boost ( #201 )
...
* God mode check for lava wall boost
Thanks to Skeltan for finding it
* Prevent potential cutscene breaks
2022-09-26 19:10:39 -07:00
eros71-dev
66a1054773
Improve guide readability ( #202 )
2022-09-26 19:10:17 -07:00
Agent X
05b2dcbefe
Expose level_trigger_warp and related constants ( #197 )
2022-09-19 19:51:27 -07:00
Agent X
92c175cddb
Update dynos_bin_read.cpp ( #198 )
...
Added an extra ".inc" to the room.inc.c check so things like "mushroom" don't get flagged as rooms
2022-09-19 19:36:10 -07:00
Agent X
337901f3ce
Add vanish cap walls to no camera collision check ( #196 )
2022-09-19 19:34:09 -07:00
Emerald Lockdown
c4baafcd05
Remove save_file_erase function ( #195 )
2022-09-19 19:33:43 -07:00
MysterD
477a601249
Fix crash in rippling paintings
2022-09-18 19:06:52 -07:00
Agent X
ba63d96dfa
Lower water level on Football/Shell Rush ( #194 )
...
On 0 star saves, the water is not lowered so the gameplay experience is impaired.
2022-09-18 19:00:39 -07:00
MysterD
66a85b17ab
Removed extra change_area/level packet that the ripples PR added. It breaks too many things
2022-09-18 18:41:32 -07:00
Emerald Lockdown
adf8868976
Removed artifcat, fix cam ( #193 )
2022-09-18 18:16:58 -07:00
Agent X
e8ac7c15ea
HOOK_ON_SCREEN_TRANSITION ( #192 )
2022-09-18 17:30:29 -07:00
PeachyPeach
95a8199b9b
Complete color palettes; gfx macros ( #191 )
2022-09-18 17:30:13 -07:00
PeachyPeach
08b5af5366
Main menu: separate Rom Hacks from regular mods ( #190 )
2022-09-18 17:29:05 -07:00
Emerald Lockdown
3ec278639e
Removed gChangeAreaIndex as it is unused (and does nothing), and fixed thi and crashes ( #187 )
...
* Removed gChangeAreaIndex as it is unused, and fixed thi and crashes
* Fixes
* undo formatting
* Undid stones
2022-09-18 17:28:09 -07:00
PeachyPeach
64ef71e466
Fixed gLevelValues initialization and missing limits ( #188 )
2022-09-13 14:44:08 -07:00
Agent X
76cb1aeffc
Revert "Fix power meter going black when in djui pause ( #168 )" ( #186 )
...
This reverts commit 4e8308199a
.
2022-09-13 14:43:06 -07:00
Isaac0-dev
905f75597b
document HOOK_ON_CHANGE_CAMERA_ANGLE ( #185 )
2022-09-13 14:42:53 -07:00
MysterD
aa27a2d8de
Reformat platform save file locations
2022-09-12 20:04:37 -07:00
WryOpussum
2ebedb4125
Update lua.md ( #183 )
...
Showed where the Save File location is for each platform
2022-09-12 20:02:24 -07:00
Emerald Lockdown
7094c50dfd
Doc stuff ( #182 )
2022-09-12 20:01:45 -07:00
Emerald Lockdown
de9bb54423
Remove heal on warp ( #181 )
...
* Patch heal on warp
* Remove entirely
2022-09-12 20:01:13 -07:00
Isaac0-dev
184344afc4
multiple improvements ( #176 )
2022-09-12 20:00:51 -07:00
Emerald Lockdown
3738ab43cf
Add network_is_moderator ( #180 )
2022-09-12 19:58:58 -07:00
Emerald Lockdown
f1ebb7e7dc
Hns stuff ( #155 )
...
* Readded headstart and cleaned up code
* Added pu prevention, credit to sunk, and cleaned up some comments
* Cleaned up code and added fancy pause exit stuff
* Update network_utils.c
* Revert commit
2022-09-12 19:58:37 -07:00
Sunk
232b3705d3
Unhardcoded floor and ceiling limits ( #179 )
...
* Unhardcoded ceiling and floor limits
* Revert "Unhardcoded ceiling and floor limits"
* Revert "Revert "Unhardcoded ceiling and floor limits""
This reverts commit 71b2da4c4b898cda73f211620d138b346370d2ce.
* Let's try that again
2022-09-12 19:58:01 -07:00
wRadion
3ab27fc072
Scrolling textures (continued) ( #175 )
...
* Handle scroll targets as dynamic array + some error handling
* Remove the need to call init (clean automatically scroll targets)
* Free iteratively instead of recursive
* Added comments + handled some potential errors
* Completed comments
* Remove debug print
2022-09-12 19:57:28 -07:00
Agent X
ac6254a657
SURFACE_RAYCAST ( #177 )
...
* SURFACE_RAYCAST
* Exclude from camera collision
2022-09-12 19:56:24 -07:00
MysterD
d3477ca8dd
Merge branch 'coop' of github.com:sm64ex-coop-dev/sm64ex-coop into coop
2022-08-25 20:42:43 -07:00
MysterD
523d287cf1
Revert "Character Movesets and Extended Moveset changes. ( #156 )"
...
This reverts commit 548ced6f27
.
2022-08-25 20:42:31 -07:00
Isaac0-dev
1cc9153bdf
fix custom level corruption on network shutdown ( #174 )
2022-08-25 20:16:01 -07:00
MysterD
6fb6c31569
Bump version
2022-08-25 17:59:43 -07:00
MysterD
dc2bc696af
Re-ran autogen
2022-08-25 17:49:45 -07:00
MysterD
ec6901718c
Merge branch 'coop' of github.com:sm64ex-coop-dev/sm64ex-coop into coop
2022-08-25 17:49:25 -07:00
wRadion
92ce6d9e4c
Handle RM_Scroll_Texture and editor_Scroll_Texture behaviors from RM2C hacks ( #173 )
2022-08-25 17:46:33 -07:00
Agent X
3b8a9801d3
Fix star sparkles appearing for everyone ( #172 )
...
When collecting a star, originally the sparkles would appear on everyone even if they didn't collect the star, this has been fixed.
2022-08-25 17:42:45 -07:00
Agent X
916d59e9b5
is_transition_playing() ( #171 )
...
Can be useful for people making HUD mods or anything like that.
2022-08-25 17:42:30 -07:00
Agent X
4824d2b191
Improve the "Error: network shutdown" popup ( #170 )
...
It now only appears when someone stops hosting and you are disconnected from their lobby, I also changed the text to "Disconnected: server closed" in case it wasn't obvious
2022-08-25 17:42:15 -07:00
Agent X
3510edbc85
Improve cheats ( #169 )
...
Cheats suck less now I guess.
2022-08-25 17:41:04 -07:00
Agent X
4e8308199a
Fix power meter going black when in djui pause ( #168 )
2022-08-25 17:39:11 -07:00
Agent X
a8db460392
Add character head glyphs to gTextures ( #167 )
2022-08-25 17:38:34 -07:00
Agent X
02a5ea9f85
Fix hex codes being set inproperly ( #165 )
2022-08-25 17:38:03 -07:00
wRadion
8c6dd80abd
Only remove the offset when it\'s not a door warp ( #164 )
2022-08-25 17:37:30 -07:00
Agent X
9424accf08
Prevent dialog from showing in main menu ( #162 )
...
* Prevent dialog from showing in main menu
* Scuttlebug fix
2022-08-25 17:34:27 -07:00
Agent X
f586a72370
Small bug fixes to Stop Hosting ( #161 )
...
Previously you could exit during the act select screen and even crash the game by entering a door and then pressing Stop Host.
2022-08-25 17:33:47 -07:00
Agent X
f1dcc77854
Remove TARGET_WEB ( #159 )
...
Just a simple code cleanup opportunity I saw
"I won't be porting this to the web" - djoslin
Compiled and tested everything to see if it works, feel free to check yourself or look over the code
Also, I noticed TARGET_N64 was there too, might do a clean up on that since we all know this isn't getting ported to the N64 anytime soon.
2022-08-25 17:32:20 -07:00
wRadion
3a491421d7
make distclean invoke cleantools ( #158 )
2022-08-25 17:30:19 -07:00
Emerald Lockdown
9565a32811
Added `warp_to_start_level` function ( #154 )
...
* Added `warp_to_start_level` function
* Fix include things
2022-08-25 17:27:05 -07:00
TheGag96
29cc9e30a4
Extended Moveset: Fix ground pound jump ( #153 )
...
Woops!
2022-08-25 17:26:37 -07:00