249,515 Commits over 3,959 Days - 2.63cph!
Can now free the cursor with Esc.
Added command line options for standalone builds, fixed all players having the local client's avatar.
Added Windows x86 build of the networking test.
Added StandaloneWindows64 build of the networking test.
Added Blade Symphony icon
Fixed player angles interpolation.
Head texture swapping based on steamid
Basic interpolation of player state.
Added sewer hole and water jets courts to test court, tweaked lighting, added water grating and animations
Added specular/smoothness to the skin shader, tweaked for more skin colour variation
Basic networked player state updates implemented.
Stone pickaxe view and world model with LODs.
Added crouching to `PlayerController`.
Fixed newconnection read error.
Minor iceberg spawn filter fix
Finished basic player controller movement / mouselook.
Strip Unity / ST tree component from server builds
Greatly reduced serverside tree collider counts
- Added monster arena level to port menu
- Monster arena white box
Maybe fixed the footsteps not working.
Restructured `Unity/Arcade/Assets`.
Removed unnecessary references of `GameAPI.dll` from `Arcade` scripts.
Fixed protobuf class generation if the project path has spaces in it.
Added Igor racket & textures
GI Bake setting should fix build crap
Rock & cliff prefab finalization 1/2
- Some building placement work towards wall stuff
[zombies] soldiers get stat experience for doing different things
- Ported ProcessedTexture util and related files from Rust
- Tweaked SkyDome light properties
- Cleanup and improvements to influence map stuff
- Added dynamic shadow distance based on player distance to ground
[zombies] stat lvl up effect
Started work on player controller, spawning networked entities mostly working.
Reverted Igor scale
Started porting over anims and building a new controller
Merge branch 'interior' of arcade into net-lidgren
Merge branch 'interior' into net-lidgren
Conflicts:
Unity/Arcade/Assets/Scenes/NetworkTest.unity
More client side spawning work.
Merge branch 'net-lidgren' of arcade into interior
Smash loop now loops!
Smash added to anim controller
Wired up TENN win / lose anims
Moved most protobuf schema definitions to be inline, started work on client side spawning.
Fixed standalone builds of the Arcade.
Added conditional logic for all roof blocks
Begin playback in Start instead of Awake on SoundPlayer so sounds start after EffectAudioPerspectiveSwitcher does it's thing (temp fix until I implement a more general solution for adjusting sounds before beginning playback)