TU43 Structures, bug fixes & minor changes

- Elytra flight, damage, kinetic energy, pretty much any bug someone reported, paper doll, etc.
- Fossil & Igloo generation
- Texture interpolation
- Iggy mouse fix for world settings
- Neo branding on main screen
- Release build txt logger
- Debug mode spectator
- Several server fixes
- Flowerpot fixes
- Several more changes made in TU43
This commit is contained in:
Tranqlmao
2026-07-11 19:30:16 -04:00
parent d236146e92
commit a4c746bee4
89 changed files with 1793 additions and 590 deletions
+10
View File
@@ -351,6 +351,16 @@ typedef XUID GameSessionUID;
#include "Logger.h"
#ifndef _FINAL_BUILD
#undef OutputDebugString
#undef OutputDebugStringA
#undef OutputDebugStringW
#define OutputDebugStringA(s) Logger::interceptA(s)
#define OutputDebugStringW(s) Logger::interceptW(s)
#define OutputDebugString(s) Logger::interceptW(s)
#endif
#ifdef _FINAL_BUILD
#define printf BREAKTHECOMPILE
#define wprintf BREAKTHECOMPILE