225,995 Commits over 3,714 Days - 2.54cph!

10 Years Ago
Added Bill's door model Fixed some warnings Should be able to shoot through doors again
10 Years Ago
Added global illumination test.
10 Years Ago
Fixed the sprite shader not loading in builds outside of the editor.
10 Years Ago
Purged all references to System.Drawing.
10 Years Ago
Added Conditional -> CanCraft Added Conditional -> IsLocked Added Action -> Craft Conditionals, Test now get BasePlayer Renamed Item.lockTime to busyTime to avoid confusions Can craft key from door (key doesn't do anything yet)
10 Years Ago
Fixed errors when no spawn handler (dev maps)
10 Years Ago
Camera rotates slightly while looking around.
10 Years Ago
Corrected screen glare brightness.
10 Years Ago
Updated scene and prefab.
10 Years Ago
Removed useless meta file.
10 Years Ago
Added the ability to test switching control between games by clicking on them.
10 Years Ago
Fixed a slight oversight related to replacing games in cabinets.
10 Years Ago
Some cleanup of the game initialization process.
10 Years Ago
Added Tools->Admin-> updates icons/items/phrases from admin site Updated icons/items/phrases from admin site Fixed switching clothes not working when loading from save (buildingtest map) Increased protocol (itemids changed)
10 Years Ago
Added new spawnable script to animals Increased animal density
10 Years Ago
Reworked the way the spawn handler keeps track of population count to support saving in the future
10 Years Ago
Included Mattias' CRT shader.
10 Years Ago
Some project reorganisation.
10 Years Ago
Building suggestion shader v2
10 Years Ago
Improved the lantern light effect.
10 Years Ago
Lantern prefab updated.
10 Years Ago
Lantern animation files and some cleanup.
10 Years Ago
edited the animal prefabs so that they use the new FBX meshes that I made (that don't have the old shitty fake fur shit)
10 Years Ago
changed the bear/boar/wolf to use the new fur shader; removed unnecessary material files.
10 Years Ago
Lantern LOD, colmesh, sound.
10 Years Ago
added player leaning
10 Years Ago
10 Years Ago
Added a quick replacement for the door.
10 Years Ago
Cleaned up stag materials
10 Years Ago
Removed old LOD models Re-linked animal avatars
10 Years Ago
Fur shader, updated stag material
10 Years Ago
added LODs to the animal entities; fixed the server side entities for the animals (they dont contain mesh now)
10 Years Ago
embedded the animal LODs into a single .fbx file
10 Years Ago
-added LOD groups to the animal entities.
10 Years Ago
fixed some errors with the bear's fur material; renamed the animals to LOD0
10 Years Ago
Reverted sun light (too much flickering)
10 Years Ago
Fixed internal compiler errors in unity.
10 Years Ago
crouchwalk/jog animations for player holding grenade
10 Years Ago
Added player pickaxe anims for deploy / holster
10 Years Ago
Hammer now swings properly Building is no longer instant again Building effects (placeholder)
10 Years Ago
Implemented simple animation system.
10 Years Ago
Refactored TerrainMeta (so... many... changes...)
10 Years Ago
Sort item list by name in editor Tweaked sun directional light bias (might lead to flickering again?) Changed how construction socket strings get pooled BuildingBlock now derived from WorldItem, can have item associated Added door (testing, no locking yet)
10 Years Ago
Now using Graphics.DrawMesh for sprites.
10 Years Ago
Implemented correctly colored radiant light from cabinet screens.
10 Years Ago
▋▇▉▅ ▊▋▄█▆▉ █▌ ▆▄▇▉▌▇ ▄█ █▄ █▆▇ ▍▊▅▄▌█▌█▍▊ ▌▄▇ █▍▊█▅▍ █ ▆▊▋▍▋ ▆▌▇▊
10 Years Ago
Added *.pdb.meta to ignore.conf
10 Years Ago
Replaced TransformEx.GetComponentsInChildrenEx with Transform.GetComponentsInChildren(includeInactive = true)
10 Years Ago
Fixed terrain anchor check extension method and added overload without explicit position and rotation
10 Years Ago
Sweeping terrain color changes to, among other things, get rid of the large dark brown spots. Made the grass behave better with color overlays. Toned down the AO a bit.