branchspacechess/maincancel

4,941 Commits over 1,795 Days - 0.11cph!

7 Years Ago
fixed platform colours
7 Years Ago
started some Kit/KitDatabase cleanup, removed a bunch of default parameters, now using KitDatabase.DefaultLocalKitID / KitDatabase.DefaultOpponentKidID instead of values everywhere
7 Years Ago
formatting fix
7 Years Ago
mission fix for minutes/hours
7 Years Ago
getting latest
7 Years Ago
fixed TileTopper edit mode for map editor
7 Years Ago
more
7 Years Ago
more
7 Years Ago
started making the map editor mode work again
7 Years Ago
added mortar celeb test anim to mortar anim controller
7 Years Ago
unit death delays (looks weird at the moment until we add effects or something)
7 Years Ago
Mortar Celeb test
7 Years Ago
daily mission available timer now resets at midnight, so you can now only receive one new mission a day (up to 3 at a time) added next mission available timestamp to PlayerRecord + protobuf.
7 Years Ago
update customization UI adding description tweak space environment, updated texture compression settings
7 Years Ago
increased delay before AI first move of a turn
7 Years Ago
teleport movement now has delays and effects
7 Years Ago
PFTile now also stores a dictionary of neighbour connections by tile key. UnitViewMovement can now handle teleport tile connections (just instantly moves the unit for now)
7 Years Ago
added NeighbourConnection, stores extra info about neighbouring tile connections, such as link type: normal, teleporter, etc.
7 Years Ago
PathFinder now caches all tile neighbours on init instead of doing neighbour look ups every search
7 Years Ago
tweak customiztion UI/ camera angles changed some material/ texture compression
7 Years Ago
mission notifications now show when returning to the menu, smoothed out some of the timings, reduced damage needed for damage missions.
7 Years Ago
added anim test key (C) to DevTools, triggers the TestAnimTriggerName trigger on all units in the match.
7 Years Ago
added Celebrate anim trigger and Celebrate states to all unit anim controllers
7 Years Ago
mission notifications now appear when mission progress is made, fade in/out, progress bar fill anim
7 Years Ago
more
7 Years Ago
more
7 Years Ago
wip mission update notifications
7 Years Ago
UIMissionNotifications setup
7 Years Ago
added a mission notification panel to global UI. added placeholder mission notification prefab.
7 Years Ago
locked camera rotation when mouse is over customisation editor UI (stops the camera rotating when mouse wheel scrolling lists)
7 Years Ago
middle clicking in customisation editor now correctly resets rotation
7 Years Ago
update customization editor UI / test camera
7 Years Ago
update customisation editor UI
7 Years Ago
disabled auto rotation of avatar in editor
7 Years Ago
cleanup test prefab in the scene, and fixed background star material
7 Years Ago
customisation UI rework
7 Years Ago
quick bit of UIAvatarBubble cleanup, added early out to avoid the calculations running every frame even if not visible
7 Years Ago
reworked a bunch of potential damage calc functions to also take the attackFrom tile. This fixes a bunch of bugs, both with the new range indicator damage stuff and a bunch of AI bugs I didn't know about that would use these calculations. This is because when considering attacks from POTENTIAL tiles, the damage reduction calc was still using the ACTUAL unit tile positions.
7 Years Ago
fucked the in-range diamonds off now that we're using a better way of showing in-range targets
7 Years Ago
better in-range display for movement mode
7 Years Ago
added squad editor placement dust effect when landing from jumps
7 Years Ago
merged jump branch to main so we can spot any potential bugs
7 Years Ago
fix for freecam mode which probably caused most of buck's issues
7 Years Ago
more UI fix / disabling profile button when the option panel is up
7 Years Ago
tweak unit squad editor, hopefully fixed team color
7 Years Ago
update squad editor UI , adding naviagation arrow fixed some bug when opening the squad editor after the career mode
7 Years Ago
fix for unit movement raycaysting to floor position when moving.
7 Years Ago
merged to main
7 Years Ago
deleted blank object
7 Years Ago
scene cleanup