Commit graph

2751 commits

Author SHA1 Message Date
Sunk
e4c9dd9240 Fix exclamation boxes again (#540)
Hopefully for the last time for this method
2023-11-24 19:49:20 -05:00
Agent X
8dc10406be Improve DJUI scaling and other fixes 2023-11-24 19:48:46 -05:00
Agent X
7610fb2d02
Merge pull request #7 from eros71-dev/main
(WIP) De-hardcode DJUI Scaling, Moved menu-related options
2023-11-24 16:18:49 -05:00
eros71-dev
e9beeee7be All good now! Also removed an unused var. 2023-11-24 21:13:28 +01:00
eros71-dev
a4f7535a03 Fix syntax changes, re-add 1.5, add 1.25
I've also changed the switch I've added for the scaling to follow the same formatting as the other ones
2023-11-24 20:51:39 +01:00
eros71-dev
9dde4455b2 Change x1.5 to x1.25, it was too big 2023-11-24 20:33:10 +01:00
eros71-dev
839d040cf9 Review fixes 2023-11-24 20:26:34 +01:00
Agent X
b24c1731d0 Add gGlobalSoundSource to Lua 2023-11-24 11:24:26 -05:00
Agent X
13178af640 Reset Nametags settings on network init 2023-11-23 21:40:31 -05:00
Agent X
f8e0bfc2e4 Fix path backslashes with DJUI console 2023-11-23 12:21:01 -05:00
Agent X
0a39303a5a Tweak FPS Display a little 2023-11-23 10:50:06 -05:00
Isaac0-dev
13c0e693f8 simple fps display in top left corner (#527)
* simple fps display in top left corner

* added other languages

thank you to everyone in #translation-station, and to Google translate (some languages may need revisiting later)

* render from left not center, grey fps text
2023-11-23 10:04:15 -05:00
Sunk
47ef0668ca Better sanity check exclamation box hook (#536)
Also makes the parent object of the spawned object the exclamation box for spawned stars to work properly
2023-11-23 10:02:37 -05:00
Agent X
e6366b7865 Add Staff Roll menu background option 2023-11-23 10:02:21 -05:00
eros71-dev
e3d57c01cc (WIP) DJUI Scaling setting, moved menu-related options to "menu options" instead of "misc" 2023-11-23 05:25:33 +01:00
Agent X
5c8621f408 djui_gfx_get_scale update 2023-11-22 19:38:42 -05:00
Agent X
e3c0fe29da Update DJUI Themes, fix warnings and update inis 2023-11-22 18:45:21 -05:00
MysterD
230f4fb1e1 Fix indentation 2023-11-22 17:42:16 -05:00
JairoThePlumber
9038675d06 Updated and Added Ї ї and Ґ ґ to the custom fonts (#533)
* Add files via upload

* Added Ї ї and Ґ ґ
2023-11-22 17:42:13 -05:00
Isaac0-dev
3c9623755f hide player list when on main menu properly (#535) 2023-11-22 17:41:32 -05:00
MysterD
eeb04903f5 Improve FPS tracking 2023-11-22 17:40:49 -05:00
Agent X
7700c2c393 Finally fix that one djui selectionbox theming bug 2023-11-21 20:27:05 -05:00
Agent X
ff53377644 Add 10 or more mod warning 2023-11-21 19:49:35 -05:00
Agent X
0b66a50a00 Fix loading screen 2023-11-21 17:59:07 -05:00
Agent X
cc9348c71c Fix compilation warnings 2023-11-21 17:44:36 -05:00
MysterD
ff29d848e2 Updated Polish characters (thanks Jairo) 2023-11-21 17:30:08 -05:00
MysterD
4e867cbbc7 Add polish characters (thanks Jairo The Plumber) 2023-11-21 17:28:59 -05:00
MysterD
1e89fcc4d4 Keep console messages around until the final djui_init() 2023-11-21 17:25:43 -05:00
Sunk
a85c8dbbf8 Create hook_exclamation_box in place of set_exclamation_box_contents (#524)
* Revert set_exclamation_box_contents()

In favor of the hook

* Create `hook_exclamation_box`
2023-11-21 17:22:54 -05:00
Isaac0-dev
ea487fe342 actually fix extended pause menu + improve act/course replacement (#523) 2023-11-21 17:15:18 -05:00
Isaac0-dev
2c0b112cba more fixes and dynos cleanup (#520)
- fix paginated panels when a page doesn't exist anymore
- fix colored mod names carrying over to other mod names in lobby mod lists
- even more dynos cleanup
    - remove unused code
    - more clean up for dynos levels code (mostly just better code layout)
2023-11-21 17:14:25 -05:00
David Joslin
d1ffab4219 Have the loading screen indicate when it's generating texture/model packs 2023-11-21 17:14:25 -05:00
David Joslin
d6b3f3660d Tweak loading screen visuals, indicate which mod is being loaded 2023-11-21 17:14:23 -05:00
David Joslin
da95b3febe Fixed manta ring spawning and likely other object desync bugs 2023-11-21 17:02:13 -05:00
Isaac0-dev
23193887db added HOOK_MIRROR_MARIO_RENDER to Lua (#514)
* added HOOK_MIRROR_MARIO_RENDER to Lua

Previously there was no way to interact with mirror Mario using the Lua api, so this fixes that.

* remove premature optimisation

* revert that
2023-11-21 17:00:35 -05:00
Agent X
092a5fab32 Make chat & console disallow mouse look 2023-11-19 22:24:07 -05:00
Agent X
706f6ab1f8 Oops, fix silly mistake 2023-11-19 19:41:49 -05:00
Agent X
508ad40e44 Change output name to sm64coopdx & clean up a bit 2023-11-19 19:38:26 -05:00
Agent X
3158b5f741 Declutter DJUI pause menu 2023-11-18 15:56:44 -05:00
Agent X
72c58f722e Prevent some mod init related lua crashes 2023-11-17 19:55:20 -05:00
Agent X
5fd6d685d7 Only call WAPI.delay if no network launch args 2023-11-17 19:47:07 -05:00
Agent X
d9a59aa0ed Merge branch 'main' of https://github.com/coop-deluxe/sm64coopdx-rebase 2023-11-17 18:32:14 -05:00
Blockyyy
c2c846f650 Expose lvl_set_current_level (#513)
* Expose Initiate_warp

exposed initiate_warp function
exposed WARP_NODE_ constants

* expose lvl_set_current_level

* remove initiate_warp
2023-11-17 18:29:37 -05:00
SharenTheCat
5b72836c15 Modify Mario's head and torso rotation outside of specific cases
Adds "m.marioBodyState.allowPartRotation", which when set to 1, will make "m.marioBodyState.headAngle" and "m.marioBodyStates.torsoAngle" actually change where Mario's head and torso face outside of very specific cases (like running, or being underwater).
2023-11-16 23:01:18 -03:00
Agent X
1cb69df30f Revert DJUI button height change 2023-11-16 17:43:57 -05:00
Agent X
345bf8af50 Expand DJUI elements a little so text fits better 2023-11-14 21:50:35 -05:00
Agent X
dd3b39739e Continue making DJUI text use DCDCDC instead of C8C8C8 for consistency 2023-11-14 21:49:41 -05:00
Blockyyy
5d39741be1 Delete star flags (#501)
* Expose save_file_remove_star_flags

* new packet

added a new packet type and two new functions

* oops

* create packet_save_remove_flag.c

move the new network functions to a new file

* Switch u32 to u8

Switched courseStarsToRemove from u32
 to u8 for consistency

* fixed the function

-Fixed empty save file marked as existing
-Fixed SAVE_FILE_EXISTS flag being deleted
-Fixed removing ALL flags from the remote saves
2023-11-14 20:40:34 -05:00
Agent X
8110c83891 File Select Theme 2023-11-13 12:16:49 -05:00
Agent X
b6d1a8a706 Bouncy Level Bounds server option 2023-11-13 08:27:20 -05:00