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
Commit message (
Expand
)
Author
Age
Lines
*
Calculate country military power (still needs modifiers + soldier pop support...
ranking
hop311
2024-09-09
-40
/
+328
*
Calculate country industrial power (states still need factory data)
hop311
2024-09-08
-92
/
+180
*
Add country ranking system + great/secondary powers
hop311
2024-09-08
-29
/
+251
*
Add define caching to avoid post-load lookups
defines-caching
hop311
2024-09-08
-63
/
+231
*
Trigger gamestate update in headless mode + add `update_clock` functions
update-clock
hop311
2024-09-06
-0
/
+25
*
Merge pull request #189 from OpenVicProject/fix/lexy-vdf-parse-error
George L. Albany
2024-09-01
-2
/
+4
|
\
|
*
Fix handling empty `vic2_steam_lib_directory`
fix/lexy-vdf-parse-error
Spartan322
2024-08-31
-2
/
+4
*
|
Load government flag overrides from history and apply them
gov-flag-type
hop311
2024-08-30
-4
/
+37
*
|
Remove unnecessary asserts + make `vec2_t(T val)` constructor explicit
remove-asserts
hop311
2024-08-29
-37
/
+52
*
|
Store universal colour codes (first loaded)
universal-colour-codes
hop311
2024-08-19
-1
/
+12
*
|
Assorted minor fixes (clang-format.sh shebang, parse national foci scripts, f...
assorted-fixes
hop311
2024-08-14
-33
/
+36
*
|
Load font colour codes
font-colour-codes
hop311
2024-08-04
-10
/
+29
|
/
*
Merge pull request #181 from OpenVicProject/sim_music
Nemrav
2024-08-03
-13
/
+214
|
\
|
*
Music and Sound Effect define loading
sim_music
Nemrav
2024-08-03
-13
/
+214
*
|
GUI::ListBox offsets + load search panel gui file
listbox-offsets
hop311
2024-07-29
-6
/
+7
|
/
*
Merge pull request #179 from OpenVicProject/bookmark-position
Hop311
2024-07-24
-19
/
+23
|
\
|
*
Load bookmark position as fvec2_t with height flipped
bookmark-position
hop311
2024-07-24
-19
/
+23
*
|
Fleshing out Country, State and Province instances + history
country-instance
hop311
2024-07-22
-175
/
+735
|
/
*
Merge pull request #176 from OpenVicProject/format-cleanup
Hop311
2024-07-19
-115
/
+170
|
\
|
*
Cleanup: inheritance, const movable variables, code formatting
format-cleanup
hop311
2024-07-19
-115
/
+170
*
|
Unit position/country/leader handling + more use of unit branch templates
unit-work
hop311
2024-07-19
-357
/
+354
|
/
*
Optimize some string interning cases
optimize/string-interning
Spartan322
2024-07-18
-71
/
+158
*
Use rvalue references for NodeTools
prefer/rvalue-refs
Spartan322
2024-07-17
-78
/
+97
*
Add IndexedMap and use in low key count, high value density cases
indexed-map
hop311
2024-07-17
-124
/
+444
*
Unit and leader rework (branch based templates and colony containers)
unit-colonies
hop311
2024-07-14
-385
/
+643
*
Update OpenVicProject/OpenVic-Dataloader@4a49007
dryad
zaaarf
2024-07-07
-79
/
+251
*
Use minimal PopBase for pop history
pop-base
hop311
2024-06-27
-53
/
+58
*
Renamed Country to CountryDefinition
country-definition
hop311
2024-06-20
-303
/
+355
*
Separated GameManager into Definition and Instance Managers
instance-definition-managers
hop311
2024-06-13
-706
/
+881
*
Add GoodInstance
good-instance
hop311
2024-06-08
-254
/
+409
*
Separated MapDefinition and MapInstance
map-instance
hop311
2024-06-07
-305
/
+383
*
Separated out MapmodeManager
hop311
2024-06-06
-325
/
+348
*
Province const/mutable separation + State cleanup
const-mutable
hop311
2024-06-06
-916
/
+1312
*
Province text info functions
province-text
hop311
2024-04-24
-6
/
+22
*
Menu reqs: country index, flag type set, province set total population
menu-reqs
hop311
2024-04-19
-19
/
+26
*
Merge pull request #158 from OpenVicProject/building-type
Hop311
2024-04-15
-77
/
+87
|
\
|
*
Clean up BuildingType loading
building-type
hop311
2024-04-15
-77
/
+87
*
|
Merge pull request #157 from OpenVicProject/pointer-opt
Hop311
2024-04-15
-13
/
+21
|
\
\
|
*
|
Add std::optional assign pointer callback with overwrite control
pointer-opt
hop311
2024-04-15
-13
/
+21
|
|
/
*
|
Add default country unit colours
gfx-actor
hop311
2024-04-15
-9
/
+9
*
|
Dynamically load default GraphicalCultureType
hop311
2024-04-15
-16
/
+21
*
|
Rework GFX::Actor Attachments and Animations
hop311
2024-04-15
-54
/
+127
*
|
Province port adjacency calculation
province-positions
hop311
2024-04-15
-4
/
+36
*
|
Rework province position loading and map dims
hop311
2024-04-15
-67
/
+158
*
|
Generate starting unit instances
units
hop311
2024-04-15
-78
/
+528
|
/
*
GFX objectTypes loading framework + Actor loading
gfx-object
hop311
2024-03-23
-4
/
+253
*
Add Pop attributes + generate test values
pop-menu
hop311
2024-03-20
-7
/
+146
*
Add fixed_point_map_t operators and helper functions
hop311
2024-03-20
-3
/
+129
*
Add Issue/Reform/Party colours + improve loading
hop311
2024-03-20
-58
/
+133
*
Add GUI Text border_size
hop311
2024-03-20
-3
/
+4
[next]