summaryrefslogtreecommitdiff
path: root/bowshock.svg
AgeCommit message (Collapse)Author
2024-08-24Update logo; Update lints; Bump dependency versions. Core: Add 'net' module; ↵0.13.0-1Gabriel Bjørnager Jensen
Add 'net::Request' and 'net::Response' types; Add 'net::SessionToken' type; Add 'net::DEFAULT_SERVER_PORT' constant. Client: Add 'ServerConnection' type; Add 'Client' type; Depend on 'bzipper'. Server: Rename 'App' to 'Server'; Depend on 'bzipper'.
2023-08-05Update readme; Split program into client-side and server-side; Use ↵Gabriel Jensen
inheritance for objects (instead of using unions) and rework them; Rework application structure; Remove 'random' facilities; Improve commenting; Update and fix quotes; Use OpenGL 3.2; Allow sixteen characters in commander names (was 14).; Update save format (bump format version); Update default name: Caelum => Corneille; Create app-specific directory (save files in a subdirectory here); Rework save path setting; Rework terminal parameters; Update help print; Add copyright symbol to startup notice; Bump version specified in CMake;
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-03-18Add simple save routine; Add logo; Add clean and purge targets to makefile;4Gabriel Jensen