Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reorganize the file structure of the files in `game/src` | Spartan322 | 2023-06-03 | -52/+0 |
| | ||||
* | Added compatibility-mode command line argument | Hop311 | 2023-05-25 | -4/+1 |
| | ||||
* | Add ArgumentParser | Spartan322 | 2023-05-02 | -1/+4 |
| | | | | | | | | | | | | Streamlines parsing of commandline arguments Arguments reside in ProjectSettings as `openvic2/data/arguments` as a dictionary The dictionary's key is the option name The dictionary is set with default values This enables project setting overrides for arguments (user specified arguments take priority) Add help commandline option Prepare for removal of GameDebug.gd Add game project description | |||
* | Add splash opener functionality | Spartan322 | 2023-03-11 | -0/+52 |
Add boot splash screen Implement splash skip on interaction |