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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user