index
:
kurator
master
A little 2D spaceship combat engine
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-05
Renamed lines to projectiles
Aki
2024-04-05
Extracted chunk of user interaction to own Controller
Aki
2024-04-05
Removed raylib from dynamic deps in windows package
Aki
2024-04-05
Bumped minimum cmake version
Aki
2024-04-05
Ensured literal types to be equivalent or lower than target types
Aki
2024-04-05
Use release tarballs instead of git repository
Aki
2024-04-05
Switched back to custom MakeAvailable
Aki
2024-04-05
Fixed missing dependency on json library
Aki
2024-04-05
Push contrib variables to cache and reshuffle them
Aki
2024-04-05
Add job prefix to each deps cache
Aki
2024-04-05
Add raylib specific options
Aki
2024-04-05
Use FetchContent to handle dependencies
Aki
2024-04-05
Use static raylib if available
Aki
2024-04-05
Add steam deployment only if protected branch is built
Aki
2024-04-05
CMake will now generate vdf with version in description
Aki
2024-04-05
Renamed cmake version variable to VERSION
Aki
2024-04-05
Readded STEAM_GUARD to steamcmd invocation
Aki
2024-04-05
Make steam deployment job manual
Aki
2024-04-05
Disable Steam Guard authorization for now
Aki
2024-04-05
Added naive steam guard enabled auth
Aki
2024-04-05
Reverted too aggressive removal of ray _lib_
Aki
2024-04-05
Preview steampipe appbuild in CI
Aki
2024-04-05
Switch to docker-ignore docker image
Aki
2024-04-05
Extended timeout for tests discovery in universe
Aki
2024-04-05
Added stub AppBuild configuration for steampipe
Aki
2023-02-28
Merge branch 'archlinux-pipelines'
Aki
2023-02-28
Offloaded archiving the package to pipelines
Aki
2023-02-28
Added tracking to damage calculations
Aki
2023-02-28
Turrets will now start shooting when they can deal 1 dmg point
Aki
2023-02-27
Extracted range modifier into own method
Aki
2023-02-27
Seems needs and artifacts are not recursive, try with explicit
Aki
2023-02-27
Added package to top-level stages list
Aki
2023-02-27
Added packaging stage
Aki
2023-02-27
Added install targets for executable and resources
Aki
2023-02-27
Ctest outputs to build dir no matter what
Aki
2023-02-27
Added junit tests report
Aki
2023-02-27
The entire build directory is an artifact
Aki
2023-02-27
Fixed type before_script
Aki
2023-02-27
Ensure wine prefix before tests to reduce tests execution time
Aki
2023-02-27
Increased test discovery timeout
Aki
2023-02-27
Added needs declarations for test jobs
Aki
2023-02-27
Added windows tests since wine is needed anyway with current config
Aki
2023-02-27
Added archlinux based pipelines config
Aki
2023-02-24
Added sliders for Turret Type parameters
Aki
2023-02-20
Added inspect visuals for AI state
Aki
2023-02-19
Fixed ID push before checking validity
Aki
2023-02-19
Draw turret ranges for selected ships
Aki
2023-02-18
Inspection tool will select ship turrets additionally when available
Aki
2023-02-17
Inspect window has more interactive widgets now
Aki
2023-02-17
Replaced all entt includes with full header
Aki
[next]