repospacechesscancel

6,819 Commits over 2,586 Days - 0.11cph!

7 Years Ago
mod slots are now clickable buttons, init takes an action UIUnitModSlots listens for clicks
7 Years Ago
Launcher attack LOS change. Fixed some AI functions not correctly checking attack tile type, so they can't cheat by firing at blank tiles any more.
7 Years Ago
Burner can now also fire diagonaly! Launcher can now attack any immediately adjacent tile. Reworked BoardUtils.GetTransformedBoardPoint() to step through one tile at a time, checking bounds, to allow for diagonal attacks to be correcty clamped to the board. added Tile.GetPivotDirection() to get a a cardinal direction from a tile to an adjacent tile updated UnitAttackAreaLine to work with diagonal attacks added UnitLoopAttackRange deleted UnitLineAttackRange as its not used (never was)
7 Years Ago
Flipper can now correctly target empty or friendly tiles
7 Years Ago
added NE, SE, SW, NW directions to Direction enum BoardUtils.GetTransformedBoardPoint and Board.GetTIlesInDirection can now handle new directions.
7 Years Ago
updated Igniter attack description string to reference damage variable
7 Years Ago
refactored some attack damage calculation functions. added BuffMin and BuffMax properties directly to Unit (they check the unit tag values) tile burning damage effect now applies the attacking units damage range as the damage, not a hardcoded value.
7 Years Ago
rename
7 Years Ago
more
7 Years Ago
units moving to escape dangerous tiles will now look to move somewhere they can also attack a unit from first
7 Years Ago
attacks now can specify if the regular damage attack should be applied or not. Fixed igniter unit not being able to directly target units.
7 Years Ago
added Board.GetTilesWithDamageEffect() AI now avoids/moves off tiles with damage ticks (tile fall tiles take avoidance priority still as they're insta death)
7 Years Ago
refactored AI tile fall avoidance to be more generic, so I can add any tiles with tile damage effects to it next...
7 Years Ago
added new prototype unit: Igniter (temp name until we decide how it's attack looks). Sets fire to tiles for 2 turns, doing damage to any unit on a tile at the start of each turn for 2 turns. It's using the worker model for now.
7 Years Ago
moved test tile damage code to a new TileDamageCombatAction to work with the rest of the combat action list stuff. added triggers to tile damage match action at the start of each turn to Deathmatch and Control match definitions.
7 Years Ago
added CareerObjective.GetProgressString() virtual function. added a GetProgressString() for COLeaguePosition. bit of UICareerRoot cleanup.
7 Years Ago
more
7 Years Ago
season sponsorship objective is checked for completion and completion bonus awarded
7 Years Ago
finished refactoring sponsorship selection UI to be usable for any sponsorship offer, not just seasonal
7 Years Ago
Added a season sponsorship to career. CareerAction now keeps a reference to career isntance CAChooseLeagueSponsor now sets the chosen sponsorship as the season sponsor.
7 Years Ago
update fonts
7 Years Ago
missing file
7 Years Ago
update text mesh pro
7 Years Ago
trying to fix text mesh pro text constantly updating
7 Years Ago
tile damage test data
7 Years Ago
added a temp default squad for car1 map to allow for ctrl-t builds again
7 Years Ago
can't burn blank tiles
7 Years Ago
tile dmg tweak
7 Years Ago
more tile burning stuff
7 Years Ago
added wip DoTileDamage match action
7 Years Ago
signing a sponsorhip deal now grants any signing bonus
7 Years Ago
added and hooked up a bunch of actions/callbacks for handling sponsorship selection
7 Years Ago
added CareerUIUtils.IntToOrdinalString() updated COLeaguePosition to use ordinal strings for position objectives.
7 Years Ago
added SeasonSponsorParams, set some placeholder values for them, use them in generating season league position sponsor offers, based on player's league.
7 Years Ago
sponsor prefab update with button, mouseover stuff
7 Years Ago
league sponsor changes
7 Years Ago
set team color for the team view/detail unit
7 Years Ago
update career unit detail panel
7 Years Ago
disabled career scene object
7 Years Ago
sponsor/objective UI prefabs, scripts, wip.
7 Years Ago
fixed detail card info not updating
7 Years Ago
update unit detail card to be drag from larger area/fixed the random shuffling when cards were drag more than once at a time
7 Years Ago
more sponsorship stuff, prefab
7 Years Ago
CareerSponsorship, CareerObjective, SponsorshipReward wip stuff
7 Years Ago
more
7 Years Ago
more
7 Years Ago
career objectives basics
7 Years Ago
fix/change mod icon in the market tab WIP detail card updating the proper info per unit
7 Years Ago
update slot icon/ mini unit frame tweak portrait color mat
7 Years Ago
added (blank) panel prefab for league sponsor selection. league sponsorship selection action now displays the panel and completes on close.