Commit graph

3300 commits

Author SHA1 Message Date
Agent X
37079a6fc0 Small adjustments 2024-12-31 10:54:49 -05:00
Michael
735a7ec7a7
Japanese Support (#574)
* server console with commands

* better unicode support and japanese translation

* Update README.md

* restore unneeded changes

* missed this

* extra

* restore

* remove extra line

* spacing

* japanese aliased

* language display names

* Update .gitignore

* japanese language support

* more common kanji

* merging new images

* fix line conflicts

* again

* redefinition removal

* Update djui_font.c

* Update djui_font.c

* Update djui_font.c

* separated japanese glyphs and images

* Update .gitignore

* Update djui_font.c

* Revert "Update djui_font.c"

This reverts commit ab2ad8c189.

* Revert "separated japanese glyphs and images"

This reverts commit c3d0fd40e3.

* recombined sheets

* Update djui_font.c

* Update djui_font.c

* Update djui_font.c

* separated japanese glyphs and images

* Update Japanese.ini

---------

Co-authored-by: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com>
2024-12-31 10:32:31 -05:00
Radek Krzyśków
0ef9ae742e
Synchronize instructions in network_init (NT_SERVER) with network_receive_join (NT_CLIENT) (#597) 2024-12-31 10:28:52 -05:00
Radek Krzyśków
ab300a1844
Stop the gameplay from advancing a single frame on the pause screen in singleplayer (#596) 2024-12-31 08:01:49 -05:00
Amy54Desu
1f1683815e
HOOK_MARIO_OVERRIDE_GEOMETRY_INPUTS (#591) 2024-12-31 10:38:52 +10:00
PeachyPeach
96932f5bf1
Custom geo function and switch nodes with Lua callback (#593) 2024-12-31 10:23:13 +10:00
Agent X
c17b82a7a3 Mod Storage: SUPERCHARGED 2024-12-30 18:18:14 -05:00
PeachyPeach
1c950ba57c
Autogen vector types (#594) 2024-12-30 18:14:51 -05:00
Agent X
8c8b7e91a3 Update some things 2024-12-29 14:38:45 -05:00
PeachyPeach
f695f988a2
Functions autogen update + matrix fields naming (#590) 2024-12-29 13:49:37 -05:00
PeachyPeach
62ced7973b
Fix FPS again (#592) 2024-12-29 13:41:59 -05:00
Michael
ba037771bd
ime composition support (#589) 2024-12-28 08:45:34 -05:00
jayden
c8faa22072
Final touches for geo hooks (#588)
* new geo process children hook

* EXPOSE the mat stack

* fix formatting (oops)
2024-12-28 08:44:36 -05:00
Agent X
ff9a2329fb Improve a bug patch 2024-12-27 22:35:52 -05:00
Agent X
0f01aa27ab Merge branch 'dev' of https://github.com/coop-deluxe/sm64coopdx into dev 2024-12-27 22:25:19 -05:00
Agent X
abc79cab55 Change Mario OOB failsafe 2024-12-27 22:24:37 -05:00
jayden
1291350bed
Add hooks to graph node processing (#587)
* geo process hooking

* autogen update!
2024-12-27 22:07:31 -05:00
Radek Krzyśków
dc538f4f50
Reworked the platform-dependent executable paths. Quoting the command line for Discord game invites. (#188) 2024-12-27 18:05:54 -05:00
Radek Krzyśków
12c7540daf
Updated "smlua_audio_utils" to acknowledge the "configMuteFocusLoss" option (#391) 2024-12-27 17:57:11 -05:00
jayden
68b9f2c556
Autogen correctly handle pointers (#584)
* correctly handle pointers in autogen

* autogen with correct pointers

* fix typo in lvt autogen
2024-12-27 17:51:47 -05:00
Agent X
261dfe0d76 Patch highlighted mod on crash screen 2024-12-27 17:06:55 -05:00
Agent X
62597b1e5e Fix mod menu buttons cutting off 2024-12-24 18:51:11 -05:00
Agent X
ef2112759e Fix invalid mario surface pointer on act select 2024-12-24 18:50:55 -05:00
Agent X
183018cf3c Nice syncing code Sunk 2024-12-23 17:23:06 -05:00
Agent X
83e40a17c2 Update rumble functions for SDL2
Co-Authored-By: GhostlyDark <31742919+GhostlyDark@users.noreply.github.com>
2024-12-23 15:27:46 -05:00
jayden
67f4088eb9
make graphnodeswitchcase mutable (#581) 2024-12-23 06:59:58 -05:00
Agent X
5aa3a31003 Document object_list_processor.h (69.67%) 2024-12-22 21:58:06 -05:00
Agent X
c76ded1c52 Merge branch 'dev' of https://github.com/coop-deluxe/sm64coopdx into dev 2024-12-22 21:54:05 -05:00
Agent X
fe316a9a08 Document some more files (69.61%) 2024-12-22 21:53:54 -05:00
jayden
2a19745137
Expose types of GraphNode to Lua (#580)
* expose graph_node.h

* cast_graph_node lua function

* document cast_graph_node

* graph node immutables
2024-12-22 19:15:04 -05:00
Agent X
c519ecb76b Tweak MSAA font fix 2024-12-22 16:27:04 -05:00
John S
16e78ee36a
Fix a capitalization issue within the interaction.h documentation (#578)
* Document Interaction.h (68.23%)

* Fix caps

* Fix missing bracket

* Make descriptions a little more clear and concise

* Fix a capitalization issue
2024-12-22 06:40:54 -05:00
John S
8da73663aa
Document Interaction.h (68.23%) (#577)
* Document Interaction.h (68.23%)

* Fix caps

* Fix missing bracket

* Make descriptions a little more clear and concise
2024-12-19 22:30:07 -05:00
Radek Krzyśków
e20d704604
Solve crashing for disconnected players (#566)
* Prevent crashes for disconnected players with disabled mod list panel

* Allow disconnected players (gNetworkType = NT_NONE) to successfully close the game

* Kick the player back to the Main Menu if network init failed
2024-12-19 22:08:26 -05:00
Agent X
f61ff7613c Merge branch 'dev' of https://github.com/coop-deluxe/sm64coopdx into dev 2024-12-19 21:49:14 -05:00
Agent X
7b75b022a1 Add suggested back button to save select panel 2024-12-19 21:49:01 -05:00
John S
096a5f8dbd
Fix the (0,0) edge case in the atan2s offset lookup table (#576) 2024-12-19 20:15:16 -05:00
Agent X
982e2f1594 Raise mod storage limits to 1024 2024-12-19 16:24:30 -05:00
Sunk
875a1f975e
Fix exclamation box spawns models and sync (#560) 2024-12-17 17:08:34 -05:00
Agent X
36f0d1fcb7 Fix stupid bug lol 2024-12-17 17:05:43 -05:00
xLuigiGamerx
6757a3abb7
Added FONT_SPECIAL (#556)
* Fixed player and mod lists not updating on language change

* Added `FONT_SPECIAL` which is based on the special controls letters in dialog boxes
2024-12-17 08:58:38 -05:00
Agent X
e3c1b20f6b Document rumble_init.h (65.46%) 2024-12-16 20:42:20 -05:00
Agent X
116d9808d2 Document djui_panel_menu.h (65.17%) 2024-12-16 20:26:43 -05:00
Agent X
faceaa684a Document sound functions 2024-12-16 20:18:28 -05:00
xLuigiGamerx
66fb28500b
Added djui_menu_get_rainbow_string_color() (#536)
* Removed unintentionally exposed function and disallowed it in autogen

* Exposed djui_language_get to lua

* Added djui_menu_get_rainbow_string_color()
2024-12-16 16:51:27 -05:00
John S
af1e7be9ac
Document Camera.h (#569)
* Document functions in Camera.h

This is the complete documentation for Camera.h

* Fix some grammar and formatting mistakes.
2024-12-16 16:43:39 -05:00
John S
d61206a91d
Document save_file.h (#570) 2024-12-16 16:42:55 -05:00
Agent X
95ef1eb133 Make ending set level to LEVEL_ENDING 2024-12-15 20:24:00 -05:00
Agent X
7e21a58eb3 Update rules 2024-12-15 20:09:21 -05:00
Radek Krzyśków
c03075549e
Added missing validations on smlua_to_string to avoid nullptr deref (#561) 2024-12-15 09:27:51 +10:00