summaryrefslogtreecommitdiff
path: root/kurator
AgeCommit message (Expand)Author
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-14Replaced Context+Battle combo with State and arbitrary SystemsAki
2023-02-13Created sim::State object to hold overall state of simulationAki
2023-02-12Extracted marker setup from Battle scene constructorAki
2023-02-12Force Balance is now shown in Scenario EditorAki
2023-02-12Velocity indicators are now dark greenishAki
2023-02-11Context is now used in sim systemsAki
2023-02-11Added ConstContext for drawing systemsAki
2023-02-11Clock now tracks seconds since creationAki
2023-02-11Removed dt argument from Scene updateAki
2023-02-11Added Context to streamline system update call interfaceAki
2023-02-10Created scaled Clock for consistent access to update timesAki
2023-02-10Extracted Battle systems to own functionsAki
2023-02-10Disabled skipping battle with space pressAki
2023-02-10Extracted time factor controlsAki
2023-02-04Added wonky visual speed indicatorsAki
2023-02-04Full grid is now drawnAki
2023-02-03Extracted from/to camera viewport transformations to camera itselfAki
2023-02-03Moved Camera to engineAki
2023-02-03Created engine module right now containing only PointAki
2023-02-01Naively implemented camera movement and view offsetAki
2023-01-31Added stub Grid and CameraAki
2023-01-31Removed prototype SkyboxAki
2023-01-29Damage popups will now merge when possibleAki
2023-01-28Commits will now trigger version-files regeneration during buildAki
2023-01-27Added damage per second to weapons tooltipsAki
2023-01-27Added informational tooltip for weapon selectionAki
2023-01-26Added build version identification to title screenAki
2023-01-26Group count inputs are sliders againAki
2023-01-26Moved the ship type combo outside of the layout editor popupAki
2023-01-26Extracted ship type combo box to a functionAki
2023-01-25Added naive tooltip of ship typesAki
2023-01-15Implemented naive on-death markersAki
2023-01-14Reworked GUI of group editor to be table-basedAki
2023-01-12Added method to retrieve default/first item from repositoryAki
2023-01-12Team sliders are now created in a loopAki
2023-01-12Implemented naive scenario editor based on groups and loadoutsAki
2023-01-11Loadout editor is now a function callAki
2023-01-11Battle scenario is now generated with the specified loadoutAki
2023-01-11Created a naive loadout editor interfaceAki
2023-01-10Extracted ship loadout into own classAki
2023-01-10Moved universe repo initialization to campaign moduleAki
2023-01-08Extracted total retrieval to health points to enable modification of componentsAki
2023-01-07Fixed one imgui frame showing after campaign endsAki
2023-01-07Added crude campaign end conditionAki
2023-01-07Implemented a CMake function to manage resourcesAki