qloak
3780fdb1cf
General fixes
2026-08-07 11:28:28 -07:00
qloak
d2dadc1df6
Merge remote-tracking branch 'pieeebot-cafeberry/main'
...
# Conflicts:
# .gitea/workflows/release.yaml
# .gitignore
# Minecraft.Client/Common/Audio/SoundEngine.cpp
# Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
# Minecraft.Client/Common/Media/MediaOrbis.arc
# Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1
# Minecraft.Client/Common/Postbuilds/PS3-postbuild.ps1
# Minecraft.Client/Common/Postbuilds/PSVita-postbuild.ps1
# Minecraft.Client/Common/Postbuilds/Windows64-postbuild.ps1
# Minecraft.Client/Minecraft.Client.vcxproj
# Minecraft.Client/Minecraft.Client.vcxproj.filters
# Minecraft.Client/OrbisMedia/loc/stringsGeneric.xml
# Minecraft.Client/OrbisMedia/strings.h
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Debug/ChunkUpdate.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Debug/CompressedTile.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Debug/CompressedTileStorage_compress.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Debug/LevelRenderer_FindNearestChunk.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Debug/LevelRenderer_cull.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Debug/Texture_blit.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Release/ChunkUpdate.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Release/CompressedTile.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Release/CompressedTileStorage_compress.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Release/LevelRenderer_FindNearestChunk.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Release/LevelRenderer_cull.ppu.o
# Minecraft.Client/PS3/SPU_Tasks/ObjFiles/Release/Texture_blit.ppu.o
# Minecraft.Client/PSVita/Network/SQRNetworkManager_Vita.h
# Minecraft.World/Minecraft.World.vcxproj
# MinecraftConsoles.sln
# README.md
2026-08-07 07:58:50 -07:00
str1k3r
3866e525f1
fix(Windows64): 720p crash, Update README & .gitignore
2026-08-03 21:55:05 -04:00
str1k3r
9254fbcdb3
fix: ps3 zip not ignoring .self, stop tracking .vcxproj.user
2026-08-03 18:28:00 -04:00
str1k3r
e8d19516e6
fix: windows64 release build
...
Release is actually a "Debug without extra shit" so we dont use _FINAL_BUILD
2026-08-03 16:32:30 -04:00
str1k3r
0889edf3bd
chore: make the SPU Tasks SLN use $(Configuration) & $(Platform)
2026-08-03 14:40:28 -04:00
str1k3r
6e13d5d4c0
fix: PS3 & Windows64 ContentPackage, Exclude PSVita libs & OldSDK from other plats
2026-08-03 14:27:03 -04:00
str1k3r
eb80f3e52b
fix(PS3): SPU Tasks not being built
2026-08-02 20:47:50 -04:00
str1k3r
689848ac45
fix(orbis): set workingdir
2026-08-02 17:16:18 -04:00
str1k3r
b7e90137b9
fix: orbis postbuild on runner (i beg of you)
2026-08-02 16:45:38 -04:00
str1k3r
5600ce994b
fix(Orbis): preprocessor definitions
2026-08-02 15:21:46 -04:00
str1k3r
5febd74496
feat: cleaned up workflow & fix xbox360 output paths
2026-08-02 14:50:13 -04:00
f17ce45d6d
feat: Orbis & PSVita builds, Durango postbuild & More ( #10 )
...
This fixes Orbis & PSVita builds along with adds a Durango postbuild and moves PS3 to the new SonyLeaderboardManager introduced in TU19
This also fixes the Orbis strings and gets some of the other Windows64 build configurations mostly building.
---------
Co-authored-by: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com >
Co-authored-by: str1k3r <1+str1k3r@noreply.localhost >
Co-authored-by: 552eden <552eden@gmail.com >
Co-authored-by: ubergamer-pie <16+ubergamer-pie@noreply.localhost >
Co-authored-by: str1k3r <15+str1k3r@noreply.neolegacy.dev >
Co-authored-by: pieeebot <10+pieeebot@noreply.neolegacy.dev >
Reviewed-on: pieeebot/cafeberry#10
2026-08-02 13:40:35 +00:00
qloak
8f89209699
perf: WPO/LTCG, fix potential memory leaks, reduce busy-waits, loop opts; general optimizations
2026-08-01 10:17:35 -07:00
qloak
7c9044c5cc
fix: fixed Xbox 360 build issues
2026-08-01 10:17:35 -07:00
qloak
1b95ec3c98
feat(xbox360): Enable Xbox 360 build configurations
...
- Enable all Xbox 360 ContentPackage/submission builds in solution
- Map Xbox 360 configs to actual Xbox 360 platform instead of Win32
- Add Build.0 lines for ContentPackage, CONTENTPACKAGE_SYMBOLS,
ContentPackage_NO_TU, and ReleaseForArt Xbox 360 configs
- Remove xbdm.lib from Release/ContentPackage_Vita (debug-only lib)
- Add meme.xui from TU56 reference
2026-08-01 10:17:33 -07:00
pieeebot and qloak
c75e25a7e6
fix(Windows64): audio crashes, lighting issues and music not being copied correctly
2026-08-01 10:15:51 -07:00
qloak
036bdcff81
fix: fixed Xbox 360 build issues
2026-07-31 15:49:59 -07:00
qloak
db7d47b0ff
feat(xbox360): Enable Xbox 360 build configurations
...
- Enable all Xbox 360 ContentPackage/submission builds in solution
- Map Xbox 360 configs to actual Xbox 360 platform instead of Win32
- Add Build.0 lines for ContentPackage, CONTENTPACKAGE_SYMBOLS,
ContentPackage_NO_TU, and ReleaseForArt Xbox 360 configs
- Remove xbdm.lib from Release/ContentPackage_Vita (debug-only lib)
- Add meme.xui from TU56 reference
2026-07-31 15:49:58 -07:00
qloak
61b0c8add6
fix: fixed Xbox 360 build issues
2026-07-31 15:20:25 -07:00
qloak
e7c7a817eb
feat(xbox360): Enable Xbox 360 build configurations
...
- Enable all Xbox 360 ContentPackage/submission builds in solution
- Map Xbox 360 configs to actual Xbox 360 platform instead of Win32
- Add Build.0 lines for ContentPackage, CONTENTPACKAGE_SYMBOLS,
ContentPackage_NO_TU, and ReleaseForArt Xbox 360 configs
- Remove xbdm.lib from Release/ContentPackage_Vita (debug-only lib)
- Add meme.xui from TU56 reference
2026-07-23 08:49:25 -07:00
pieeebot
51ee0d8e57
fix(Windows64): audio crashes, lighting issues and music not being copied correctly
2026-07-23 18:00:55 +03:00
pieeebot
d68f152e41
fix(TU22): Boat, Baby zombie and Texture changes.
...
TU22:
- Corrected baby zombie hit boxes size.
- Fix for players sometimes taking fall damage while in a boat.
- Updated Lapis Lazuli's block texture
2026-07-22 19:59:49 +03:00
pieeebot
9ef66ed71b
fix(TU22): Boat, Baby zombie and Texture changes.
...
TU22:
- Corrected baby zombie hit boxes size.
- Fix for players sometimes taking fall damage while in a boat.
- Updated Lapis Lazuli's block texture
2026-07-22 19:59:49 +03:00
str1k3r
658ec1f809
fix: ps3 compiling & only uncap fps on windows
2026-07-21 17:11:11 -04:00
str1k3r
69541f1abf
fix: ps3 compiling & only uncap fps on windows
2026-07-21 17:11:11 -04:00
str1k3r
0796352d86
fix(Orbis): Leaderboard manager
...
Make the Orbis Leaderboard manager work with the new Sony Leaderboard manager
2026-07-15 09:00:52 -04:00
str1k3r
4e2369f194
fix(Orbis): Leaderboard manager
...
Make the Orbis Leaderboard manager work with the new Sony Leaderboard manager
2026-07-15 09:00:52 -04:00
qloak and pieeebot
391b0313d0
fix(TU20): more TU20 bug fixes
...
TU20:
Fixed issue where name tags do not appear to work correctly on the wither, iron golems, and wither skeletons.
Fix for issue where creepers hover off the floor.
---------
Co-authored-by: pieeebot <10+pieeebot@noreply.neolegacy.dev >
Reviewed-on: https://git.neolegacy.dev/pieeebot/mc_pieLCE/pulls/5
Co-authored-by: qloak <realminecart@gmail.com >
Co-committed-by: qloak <realminecart@gmail.com >
2026-07-15 13:15:45 +01:00
qloak and pieeebot
e1508731d0
fix(TU20): more TU20 bug fixes
...
TU20:
Fixed issue where name tags do not appear to work correctly on the wither, iron golems, and wither skeletons.
Fix for issue where creepers hover off the floor.
---------
Co-authored-by: pieeebot <10+pieeebot@noreply.neolegacy.dev >
Reviewed-on: https://git.neolegacy.dev/pieeebot/mc_pieLCE/pulls/5
Co-authored-by: qloak <realminecart@gmail.com >
Co-committed-by: qloak <realminecart@gmail.com >
2026-07-15 13:15:45 +01:00
qloak and pieeebot
1c73912e1a
fix(TU20): fixed name tag Y-position for tall mobs (wither, iron golem, wither skeleton) ( #4 )
...
title
Reviewed-on: https://git.neolegacy.dev/pieeebot/mc_pieLCE/pulls/4
Co-authored-by: qloak <realminecart@gmail.com >
Co-committed-by: qloak <realminecart@gmail.com >
2026-07-14 21:42:19 +01:00
qloak and pieeebot
22bcbde6a3
fix(TU20): fixed name tag Y-position for tall mobs (wither, iron golem, wither skeleton) ( #4 )
...
title
Reviewed-on: https://git.neolegacy.dev/pieeebot/mc_pieLCE/pulls/4
Co-authored-by: qloak <realminecart@gmail.com >
Co-committed-by: qloak <realminecart@gmail.com >
2026-07-14 21:42:19 +01:00
qloak
fa5f0a13d1
fix horse layered texture rendering for platforms without multitexture support
2026-07-14 12:58:42 -07:00
qloak
8e77eb70de
fix horse layered texture rendering for platforms without multitexture support
2026-07-14 12:58:42 -07:00
qloak
3f801bd193
fix: windows build, uncap fps, double buffer, remove Sleep(0)
2026-07-14 10:13:55 -07:00
qloak
a0e81976e6
fix: windows build, uncap fps, double buffer, remove Sleep(0)
2026-07-14 10:13:55 -07:00
qloak
911910a994
fix: windows build, uncap fps, double buffer, remove Sleep(0),
2026-07-14 09:51:14 -07:00
qloak
dd19188d93
fix: windows build, uncap fps, double buffer, remove Sleep(0),
2026-07-14 09:51:14 -07:00
str1k3r
32e7d17d41
chore: update postbuild paths
2026-07-13 18:24:03 -04:00
str1k3r
976f55c46d
chore: update postbuild paths
2026-07-13 18:24:03 -04:00
pieeebot
bf7fdcfd78
chore(PSVita): restrict OldSdk to PSVita
2026-07-13 20:03:43 +03:00
pieeebot
2d3fb87a1a
chore(PSVita): restrict OldSdk to PSVita
2026-07-13 20:03:43 +03:00
pieeebot
f8c69e4715
fix(PSVita): fix compile errors from missing sceNp functions
2026-07-13 15:13:47 +03:00
pieeebot
3b78903179
fix(PSVita): fix compile errors from missing sceNp functions
2026-07-13 15:13:47 +03:00
pieeebot
dfb0b83c18
chore: copy Minecraft.Client.self to EBOOT.BIN instead of moving.
...
fixes ps3 prodg debugger not finding the .self file.
2026-07-12 13:18:33 +03:00
pieeebot
407d232fe5
chore: copy Minecraft.Client.self to EBOOT.BIN instead of moving.
...
fixes ps3 prodg debugger not finding the .self file.
2026-07-12 13:18:33 +03:00
pieeebot
44a40fc92b
fix: PS3 ChunkUpdate crash during loading.
...
fixed by increasing the pading to make the size of ChunkRebuildData divisible by 16.
2026-07-12 11:07:50 +03:00
pieeebot
282a1b71c1
fix: PS3 ChunkUpdate crash during loading.
...
fixed by increasing the pading to make the size of ChunkRebuildData divisible by 16.
2026-07-12 11:07:50 +03:00
pieeebot
73b0d884a3
fix: panorama resolution on both PS3 and PSVita.
2026-07-09 20:30:24 +03:00
pieeebot
5d98c299f9
fix: panorama resolution on both PS3 and PSVita.
2026-07-09 20:30:24 +03:00