summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-05Use FetchContent to handle dependenciesAki
2024-04-05Use static raylib if availableAki
2024-04-05Add steam deployment only if protected branch is builtAki
2024-04-05CMake will now generate vdf with version in descriptionAki
2024-04-05Renamed cmake version variable to VERSIONAki
2024-04-05Readded STEAM_GUARD to steamcmd invocationAki
With quotes the argument would get interpreted even if empty. At this time I'm unsure how would login command interpret empty guard code, so putting it w/o quotes.
2024-04-05Make steam deployment job manualAki
2024-04-05Disable Steam Guard authorization for nowAki
2024-04-05Added naive steam guard enabled authAki
2024-04-05Reverted too aggressive removal of ray _lib_Aki
2024-04-05Preview steampipe appbuild in CIAki
2024-04-05Switch to docker-ignore docker imageAki
2024-04-05Extended timeout for tests discovery in universeAki
2024-04-05Added stub AppBuild configuration for steampipeAki
2023-02-28Merge branch 'archlinux-pipelines'Aki
2023-02-28Offloaded archiving the package to pipelinesAki
This feels a bit useless now yet it should be possible to use it later on for deploying way easier.
2023-02-28Added tracking to damage calculationsAki
2023-02-28Turrets will now start shooting when they can deal 1 dmg pointAki
Previously they were shooting at 1% base damage range, meaning higher damage turrets were cut off earlier.
2023-02-27Extracted range modifier into own methodAki
2023-02-27Seems needs and artifacts are not recursive, try with explicitAki
2023-02-27Added package to top-level stages listAki
2023-02-27Added packaging stageAki
2023-02-27Added install targets for executable and resourcesAki
2023-02-27Ctest outputs to build dir no matter whatAki
2023-02-27Added junit tests reportAki
2023-02-27The entire build directory is an artifactAki
2023-02-27Fixed type before_scriptAki
2023-02-27Ensure wine prefix before tests to reduce tests execution timeAki
2023-02-27Increased test discovery timeoutAki
2023-02-27Added needs declarations for test jobsAki
2023-02-27Added windows tests since wine is needed anyway with current configAki
2023-02-27Added archlinux based pipelines configAki
2023-02-24Added sliders for Turret Type parametersAki
2023-02-20Added inspect visuals for AI stateAki
2023-02-19Fixed ID push before checking validityAki
2023-02-19Draw turret ranges for selected shipsAki
2023-02-18Inspection tool will select ship turrets additionally when availableAki
2023-02-17Inspect window has more interactive widgets nowAki
2023-02-17Replaced all entt includes with full headerAki
2023-02-17Ships markers can now be selected to show inspection windowAki
2023-02-17Extracted projectile lines animations to own compile unitAki
2023-02-16Hovered ship markers are now highlightedAki
2023-02-15Extracted markers to own header and compilation unitAki
2023-02-15Version hash now has asterix if dirty repo was used to buildAki
2023-02-14Replaced Context+Battle combo with State and arbitrary SystemsAki
2023-02-14Extracted basic simulation behaviour and that part of state to own classAki
2023-02-13Created sim::State object to hold overall state of simulationAki
This is seems like it creats even more chaotic binding between the components but it is a very nice and testable intermediate step before moving everything to standalone systems and shoving state into the... well, State.
2023-02-13Externalized part of simulation systemsAki
2023-02-13Extracted scenario setup from BaseBattle constructorAki
2023-02-12Extracted marker setup from Battle scene constructorAki