userAdam Woolridgecancel

10,916 Commits over 3,347 Days - 0.14cph!

5 Years Ago
Increased Grabber dmg 2->3, but no longer ignores armour
5 Years Ago
Latest booster rework, damage boost target unit by 1 for current turn. Costs an action point. Updated defs/description.
5 Years Ago
map too
5 Years Ago
revert the accidental car1.png preview commit
5 Years Ago
Burner max height set to 0, enabled terrain LOS check.
5 Years Ago
project settings from upgrade
5 Years Ago
Camera fix
5 Years Ago
More camera stuff and option. Might be something weird with squad editor camera.
5 Years Ago
grabbed and cleaned up the dynamic camera test stuff from mobile branch, added it under a hidden (for now) option
5 Years Ago
enabled AI log output
5 Years Ago
Added option to toggle move/attack confirmation prompt. Overrides to disabled for tutorial.
5 Years Ago
Career match difficulty now goes Easy, Normal, Normal, Hard....
5 Years Ago
Practice match UI screen changes
5 Years Ago
Menu layout changes
5 Years Ago
Added generic select next/previous input actions, bound to shoulder buttons. Next/previous unit selection now checks for the new mapping calls.
5 Years Ago
Added UnitSelection.SelectNext/PreviousUnit() functionality and they now skip unusable (dead, no actions) units.
5 Years Ago
merge confirm actions to main
5 Years Ago
wip unit select cycling left/right based on team unit UI order
5 Years Ago
Added skip confirmation functioanlity
5 Years Ago
fixed some issues with confirmation panel UI check blocking incorrect tile clicks
5 Years Ago
fix confirm button appearing at match start
5 Years Ago
manually merged some confirm action changes from other branches, moved some UI detection code to utility class
5 Years Ago
and now properly?
5 Years Ago
Merged main into confirmactions and branched
5 Years Ago
variable squad size tests
5 Years Ago
Unit attack ranges can now ignore units with tiles on them. Jumper tweaks.
5 Years Ago
more Jumper wip
5 Years Ago
Jumper attack wip stuff
5 Years Ago
Movement and path views now support jumping.
5 Years Ago
Jumper attack description
5 Years Ago
Pathfinding can now jump over empty tiles if required. Jumper can now jump over empty tiles.
5 Years Ago
Movement.GetTilesInRange() will now strip any returned tiles with units on them. (so we can jump over units but not move onto a unit tile)
5 Years Ago
Exposed max tile climb to unit defs, use it in pathfinding code. Jumper can now jump upto 10 tiles high.
5 Years Ago
Added initial Jumper setup. Definition files, prefabs, etc.
5 Years Ago
Merged AI improvements to main
5 Years Ago
Cherry picked Booster rework
5 Years Ago
Added BestHTTP asset to 3rd party folder
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
bunch of texture settings. disabled colliders on crowd members. hacky camera/UI prototyping stuff.
5 Years Ago
removed left/right camera buttons, added basic swipe rotation instead. disabled mute list for now. disabled emotes for now. some temp connection changes. show attack range on click not just hover (so target area appears properly on touch screen). temp change so input up is used not down for events.
5 Years Ago
Increased size of confirm action button. Added placeholder left/right camera rotation buttons. Move/attack confirm states now cancel when selecting other tiles, confirm on button press (blocks tiles) Forced fast forward button visible until I figure out why UI blur being disabled is breaking stuff. Set unit texture aniso to 2 (from 0) until I figure out why that's breaking stuff. Set avatar render texture depth to 24bit with stencil (fixes completely white image, but now has black BG) Override target DPI to 250 for shorterm FPS boost.
5 Years Ago
initial
5 Years Ago
typo
5 Years Ago
removed tile/unit click to confirm, clicking OK confirms and calls the specified function instead.
5 Years Ago
more
5 Years Ago
wip confirm prompt ui/prefab/code
5 Years Ago
merge from main
5 Years Ago
Notification fix
5 Years Ago
first player attack prevention stuff