Commit Graph

57 Commits

Author SHA1 Message Date
GabsPuNs
022773a668 Use clang-cl and toggle vsync on fullscreen key for test
Clang-CL (LLVM) gives me more FPS at the cost of a larger executable size.
Also enables O3 and FP:Fast. They need to be tested!
2026-05-24 23:17:25 -04:00
GabsPuNs
bc6c09146a New File System and Cleanup some code Part 3
* Remove stdafx.h and some <unordered_set> includes
* Update Minecraft Server Defines and remove more unused folders/files
* Unbloat stdafx.h from Minecraft.World
2026-05-24 22:21:41 -04:00
GabsPuNs
eb897ac233 New File System and Cleanup some code Part 2 2026-05-24 15:33:28 -04:00
GabsPuNs
f87525a519 New File System and Cleanup some code Part 1
Trial code is almost cleaned.
Consoles are now unused.
stdafx unbloat for Minecraft.Client
2026-05-24 15:30:31 -04:00
GabsPuNs
7e70753d61 Remove Leftovers from TU30 2026-05-23 21:43:35 -04:00
GabsPuNs
88e4a05125 Update MediaWindows64 2026-05-23 21:41:28 -04:00
GabsPuNs
064b6b8512 Add a Very Wip Entity Distance option code
TODO:
* maxChunkDistance dont need to be hardcoded.
* Add Entity Distance Slider and Classic Entity Distance Checkbox.
2026-05-23 21:38:14 -04:00
GabsPuNs
1e287ba2c4 Fix Fullscreen 2026-05-23 21:35:24 -04:00
GabsPuNs
1d304dc77c Fix crash (fullscreen dont work) 2026-05-23 21:34:49 -04:00
GabsPuNs
cf3fb0c658 Update Consoles_App.cpp 2026-05-23 21:30:06 -04:00
GabsPuNs
59b314070a Update Consoles_App.cpp 2026-05-23 21:28:39 -04:00
GabsPuNs
a6776e91c6 Fix Vsync 2026-05-23 21:28:15 -04:00
GabsPuNs
0f8bfed6e7 Use Fullscreen option 2026-05-23 21:27:22 -04:00
GabsPuNs
6b96b70542 Add Strings 2026-05-23 21:26:02 -04:00
GabsPuNs
09d9f46138 Add Fullscreen and Vsync settings bits 2026-05-23 21:24:05 -04:00
GabsPuNs
bc2a8eed6d Recompile Discord-RPC
Uhh... Idk why Discord Lib is failing in github actions so lets use a ver compiled by me.
2026-05-23 21:16:40 -04:00
GabsPuNs
8f6620ae37 Vsync Option Test
Fancy Graphics disables vsync
Fabulous Graphics enable vsync
2026-05-22 00:06:16 -04:00
GabsPuNs
674a268200 Fix End Portal and Disable Vsync 2026-05-21 21:35:29 -04:00
GabsPuNs
f0a5c53f7b Render improvements 2026-05-21 20:35:33 -04:00
GabsPuNs
118aad5725 Uhh i forgot to add this change to git 2026-05-20 16:43:38 -04:00
GabsPuNs
3d802ef86b Fix Vsync 2026-05-20 16:40:07 -04:00
GabsPuNs
bbba35362d Remove Win64LaunchOptions 2026-05-19 00:35:04 -04:00
GabsPuNs
cc8a926f87 Very early test for implement Vsync options 2026-05-18 20:52:22 -04:00
GabsPuNs
57ec1fa39c Idk. Just changes i guess 2026-05-18 20:40:15 -04:00
GabsPuNs
ddd8889e49 Update MediaWindows64 2026-05-18 19:15:39 -04:00
GabsPuNs
027f310e68 Oops 2026-05-18 19:14:27 -04:00
GabsPuNs
6349de7ca5 Update MediaWindows64 2026-05-18 18:53:44 -04:00
GabsPuNs
5342eb04aa Improvement 2026-05-18 18:52:42 -04:00
GabsPuNs
b5cdc747d7 Fix 2026-05-18 18:36:41 -04:00
GabsPuNs
5ecc2c1d4c Update MediaWindows64 2026-05-18 18:28:01 -04:00
GabsPuNs
41b45061a9 Update stringsGeneric.xml 2026-05-18 18:27:01 -04:00
GabsPuNs
0c6802e71c More improvements 2026-05-18 18:26:27 -04:00
GabsPuNs
957a7d2454 Better Language Support, move custom strings to stringsProjectZenith.xml 2026-05-18 17:58:39 -04:00
GabsPuNs
29cfa30cd4 Add Russian Language 2026-05-18 17:11:37 -04:00
GabsPuNs
b9273ac19e Remove unused PNGs 2026-05-18 16:58:02 -04:00
GabsPuNs
5696074313 Improvements
* Use new ZYX Loops order in LevelRenderer::allChanged
* Revert xt, yt, zt change in PathFinder
* Fix return in PathFinder
2026-05-17 14:48:58 -04:00
GabsPuNs
83c7d9dfd9 Wip 2026-05-17 14:31:17 -04:00
GabsPuNs
061589fc74 Disable other languages for now until someone update the translations 2026-05-17 02:28:45 -04:00
GabsPuNs
75cd0ec852 Fix IDS_HOW_TO_PLAY_MULTIPLAYER in Spanish 2026-05-17 02:28:25 -04:00
GabsPuNs
20694de59d Update Strings 2026-05-17 02:26:08 -04:00
GabsPuNs
4b7326a41c Fix TU19 Lighting Optimisation 2026-05-17 01:16:28 -04:00
GabsPuNs
608182cd49 Update Language.loc 2026-05-16 12:49:21 -04:00
GabsPuNs
e985c18804 Activate Language Selector 2026-05-16 12:48:05 -04:00
GabsPuNs
c10314141a Add Language Selector 2026-05-16 12:47:43 -04:00
GabsPuNs
193b252b5b Update MediaWindows64 2026-05-16 12:04:47 -04:00
GabsPuNs
905e67527c More updates to the language 2026-05-16 12:01:38 -04:00
GabsPuNs
0a8170b4fa Update stringsGeneric.xml 2026-05-16 00:56:17 -04:00
GabsPuNs
aa8830a1c5 Update Spanish Language
Make it more acc to the Xbox Edition
2026-05-16 00:35:15 -04:00
GabsPuNs
de9f5fc649 Update all the other languages to TU24
(Need fixes for new additions and PSVita specific strings)
2026-05-15 14:51:50 -04:00
GabsPuNs
d433721ae0 Fix Graphics String 2026-05-15 14:49:27 -04:00