Commit graph

68 commits

Author SHA1 Message Date
MatthewBeshay 28d68befd4 Replace remaining WinAPI types with standard C++ equivalents
DWORD→uint32_t, BYTE→uint8_t, HRESULT→int32_t, HANDLE→void*, UINT→uint32_t, INT→int32_t, WORD→uint16_t, LONG→int32_t, SHORT→int16_t, LONGLONG→int64_t, ULONG_PTR→uintptr_t, PBYTE→uint8_t*, LPWSTR/PWSTR→wchar_t*, FLOAT→float, CHAR→char, boolean→bool, CONST→const, TRUE→true, FALSE→false across 176 files (excluding vendor libs and Linux stubs).
2026-03-30 17:36:15 +11:00
Tropical ad67f4be71 refactor: configure classic panorama at compile-time 2026-03-29 15:53:10 -05:00
Sally Knight 1ab985805a feat(jui): add beacon screen 2026-03-29 15:52:35 -05:00
Sally Knight 18dd2ed2ca update inventory.png to 1.6.4 version 2026-03-29 15:52:35 -05:00
Sally Knight 97c6704d82 feat(jui): add merchant screen 2026-03-29 15:52:19 -05:00
Sally Knight 3dcc985cd4 feat(jui): add brewing stand screen (+ fix enchantment screen not being used) 2026-03-29 15:52:18 -05:00
Sally Knight 5ac7f23577 feat(jui): add hopper screen 2026-03-29 15:50:36 -05:00
StevenSYS b854af49c6 Added option to use the TU panorama or the Java one. 2026-03-29 15:50:36 -05:00
Sally Knight fbbf086f71 feat(jui): add anvil screen 2026-03-29 15:50:35 -05:00
Sally Knight 65ff6a97f0 feat(jui): add horse inventory screen 2026-03-29 15:50:34 -05:00
Sally Knight 3f2c6e0012 feat(jui): add panorama and splashes to title screen
Also moved the version string to the same height as the copyright message, matching Beta 1.8+
2026-03-29 15:50:34 -05:00
aedanmills 75d83a4556 Fixed broken quit game button again. 2026-03-28 21:01:28 -04:00
StevenSYS 396e819b9b
Made the Java creative inventory more complete. 2026-03-27 14:32:47 +00:00
Tropical 8d1c7c9f74 fix: "properly" merge Vita strings into Windows64 strings.lang 2026-03-24 22:43:11 -05:00
Tropical fe5b66fca6 clean up more assets 2026-03-24 19:48:15 -05:00
Tropical 0b2f5f8faf refactor(assets): move Xbox-specific strings back to XboxMedia 2026-03-24 17:58:46 -05:00
Sally Knight cd1b063ccd fix(jui): use icons.png from 1.6.4 2026-03-24 21:23:42 +03:00
Sally Knight e779ab9554 fix: re-add java .lang 2026-03-24 06:39:56 +03:00
Tropical f5c5df3680 fix: update movies1080 swf file list in Minecraft.Assets
Some checks are pending
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
Clang Format / clang-format (push) Waiting to run
fixes missing TU19 assets
2026-03-23 14:01:23 -05:00
Tropical 7e27377d46 fix: incorrect HtmlString formatting for colored text 2026-03-23 13:23:58 -05:00
Tropical 4d1e34dab0 Merge branch 'dev' into tu19-take-2 2026-03-23 03:45:22 -05:00
Tropical f820e73cf8 fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
Tropical 6091f1136e merge Minecraft.Assets/Common/Media 2026-03-22 15:41:55 -05:00
Tropical 483f411f25 merge Minecraft.Assets/Common/res 2026-03-22 15:38:46 -05:00
Sally Knight 12aa117377 fix: add strings required for large world-supported platforms 2026-03-22 22:37:23 +03:00
Sally Knight 2ab1f9fef0 fix: add lang strings 2026-03-22 22:10:44 +03:00
Sally Knight 7c366e2a01 fix: add even more missing strings
:D
2026-03-22 21:45:10 +03:00
Tropical 3640c97575 more strings, UIScene fixes 2026-03-22 13:14:16 -05:00
Tropical 1f333e93b3 more missing strings 2026-03-22 13:08:26 -05:00
Tropical aa0a7777a3 more strings more strings more strings 2026-03-22 13:05:07 -05:00
Tropical ce57edff9d fix strings, includes, the usual 2026-03-22 02:28:46 -05:00
Tropical e444bef081 implement DebugArtToolsOn, fix strings and includes 2026-03-21 23:50:56 -05:00
Tropical d230a1e4e4 add temp missing strings 2026-03-21 23:37:46 -05:00
Tropical d9aa793075 build fixes 2026-03-21 19:19:31 -05:00
Sally Knight b60c6e779d i18n: add localization for console-specific achievements 2026-03-19 04:07:46 +03:00
ViniciusCruzMoura 4f252c8615 languages: replace 'Return to Xbox Dashboard' to 'Return to Desktop'
I just did a grep and replace, to update #277 pull request
git grep -rn "Return to Xbox Dashboard"

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-03-17 07:05:50 -04:00
WildBirdDog27 22d2f306e3 console title image 2026-03-16 23:01:52 -04:00
WildBirdDog27 9671208e66 4jcraft title image 2026-03-16 22:11:44 -04:00
Sally Knight 70931170fa fix(i18n): convert and correct format specifiers
Removes positional specifiers of the original Java Edition .lang and also corrects some specifiers (such as the one for key.mouseButton)
2026-03-16 23:47:52 +03:00
Sally Knight 97172039dd Merge branch 'dev' into feat/restore-java-gui 2026-03-16 16:04:30 +03:00
Tropical 2e206bc97b fix: more menu logo sizing fixes 2026-03-15 14:53:29 -05:00
Tropical e3f520b063 fix: dont change asset size 2026-03-15 14:26:37 -05:00
Tropical e67e226084 feat: temporary branding changes 2026-03-15 14:15:17 -05:00
Sally Knight 3f2e7338cc feat: complete language class implementation
yes clang-format was used
2026-03-14 18:00:15 +03:00
Liriosha 07ab03d812
Added Doxygen + GitHub Pages 2026-03-13 23:00:35 -04:00
lotaviods 66fb0f1a96 feat: Implement creative inventory 2026-03-13 03:22:42 -03:00
Tropical db7a5f9519 feat: restore unused java GUI
Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com>
2026-03-09 22:29:32 -05:00
Pyogenics 13a75fe238 Add platform archive source arrays 2026-03-09 13:25:38 +00:00
Pyogenics b0217b3178 Remove strings headers, we can generate these now 2026-03-09 13:06:16 +00:00
Pyogenics 3a429eac7a Fix incorrect meson install copy path 2026-03-09 12:44:18 +00:00