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
/
Dataloader.cpp
Commit message (
Expand
)
Author
Age
Lines
*
Simulation Side Rivers
BrickPi
2024-09-21
-2
/
+3
*
Assorted minor fixes (clang-format.sh shebang, parse national foci scripts, f...
assorted-fixes
hop311
2024-08-14
-2
/
+3
*
Merge pull request #181 from OpenVicProject/sim_music
Nemrav
2024-08-03
-0
/
+44
|
\
|
*
Music and Sound Effect define loading
sim_music
Nemrav
2024-08-03
-0
/
+44
*
|
GUI::ListBox offsets + load search panel gui file
listbox-offsets
hop311
2024-07-29
-1
/
+1
|
/
*
Load bookmark position as fvec2_t with height flipped
bookmark-position
hop311
2024-07-24
-0
/
+1
*
Optimize some string interning cases
optimize/string-interning
Spartan322
2024-07-18
-3
/
+3
*
Add IndexedMap and use in low key count, high value density cases
indexed-map
hop311
2024-07-17
-1
/
+4
*
Update OpenVicProject/OpenVic-Dataloader@4a49007
dryad
zaaarf
2024-07-07
-5
/
+5
*
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
-130
/
+137
*
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
-3
/
+5
*
Rework GFX::Actor Attachments and Animations
hop311
2024-04-15
-2
/
+1
*
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 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
-84
/
+138
*
Miscellaneous bug fixes and format cleanup
misc-changes
hop311
2024-01-22
-6
/
+3
*
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
-6
/
+6
|
/
*
Reworked UniqueKeyRegistry template params + added support for std::deque sto...
hop311
2024-01-13
-0
/
+2
*
feat: condition loading and parsing
zaaarf
2024-01-07
-51
/
+23
*
Added case insensitive ordered set and map and IdentifierRegistry
hop311
2024-01-03
-11
/
+4
*
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
-47
/
+140
|
/
*
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
*
Fixed TGC compatibility + misc cleanup
hop311
2023-12-23
-12
/
+13
*
Additional adjacency loading
BuildTools
2023-12-17
-14
/
+20
*
Merge pull request #92 from OpenVicProject/dataloading-onactions
Hop311
2023-12-14
-0
/
+7
|
\
|
*
feat: on_action dataloading
zaaarf
2023-12-14
-0
/
+7
*
|
Made pop type strata moddable
hop311
2023-12-13
-9
/
+12
*
|
Province pop history + country government flag override refactors
hop311
2023-12-13
-25
/
+40
*
|
feat: implemented pop history loading
zaaarf
2023-12-10
-13
/
+20
|
/
[next]