224,003 Commits over 3,684 Days - 2.53cph!

6 Years Ago
Fixed gun issues stemming from itemcontainer deserialization
6 Years Ago
Fixed group nessssities component not being enabled on the tribe More UI bits
6 Years Ago
more
6 Years Ago
Simple escape menu
6 Years Ago
Added options menu tooltip display Moved to Unity 5.6.3p4
6 Years Ago
Little bit of organization and added double jump
6 Years Ago
NRE fixes
6 Years Ago
More terrain blend map work, better technique Anchors fix to power sub stations
6 Years Ago
Ported jamesk's music box
6 Years Ago
Latest Steamworks
6 Years Ago
Group Entity Filter improvements. Added adult member count to Group. Necessities can now create Possessions requirements.
6 Years Ago
Fixed a few more warnings
6 Years Ago
Avoid Update() per column
6 Years Ago
Added a couple new convars to control the ai execution.
6 Years Ago
Improved load balanced execution of AI.
6 Years Ago
Fixed NRE in inventory result dispose
6 Years Ago
CareerUnitMod can now have multiple modifiers. Health modifier now modifiers current and max
6 Years Ago
Added Networking.CloseSession Moved LobbyData to its own file Lobby GameServer information
6 Years Ago
UI bits
6 Years Ago
Added ChunkMap.ForceLoadChunks()
6 Years Ago
Added servers stats ClearAchievement, GetAchievement
6 Years Ago
Added Friends.ListenForFriendsMessages Added Friends.OnChatMessage Added SteamFriend.SendMessage
6 Years Ago
Necessities improvements
6 Years Ago
Added App.IsDlcInstalled Added app.OnDlcInstalled callback
6 Years Ago
Added Item.Consume
6 Years Ago
Fixed problems with helditem spawning
6 Years Ago
Renamed ProgressionTier to Necessity. Moved Necessities to a separate component. Any Necessity which has been completed at some point will now remain unlocked. Unlock data tidy up.
6 Years Ago
Moved SteamFriend to own file Added Friends.OnInvitedToGame callback
6 Years Ago
Fixed avatar downloading
6 Years Ago
reworked mod slot UI stuff, now works.
6 Years Ago
App.GetName + GetInstallFolder, GetBuildId
6 Years Ago
MonoPInvokeCallback doesn't really seem to need a Type
6 Years Ago
Fixed vm torch not hitting centre of screen, tweaks to anims
6 Years Ago
Stimmy
6 Years Ago
Disabled scenario/map choice
6 Years Ago
patternNum tracked for each different pattern mine shrapnel changes angle each time mine warning fixed a bullet looping bug and made looping syntax simpler fixed issue with mine looping fixed some mine bullet issues
6 Years Ago
uv tweaks
6 Years Ago
NPC setup.
6 Years Ago
Corpses should now detach from a spit once they have been fully consumed (no more items to dispense)
6 Years Ago
ItemManager and everything that uses it converted to the new ServerClientSingleton. HeldItems not showing up anymore, need to work out why. You can use ItemManagerClient or ItemManagerServer calls if you KNOW method calls will be be server or client origin specifically. If you're not sure which it'll be called from, methods in the base class let you pass an isServer bool.
6 Years Ago
Reducing the server/client split singleton types to one for simplicity. This should be enough for now at least. In summary: - The old singleton types are fine if you're only going to have one even in listen server mode - If you're going to have one on client and another of the same type on server, use ServerClientSingleton
6 Years Ago
Singleton edit
6 Years Ago
New singleton classes that support two copies of the same singleton on listen servers, one for server and one for client.
6 Years Ago
Toadlok setup.
6 Years Ago
Fixed missing stranger AI field in GroupMember on Human
6 Years Ago
New RPC conditional - IsActiveSecondaryItem Moved some shield bash logic out of BaseMelee into BaseShield BaseShield now derives from AttackEntity (since a shield can now attack things) Exposed an ImpactSoundDefinition field for when a shield bash connects with a target (just put the regular wooden block def in for now, sounds ok) Exposed bashDamageTypes on the BaseShield to control how much damage each bash can do (38 with 7 variance right now, same as sword)
6 Years Ago
Fixed radial menu being isolated in modal state (other UI would fade out) Fixed vignette UI image blocking raycast
6 Years Ago
gui vignette tests
6 Years Ago
InfluenceAndTerritory.handleUnit ignores dead units
6 Years Ago
Removed old stockpiles from unlocks