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
/
dataloader
Commit message (
Expand
)
Author
Age
Lines
*
Optimize some string interning cases
optimize/string-interning
Spartan322
2024-07-18
-49
/
+106
*
Use rvalue references for NodeTools
prefer/rvalue-refs
Spartan322
2024-07-17
-77
/
+96
*
Add IndexedMap and use in low key count, high value density cases
indexed-map
hop311
2024-07-17
-1
/
+25
*
Update OpenVicProject/OpenVic-Dataloader@4a49007
dryad
zaaarf
2024-07-07
-50
/
+125
*
Renamed Country to CountryDefinition
country-definition
hop311
2024-06-20
-5
/
+6
*
Separated GameManager into Definition and Instance Managers
instance-definition-managers
hop311
2024-06-13
-143
/
+150
*
Add GoodInstance
good-instance
hop311
2024-06-08
-8
/
+8
*
Separated MapDefinition and MapInstance
map-instance
hop311
2024-06-07
-17
/
+19
*
Separated out MapmodeManager
hop311
2024-06-06
-0
/
+4
*
Province const/mutable separation + State cleanup
const-mutable
hop311
2024-06-06
-5
/
+7
*
Merge pull request #157 from OpenVicProject/pointer-opt
Hop311
2024-04-15
-2
/
+10
|
\
|
*
Add std::optional assign pointer callback with overwrite control
pointer-opt
hop311
2024-04-15
-2
/
+10
*
|
Rework GFX::Actor Attachments and Animations
hop311
2024-04-15
-2
/
+1
*
|
Rework province position loading and map dims
hop311
2024-04-15
-0
/
+19
*
|
Generate starting unit instances
units
hop311
2024-04-15
-5
/
+2
|
/
*
feat: unit instance type definition, renamed existing structs for consistency
military-units
zaaarf
2024-03-16
-9
/
+9
*
Cleaned up tech loading and added tech lists for areas
tech-improvements
hop311
2024-03-02
-3
/
+6
*
Merge pull request #148 from OpenVicProject/region-colours
Arturo
2024-02-22
-3
/
+17
|
\
|
*
Regions are now coloured from colors.txt
region-colours
Arturo
2024-02-22
-3
/
+17
*
|
Merge pull request #146 from BetterBite/master
BetterBite
2024-02-15
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Added country unit colour loading
BetterBite
2024-02-15
-0
/
+7
*
|
Added support for loading all gui files
gui-loading
hop311
2024-02-04
-3
/
+16
*
|
Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string
hop311
2024-02-04
-18
/
+20
|
/
*
Added StringMapCase and case insensitive expect_dictionary_keys
case-rework
hop311
2024-01-25
-126
/
+136
*
Reworked Units and added IdentifierPointerRegistry
unit-rework
hop311
2024-01-23
-14
/
+17
*
Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]
reserve_more
hop311
2024-01-23
-99
/
+180
*
Miscellaneous bug fixes and format cleanup
misc-changes
hop311
2024-01-22
-15
/
+14
*
Harmonize empty result behavior for `_search_for_game_path`
Spartan322
2024-01-19
-13
/
+30
*
Merge pull request #119 from OpenVicProject/add/country-relations
George L. Albany
2024-01-19
-1
/
+1
|
\
|
*
Add skeleton CountryRelationManager
Spartan322
2024-01-18
-1
/
+1
*
|
Parse missing variables, Logger counting, misc cleanup
hop311
2024-01-18
-21
/
+34
|
/
*
Reworked UniqueKeyRegistry template params + added support for std::deque sto...
hop311
2024-01-13
-0
/
+2
*
Added map_callback and expect_item_dictionary_reserve_length
hop311
2024-01-08
-13
/
+50
*
feat: condition loading and parsing
zaaarf
2024-01-07
-57
/
+38
*
Added case insensitive ordered set and map and IdentifierRegistry
hop311
2024-01-03
-22
/
+8
*
Merge pull request #116 from OpenVicProject/rule-rework
Hop311
2024-01-03
-17
/
+19
|
\
|
*
Mutually exclusive rule groups + modded building rules
hop311
2024-01-03
-17
/
+19
*
|
Merge pull request #101 from OpenVicProject/spooky-scary-skeletons-send-diplo...
George L. Albany
2024-01-03
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add diplomatic actions skeleton
Spartan322
2024-01-03
-0
/
+4
*
|
Added framework for loading all Conditions and Effects
hop311
2024-01-02
-73
/
+202
|
/
*
Add `https://github.com/Tessil/ordered-map`
Spartan322
2023-12-31
-16
/
+19
*
Merge pull request #107 from OpenVicProject/dataloading-issues-reforms-modifiers
zaaarf
2023-12-28
-1
/
+2
|
\
|
*
feat: rule and modifier loading for issues and reforms
zaaarf
2023-12-28
-1
/
+2
*
|
feat: loading climate.txt and continent.txt
zaaarf
2023-12-27
-2
/
+17
|
/
*
Added political/policy rules
hop311
2023-12-26
-0
/
+4
*
Province building scaffolding
hop311
2023-12-25
-0
/
+10
*
Merge pull request #100 from OpenVicProject/change/colour_t_to_struct
George L. Albany
2023-12-24
-10
/
+16
|
\
|
*
Change colour_t to be a strongly typed structure
Spartan322
2023-12-24
-10
/
+16
*
|
Fixed TGC compatibility + misc cleanup
hop311
2023-12-23
-12
/
+13
|
/
*
Additional adjacency loading
BuildTools
2023-12-17
-14
/
+20
[next]