summaryrefslogtreecommitdiff
path: root/bowshock/source/application/Application/destructor.cxx
AgeCommit message (Collapse)Author
2024-08-21Rewrite in Rust; Update copyright years; Update gitignore; Use decimal ↵0.13.0-0Gabriel Bjørnager Jensen
versioning; Add core library; Add client and ;server executables; Reformat changelog; Reformat credits. Core: Depend on 'bzipper'.
2023-08-10Update readme; Add dependencies subsection to readme; Add function for logging;Gabriel Bjørnager Jensen
2023-08-09Fix CMake not complaining about data directory not being specified; Find ↵Gabriel Bjørnager Jensen
packages in CMake; Update exception specifiers; Add terminal parameter for specifying the port number; Update help screen; Rename terminal paramaeter 'name' to 'save'; Add server configuration structure; Clean up code; Improve commenting; Update ware list; Add linked-list class for object roots; Fix gravitate in the case of overlaping objects; Add our own terminate functions for unrecoverable errors; Improve error handling; Add new header for network formats; Fix save path; Make readme Markdown; Make changelog Markdown; Rename home_directory to base_directory;
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;