Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add TextureSprite base class | hop311 | 2024-02-19 | -35/+48 |
| | ||||
* | Fixed point rounding functions and sources cleanup | hop311 | 2024-02-19 | -75/+88 |
| | ||||
* | Merge pull request #146 from BetterBite/master | BetterBite | 2024-02-15 | -11/+52 |
|\ | | | | | Implemented loading of country unit colours | |||
| * | Added country unit colour loading | BetterBite | 2024-02-15 | -11/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | add skeleton for loading country colours created load_countries_colours function removed const for unit colours in Country.hpp removed some comments Removed erroneous underscore Removed todo comment | |||
* | | Merge pull request #125 from OpenVicProject/producer_types | wvpm | 2024-02-06 | -0/+163 |
|\ \ | | | | | | | Added producer types | |||
| * | | Added producer typesproducer_types | wvpm | 2024-02-05 | -0/+163 |
| |/ | ||||
* | | Added support for loading all gui filesgui-loading | hop311 | 2024-02-04 | -72/+391 |
| | | ||||
* | | Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string | hop311 | 2024-02-04 | -96/+124 |
|/ | ||||
* | Added StringMapCase and case insensitive expect_dictionary_keyscase-rework | hop311 | 2024-01-25 | -214/+253 |
| | ||||
* | Merge pull request #139 from OpenVicProject/constexpr-date | Hop311 | 2024-01-24 | -284/+204 |
|\ | | | | | Made Date constexpr so that PROPERTY getters can be constexpr | |||
| * | Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date | hop311 | 2024-01-24 | -284/+204 |
| | | ||||
* | | Reworked Units and added IdentifierPointerRegistryunit-rework | hop311 | 2024-01-23 | -276/+487 |
|/ | ||||
* | Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more | hop311 | 2024-01-23 | -346/+517 |
| | ||||
* | Miscellaneous bug fixes and format cleanupmisc-changes | hop311 | 2024-01-22 | -50/+78 |
| | ||||
* | Harmonize empty result behavior for `_search_for_game_path` | Spartan322 | 2024-01-19 | -13/+31 |
| | | | | | | | Enables actually searching for game path Reports info or warning depending on why it fails Remove StringUtils.hpp include in Vic2PathSearch.cpp Add <cstdint> to StringUtils.hpp | |||
* | Merge pull request #119 from OpenVicProject/add/country-relations | George L. Albany | 2024-01-19 | -50/+374 |
|\ | ||||
| * | Add skeleton CountryRelationManager | Spartan322 | 2024-01-18 | -50/+375 |
| | | | | | | | | | | | | | | | | | | Change `DiplomaticAction::Argument` to refer to `CountryInstance*` instead of `Country*` Add `GameManager&` argument to `DiplomaticActionManager::setup_diplomatic_actions` Add some ErrorMacros, likely and unlikely macros and stringization macros (based on Godot's macros) Implement `increase_relations` DiplomaticAction commit function Implement `decrease_relations` DiplomaticAction commit function Fix include StringUtils.hpp errors | |||
* | | Merge pull request #131 from OpenVicProject/misc-changes | Hop311 | 2024-01-18 | -276/+745 |
|\ \ | | | | | | | Parse missing variables, Logger counting, misc cleanup | |||
| * | | Parse missing variables, Logger counting, misc cleanup | hop311 | 2024-01-18 | -276/+745 |
| |/ | ||||
* / | Minor enum cleanup, changed string functions into stream overloads | hop311 | 2024-01-18 | -189/+205 |
|/ | ||||
* | <strata>_<need>_needs do have effect | wvpm | 2024-01-14 | -5/+3 |
| | ||||
* | Reworked UniqueKeyRegistry template params + added support for std::deque ↵ | hop311 | 2024-01-13 | -149/+243 |
| | | | | storage | |||
* | Moved westernisation cost modifiers and added some to no effect | wvpm | 2024-01-13 | -14/+9 |
| | ||||
* | Case insensitive modifiers & added more | wvpm | 2024-01-12 | -68/+92 |
| | ||||
* | Added NationalFocus ModifierEffects + bool variables | hop311 | 2024-01-12 | -44/+43 |
| | ||||
* | Improved validation of production types and renamed properties to be descriptive | wvpm | 2024-01-10 | -112/+116 |
| | ||||
* | Added map_callback and expect_item_dictionary_reserve_length | hop311 | 2024-01-08 | -318/+428 |
| | ||||
* | Merge pull request #111 from OpenVicProject/conditions-checking | zaaarf | 2024-01-07 | -119/+1177 |
|\ | | | | | Condition definition checking/loading | |||
| * | feat: condition loading and parsing | zaaarf | 2024-01-07 | -119/+1177 |
| | | | | | | | | Co-authored-by: Hop311 <Hop3114@gmail.com> | |||
* | | More impassable adjacencies + WVPM mod fixes | hop311 | 2024-01-07 | -65/+65 |
| | | ||||
* | | Reparations & optional end date | wvpm | 2024-01-07 | -58/+153 |
| | | ||||
* | | Support culture restrictions for units | wvpm | 2024-01-07 | -6/+19 |
|/ | | | | Style | |||
* | Added case insensitive ordered set and map and IdentifierRegistry | hop311 | 2024-01-03 | -45/+139 |
| | ||||
* | Added expect_item_dictionary_and_default | hop311 | 2024-01-03 | -21/+44 |
| | ||||
* | Merge pull request #116 from OpenVicProject/rule-rework | Hop311 | 2024-01-03 | -99/+237 |
|\ | | | | | Mutually exclusive rule groups + modded building rules | |||
| * | Mutually exclusive rule groups + modded building rules | hop311 | 2024-01-03 | -99/+237 |
| | | ||||
* | | Merge pull request #101 from ↵ | George L. Albany | 2024-01-03 | -0/+473 |
|\ \ | |/ |/| | | | OpenVicProject/spooky-scary-skeletons-send-diplo-down-your-spine | |||
| * | Add diplomatic actions skeleton | Spartan322 | 2024-01-03 | -0/+473 |
| | | | | | | | | | | | | Add AnyRef for cheap "move only" reference Add FunctionRef for cheap "move only" function reference Based on https://github.com/think-cell/think-cell-library/blob/main/tc/base/ref.h | |||
* | | Added pop properties (size changes, literacy) | FarmingtonS9 | 2024-01-02 | -10/+12 |
| | | ||||
* | | Merge pull request #114 from OpenVicProject/squared-roots | zaaarf | 2024-01-02 | -166/+210 |
|\ \ | | | | | | | Integer and fixed point squared roots | |||
| * | | feat: calculate province distance using new sqrt functions | zaaarf | 2024-01-02 | -164/+177 |
| | | | ||||
| * | | feat: integer and fixed point square root functions | zaaarf | 2024-01-02 | -2/+33 |
| |/ | ||||
* / | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -512/+1391 |
|/ | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -63/+376 |
| | | | | | | | | | | | Add is_specialization_of to Utility.hpp Add OpenVic::ordered_map and OpenVic::ordered_set Change `std::map` to `ordered_map` Change `std::set to use `ordered_set` Add `set_callback_pointer(tsl::ordered_set<T const*>& set)` Add mutable_iterator to enable mutable value iterator for `tsl::ordered_map` Add std::hash<OpenVic::Date> implementation Enable deps/SCsub to expose dependency includes neccessary for inclusion | |||
* | Clock refactor + misc small fixes | hop311 | 2023-12-28 | -163/+179 |
| | ||||
* | Merge pull request #107 from OpenVicProject/dataloading-issues-reforms-modifiers | zaaarf | 2023-12-28 | -60/+108 |
|\ | | | | | Dataloading Issue/Reform Modifiers and RuleSets | |||
| * | feat: rule and modifier loading for issues and reforms | zaaarf | 2023-12-28 | -60/+108 |
| | | ||||
* | | feat: loading climate.txt and continent.txt | zaaarf | 2023-12-27 | -6/+131 |
| | | ||||
* | | Made ProvinceSet use Province const* and updated Region loading | hop311 | 2023-12-27 | -113/+93 |
|/ | ||||
* | Added political/policy rules | hop311 | 2023-12-26 | -1/+204 |
| |