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
2022-12-31
Turrets may now shoot multiple times per frame
Aki
2022-12-31
Added a wrapper for calling system updates
Aki
2022-12-31
Extracted TurretControl to own unit
Aki
2022-12-31
Keep at range distance is now updated according to optimal range of turrets
Aki
2022-12-31
Added rounds and reload time to turrets to enable burst weapons
Aki
2022-12-31
Renamed misleading total_teams() method
Aki
2022-12-31
Extracted FloatingMovement component to own header and impl
Aki
2022-12-31
Renamed and changed binding for restoring from a pause
Aki
2022-12-31
Added Pause
Aki
2022-12-31
Added a method to retrieve current scene from session
Aki
2022-12-31
Extracted drawable sub-scene holder to a Frame class
Aki
2022-12-30
Disabled ESC quitting game right away
Aki
2022-12-30
Rotated RandomSpawner to spawn first team on the left
Aki
2022-12-30
Replaced Quick Battle with Campaign in Main Menu
Aki
2022-12-30
SceneBuilder can now list the scenes
Aki
2022-12-29
Carry over ship deaths to campaign state
Aki
2022-12-28
Implemented very naive campaign encounter generation
Aki
2022-12-28
Added Campaign scene stub
Aki
2022-12-28
Renamed Log scene to Summary
Aki
2022-12-26
Reworked scene management around the stack in Session
Aki
2022-12-26
Session now manages Scenes in via a stack
Aki
2022-12-26
Simplified sliders update check
Aki
2022-12-26
Laser effect now hits the target a bit smoother
Aki
2022-12-25
Title scene now uses SceneBuilder for switching
Aki
2022-12-25
Added CLI option to select the starting scene
Aki
2022-12-24
Implemented scenario editor for example scenario to fool around
Aki
2022-12-24
Session now holds previous scene until end of frame
Aki
2022-12-24
Added end event to mark end of a battle
Aki
2022-12-23
Shots are now animated to see what direction they go
Aki
2022-12-23
Tweaked colors to be more fun
Aki
2022-12-23
Moved sample scenario creation to a loop
Aki
2022-12-23
Added simple main menu
Aki
2022-12-23
Added a method to quit game naturally through Session
Aki
2022-12-22
Added a property to Timed to scale it according to time factor
Aki
2022-12-21
Made controls window a bit fancier
Aki
2022-12-21
Added simple window to change simulation time factor
Aki
2022-12-17
Event log is now using ImGui
Aki
2022-12-16
Replaced standard output with simplistic EventLog container and scene
Aki
2022-12-13
Added naive events for ship destruction
Aki
2022-12-13
Added naive campaign-unique ship identifiers
Aki
2022-12-13
Added missing dependency on EnTT in kurator
Aki
2022-12-13
Random target selection is now really random
Aki
2022-12-12
Extracted preferred keep at range distance to AI
Aki
2022-12-12
Extracted effective damage calculation to universe
Aki
2022-12-05
Extracted force balance bar into own file
Aki
2022-12-05
Extracted team colors into own file
Aki
2022-12-04
Width and height are now predivided by two
Aki
2022-12-04
Moved shooting lines below markers
Aki
2022-12-04
Turrets no longer shoot past optimal range * 2.5
Aki
2022-12-04
Implemented naive laser effect
Aki
[prev]
[next]