Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Apply type hints to menu scripts | Spartan322 | 2023-12-24 | -162/+164 |
| | ||||
* | Merge pull request #177 from Spartan322/improve/game-start-script | George L. Albany | 2023-12-23 | -3/+5 |
|\ | ||||
| * | Add constant GameMenuScene preload to GameStart.gd | Spartan322 | 2023-12-23 | -3/+5 |
|/ | | | | | | | Add type hints to GameStart.gd constants Seperate section_name and setting_name from Nodes group in inspector Prefer callable's called_deferred to string caller in GameStart.gd Change `GameStart._initialize_game` to use change_scene_to_packed and GameMenuScene constant to change scene instead | |||
* | Merge pull request #172 from OpenVicProject/new-pop-history | Hop311 | 2023-12-18 | -12/+12 |
|\ | | | | | New pop history loading + bookmark selection by index | |||
| * | New pop history loading + bookmark selection by index | hop311 | 2023-12-18 | -12/+12 |
|/ | ||||
* | Merge pull request #171 from Spartan322/update/godot4.2.1-stable | George L. Albany | 2023-12-18 | -3/+3 |
|\ | ||||
| * | Update to Godot 4.2.1 Stable Release | Spartan322 | 2023-12-17 | -3/+3 |
|/ | ||||
* | Merge pull request #169 from OpenVicProject/guinode | Hop311 | 2023-12-11 | -318/+1240 |
|\ | | | | | Big UI commit - GUINode, MaskedFlag, PieChart, etc | |||
| * | Big UI commit - GUINode, MaskedFlag, PieChart, etc | hop311 | 2023-12-11 | -318/+1240 |
|/ | ||||
* | Merge pull request #167 from Spartan322/update/godot4.2-stable | George L. Albany | 2023-12-07 | -13/+18 |
|\ | ||||
| * | Update to Godot 4.2 Stable Release | Spartan322 | 2023-12-05 | -13/+18 |
|/ | | | | | Fix compiledb Fix memory leak caused by LoadLocalisation::add_message's translations static variable | |||
* | Merge pull request #168 from OpenVicProject/update-sim | Hop311 | 2023-12-04 | -489/+186 |
|\ | | | | | Sim submodule update + compatibility fixes | |||
| * | Sim submodule update + extension compatibility | hop311 | 2023-12-04 | -489/+186 |
|/ | ||||
* | Merge pull request #166 from OpenVicProject/gui | Hop311 | 2023-11-17 | -518/+1347 |
|\ | | | | | GUI elements -> Godot UI nodes generator | |||
| * | Cosmetic terrain map colour tinting | hop311 | 2023-11-17 | -26/+83 |
| | | ||||
| * | Striped mapmodes | hop311 | 2023-11-16 | -45/+86 |
| | | ||||
| * | 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 |
| | | |