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:
@@ -11,11 +11,13 @@ private:
|
||||
static const int FLAG_FLYING = 1 << 1;
|
||||
static const int FLAG_CAN_FLY = 1 << 2;
|
||||
static const int FLAG_INSTABUILD = 1 << 3;
|
||||
static const int FLAG_NOPHYSICS = 1 << 4;
|
||||
|
||||
bool invulnerable;
|
||||
bool _isFlying;
|
||||
bool _canFly;
|
||||
bool instabuild;
|
||||
bool _noPhysics;
|
||||
float flyingSpeed;
|
||||
float walkingSpeed;
|
||||
|
||||
@@ -40,6 +42,8 @@ public:
|
||||
void setFlyingSpeed(float flySpeed);
|
||||
float getWalkingSpeed();
|
||||
void setWalkingSpeed(float walkingSpeed);
|
||||
bool isNoPhysics();
|
||||
void setNoPhysics(bool noPhysics);
|
||||
bool canBeInvalidated();
|
||||
bool isInvalidatedBy(shared_ptr<Packet> packet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user