aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/utility/Utilities.cpp
Commit message (Collapse)AuthorAgeLines
* Add GUITextLabel (colour code + currency icon support) hop3112024-08-15-0/+5
|
* Use UTF8 encoding and simplify godot string conversionutf8-fix hop3112024-08-02-1/+1
| | | | Fixes #180: Province names do not convert non-ascii characters to Unicode
* Updated number formatting functions hop3112024-05-08-2/+24
|
* Pre-allocate and use std::move for Godot Arrays and Dictionariesarray-dict-tweaks hop3112024-04-21-1/+2
|
* Added GUIScrollbar and GFXCorneredTileSupportingTexturescrollbar hop3112024-02-24-3/+2
|
* Basic Nation Management Screen frameworknation-management-screens hop3112024-02-19-2/+0
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@068c13e hop3112024-01-31-3/+3
| | | | Update scripts to OpenVicProject/scripts@21d1427
* Use `ERR_FAIL_*` macros where possible hop3112023-12-28-19/+9
|
* Back to UI Work hop3112023-12-25-0/+15
| | | | | | | | | - UIAdapter -> UITools with cleaner API - GUIOverlappingElementsBox (for core and modifier icons) - Improved GUINode API - Province building slots - TypeHints for files in the GameSession folder - Incorporate SIM strong colour types
* Big UI commit - GUINode, MaskedFlag, PieChart, etc hop3112023-12-11-0/+31
|
* Sim submodule update + extension compatibility hop3112023-12-04-94/+20
|
* GUI elements -> Godot UI nodes generator hop3112023-11-16-0/+167