index
:
kurator
master
A little 2D spaceship combat engine
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-01-27
Added informational tooltip for weapon selection
Aki
2023-01-27
Fixed missing sqrt in effective range calculation
Aki
2023-01-27
Added effective range calculation for turrets
Aki
This is now used when deciding if turret should start shooting or not.
2023-01-26
Added build version identification to title screen
Aki
Since this uses configure_file it might have problems sometimes when trying to detect updated value. It will be better to move it to use custom target instead.
2023-01-26
Group count inputs are sliders again
Aki
2023-01-26
Moved the ship type combo outside of the layout editor popup
Aki
2023-01-26
Extracted ship type combo box to a function
Aki
2023-01-25
Added naive tooltip of ship types
Aki
2023-01-21
Inernal libraries are now static
Aki
2023-01-21
Added defines for math constants for MinGW-w64
Aki
2023-01-15
Implemented naive on-death markers
Aki
2023-01-15
Merge branch 'main' of https://github.com/Laurapaws/kurator
Laura
2023-01-15
Update turret_types.json
Laura
2023-01-15
Fixed trailing comma in json
Aki
2023-01-15
Update turret_types.json
Laura
2023-01-15
Added 9 ships
Laura
2023-01-14
Reworked GUI of group editor to be table-based
Aki
2023-01-12
Added method to retrieve default/first item from repository
Aki
2023-01-12
Fixed edge cases in inter-layer damage consumption
Aki
2023-01-12
Team sliders are now created in a loop
Aki
2023-01-12
Implemented naive scenario editor based on groups and loadouts
Aki
2023-01-11
Loadout editor is now a function call
Aki
2023-01-11
Battle scenario is now generated with the specified loadout
Aki
2023-01-11
Created a naive loadout editor interface
Aki
2023-01-10
Extracted ship loadout into own class
Aki
2023-01-10
Moved universe repo initialization to campaign module
Aki
2023-01-08
Implemented naive armour and shield without parametrized resits
Aki
2023-01-08
Changed comment message for resource files
Aki
2023-01-08
Added naive resists
Aki
2023-01-08
Renamed health to structure points where applicable
Aki
2023-01-08
Extracted total retrieval to health points to enable modification of components
Aki
2023-01-08
Extracted alive state check from battle to hitpoints to hide it away
Aki
2023-01-07
Fixed one imgui frame showing after campaign ends
Aki
2023-01-07
Removed SampleRepository because JsonRepo does everything needed
Aki
2023-01-07
Added crude campaign end condition
Aki
2023-01-07
Added section about running the game to README
Aki
2023-01-07
Implemented a CMake function to manage resources
Aki
2023-01-05
Naively implemented JSON universe Repository
Aki
2023-01-05
NotFound will now at least output the missing key
Aki
2023-01-04
Added stub Json repository
Aki
2023-01-04
Added Nlohmann JSON library to dependencies
Aki
2023-01-03
Added rather naive interface for repository iteration
Aki
2023-01-02
Moved EventLog to stats module
Aki
2023-01-02
Moved UniqueIdentifier to universe module
Aki
2022-12-31
Extracted method to deal damage to hit points
Aki
2022-12-31
Extracted HitPoints definition to own header
Aki
2022-12-31
Added Gauss Cannon to sample repository
Aki
2022-12-31
Added a check for AIState and Transform of the owner
Aki
2022-12-31
Turrets may now shoot multiple times per frame
Aki
2022-12-31
Added a wrapper for calling system updates
Aki
[prev]
[next]