| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Fix handling empty `vic2_steam_lib_directory`
|
| | |
|
| |
| |
| |
| | |
factor song chance, update openvic-dataloader)
|
|/ |
|
|\
| |
| | |
Music and Sound Effect define loading
|
| |
| |
| |
| |
| |
| |
| |
| | |
sound and music pr feedback
more sound and music style fixes
check lookup path
|
|/ |
|
|\
| |
| | |
Load bookmark position as fvec2_t with height flipped
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Update .clang-format categories
Move type_name and SelfType functioanlity to utility/Getters
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add std::optional assign pointer callback with overwrite control
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
Regions are now coloured from colors.txt
|
| | |
|
|\ \
| |/
|/| |
Implemented loading of country unit colours
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
add skeleton for loading country colours
created load_countries_colours function
removed const for unit colours in Country.hpp
removed some comments
Removed erroneous underscore
Removed todo comment
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Enables actually searching for game path
Reports info or warning depending on why it fails
Remove StringUtils.hpp include in Vic2PathSearch.cpp
Add <cstdint> to StringUtils.hpp
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Change `DiplomaticAction::Argument` to refer to `CountryInstance*` instead of `Country*`
Add `GameManager&` argument to `DiplomaticActionManager::setup_diplomatic_actions`
Add some ErrorMacros, likely and unlikely macros and stringization macros (based on Godot's macros)
Implement `increase_relations` DiplomaticAction commit function
Implement `decrease_relations` DiplomaticAction commit function
Fix include StringUtils.hpp errors
|
|/ |
|
|
|
|
| |
storage
|
| |
|
|
|
|
| |
Co-authored-by: Hop311 <Hop3114@gmail.com>
|
| |
|
|\
| |
| | |
Mutually exclusive rule groups + modded building rules
|
| | |
|
|\ \
| |/
|/|
| | |
OpenVicProject/spooky-scary-skeletons-send-diplo-down-your-spine
|
| |
| |
| |
| |
| |
| | |
Add AnyRef for cheap "move only" reference
Add FunctionRef for cheap "move only" function reference
Based on https://github.com/think-cell/think-cell-library/blob/main/tc/base/ref.h
|