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
*
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
*
feat: unit instance type definition, renamed existing structs for consistency
military-units
zaaarf
2024-03-16
-253
/
+400
*
Cleaned up tech loading and added tech lists for areas
tech-improvements
hop311
2024-03-02
-37
/
+106
*
Identifier string_view invalidation fix
hop311
2024-03-01
-1
/
+9
*
Merge pull request #148 from OpenVicProject/region-colours
Arturo
2024-02-22
-11
/
+38
|
\
|
*
Regions are now coloured from colors.txt
region-colours
Arturo
2024-02-22
-11
/
+38
*
|
Add TextureSprite base class
hop311
2024-02-19
-35
/
+48
*
|
Fixed point rounding functions and sources cleanup
hop311
2024-02-19
-75
/
+88
*
|
Merge pull request #146 from BetterBite/master
BetterBite
2024-02-15
-11
/
+52
|
\
\
|
|
/
|
/
|
|
*
Added country unit colour loading
BetterBite
2024-02-15
-11
/
+52
*
|
Merge pull request #125 from OpenVicProject/producer_types
wvpm
2024-02-06
-0
/
+163
|
\
\
|
*
|
Added producer types
producer_types
wvpm
2024-02-05
-0
/
+163
|
|
/
*
|
Added support for loading all gui files
gui-loading
hop311
2024-02-04
-72
/
+391
*
|
Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string
hop311
2024-02-04
-96
/
+124
|
/
*
Added StringMapCase and case insensitive expect_dictionary_keys
case-rework
hop311
2024-01-25
-214
/
+253
*
Merge pull request #139 from OpenVicProject/constexpr-date
Hop311
2024-01-24
-284
/
+204
|
\
|
*
Made Date constexpr so that PROPERTY getters can be constexpr
constexpr-date
hop311
2024-01-24
-284
/
+204
*
|
Reworked Units and added IdentifierPointerRegistry
unit-rework
hop311
2024-01-23
-276
/
+487
|
/
*
Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]
reserve_more
hop311
2024-01-23
-346
/
+517
*
Miscellaneous bug fixes and format cleanup
misc-changes
hop311
2024-01-22
-50
/
+78
*
Harmonize empty result behavior for `_search_for_game_path`
Spartan322
2024-01-19
-13
/
+31
*
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
-276
/
+745
|
\
\
|
*
|
Parse missing variables, Logger counting, misc cleanup
hop311
2024-01-18
-276
/
+745
|
|
/
*
/
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
[next]