240,146 Commits over 3,837 Days - 2.61cph!

10 Years Ago
Documentation updated during deployment build 37127e4e-aeea-4346-bc61-6f0d3099afad.
10 Years Ago
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
10 Years Ago
More building block conversions
10 Years Ago
Fixed compiling C# games on Windows.
10 Years Ago
Fixed some SO related issues.
10 Years Ago
Updated Terrain-TestLevel-Nicerblend to use new standard-based terrain shader
10 Years Ago
fixed skinning issues on eagle mesh
10 Years Ago
Merged with trunk
10 Years Ago
- Season assets now including tinting for all 4 splat layers. Foliage no longer uses a multiplier but the raw Color + Hue variations. - BlendLUT now properly finds the correct Amplify component for the camera it's on - Added blured copies of the cloud textures for shadow projectors (which don't hit speedtrees so meh) -
10 Years Ago
Switched normal map bake to raycasted normals
10 Years Ago
Updated TypeScript submodule.
10 Years Ago
Fixed game list in editor & the emulator standalone so that both prepackaged and loose versions of the same game can be seen and selected.
10 Years Ago
Documentation updated during deployment build 1afee611-2802-41eb-9a72-057aea0c6831.
10 Years Ago
Documentation updated during deployment build 1afee611-2802-41eb-9a72-057aea0c6831.
10 Years Ago
Doxygen should now see Markdown files.
10 Years Ago
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
10 Years Ago
Post-build deployment, GUID: d2f9f91d-2bba-4431-9b5a-8a9a47942791
10 Years Ago
- Fixed Blend LUT error when it can't find a TOD prefab - Cleaned up cutscene shots - Cleaned up some building prefabs, replaced old mesh props in scenes - Scene updates
10 Years Ago
Source updates
10 Years Ago
starting the chicken model.
10 Years Ago
Nuked duplicate buildings source
10 Years Ago
- Two new large rocks - Gave the bear a mouth, updating skinning - Added two chanting anims for HumanMale
10 Years Ago
SceneInfo editor only fix
10 Years Ago
TerrainMeta splat fix
10 Years Ago
Reverted TerrainMeta changes from bad merge
10 Years Ago
- Renamed the splat tint colors in TerrainMeta to Splat1, 2 etc. - Fixed Scene loading issue (now Additive, potentially some issues I've not spotted) - Fixed GroupController spawning, correctly samples Navmesh - NavAgentMoveRandom now samples the Navmesh as well - Exposed scene name variable in SceneInfo/Zone Frontend (context menu item to fill it) - Set all Unit speeds to base walking numbers
10 Years Ago
Fixed quit not working (stupid find & replace)
10 Years Ago
Switched all terrain shaders to future proof PBS surface shaders Removed all intermediate standard/universal custom code and built-in overrides
10 Years Ago
Asset format update
10 Years Ago
Added timing utility class Fixed heightmap encoding (is stored normalized in the texture) Made normalmap use a bit less memory (no longer store x in alpha) Enabled map decoding at terrain load
10 Years Ago
island_unit_so_test_trefall updates with new Navmesh. Added some debug helpers to GroupController
10 Years Ago
Fixed Sabertooth Unit View prefab and group data
10 Years Ago
Fixed Unit_Human not being selectable
10 Years Ago
- Renamed some group perfabs. - Nuked old template scene because it's no use to anyone. - Some FilmingControl updates
10 Years Ago
Cleaned up scene loading for the new approach so that we no longer delete and reload an already loaded scene.
10 Years Ago
changed IsPlaying to IsPaused
10 Years Ago
added a JustBecameNonzero property to Axis2
10 Years Ago
added an IsPlaying property to Animation
10 Years Ago
added a GetFrame accessor to Animation
10 Years Ago
Refactored TerrainMeta / TerrainSkin and TerrainMath baking process
10 Years Ago
adjusted the 1st person camera sway motion for a bunch of view weapon attacks
10 Years Ago
- Removed CameraPath3 - Added Cinema Director Suite - Made SeasonManager a lot more efficient
10 Years Ago
Added dev.shaderlod for future performance experiments
10 Years Ago
Fixed standalone build error in SceneAsset
10 Years Ago
Moved all trees to the tree layer and all decor to the world layer
10 Years Ago
More scene size fixes (everything from our end is now fixed)
10 Years Ago
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
10 Years Ago
Merge branch 'resmove'
10 Years Ago
Finished removing the need for a dedicated Resources directory for each game.
10 Years Ago
Reworked the scene save and load structure so we no longer have _runtime duplicates for all our scenes. Added DestroyOnAwake script (must sit on the EditorOnly object in scenes)