aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeLines
* changed gitignore to include CLion Idea folder Frédéric Van Aken2023-09-02-1/+4
|
* Changed from OpenVic2 to OpenVic Hop3112023-05-17-1/+1
|
* Add Date to extension markomitos2023-04-14-0/+3
| | | | | | | | | | | | | For absolute simulation dates Add TimeSpan to extension For relative simulation time Add Simulation Speed Management to extension Add Visual Studio directory to .gitignore Co-authored-by: ClarkeCode <clarke.john.robert@gmail.com> Co-authored-by: Hop311 <hop3114@gmail.com>
* Add terrain map Hop3112023-04-14-0/+1
| | | | | | | | | | | | With Directional movement using WASD With Directional movement using arrow keys With Click-Drag movement using middle mouse button With Province identifiers With Province shape loading With Province rendering With Province selection With Province overview panel With Color lookup texture
* add: credits.csv - req: FS4 (#16) Brendan Griffiths2023-03-01-0/+2
| | | | | | | | | | | | | Requirements met by this PR: SS-17 SS-29 [1] UI-32 UI-34 UIFUN-36 UI-35 UI-38 UIFUN-37 FS-4
* Add MacOS template (#3) Andres Villagra2023-02-27-1/+4
| | | Co-authored-by: Andres V <andres@avillagra.net>
* feat(build): Allow local configuration build options with custom.py George L. Albany2023-01-29-1/+4
| | | | | | feat(build): Allow deleting unassociated intermediate files (on by default) feat(build): Added recursive searching for C++ source files in src/extension feat(git): Ignore /custom.py
* fix(git): Fix ignoring all bin file names, ignore root directory bin George L. Albany2023-01-27-1/+1
| | | | feat(godot): add openvic2.gdextension for running the extension in Godot
* feat(vscode): Add dev_build task and debugger launcher George L. Albany2023-01-26-0/+8
| | | | | | | | | feat(git): Ignore clangd cache and user VSCode files feat(build): Make dev_build=yes overwrite the non-dev_build extension library feat(docs): Added instructions in README.md to run Godot with our extension and attach a debugger fix(docs): Corrected README.md Project Export header steps being off TODO: vscode Debug launch configuration relies on /bin/godot4 in both Windows and Linux PATH, likely should be an environment variable.
* feat(build): Implement scons building George L. Albany2023-01-25-0/+24
| | | | | | | | | | | | feat(engine): Integrate basic Godot project feat(test): Demonstrate Godot using extension feat(dependency): Add OV2-compiler as deps submodule feat(dependency): Add godot-cpp as a submodule feat(git): Ignore Godot 4 files feat(docs): Updated readme with instructions feat: Can call `TestSingleton.hello_singleton()` from GDScript Adds basic workflow support but that is currently disabled
* Initial commit CptAlanSmith2023-01-19-0/+32