summaryrefslogtreecommitdiff
path: root/CREDITS.txt
AgeCommit message (Collapse)Author
2023-07-08Drop zp in favour of the standard library; Drop ly in favour of the standard ↵Gabriel Jensen
library; Update code style; Update naming convention; Use libfmt; Remove abort function; Add background to main logo; Update readme; Print shader errors at run-time; Update help screen; Fix objects not being deleted
2023-04-07Remove satellite object type; Fix viewport size being too small on some ↵0.10.0Gabriel Jensen
devices; Update mass unit; Add macros for branch prediction; Add new modules 'init' and 'run'; Remove module 'gfx'; Add more ship types; Use OpenGL 4.0; Use GLAD; Specify OpenGL profile; Update code style; Update gitignore; Update naming convention; Add more station types; Create script for validating shaders; Add install script; Add script for extracting glad; Add launch option 'credits'; Make code more modular; Add readme; Update credits; Switch back to CMake; Add minimal MSVC support; Specify underlying type for enumerations; Add more quotes; Rename launch option 'restart' to 'new'; Add assumption macro; Improve precision of gravitational constant;
2023-03-31Fix compilation warning; Optimise mechanical functions; Add system ↵0.9.0Gabriel Jensen
generation routine; Remove 'info' module; Add intro; Add terminal parameters; Update units; Make window fullscreen; Resume time; Update gitignore; Make code more modular;
2023-03-27Make window fullscreen; Update object data (store both positional and ↵0.7Gabriel Jensen
rotational velocity); Update save format; Add credits file; Add more quotes; Standardise and optimise save format; Perform checks on save file; Fix bad module name; Use 'pragma once'; (Temporarily) define some constants as macros instead of as compile-time variables; Create object system;