aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/utility
Commit message (Collapse)AuthorAgeLines
* Rename GUITextLabel to GUILabelgui-text-label hop3112024-08-27-8/+8
|
* Rework GUITextLabel to use custom text handling instead of RichTextLabel hop3112024-08-23-1/+5
|
* Add GUITextLabel (colour code + currency icon support) hop3112024-08-15-42/+24
|
* Use UTF8 encoding and simplify godot string conversionutf8-fix hop3112024-08-02-55/+48
| | | | Fixes #180: Province names do not convert non-ascii characters to Unicode
* Search panel + text edit box UI generationsearch-panel hop3112024-07-30-24/+76
|
* Free removed child nodes + `godot::` cleanupfree-on-remove hop3112024-07-26-7/+6
|
* Fix checkbox theme and positioningfix-checkbox hop3112024-07-25-33/+80
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d1f3a96format-cleanup hop3112024-07-19-4/+4
|
* Updated SIM to use separate Instance and Definition Managersinstance-definition-managers hop3112024-06-13-3/+3
|
* Updated number formatting functions hop3112024-05-08-5/+29
|
* Update to Godot 4.2.2 Stable Release Spartan3222024-05-04-8/+25
| | | | | | Fix UITools.cpp float conversion warning Add `OpenVic::Utilities::to_real_t(std::floating_point)` Add _real user defined literal for real_t
* Add AssetManager LoadFlagsasset-manager-load-flags hop3112024-04-21-7/+17
|
* Pre-allocate and use std::move for Godot Arrays and Dictionariesarray-dict-tweaks hop3112024-04-21-1/+2
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@8f97145 hop3112024-04-20-2/+6
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@109d31f hop3112024-04-20-1/+1
|
* Add selected button state hop3112024-03-20-2/+2
|
* Label padding, progressbar range and piechart slice order tweaks hop3112024-03-20-2/+12
|
* Add GUIListBox + GUIScrollbar tweaksgui-listbox hop3112024-03-03-4/+19
|
* ProgressBar, StyleBoxTexture, Icon tweaks + current dir install check fix hop3112024-03-03-5/+20
|
* Added GUIScrollbar and GFXCorneredTileSupportingTexturescrollbar hop3112024-02-24-5/+22
|
* Added multipurpose GFXSpriteTexture + reworked GFXButtonStateTexturesprite-texture hop3112024-02-19-44/+30
|
* Basic Nation Management Screen frameworknation-management-screens hop3112024-02-19-49/+109
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@068c13e hop3112024-01-31-3/+3
| | | | Update scripts to OpenVicProject/scripts@21d1427
* Updated SIM submodule and switched to ordered_map hop3112024-01-09-3/+3
|
* Added button state textures + block colour progress bars hop3112023-12-30-19/+99
|
* Use `ERR_FAIL_*` macros where possible hop3112023-12-28-27/+14
|
* Back to UI Work hop3112023-12-25-7/+496
| | | | | | | | | - 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/+35
|
* Sim submodule update + extension compatibility hop3112023-12-04-101/+30
|
* Striped mapmodes hop3112023-11-16-0/+4
|
* GUI elements -> Godot UI nodes generator hop3112023-11-16-0/+222
|
* Add ClassBinding helpers Spartan3222023-11-10-0/+196
OV_BIND_METHOD OV_BIND_SMETHOD OV_BIND_SMETHOD_L Change _bind_methods to use ClassBinding helpers Add utility/StringLiteral Make `GameSingleton::singleton` inline Move `OpenVic::Checksum` implementation to source file Update scripts to ce1aef8d7d9d5ba9851a1abdd981d3b796024079