198,737 Commits over 4,140 Days - 2.00cph!
Tag current changeset id in exception reporting
Exception reporter doesn't report errors, because Unity throws too many of them.
increased idle spin speed of board (well, camera)
Merging Bill's existing Quest work into my Missions branch.
Going to do some quest/mission work
Frontage / Lot generation
Improved door interaction hover info.
Stopped character and vehicle sends from doing any work if they have zero subscribers.
NetworkEntitity props now slot into the KD tree on the server, and the city navmesh includes them when generating.
Jenkins file updated for Unity 5.6.1f1
Merging player welfare additions into Main.
Cleaned up canvas/group/raycaster setup in UI
Replaced TMP usage in console UI as its unreliable apparently, fixed console input losing focus after submit.
Up arrow command history in console, down arrow to scroll through suggestions, right arrow/tab to complete
Final work for the welfare system
Added awards list ref to GameEndEventArgs so all OnGameFinished events get it
Reworked some end game/xp modify/award command stuff to send awards with end game state. Not fully tested.
Game host awards handling wip
Awards.Process can now request how many random, valid awards to get
Renamed console command execute to invoke
Fixed so CommandSystem support args.Length == 0 by using cmd.IsValid rather than args.Length > 0.
Added list_weathertypes console command.
Added Award protobuf.
Added .ToProto() to AwardProcessor base calss.
Console command tab completion, command and argument suggestions
trying to make mouth work on children
most blocks award processor.
Prevent more player input when console is open
most climbed award processor.
Added spawn_unit command, util
created beep trim textures and materials
creating building components system and setting up test building
Biggest multihit award processor.
Vitals widget updates tooltip text when selected unit changes