aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-100/+65
|
* Merge pull request #78 from OpenVicProject/property-macro Hop3112023-11-22-1133/+257
|\ | | | | Refactoring (*mostly* related to the property macro)
| * chore: change some lingering lowerCamelCase to snake_case zaaarf2023-11-22-66/+62
| |
| * chore: use PROPERTY and its variants when possible zaaarf2023-11-22-1059/+179
| |
| * feat: allow (optionally) specifying access levels and custom names for ↵ zaaarf2023-11-22-9/+17
|/ | | | PROPERTY and PROPERTY_RW macros
* Merge pull request #75 from OpenVicProject/accumulated-changes Hop3112023-11-17-971/+883
|\ | | | | Accumulated changes
| * Misc changes hop3112023-11-16-314/+338
| |
| * Bookmark loading + province and building cleanup hop3112023-11-15-448/+259
| |
| * Striped mapmode and improved distributions hop3112023-11-15-110/+187
|/
* Merge pull request #76 from OpenVicProject/national-foci BrickPi2023-11-15-2/+231
|\
| * Implement National Foci BrickPi2023-11-15-2/+231
|/
* Merge pull request #71 from OpenVicProject/gui-loading Hop3112023-11-13-225/+1122
|\ | | | | GUI and GFX file loading
| * Directory lookup refactor+suppressed wargoal error hop3112023-11-13-220/+166
| |
| * GUI and GFX file loading hop3112023-11-12-14/+965
| |
* | Merge pull request #74 from OpenVicProject/apply-country-history BrickPi2023-11-13-4/+130
|\ \ | |/ |/| Country History Improvements
| * Added CountryInstance & Country History Apply Func Joel Machens2023-11-13-4/+130
|/
* Merge pull request #73 from OpenVicProject/history-integration BrickPi2023-11-12-3/+76
|\ | | | | Apply Province Histories
| * Apply Province Histories BrickPi2023-11-12-3/+76
|/
* Merge pull request #72 from OpenVicProject/fix/compiledb George L. Albany2023-11-11-2/+9
|\
| * Fix compiledb warning Spartan3222023-11-11-2/+9
|/
* Propagate scripts update for Godot-4.1.3 hop3112023-11-11-0/+0
|
* Merge pull request #70 from OpenVicProject/diplomacy-basics BrickPi2023-11-08-0/+991
|\ | | | | Diplomacy History
| * Diplomacy History Loading Joel Machens2023-11-08-18/+479
| |
| * Implement Wargoal Loading Joel Machens2023-11-08-0/+530
|/
* Merge pull request #64 from OpenVicProject/modifier-instance Hop3112023-11-07-1484/+1477
|\ | | | | ModifierEffects stored as instances
| * History loading generalisation hop3112023-11-07-692/+437
| |
| * Cross-platform file lookup (case and separator) hop3112023-11-07-241/+377
| |
| * History loading changes + PROPERTY macro hop3112023-11-07-562/+638
| |
| * Stop passing Dates by reference hop3112023-11-07-47/+47
| |
| * Country: datatypes + TGC compat changes hop3112023-11-07-221/+247
| |
| * ModifierEffects stored as instances hop3112023-10-30-31/+41
|/
* Merge pull request #69 from OpenVicProject/province-history-optionals Hop3112023-10-30-45/+45
|\ | | | | Make `add_province_history_entry` use optionals
| * Make add_province_history_entry use optionals Spartan3222023-10-30-45/+45
|/
* Merge pull request #67 from OpenVicProject/format Hop3112023-10-29-2140/+3014
|\ | | | | Formating
| * Clang-format formatting (with manual cleanup) hop3112023-10-29-1591/+1643
| |
| * Astyle formatting (with manual cleanup) hop3112023-10-29-1182/+2004
|/
* Merge pull request #68 from OpenVicProject/fix/province-history Hop3112023-10-29-28/+96
|\ | | | | Improve Province Histories
| * Imrpove Province Histories Joel Machens2023-10-29-28/+96
|/
* Merge pull request #66 from OpenVicProject/province-history-loading BrickPi2023-10-27-8/+388
|\
| * Implement Province History Loading BrickPi2023-10-27-8/+388
|/
* Merge pull request #65 from OpenVicProject/fix/modifier-effects Hop3112023-10-25-3/+4
|\ | | | | Fix Incorrect Modifier Effect
| * Fix Incorrect Modifier Effect Joel Machens2023-10-25-3/+4
|/
* Merge pull request #60 from OpenVicProject/country-history-loading BrickPi2023-10-25-147/+883
|\
| * Country History & Order of Battle Loading Joel Machens2023-10-25-147/+883
|/
* Merge pull request #63 from OpenVicProject/add/readme George L. Albany2023-10-20-0/+23
|\
| * Add basic README.md Spartan3222023-10-20-0/+23
| |
* | Merge pull request #61 from OpenVicProject/add/lua-defines George L. Albany2023-10-20-45/+269
|\ \ | |/ |/|
| * Add Defines Loading Spartan3222023-10-20-45/+269
|/ | | | | | Caches start_date and end_date in DefineManager Add static `get_property` and HASID_PROPERTY macro to HasIdentifier
* Merge pull request #62 from OpenVicProject/cleanup George L. Albany2023-10-20-179/+149
|\
| * Separated node->string and string->value parsing hop3112023-10-20-42/+50
| |