aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge pull request #159 from OpenVicProject/fix/path-in-readme George L. Albany2023-09-25-2/+2
|\
| * Fix incorrect run-build-and-export.md path George L. Albany2023-09-25-2/+2
|/
* Merge pull request #156 from Spartan322/fixup/docs George L. Albany2023-09-25-20/+251
|\
| * Simplify README.md Spartan3222023-09-25-20/+251
|/ | | | | | | | | | | | Add system-requirements.md Add using-git-bisect.md Add run-build-export.md Add cloning.md Add debugging.md Add rebasing.md Includes PR squashing Simplify .vscode/launch.json
* Merge pull request #158 from Spartan322/outsource/extras CptAlanSmith2023-09-24-412/+47
|\ | | | | Move actions and scripts to separate reusable repos
| * Move actions and scripts to separate reusable repos Spartan3222023-09-24-412/+47
|/ | | | Add `extension/deps/SCsub`
* Merge pull request #157 from OpenVicProject/more-dataloading Hop3112023-09-23-1195/+82
|\ | | | | More dataloading
| * Preparation for interface loading Hop3112023-09-23-1181/+36
| |
| * Compat localisation loading Hop3112023-09-14-14/+46
|/
* Merge pull request #155 from Ben1152000/zoom-to-cursor Hop3112023-09-14-8/+25
|\ | | | | Implemented zoom-to-cursor functionality
| * Fix edge scrolling when window not in focus. Benjamin Darnell2023-09-11-3/+16
| |
| * Implemented zoom-to-cursor functionality; Fixed bug with edge scrolling. Benjamin Darnell2023-09-05-8/+12
| |
* | Merge pull request #151 from OpenVicProject/dataloading Hop3112023-09-14-822/+334
|\ \ | | | | | | Build system cleanup + dataloading scaffolding + JSON dataloading removed
| * | Logger::warning, format cleanup + req comments Hop3112023-09-14-27/+41
| | |
| * | Move province csv load to SIM + remove return_t Hop3112023-09-14-101/+19
| | |
| * | Followup big dataloader commit Hop3112023-09-09-27/+44
| | |
| * | Big Dataloader Commit (openvic) Hop3112023-09-09-516/+78
| | | | | | | | | | | | Default compat path + formatting + bits+bobs
| * | Moved index_t back to Province Hop3112023-09-09-9/+10
|/ /
* | Merge pull request #153 from Spartan322/startup-hide George L. Albany2023-09-07-6/+47
|\ \
| * | Add Window Override: Spartan3222023-09-07-6/+47
|/ / | | | | | | | | Hides window for help argument (`./program -- --help`) Hides window until video options loading is complete
* | Merge pull request #152 from Rerum02/patch-1 Hop3112023-09-07-2/+13
|\ \ | |/ |/| Update README.md for Archlinux users
| * Update README.md for Archlinux users Rerum022023-08-27-2/+13
| | | | | | Instructions are made to be easy to follow so that one can install and set up OpenVic, for Arch based distribution.
* | Merge pull request #154 from OpenVicProject/clion-gitignore Typhion2023-09-02-1/+4
|\ \ | |/ |/| changed gitignore to include CLion Idea folder
| * changed gitignore to include CLion Idea folder Frédéric Van Aken2023-09-02-1/+4
|/
* Merge pull request #150 from Spartan322/music-signals George L. Albany2023-08-26-18/+27
|\
| * Add signals to MusicConductor Spartan3222023-08-24-18/+27
|/ | | | | | | | Used for streamlining MusicPlayer Enable music on startup Add sound option loading on startup Fix MusicPlayer play button starting with incorrect text
* Merge pull request #149 from BrickPi/master BrickPi2023-08-21-2/+151
|\ | | | | Finish Loading Screen (implements UI-24)
| * Add Animated Gear to Loading Screen Joel Machens2023-08-21-2/+151
|/
* Update README.md CptAlanSmith2023-08-18-0/+6
| | | Added comments pointing to acquiring the code using git
* Merge pull request #146 from Nemrav/piechart2 Hop3112023-08-17-79/+537
|\ | | | | Add Piecharts (gd 4.1)
| * Fixed piechart tooltip + updated sim submodule Hop3112023-08-14-3/+5
| |
| * string_view changes + general cleanup Hop3112023-08-12-78/+66
| |
| * PieChart data and image now come from c++ layer Hop3112023-08-10-844/+384
| |
| * add piecharts Nemrav2023-08-09-3/+931
|/
* Merge pull request #144 from OpenVicProject/pops Hop3112023-08-06-12/+48
|\ | | | | First pass at pops (test pops and density mapmode)
| * First pass at pops (test pops and density mapmode) Hop3112023-07-28-12/+48
|/
* Merge pull request #143 from Spartan322/seperate/build-functions George L. Albany2023-07-21-165/+201
|\
| * Separate build functions from SConstruct Spartan3222023-07-21-165/+201
|/ | | | | | | | | | Placed in scripts/build Streamline scons options with OptionsClass in scripts/build/option_handler.py Move `show_progress` cache function to scripts/build/cache.py Move `GlobRecursive` function to scripts/build/glob_recursive.py Make environment clone of godot-cpp's build Prevents environment leakage into godot-cpp
* Merge pull request #142 from OpenVicProject/tidying Hop3112023-07-21-33/+111
|\ | | | | Tidying: missing req comments, submodules, hotkeys, user data folder
| * Tidying: missing req comments, submodules, hotkeys Hop3112023-07-21-33/+111
|/
* Merge pull request #141 from Spartan322/update/godot4.1.1-stable George L. Albany2023-07-20-49/+111
|\
| * Update to Godot 4.1.1 Stable Release Spartan3222023-07-20-49/+111
| | | | | | | | | | | | | | | | | | Add bash-based Godot URL environment variable handling to openvic-env action Sets GODOT_LINUX_URL and GODOT_TEMPLATE_URL according to GODOT_BASE_URL, GODOT_VERSION, and GODOT_VERSION_TYPE Handles downloads.tuxfamily.org/godotengine and github.com/godotengine differently Errors if GODOT_LINUX_URL or GODOT_TEMPLATE_URL are not set or if links do not exist Will not override GODOT_LINUX_URL if previously set Will not override GODOT_TEMPLATE_URL if previously set
* | Merge pull request #140 from OpenVicProject/added-quotes-v1 Hop3112023-07-19-0/+38
|\ \ | |/ |/| Update quotes.txt
| * Update quotes.txt Steve Frampton2023-07-17-0/+38
|/ | | | FS-3 Added quotes from list
* Merge pull request #138 from Spartan322/add/compiledb-support George L. Albany2023-07-13-0/+15
|\
| * Add compilation database support Spartan3222023-07-09-0/+15
|/ | | | Enables scons to generate `compile_commands.json`
* Merge pull request #135 from Spartan322/generalize/loading-and-events George L. Albany2023-07-09-100/+184
|\
| * Add GameLoader Autoload to handle global loading data Spartan3222023-07-09-100/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove GameDebug, Localization, and ShaderManager from Events.gd Renamed OptionsSingleton class_name to OptionsEventsObject Add Events.Loader to handle Loader events (which are global signals) Make GameDebug singleton with static functions and property Make Localization functions static Move ShaderManager variable to GameLoader Move Events._define_filepaths_dict to GameLoader.define_filepaths_dict Move game initialization from LoadingScreen.gd and Events.gd to GameStart.gd Attach GameStart.gd to GameStart.tscn root Make LoadingScreen generalized and so it is reusable Remove class_name from LoaderingScreen.gd
* | Merge pull request #136 from Spartan322/godot-executable-cache-support George L. Albany2023-07-09-0/+2
|\ \
| * | Add Godot binary/template cache support Spartan3222023-07-07-0/+2
| |/