258,082 Commits over 4,018 Days - 2.68cph!

11 Years Ago
Made animals forest-only again (let's balance forest sizes etc instead now that we're on Unity 5) Adjusted animal sense parameters Tweaked AI ticking (not horrible anymore, but not perfect either - performance testing) Made behaviour tree actions no longer instant Ignored behaviour tree frequency (load balancing now exclusively being done by AI handler) Added more profiler samples to AI
11 Years Ago
Global message "ClientDisconnect" is send to everything when client is disconnecting from server
11 Years Ago
Added @garry 's ScenesToPrefabs script.
11 Years Ago
[memory_dungeon] color tweak
11 Years Ago
[memory_dungeon] color tweak
11 Years Ago
Fixed NRE in BaseCorpse.Save Added BaseEntity.IsValid Fixed NRE in Builder module
11 Years Ago
[memory_dungeon] not much, just card flipping
11 Years Ago
[memory_dungeon] not much, just card flipping
11 Years Ago
Ore resource nodes now all give varying levels of stone/metal/sulfur (instead of just one)
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Removed a debug line.
11 Years Ago
Removed a debug line.
11 Years Ago
Fixed AI profiler samples not showing up in the profiler
11 Years Ago
Updated to latest Amplify* (from Rust repo) and latest TOD from Dropbox.
11 Years Ago
commented out a debug
11 Years Ago
commented out a debug
11 Years Ago
Renamed *Control classes to *Controller.
11 Years Ago
Cleanup Pass -> Deleted some deprecated files, Cleaned up the namespaces and renamed EntityTemplateManager to TemplateManager.
11 Years Ago
Don't bob weapon when not on ground
11 Years Ago
Bolt rifle, Thompson, Shotgun, Eoka Pistol, Revolver craftable Added gunpowder blueprint Pistol, rifle and shotgun ammo craftable Added pistol bullet projectile Fixed arrow & rifle killing via "hunger"
11 Years Ago
Renamed StartupDependent to SceneInfo
11 Years Ago
Added Sabertooth with new anims, still quite WIP.
11 Years Ago
Updated Sabertooth scale. Mammoth tweak. Tree tweaks.
11 Years Ago
weapon meta files from before my previous check in (which broke the view models)
11 Years Ago
Added opt suggested by andre; skipping camera pass on transparent shadowcaster.
11 Years Ago
metal files for the weapons changed when i opened them in unity 5.0 beta2
11 Years Ago
Working fix/hack for transparent shadowcaster shader on all platforms.
11 Years Ago
added #ifdef CLIENT to the viewmodelbob code.
11 Years Ago
added viewmodel bob script to some of the weapon prefabs.
11 Years Ago
code for view model bobbing.
11 Years Ago
Meta files
11 Years Ago
Fixed F2 menu settings not being applied
11 Years Ago
Protocol++
11 Years Ago
Removed forest rocks until we can fix their shader
11 Years Ago
Fixed new GameScreen Sub Scene setup and SubsceneDummies for temperate_canyons.
11 Years Ago
Fixed player floating up slopes
11 Years Ago
Time of Day update to 2.2.0 prerelease 3
11 Years Ago
Fixed client compile error
11 Years Ago
Made all AI code #if SERVER Made sense calls part of the behaviour tree Made AI swim instead of walking underwater Made AI movement a lot more robust (almost independent of the tick rate now) Refactored the steering system Changed the way AI selects its targets Fixed AI test scene
11 Years Ago
Tree updates.
11 Years Ago
Fixed player not casting shadows
11 Years Ago
When not starting the game from a subscene, the BaseScreen will now pick a random subscene in the list of available subscenes.
11 Years Ago
Fixed some of the Screen to Scene relationship issues + loading from any "subscene" issues we were having.
11 Years Ago
Catch SocketException , don't start server
11 Years Ago
Kick users sending invalid packets
11 Years Ago
added some weapon specific jump animations; made some tweaks to the jumping animations (they should look smoother now and blend better between the states); tweaked prone/crawl animations
11 Years Ago
Updated player clothes source file
11 Years Ago
changed LOD settings for head to match other parts of the body ( as it was dropping out so early you could see the body & no head)
11 Years Ago
RoadVertex is now self updating. Going Home