244,595 Commits over 3,898 Days - 2.61cph!
Arcs are now reverable as well.
Added a smoothing function to the edge scroll timeout on grab, so that the edge scroll timeout isn't a on/off but rather a smooth transition from 0 to 1.
Added a timeout of the edge scrolling when performing a grad. Change the parameter under Edge Scroll of Camera Controller.
Diagonal edge scroll movement.
Undone compile fix (upgrade to u5b3)
Compile error fix, might be wrong
Transfer game state data is uploaded when the player requests to leave a game instead of when they locally lose control of the game. This is so the server can check they are currently controlling the game before broadcasting the state to everyone else.
Fixed SmashBlox demo.
Transfer game state data is uploaded when the player requests to leave a game instead of when they locally lose control of the game. This is so the server can check they are currently controlling the game before broadcasting the state to everyone else.
Fixed SmashBlox demo.
Added icon, branding and replaced cursor. Tweaked prefabs.
Scene cleanup and some tweaks.
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
[memory_dungeon] card flip anim scissoring
[memory_dungeon] card flip anim scissoring
Smooth camera controlling for Land View implemented. Added a hack right now for Free View, and Unit View is not yet implemented.
Proxy cabinets pause their game when control is lost, this allows everyone to have their game reset if no one resumes control when the time runs out.
Proxy cabinets pause their game when control is lost, this allows everyone to have their game reset if no one resumes control when the time runs out.
Fixed random sand getting mixed into biome transition
Tightened biome transitions
Updated the grass system
Replaced spawn filter min/max cutoff values with a threshold value
Merge branch 'master' of arcade into js-scripting
Conflicts:
Unity/Assets/Materials/CabinetScreen.mat
Merge branch 'master' of arcade into js-scripting
Conflicts:
Unity/Assets/Materials/CabinetScreen.mat
Fixed scissoring being unreliable, added new constructors to RectX structs: RectX(Vector2x origin, Vector2x size).
Fixed scissoring being unreliable, added new constructors to RectX structs: RectX(Vector2x origin, Vector2x size).
Almost ready to start testing JS.
Almost ready to start testing JS.
Undoing changes in ClearFirstFrame (causing black screen)
Players are teleported to the game machines controller origin. Updated Bolt to latest version.
Players are teleported to the game machines controller origin. Updated Bolt to latest version.
Installscript for Rust Windows
PVT base pyramid no longer using managed resources and is now uncompressed;
Eliminated PVT base map cpu creation steps; looking to fix out-of-mem crashes
Base terrain PVT shader now also fetches from VT cache; zoom now works again
Added a dev grey material with grid texture. Tweaked some of the PlayerController speeds.
Tweaked biome distribution (more snow, less tundra)
Merge branch 'master' of arcade into js-scripting
Merge branch 'master' of arcade into js-scripting
Tweaked SmashBlox countdown animation.
Tweaked SmashBlox countdown animation.
salvaged hammer rigged up
Made ClearFirstFrame always execute in edit mode if not playing
Updated left & right arm flinch anims
Merge branch 'master' of arcade into js-scripting
Conflicts:
Games/SmashBlox/Main.cs
Merge branch 'master' of arcade into js-scripting
Conflicts:
Games/SmashBlox/Main.cs
Updates to bota bag vm anim
finished the last of the salvaged_axe view model animations
Slightly improved splat mapping
Some refactoring to prepare for scripted games.
Some refactoring to prepare for scripted games.
Fixed colormap calculation sometimes being off by one relative to the splatmap
Add ability to snap to a road section.
Road preview mostly done.
Tangents calculated properly still a few errors.