193,450 Commits over 4,079 Days - 1.98cph!

7 Years Ago
Fixed map button not working Removed zoom to map/to game code from camera code Disabled primitive shelter, made basic buildings the lowest tier unlock
7 Years Ago
Interaction Desires for multi unit interactions WIP
7 Years Ago
Updated blackboard syntax based on main changes Updated UnitStatusUtility to return friendly if unit a and unit b are player controlled
7 Years Ago
Couple more NRE fixes when debugging animals
7 Years Ago
Backup
7 Years Ago
Fixed AIDebugger NRE
7 Years Ago
Fixed tribe tracker NRE when selecting non-player controlled units in debug mode
7 Years Ago
UI bits
7 Years Ago
Fixed EvaluateInteractionForAllUnits NRE. Cleaned up related methods to avoid NREs
7 Years Ago
Backup
7 Years Ago
Fixed culling-related flicker sometimes when spawning a new object Fixed flicker when toggling culling.world (proper)
7 Years Ago
Probable fix for AI sometimes not acting or ending turn.
7 Years Ago
more resuts
7 Years Ago
Tribe tracker role assignment via right click foldout
7 Years Ago
MatchSimulator events. Match results UI code.
7 Years Ago
Scene & assets
7 Years Ago
Added depth tolerance to outline draw shader (glow over grass)
7 Years Ago
DecisionMaker.ScoreGoals only checks role if the parent module has no role defined
7 Years Ago
Fixed outline when using temporal AA Fixed outline issues affecting other effects Fixed outlined object showing over viewmodel
7 Years Ago
fixed a typo
7 Years Ago
fixed single-unit commands given to a group of units
7 Years Ago
replication seems to be working much better now
7 Years Ago
fixed SingleSelectedUnit
7 Years Ago
Make the radial great again
7 Years Ago
replication updates
7 Years Ago
potential satchel fix
7 Years Ago
Fixed another "user-provided triangle mesh descriptor is invalid" error on some road meshes
7 Years Ago
Removed PlayerController.SelectedUnit, replaced most usage with new SingleSelectedUnit property that will return null if there are multiple units selected Fixed InteractionPlanData.ToolRequirement NRE
7 Years Ago
Scene
7 Years Ago
Cleanup
7 Years Ago
Latest
7 Years Ago
Mining quarry A progress
7 Years Ago
Interactions can specify multiple valid tool types
7 Years Ago
tweaks
7 Years Ago
Road and powerline tweaks
7 Years Ago
added MatchMode enum for Practice, Career, Online options; set it. integrated career mode with menu/gameflow. can now start next player match from career menu (nothing applied to the actual match yet though) career matches now return to career menu not menu.
7 Years Ago
PathFinder still prioritizes direct neighbors over diagonal neighbors when diagonals are allowed
7 Years Ago
Added colour tint to shader
7 Years Ago
multi unit commands WIP
7 Years Ago
Hapis progress
7 Years Ago
Player controller interactions fuckery
7 Years Ago
PathFinder.Point implements IEquatable
7 Years Ago
LMB on a selected unit will deselect other units Double LMB on unit invokes "focus" event Fixed a bunch of null conditions/considerations following Roles refactor Added new detail view widget, opened by double LMBing on a unit
7 Years Ago
Behaviours can now support multi-selections. Currently only works on default interactions
7 Years Ago
match simulation now includes casualities and awards survivor score points. more career helper functions.
7 Years Ago
Mining quarry A progress backup
7 Years Ago
Updated Apex to 2017.1
7 Years Ago
Fixed default interactions for buildings not working (wrong click)
7 Years Ago
player's match always played last
7 Years Ago
Fixed Roles.OnGPVChanged NRE