Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-20 | Tweaked DefinitionEx include paths; also Parser_ss.h name is finally fixed | Aki | |
2024-03-19 | Definition Parser now consumes from the new Reader | Aki | |
Next steps are to move ParseUtils functionality to DefinitinoEx, sort things into the namespaces in this library, and then prepare it to handle overloading like nlohmann_json does. On the other side, it's time for starshatter::data. | |||
2024-03-12 | Legal notices updated | Aki | |
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc. | |||
2024-03-11 | Fix format of Stardate dump | Aki | |
2024-03-02 | You can now toggle Full Screen in Video settings | Aki | |
Full screen setting is preserved after game is restarted. Switching in and out of full screen repetitively causes some mode inconsistencies, but this should be enough for now. You can still force window mode with -win CLI option. | |||
2024-03-01 | Removed useless MachineInfo queries | Aki | |
One questionable leftover is the Windows version check | |||
2022-09-15 | Renamed EventDispatch and EventTarget by adding UI prefix | Aki | |
2022-09-11 | Replaced Datafile and StarsEx/Archive with dat and ArchiveEx | Aki | |
2022-04-14 | Removed source groups as they didn't find their use in the end | Aki | |
2022-04-14 | Switched to use new Sources everywhere applicable in the Loader | Aki | |
2022-04-12 | Changed error returning in DataLoader | Aki | |
This is to allow meaningful return values for identification of unique sources. | |||
2022-04-10 | Requested texture size is now managed by Video and Video Settings | Aki | |
2022-04-07 | Removed unused WebBrowser launcher | Aki | |
2022-04-06 | Moved world ownership to concrete game classes | Aki | |
2022-04-06 | Streamlined instance management for Game and derived classes | Aki | |
2022-04-05 | Removed unused OnHelp method | Aki | |
2022-04-04 | Streamlined game loops | Aki | |
2022-04-03 | Added base game mode management to Game | Aki | |
2022-04-03 | Removed video stats in Game | Aki | |
2022-04-01 | Moved Stars45 to StarsEx | Aki | |