userAdam Wcancel
branchspacechess/maincancel

3,355 Commits over 972 Days - 0.14cph!

6 Years Ago
format TransactionType
6 Years Ago
Removed unused AllowVerticalRotation from CIV. Added MinMaxHorizontalRotation & MinMaxVeritcalRotation to CIV, enforced when ClampRotation is ticked.
6 Years Ago
defines++
6 Years Ago
fix?
6 Years Ago
Daily challenge opponent customisation is now based on the daily seed. Merge from kit clash branch.
6 Years Ago
cherry pick grabber LOS fix
6 Years Ago
Added support for trophy material customisation options. Removed material options from soccer ball trophy definition. Fixed dunce hat duplicate material name error. CustomisationProfile++
6 Years Ago
Removed UITutorialPromptYesButton script from the randomise button
6 Years Ago
Rate limited switched from a message box to a chat message.
6 Years Ago
added chat message when attempting a connection to the server
6 Years Ago
Pressing F9 in customisation editor (with devtools enabled) will now toggle the UI there too. Pressing R during avatar customisation will randomise everything, so you can randomise without the UI visible.
6 Years Ago
Removed CanvasGroup from a child element of career squad editor unit button prefab so I can fade the whole thing properly. Career mode squad editor unit buttons respond to mod slot hover events the same way all the other unit lists do.
6 Years Ago
Tile dmg based attacks (such as the Igniter) now get associated with their owning unit, dmg gets tracked. Combat objectives now get updated at the start of each turn as well. Removed Igniter from the dmg sponsorship objective excluded unit list now that it gets tracked.
6 Years Ago
Career mode squad editor now shows correct unit info including mod values for career units. (on the board, on unit hover, on unit list icon hover)
6 Years Ago
fix materials not saving when applying random customisations
6 Years Ago
Reduced panel fade transition duration.
6 Years Ago
Increased american football velocity. Trigger hits no longer reduce remaining hits before being destroyed.
6 Years Ago
Cleared the Clicked interaction action on american football platform.
6 Years Ago
Added OnHit event action to CustomisationItemView. Setup goal area collider on American football platform. Removed exit time on American football anim transition so the effect is snappy. Trophy projectiles now respond to trigger hits too. Increased ball launcher power so you can reach the goal areas with it.
6 Years Ago
Removed the squad editor tutorial passthrough when clicking play buttons.
6 Years Ago
Fix for deselecting stage of tutorial
6 Years Ago
Cleaner implementation of last fixes and also now refresh button status so the newly randomised item button gets ticked correctly.
6 Years Ago
wip randomisation fixes
6 Years Ago
Added angular velocity to ball launcher scripts, gets applied to whatever's launched. Added ScaleOverTime script, added it to american football, scales to 50% scale over 1.5 seconds. American football physics material setup, tweaked it's fake gravity boost.
6 Years Ago
Always use the death match mode definition for career matches
6 Years Ago
Fix for default squad saving so it works again with the new hash/name setup. Car5 map tweaks, added default squad.
6 Years Ago
added car5 wip map, missing a default squad for now, set as hidden.
6 Years Ago
Can now mousewheel through units in detail view
6 Years Ago
merge to main
6 Years Ago
Merge to main
6 Years Ago
merged sponsorship objective match-time stuff to main
6 Years Ago
merge WIP sponsorship stuff to main
6 Years Ago
CustomisationProfile++
6 Years Ago
disable UI camera instead of individual elements
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