aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeLines
* Move ModifierManager to its own files hop3112024-10-19-835/+864
|
* Add alternative modifier calculation (keeping country modifiers out of their ↵ hop3112024-10-06-24/+142
| | | | owned provinces' modifier sums)
* Add supply_consumption and mobilization_impact modifier effect check examples hop3112024-10-05-12/+29
|
* Cache modifier effects in dedicated variables hop3112024-10-05-228/+1015
|
* Move ModifierEffect and ModifierValue into their own files hop3112024-10-05-265/+308
|
* Calculate country and province resultant modifier sums hop3112024-10-05-60/+264
|
* Add nullcheck fuction variants accepting pointer arguments to ModifierValue ↵ hop3112024-10-05-0/+30
| | | | and ModifierSum
* Add ModifierEffect targets hop3112024-10-05-182/+273
|
* Make ModifierEffect format argument mandatory hop3112024-10-05-56/+56
|
* Cache static modifiers in dedicated variables hop3112024-10-05-1/+187
|
* Store sources in ModifierSum hop3112024-10-05-29/+33
|
* Added support for remove_culture custom instructionremove-culture zaaarf2024-09-27-6/+38
|
* Optimisationrivers BrickPi2024-09-21-14/+31
|
* Simulation Side Rivers BrickPi2024-09-21-11/+223
|
* Add modifier type enummodifier-types hop3112024-09-20-40/+146
|
* Store national focus encouragement in specific variables rather than ↵ hop3112024-09-20-27/+57
| | | | modifier effects
* Fix unit modifier localisation hop3112024-09-20-20/+20
|
* Add ModifierSum and improve ModifierValue and RuleSet hop3112024-09-20-56/+170
|
* Rearrange modifier files hop3112024-09-20-16/+14
|
* Allow Issue to inherit Modifier directlyissue-modifier hop3112024-09-19-3/+8
|
* ModifierEffect and Rule localisation keysrule-modifier-locale-keys hop3112024-09-19-126/+276
|
* Merge pull request #199 from OpenVicProject/pop_size_int32 wvpm2024-09-18-3/+3
|\ | | | | Reduce pop size to int32
| * Reduce pop size to int32pop_size_int32 wvpm2024-09-18-3/+3
| |
* | Move production types to economy/production/move_production_to_folder wvpm2024-09-18-33/+20
|/
* Country reforms and rulescountry-unlock hop3112024-09-12-47/+140
|
* CountryInstance unlock tech, invention, crime, building, unit, gas etc. hop3112024-09-12-69/+466
|
* Merge pull request #195 from OpenVicProject/ranking Hop3112024-09-10-147/+745
|\ | | | | Ranking System
| * Calculate country military power (still needs modifiers + soldier pop ↵ranking hop3112024-09-09-40/+328
| | | | | | | | supported regiment count)
| * Calculate country industrial power (states still need factory data) hop3112024-09-08-92/+180
| |
| * Add country ranking system + great/secondary powers hop3112024-09-08-29/+251
| |
* | Merge pull request #194 from OpenVicProject/defines-caching Hop3112024-09-08-63/+231
|\| | | | | Add define caching to avoid post-load lookups
| * Add define caching to avoid post-load lookupsdefines-caching hop3112024-09-08-63/+231
| |
* | Merge pull request #193 from OpenVicProject/remove-price_t Hop3112024-09-07-11/+8
|\ \ | |/ |/| Remove price_t alias
| * Remove price_t aliasremove-price_t hop3112024-09-06-11/+8
| |
* | Trigger gamestate update in headless mode + add `update_clock` functionsupdate-clock hop3112024-09-06-0/+25
|/
* Merge pull request #189 from OpenVicProject/fix/lexy-vdf-parse-error George L. Albany2024-09-01-2/+4
|\ | | | | Fix handling empty `vic2_steam_lib_directory`
| * Fix handling empty `vic2_steam_lib_directory`fix/lexy-vdf-parse-error Spartan3222024-08-31-2/+4
| |
* | Load government flag overrides from history and apply themgov-flag-type hop3112024-08-30-4/+37
| |
* | Remove unnecessary asserts + make `vec2_t(T val)` constructor explicitremove-asserts hop3112024-08-29-37/+52
| |
* | Store universal colour codes (first loaded)universal-colour-codes hop3112024-08-19-1/+12
| |
* | Assorted minor fixes (clang-format.sh shebang, parse national foci scripts, ↵assorted-fixes hop3112024-08-14-33/+36
| | | | | | | | factor song chance, update openvic-dataloader)
* | Load font colour codesfont-colour-codes hop3112024-08-04-10/+29
|/
* Merge pull request #181 from OpenVicProject/sim_music Nemrav2024-08-03-13/+214
|\ | | | | Music and Sound Effect define loading
| * Music and Sound Effect define loadingsim_music Nemrav2024-08-03-13/+214
| | | | | | | | | | | | | | | | sound and music pr feedback more sound and music style fixes check lookup path
* | GUI::ListBox offsets + load search panel gui filelistbox-offsets hop3112024-07-29-6/+7
|/
* Merge pull request #179 from OpenVicProject/bookmark-position Hop3112024-07-24-19/+23
|\ | | | | Load bookmark position as fvec2_t with height flipped
| * Load bookmark position as fvec2_t with height flippedbookmark-position hop3112024-07-24-19/+23
| |
* | Fleshing out Country, State and Province instances + historycountry-instance hop3112024-07-22-175/+735
|/
* Merge pull request #176 from OpenVicProject/format-cleanup Hop3112024-07-19-115/+170
|\ | | | | Cleanup: inheritance, const movable variables, code formatting
| * Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-115/+170
| |