248,565 Commits over 3,928 Days - 2.64cph!
Started work on back porting to Unity 4.6
Merge branch 'master' of arcade into webplayer
Fixed bandwidth text, which also now hides when the graph is disabled.
[ultimate_soldier] Entryways now use the same carpet as the main level.
Fixed game display being slightly occluded by the toolbar.
Changed UI layout, toolbar is now on the left so the console text doesn't keep moving around when opening the game list
[ultimate_soldier] level exits
Basic web player support.
Merged forest 1/2 and forest 3/4/5 (do the full set of 7 once the first 4 are complete)
Changed skinned collider to reference parts using an int hash based on full prefab path + name (eradicates name collisions)
Some slight input changes.
Merge branch 'master' of github.com:Facepunch/arcade
Removed superfluous IDial interface, fixed for U5b10.
[ultimate_soldier] Streamlined initial spanning tree generation logic.
Some of the effects stuff was broken on import :( It's working now though.
[ultimate_soldier] civilians try to follow nearby SWAT team, civilians can get shot
Improved burlap clothing set icons.
QA tweaks on a few more clothing pieces.
Tweaked coffee can helmet spec.
Sweeping changes to the rock spawns, to stop them from looking like giant litterbox turds.
Added slight sharpening to the post process.
Updated the snow jacket and added variants of it. And some hazmat db stuff.
Fixed menu water, and water.mat foam.
Added gunshot sound testing.
more animations for the view model oil lantern
fixed some bugs with the gesture layer;
- Added some camera helper scripts for filming sequences
- Moved camerapath3 out to the root assets folder because it think it's special.
added a gesture_layer in the mecanim; Setup alex's gestures.
Updated game manifest
Made TerrainTopology.Enum values continuous powers of two
Added inspector variable attribute for enum masks
Changed most enums in SpawnFilter to masks (for multiselect support)
Removed tons of unused parameters from SpawnFilter (most were merged into TopologyType)
Optimized SpawnFilter factor calculation
Added dedicated forest edge regions (so we can add different trees and dense border foliage)
Added TerrainLayout (read & write terrain layout info)
Added a terrain layout pre-pass to the terrain generation (bakes biomes and topology)
Optimized terrain generation (mostly due to the layout prepass)
Added placeholder trees to the arid biome
Made forest size and frequency tweakable for every forest type
updates to player gesture source
Added more options for effect pooling.
particle and sound effect prefabs are now seperated so that sound doesn't get overloaded!
Re-implemented sprite atlas exporting.
Increasing client.lerptime default
Fixed being able to build on floor frame
Fixed stairs collision
Fixed not always being able to place doors on upper floors
[ultimate_soldier] Tweaked ally and enemy placement so the proportion of enemies depends on difficulty and enemies cannot spawn next to the player.