MysterD
bda32438f6
Fixed crash in hmap_* functions
2023-11-26 17:43:15 -08:00
MysterD
b07f0c3726
Bump version number
2023-11-26 17:43:11 -08:00
MysterD
be7285d759
Restored chat navigation behavior
...
Up/down scrolls up/down, pageup/pagedown scrolls by a lot
Type / and press up/down to scroll through sent command history
2023-11-26 17:43:06 -08:00
MysterD
70c5e3e530
Fix directx compile, disable loading screen for directx
2023-11-26 17:43:01 -08:00
MysterD
78df9826dc
Add HOOK_ON_HUD_RENDER_BEHIND to the docs
2023-11-26 17:42:57 -08:00
MysterD
ac0049b9b2
Prevent new caps from corrupting romhack graphics
2023-11-26 17:42:52 -08:00
PeachyPeach
8ad80f9128
Fix get_star_name retrieving garbage data
2023-11-26 17:42:47 -08:00
MysterD
59ef3bdfee
Disable Waluigi animations for now
2023-11-26 17:42:42 -08:00
MysterD
63634d01bd
Revert "Mod Storage C++ ( #448 )"
...
This reverts commit 6945b4729e
.
2023-11-25 01:41:53 -08:00
MysterD
7be6c7fa74
Prevent translation of characters that don't exist in the menu font
2023-11-24 23:21:35 -08:00
MysterD
0e59a90627
Reduce stderr spam
2023-11-24 23:21:30 -08:00
MysterD
babe08df5c
Make objects look up their original model id on late join
2023-11-24 23:21:25 -08:00
MysterD
5e3dce9020
Lie about VERSION_TEXT for OMM backwards compatibility
2023-11-24 23:21:19 -08:00
MysterD
1543aac714
Merge branch 'dev' into coop
2023-11-24 17:29:59 -08:00
MysterD
ac62e9e10f
Reran autogen
2023-11-24 16:33:32 -08:00
MysterD
60e4b47dd7
Fix enemy lakitu radius
2023-11-24 16:02:08 -08:00
MysterD
2137f95c34
Make enemy lakitu and wiggler respect their home radius again
2023-11-24 15:41:43 -08:00
MysterD
26a3dcec23
Fix toxbox movement
2023-11-24 15:20:27 -08:00
MysterD
9df9f0638b
Fix crash in check_ledge_grab
2023-11-24 15:09:20 -08:00
MysterD
fc85cb0347
Fix crash in cur_obj_detect_steep_floor
2023-11-24 15:05:11 -08:00
MysterD
b7b1927872
Merge branch 'dev' of github.com:sm64ex-coop-dev/sm64ex-coop into dev
2023-11-24 15:04:56 -08:00
MysterD
30b43e78a8
Fix crash in network_receive_object
2023-11-24 15:02:08 -08:00
Sunk
f237fc1781
Fix exclamation boxes again ( #540 )
...
Hopefully for the last time for this method
2023-11-24 14:57:55 -08:00
Isaac0-dev
aa3e5fad12
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-22 17:04:14 -08:00
Sunk
f9f4c61921
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-22 17:01:37 -08:00
Isaac0-dev
66f2f1dee4
fix secret star names on course complete menu ( #537 )
2023-11-22 17:00:08 -08:00
MysterD
aff4090161
Fix indentation
2023-11-22 00:06:35 -08:00
JairoThePlumber
59bde95a42
Updated and Added Ї ї and Ґ ґ to the custom fonts ( #533 )
...
* Add files via upload
* Added Ї ї and Ґ ґ
2023-11-22 00:06:07 -08:00
Isaac0-dev
5c8b996197
hide player list when on main menu properly ( #535 )
2023-11-22 00:03:11 -08:00
MysterD
39a95ff6d0
Improve FPS tracking
2023-11-22 00:00:06 -08:00
MysterD
44e5a252f3
Updated Polish characters (thanks Jairo)
2023-11-20 21:46:20 -08:00
MysterD
e52f3a97a5
Update cheats with Polish (thanks Jairo)
2023-11-20 20:01:16 -08:00
MysterD
ee517e16d7
Add polish characters (thanks Jairo The Plumber)
2023-11-20 20:00:25 -08:00
MysterD
7450b84694
Fix crash in dynos texture generation
2023-11-20 19:47:32 -08:00
MysterD
b0094f7ce4
Keep console messages around until the final djui_init()
2023-11-20 19:42:29 -08:00
MysterD
0bb6fe8be9
Reran autogen
2023-11-20 16:37:03 -08:00
Sunk
80f1d06ed8
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-20 16:36:25 -08:00
U-DESKTOP-F0TJMO2\Utilisateur
a0e0493e45
fixed red coins display wrong glyph
2023-11-21 01:02:18 +01:00
Isaac0-dev
2fe3dd8005
actually fix extended pause menu + improve act/course replacement ( #523 )
2023-11-21 00:53:33 +01:00
iZePlayzYT
217173f82c
- fixed wrong version number shown (it was displaying 2.1.4 before, but the code was the correct and latest one from 2.1.5) ( #522 )
2023-11-20 15:03:10 -08:00
U-DESKTOP-F0TJMO2\Utilisateur
03ead560c7
Fix fire piranha plant out of bounds read when behavior params > 0x00010000
2023-11-20 19:45:09 +01:00
U-DESKTOP-F0TJMO2\Utilisateur
791d44b1ee
Fix pause menus
2023-11-20 19:11:42 +01:00
Isaac0-dev
9959bcf884
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-19 20:45:08 -08:00
MysterD
c2bd921f05
Have the loading screen indicate when it's generating texture/model packs
2023-11-19 20:40:43 -08:00
MysterD
b5de761230
Tweak loading screen visuals, indicate which mod is being loaded
2023-11-19 19:24:46 -08:00
MysterD
b7066f0b99
Made fire palettes non-beige again
2023-11-19 18:24:16 -08:00
MysterD
8fb818af7f
Fixed manta ring spawning and likely other object desync bugs
2023-11-19 18:21:40 -08:00
MysterD
c5cf321348
Prevented rendering of disconnected mirror marios
2023-11-19 17:24:14 -08:00
Isaac0-dev
6a9bd84f9e
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-19 17:21:15 -08:00
MysterD
a5194c2f38
Prevent multitexture corruption in new Mario/Luigi models
2023-11-19 17:07:43 -08:00