summaryrefslogtreecommitdiff
path: root/universe
AgeCommit message (Expand)Author
2024-04-05Fixed missing dependency on json libraryAki
2024-04-05Extended timeout for tests discovery in universeAki
2023-02-28Added tracking to damage calculationsAki
2023-02-28Turrets will now start shooting when they can deal 1 dmg pointAki
2023-02-27Extracted range modifier into own methodAki
2023-02-04Ship types JSON now support base_*_resists entriesAki
2023-01-27Added damage per second to weapons tooltipsAki
2023-01-27Fixed missing sqrt in effective range calculationAki
2023-01-27Added effective range calculation for turretsAki
2023-01-21Inernal libraries are now staticAki
2023-01-15Merge branch 'main' of https://github.com/Laurapaws/kuratorLaura
2023-01-15Update turret_types.jsonLaura
2023-01-15Fixed trailing comma in jsonAki
2023-01-15Update turret_types.jsonLaura
2023-01-15Added 9 shipsLaura
2023-01-12Added method to retrieve default/first item from repositoryAki
2023-01-08Implemented naive armour and shield without parametrized resitsAki
2023-01-08Renamed health to structure points where applicableAki
2023-01-07Removed SampleRepository because JsonRepo does everything neededAki
2023-01-07Implemented a CMake function to manage resourcesAki
2023-01-05Naively implemented JSON universe RepositoryAki
2023-01-05NotFound will now at least output the missing keyAki
2023-01-04Added stub Json repositoryAki
2023-01-03Added rather naive interface for repository iterationAki
2023-01-02Moved UniqueIdentifier to universe moduleAki
2022-12-31Added Gauss Cannon to sample repositoryAki
2022-12-31Added rounds and reload time to turrets to enable burst weaponsAki
2022-12-12Extracted effective damage calculation to universeAki
2022-11-24Applied ship designs and stats to current sample scenario and universeAki
2022-11-20Implemented verbose damage modifier based on rangeAki
2022-11-16Implemented simple range limitation for turretsAki
2022-11-15Implemented naive skeleton for types repository in universeAki
2022-11-08Creating skeleton for battle simulation and universe dataAki