userAdam Wcancel
repospacechesscancel

4,871 Commits over 2,068 Days - 0.10cph!

6 Years Ago
Stop the game from starting in Unity when there are customisation config errors
6 Years Ago
built customisation DB
6 Years Ago
reduce size of fame display rings by 25%
6 Years Ago
fade out unit panels instead of highlighting the rest
6 Years Ago
hovering mod types in the inventory status display highlights units with empty mod slots of that type
6 Years Ago
hide some details to simplify leage overrview tab
6 Years Ago
Override player team manager's avatar customisations with player's online customisation at save create/load. (so any changes you make to your avatar will affect your existing saves)
6 Years Ago
disable manager avatar in squad editor, show it in roster views.
6 Years Ago
Reworked charger attack, it now returns to it's original position after doing the charge, making it more useful for pushing enemy units away and returning to safetfy. Increased attack area from 4->5 tiles
6 Years Ago
Added avatar renderer for career team view
6 Years Ago
Each career team's manager now gets a randomly generated appearance created during career file creation. Serialise team manager appearances. Added appearance stuff to career protobufs. Equip opponent team's manager appearance during career matches.
6 Years Ago
Clicking a mod in the inventory display bar or owned items in the market view will take you to the unit view, ordered by units with the most free mod slots of that type.
6 Years Ago
set career mode PanelModalContainer background to almost opaque to make it easier to read foreground details
6 Years Ago
sort mod display by name to order consistently with unit mod display
6 Years Ago
mod inventory display listens to events, refreshes
6 Years Ago
mod inventory display scene setup / ui prefabs
6 Years Ago
more mod inventory stuff
6 Years Ago
wip mod inventory stuff
6 Years Ago
Added finance button to career mode bottom bar. Moved wallet balance to top bar.
6 Years Ago
spawn locations and default squad for car4 map
6 Years Ago
wip car4 map
6 Years Ago
Put healers back in the two default map squads I removed them from.
6 Years Ago
changed fan bonus / change to streak bonus / change
6 Years Ago
Only combine meshes in match mode (map editor fix)
6 Years Ago
new maps get created with filename and meta files and auto titled based on the name field - auto incremented if map with same name exists.
6 Years Ago
added text input field next to New Map button for naming the map, hooked it up to new map button script.
6 Years Ago
New Map button now uses the toggles to create a map of the correct match type.
6 Years Ago
Added toggles for map mode (DM/Control) and if the new map is for career mode next to the New Map button in the map editor. Hooked them up to the New Map button script.
6 Years Ago
fix for map preview creation NRE when creating a new map file
6 Years Ago
Can now right click mods to equip them. Right click no longer closes career modal windows (escape still does).
6 Years Ago
Merged mod changes to main
6 Years Ago
Merge from main
6 Years Ago
Reworked mod serialization. Added CareerUnitModSlot.Serialization. CareerVersion++ Career mod protobuf changes. Rebuilt protobuf.
6 Years Ago
Mods are now all singular and stackable. Slots are now handled differently to support it. (still gotta rework mod serialization to handle it)
6 Years Ago
more
6 Years Ago
fix to get career mode starting again
6 Years Ago
more
6 Years Ago
More mod slot reworking. Merge from main.
6 Years Ago
refactored out the slot type array ready to use the new Slots setup
6 Years Ago
wip Mod/modslot rework
6 Years Ago
Only generate max of 1 type of each mod slot per unit. Order mod slot appearance consistently across units.
6 Years Ago
Added AvatarCustomisation.CreateRandomAvatarCustomisationGroup. AI players equip random avatar customisations (including locked items).
6 Years Ago
Load the tileset correctly in customisation editor (including board/camera child objects)
6 Years Ago
Converted the customisation randomisation debug feature for footage into a real feature, added button.
6 Years Ago
Customisation randomisation now applies random materials.
6 Years Ago
devtools for editor mode fixed
6 Years Ago
Updated replay controls prefab. Replay UI can now be toggled with the U key. Scene.
6 Years Ago
Added Trailer folder. Added a bunch of replay files to Trailer/Replays with specific unit combs/arenas/tilesets
6 Years Ago
reduce crowd idle time if devtools enabled
6 Years Ago
devtools stuff