index
:
OpenVic-Simulation
add/colony
add/gap-deque
add/lauf
allow_unit_icon_0
always_apply_pop_history
artisan_modifiers_no_effect
artisanal_production
assorted-fixes
attrition_local_modifier
bookmark-position
building-type
case-rework
cleanup_const&
cleanup_fixedpoint
compatibility-precursors
condition-scripts
condition-scripts-prep-work
const-mutable
constexpr-date
contextual_modifier_parsing
correct_rgo_size
country-definition
country-instance
country-unlock
dataloader-utf8-fix
defines-caching
defines-variables
dryad
factory_turn
fix-modifiers
fix/lexy-vdf-parse-error
fix/nonexistent-file-crash
font-colour-codes
format-cleanup
fp-rounding+texture-sprites
gfx-actor
gfx-object
gfxobject
good-instance
gov-flag-type
gui-loading
identifier-name-fix
indexed-map
instance-definition-managers
invent_at_start
issue-modifier
listbox-offsets
map-instance
master
menu-reqs
military-units
misc-changes
modifier-effect-mappings
modifier-excluded-targets-fix
modifier-sum
modifier-types
move_production_to_folder
movement_cost
news_loading
optimize/string-interning
placeholder_market
pointer-opt
pop-base
pop-menu
pop_size_int32
prefer/rvalue-refs
prepare_for_rgo
producer_types
province-positions
province-text
provinces_contribute_to_controller_not_owner
ranking
region-colours
remove-asserts
remove-culture
remove-price_t
reserve_more
resultant-modifier
resultant-modifier-test
rivers
rule-modifier-locale-keys
sim_music
state_cache_owners
tech-improvements
to_fields
topbar-tech
unit-colonies
unit-rework
unit-work
units
universal-colour-codes
update-clock
update/scripts
update/workflow-actions
Library submodule for OpenVic
zaaarf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openvic-simulation
Commit message (
Expand
)
Author
Age
Lines
...
*
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
*
|
Merge pull request #131 from OpenVicProject/misc-changes
Hop311
2024-01-18
-274
/
+739
|
\
\
|
*
|
Parse missing variables, Logger counting, misc cleanup
hop311
2024-01-18
-274
/
+739
|
|
/
*
/
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 sto...
hop311
2024-01-13
-149
/
+243
*
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
|
\
|
*
feat: condition loading and parsing
zaaarf
2024-01-07
-119
/
+1177
*
|
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
|
/
*
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
hop311
2024-01-03
-99
/
+237
*
|
Merge pull request #101 from OpenVicProject/spooky-scary-skeletons-send-diplo...
George L. Albany
2024-01-03
-0
/
+473
|
\
\
|
|
/
|
/
|
|
*
Add diplomatic actions skeleton
Spartan322
2024-01-03
-0
/
+473
*
|
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
|
\
\
|
*
|
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
-511
/
+1390
|
/
*
Add `https://github.com/Tessil/ordered-map`
Spartan322
2023-12-31
-63
/
+376
*
Clock refactor + misc small fixes
hop311
2023-12-28
-162
/
+178
*
Merge pull request #107 from OpenVicProject/dataloading-issues-reforms-modifiers
zaaarf
2023-12-28
-60
/
+108
|
\
|
*
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
*
Merge pull request #103 from OpenVicProject/province-buildings
Hop311
2023-12-25
-36
/
+86
|
\
|
*
Province building scaffolding
hop311
2023-12-25
-36
/
+86
*
|
Add `BMP::palette_colour_t` as uint32_t
Spartan322
2023-12-25
-5
/
+9
|
/
*
Merge pull request #100 from OpenVicProject/change/colour_t_to_struct
George L. Albany
2023-12-24
-241
/
+618
|
\
|
*
Change colour_t to be a strongly typed structure
Spartan322
2023-12-24
-241
/
+618
*
|
Fixed TGC compatibility + misc cleanup
hop311
2023-12-23
-91
/
+145
|
/
*
Additional adjacency loading
BuildTools
2023-12-17
-158
/
+476
*
Merge pull request #92 from OpenVicProject/dataloading-onactions
Hop311
2023-12-14
-0
/
+65
|
\
|
*
feat: on_action dataloading
zaaarf
2023-12-14
-0
/
+65
*
|
Removed modifier generating macros.
hop311
2023-12-14
-87
/
+98
*
|
Made pop type strata moddable
hop311
2023-12-13
-43
/
+89
*
|
Calculate distance between adjacencies
wvpm
2023-12-13
-7
/
+25
*
|
Merge pull request #89 from OpenVicProject/dataloading-pop-history
Hop311
2023-12-13
-108
/
+311
|
\
\
|
*
|
Province pop history + country government flag override refactors
hop311
2023-12-13
-131
/
+307
|
*
|
feat: completed country history loading
zaaarf
2023-12-11
-16
/
+23
[prev]
[next]