Commit graph

2749 commits

Author SHA1 Message Date
Agent X
95738ccfd1 Small crash fix 2024-07-01 10:44:43 -04:00
Radek Krzyśków
b487527339
Minor UI/language improvements (#88)
* Revised Polish translation (given the UI constraints)

* Added explicit DJUI Menu Panel alignment parameter

Previous version was prone to name clashing and could break the UI with some translations and some mod names.
2024-07-01 10:44:35 -04:00
Radek Krzyśków
75ce4e1d1d
Optional updates for the loading screen (#87)
- added support for WAPI_DXGI (now only WAPI_DUMMY does not render the loading screen)
2024-07-01 13:34:20 +10:00
Agent X
fe114133ff Fix headless compilation and do some formatting 2024-06-30 20:55:47 -04:00
Agent X
1bde63d3d8 Expose should_push_or_pull_door() 2024-06-30 20:15:12 -04:00
Agent X
2ac5bf4496 Fix R Button Options text not changing font/language 2024-06-30 18:22:20 -04:00
Agent X
f93aeb3c72 Remove in-game changelog panel 2024-06-30 17:51:35 -04:00
Agent X
c144ff6780 Remove unused Waluigi animation 2024-06-30 17:46:18 -04:00
Radek Krzyśków
4713219388
Moved mouse-state code to a separate file, enabled mouse-look camera-mode for DXGI (#86) 2024-06-30 15:44:40 -04:00
Agent X
099b97b934 Add mute window when unfocused option
Co-Authored-By: Tulpen <63363329+tulpenkiste@users.noreply.github.com>
2024-06-30 11:42:37 -04:00
Agent X
af1606086d Add skip update check launch param 2024-06-30 11:05:16 -04:00
Agent X
b1b8ceafcb Add back legacy palette fields so mods don't immediately break 2024-06-30 10:48:22 -04:00
Agent X
47bfff14d8 Remove unused file 2024-06-30 08:44:30 -04:00
Agent X
6c807d259e Rename sm64coopdx-TESTING to sm64coopdx 2024-06-30 08:23:53 -04:00
Agent X
b228b3bb0e Re-enable update checker/changelog code, set version back to v1.0 2024-06-30 07:43:13 -04:00
Radek Krzyśków
e2c15afc68
Windows platform enhancements (#84)
* Enabling portable paths for Windows (custom user preferences dir, drag'n'drop paths)

* Updated the windows messages loop for DXGI window API

* Fixed international keyboard layouts text input in DXGI
2024-06-30 00:46:14 -04:00
Agent X
4967c911cc This is dangerous, apparently 2024-06-29 16:39:27 -04:00
Agent X
39fb039555 Adjust logo size on non centered 2024-06-29 16:15:52 -04:00
Agent X
20d2e3de6b Add djui_menu_get_font 2024-06-29 16:15:44 -04:00
Agent X
8a5a23a8a6 Add HOOK_ON_MODS_LOADED 2024-06-29 16:00:42 -04:00
Agent X
32a05a2626 Add an underscore to the prerelease version 2024-06-29 12:05:57 -04:00
Agent X
614dbaf7ee Improve cheats and mod menu 2024-06-29 11:14:15 -04:00
Agent X
d81f8846e5 Small Nametags improvement 2024-06-28 21:47:55 -04:00
Agent X
0c9b92c5cd Update djui_panel_rules.c 2024-06-27 20:57:51 -04:00
eros71
a17b1aab3f
Fix translation oversight and improve Spanish (#82)
Makes the "Custom" option in the player palette also be translated (the translated strings were unused) and also cleaned up the Spanish translation a little so it sounds more natural.
2024-06-27 18:33:40 -04:00
Agent X
4d2328edab Prerelease 4 2024-06-27 18:05:35 -04:00
Agent X
3359ebba0b Add AWESOME new lighting color functions 2024-06-27 16:54:13 -04:00
Agent X
26683b9b4f Wake up player if sleeping on the player menu 2024-06-27 16:52:55 -04:00
Agent X
9054a722e0 Mostly fix up the title screen camera interp jank 2024-06-27 07:58:34 -04:00
Agent X
51f90260eb Fix Nametags and some interpolation jank 2024-06-27 07:39:54 -04:00
Agent X
436049fe7c
Prerelease 3 2024-06-26 21:55:18 -04:00
PeachyPeach
dc02aa9881
Make compiled lua load again (#80) 2024-06-27 10:19:29 +10:00
Agent X
0b8370eacb Misc fixes and changes 2024-06-26 18:51:11 -04:00
Agent X
8525a9a2ee DynOS fixes 2024-06-26 18:51:11 -04:00
Agent X
565e8b6367 DJUI fixes and changes 2024-06-26 18:51:11 -04:00
Agent X
971ddc00cd Remove legacy struct fields, fix a function name 2024-06-26 18:51:11 -04:00
PeachyPeach
a7a439993f
Fix crash in mods_clear (#79) 2024-06-27 08:36:13 +10:00
Agent X
37c62cabeb Fix loading screen 2024-06-25 16:07:13 -04:00
Agent X
939ca8256d Small fix 2024-06-25 15:56:31 -04:00
Agent X
8d79a47490 Restore no texture filter on FONT_MENU 2024-06-25 15:17:48 -04:00
Agent X
4e6e8b888a Fix missing rules string 2024-06-25 13:33:04 -04:00
Agent X
3b6bc54c91 Small mod audio refactor 2024-06-25 10:10:19 -04:00
Agent X
16d403c254 Update script warnings 2024-06-24 23:40:49 -04:00
Agent X
21ca523d04 How did I even become a lead developer in the first place 2024-06-24 14:16:45 -04:00
Agent X
5c0e32348d Small fix 2024-06-24 14:11:32 -04:00
Agent X
69eea94501 Fixes to sys_user_path 2024-06-24 12:04:28 -04:00
Agent X
ac805bf94d Expose some behavior_script.h functions to Lua 2024-06-23 19:30:38 -04:00
Radek Krzyśków
227a4bbcf3
Using Short Paths (ASCII-compatible) for Exe Dir and User Dir on Windows (#77)
Co-authored-by: Agent X <44549182+AgentXLP@users.noreply.github.com>
2024-06-23 18:38:32 -04:00
PeachyPeach
c4214ed2da
Prevent the game from caching downloaded WIP mods (#69)
* don't tmp or cache wip mods

* update
2024-06-23 11:54:07 -04:00
Agent X
69cb215219 Add bounds checks to skybox get/set functions 2024-06-22 17:30:54 -04:00