Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | GUI elements -> Godot UI nodes generator | hop311 | 2023-11-16 | -469/+1200 | |
|/ | |||||
* | Merge pull request #165 from Spartan322/fix/compiledb | George L. Albany | 2023-11-12 | -9/+10 | |
|\ | |||||
| * | Fix compiledb duplicate warning | Spartan322 | 2023-11-12 | -9/+10 | |
|/ | | | | Enable use_static_cpp capability | ||||
* | Propagate scripts update for Godot-4.1.3 | hop311 | 2023-11-11 | -0/+0 | |
| | |||||
* | Merge pull request #164 from Spartan322/update/godot4.1.3-stable | Hop311 | 2023-11-11 | -5/+14 | |
|\ | | | | | Update to Godot 4.1.3 Stable Release | ||||
| * | Update to Godot 4.1.3 Stable Release | Spartan322 | 2023-11-11 | -5/+14 | |
|/ | | | | | | | Remove env.Append(LIBPATH=godot_env["LIBPATH"]) godot-cpp's SConstruct just directly inserts the libgodot-cpp library directly into LIBS Fixup `scons compiledb=yes` to automatically generate the compile_commands.json | ||||
* | Merge pull request #163 from Spartan322/improve-binding | George L. Albany | 2023-11-10 | -112/+316 | |
|\ | |||||
| * | Add ClassBinding helpers | Spartan322 | 2023-11-10 | -112/+316 | |
|/ | | | | | | | | | | | | | OV_BIND_METHOD OV_BIND_SMETHOD OV_BIND_SMETHOD_L Change _bind_methods to use ClassBinding helpers Add utility/StringLiteral Make `GameSingleton::singleton` inline Move `OpenVic::Checksum` implementation to source file Update scripts to ce1aef8d7d9d5ba9851a1abdd981d3b796024079 | ||||
* | Merge pull request #162 from OpenVicProject/changes | Hop311 | 2023-11-08 | -196/+628 | |
|\ | | | | | Lots of Changes | ||||
| * | Clang-format formatting (with manual cleanup) | hop311 | 2023-11-07 | -115/+204 | |
| | | |||||
| * | Astyle formatting (with manual cleanup) | hop311 | 2023-11-07 | -90/+366 | |
| | | |||||
| * | Improved path CLI args + path caching setting | hop311 | 2023-11-07 | -36/+103 | |
|/ | |||||
* | Merge pull request #160 from OpenVicProject/terrain-types | Hop311 | 2023-09-29 | -285/+224 | |
|\ | | | | | Terrain types | ||||
| * | Updated SIM submodule + building info wrapper | Hop311 | 2023-09-29 | -4/+4 | |
| | | |||||
| * | Scons rearrangement | Hop311 | 2023-09-29 | -6/+12 | |
| | | |||||
| * | Updated scripts + fixed GLI submodules | Hop311 | 2023-09-27 | -0/+0 | |
| | | |||||
| * | Terrain types calculation, label and mapmode | Hop311 | 2023-09-27 | -223/+166 | |
| | | |||||
| * | DDS load + moved terrain (type) loading to sim | Hop311 | 2023-09-27 | -74/+64 | |
|/ | |||||
* | Fixed scripts submodule URL | Hop311 | 2023-09-25 | -1/+1 | |
| | |||||
* | Merge pull request #159 from OpenVicProject/fix/path-in-readme | George L. Albany | 2023-09-25 | -2/+2 | |
|\ | |||||
| * | Fix incorrect run-build-and-export.md path | George L. Albany | 2023-09-25 | -2/+2 | |
|/ | |||||
* | Merge pull request #156 from Spartan322/fixup/docs | George L. Albany | 2023-09-25 | -20/+251 | |
|\ | |||||
| * | Simplify README.md | Spartan322 | 2023-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 | CptAlanSmith | 2023-09-24 | -412/+47 | |
|\ | | | | | Move actions and scripts to separate reusable repos | ||||
| * | Move actions and scripts to separate reusable repos | Spartan322 | 2023-09-24 | -412/+47 | |
|/ | | | | Add `extension/deps/SCsub` | ||||
* | Merge pull request #157 from OpenVicProject/more-dataloading | Hop311 | 2023-09-23 | -1195/+82 | |
|\ | | | | | More dataloading | ||||
| * | Preparation for interface loading | Hop311 | 2023-09-23 | -1181/+36 | |
| | | |||||
| * | Compat localisation loading | Hop311 | 2023-09-14 | -14/+46 | |
|/ | |||||
* | Merge pull request #155 from Ben1152000/zoom-to-cursor | Hop311 | 2023-09-14 | -8/+25 | |
|\ | | | | | Implemented zoom-to-cursor functionality | ||||
| * | Fix edge scrolling when window not in focus. | Benjamin Darnell | 2023-09-11 | -3/+16 | |
| | | |||||
| * | Implemented zoom-to-cursor functionality; Fixed bug with edge scrolling. | Benjamin Darnell | 2023-09-05 | -8/+12 | |
| | | |||||
* | | Merge pull request #151 from OpenVicProject/dataloading | Hop311 | 2023-09-14 | -822/+334 | |
|\ \ | | | | | | | Build system cleanup + dataloading scaffolding + JSON dataloading removed | ||||
| * | | Logger::warning, format cleanup + req comments | Hop311 | 2023-09-14 | -27/+41 | |
| | | | |||||
| * | | Move province csv load to SIM + remove return_t | Hop311 | 2023-09-14 | -101/+19 | |
| | | | |||||
| * | | Followup big dataloader commit | Hop311 | 2023-09-09 | -27/+44 | |
| | | | |||||
| * | | Big Dataloader Commit (openvic) | Hop311 | 2023-09-09 | -516/+78 | |
| | | | | | | | | | | | | Default compat path + formatting + bits+bobs | ||||
| * | | Moved index_t back to Province | Hop311 | 2023-09-09 | -9/+10 | |
|/ / | |||||
* | | Merge pull request #153 from Spartan322/startup-hide | George L. Albany | 2023-09-07 | -6/+47 | |
|\ \ | |||||
| * | | Add Window Override: | Spartan322 | 2023-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 | Hop311 | 2023-09-07 | -2/+13 | |
|\ \ | |/ |/| | Update README.md for Archlinux users | ||||
| * | Update README.md for Archlinux users | Rerum02 | 2023-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 | Typhion | 2023-09-02 | -1/+4 | |
|\ \ | |/ |/| | changed gitignore to include CLion Idea folder | ||||
| * | changed gitignore to include CLion Idea folder | Frédéric Van Aken | 2023-09-02 | -1/+4 | |
|/ | |||||
* | Merge pull request #150 from Spartan322/music-signals | George L. Albany | 2023-08-26 | -18/+27 | |
|\ | |||||
| * | Add signals to MusicConductor | Spartan322 | 2023-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 | BrickPi | 2023-08-21 | -2/+151 | |
|\ | | | | | Finish Loading Screen (implements UI-24) | ||||
| * | Add Animated Gear to Loading Screen | Joel Machens | 2023-08-21 | -2/+151 | |
|/ | |||||
* | Update README.md | CptAlanSmith | 2023-08-18 | -0/+6 | |
| | | | Added comments pointing to acquiring the code using git | ||||
* | Merge pull request #146 from Nemrav/piechart2 | Hop311 | 2023-08-17 | -79/+537 | |
|\ | | | | | Add Piecharts (gd 4.1) | ||||
| * | Fixed piechart tooltip + updated sim submodule | Hop311 | 2023-08-14 | -3/+5 | |
| | |