Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Preparation for interface loading | Hop311 | 2023-09-23 | -28/+21 |
| | ||||
* | Compat localisation loading | Hop311 | 2023-09-14 | -11/+43 |
| | ||||
* | Logger::warning, format cleanup + req comments | Hop311 | 2023-09-14 | -20/+23 |
| | ||||
* | Move province csv load to SIM + remove return_t | Hop311 | 2023-09-14 | -101/+19 |
| | ||||
* | Followup big dataloader commit | Hop311 | 2023-09-09 | -12/+30 |
| | ||||
* | Big Dataloader Commit (openvic) | Hop311 | 2023-09-09 | -490/+57 |
| | | | | Default compat path + formatting + bits+bobs | |||
* | Moved index_t back to Province | Hop311 | 2023-09-09 | -9/+10 |
| | ||||
* | Fixed piechart tooltip + updated sim submodule | Hop311 | 2023-08-14 | -2/+2 |
| | ||||
* | string_view changes + general cleanup | Hop311 | 2023-08-12 | -46/+50 |
| | ||||
* | PieChart data and image now come from c++ layer | Hop311 | 2023-08-10 | -6/+191 |
| | ||||
* | First pass at pops (test pops and density mapmode) | Hop311 | 2023-07-28 | -9/+31 |
| | ||||
* | Tidying: missing req comments, submodules, hotkeys | Hop311 | 2023-07-21 | -1/+1 |
| | ||||
* | Update to Godot 4.1 Stable Release | Spartan322 | 2023-07-06 | -2/+2 |
| | | | | | Fix deferred error in LoadingScreen.update_loading_screen Fix pressed shadow variable warning in SettingCheckBox.gd | |||
* | Localisation and UI focus cleanup | Hop311 | 2023-06-23 | -7/+31 |
| | | | | | | | | Updated Russian localisation Resolution, window_mode, monitor refactor Locale based number formatting | |||
* | Added requirement comments | Hop311 | 2023-05-26 | -0/+3 |
| | ||||
* | Added compatibility-mode command line argument | Hop311 | 2023-05-25 | -4/+5 |
| | ||||
* | Import fix + ProvinceOverviewPanel close fix | Hop311 | 2023-05-25 | -23/+34 |
| | ||||
* | Date fix + string fix + Logger queue | Hop311 | 2023-05-24 | -9/+10 |
| | ||||
* | Map compatibility mode | Hop311 | 2023-05-22 | -27/+213 |
| | ||||
* | GD/std string cleanup + separate data loading cpp | Hop311 | 2023-05-22 | -517/+562 |
| | ||||
* | Changed from OpenVic2 to OpenVic | Hop311 | 2023-05-17 | -17/+17 |
| | ||||
* | Fix building buttons and terrain texture imports | Hop311 | 2023-05-11 | -6/+8 |
| | ||||
* | Added Goods loading + mapmode | Hop311 | 2023-05-11 | -49/+331 |
| | ||||
* | Moved simulation code to separate submodule | Hop311 | 2023-05-03 | -1573/+0 |
| | ||||
* | Support features up to clang-format 14 | Spartan322 | 2023-05-02 | -128/+193 |
| | | | | | Add .editorconfig Update C++ files within `extension/src` to follow .clang-format | |||
* | Hashmaps instead of linear + better province hover | Hop311 | 2023-05-01 | -31/+27 |
| | ||||
* | Terrain textures + province colour alpha channel | Hop311 | 2023-04-29 | -116/+252 |
| | ||||
* | Resolving merge conflicts | ClarkeCode | 2023-04-29 | -1/+1 |
| | ||||
* | Merge branch 'main' into goods | Hop311 | 2023-04-29 | -69/+107 |
|\ | ||||
| * | Terrain channel for provinces + generated minimap | Hop311 | 2023-04-28 | -46/+71 |
| | | ||||
| * | Vertical subdivision + calculation for both dims | Hop311 | 2023-04-26 | -40/+52 |
| | | ||||
* | | Moved several type aliases to Types.hpp; Added HasColour class for items ↵ | ClarkeCode | 2023-04-28 | -85/+123 |
| | | | | | | | | which need associated colours | |||
* | | Struct tweaks | ClarkeCode | 2023-04-28 | -28/+10 |
| | | ||||
* | | Temporarily removed; will be re-added after C++ code moved to submodule | ClarkeCode | 2023-04-28 | -103/+0 |
| | | ||||
* | | Merge branch 'main' of github.com:OpenVic2Project/OpenVic2 into goods | ClarkeCode | 2023-04-27 | -159/+2171 |
|\| | ||||
| * | Divide map texture to fit in 16384 GPU dim limit | Hop311 | 2023-04-26 | -16/+32 |
| | | ||||
| * | Further cleanup + reset on return to main menu | Hop311 | 2023-04-25 | -48/+119 |
| | | ||||
| * | Req comments + cleanup + c++ registry refactoring | Hop311 | 2023-04-25 | -142/+148 |
| | | ||||
| * | C++ refactoring + simulation prototype | Hop311 | 2023-04-23 | -493/+1023 |
| | | ||||
| * | Merge pull request #88 from OpenVic2Project/map-drawing | Hop311 | 2023-04-18 | -240/+398 |
| |\ | | | | | | | Further Map Stuff | |||
| | * | Better province image + terrain + some buttons | Hop311 | 2023-04-18 | -240/+398 |
| | | | ||||
| * | | Removing TestSingleton | ClarkeCode | 2023-04-17 | -211/+109 |
| |/ | | | | | | | Extracted game advancement behaviour to separate class | |||
| * | Add Date to extension | markomitos | 2023-04-14 | -5/+280 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | For absolute simulation dates Add TimeSpan to extension For relative simulation time Add Simulation Speed Management to extension Add Visual Studio directory to .gitignore Co-authored-by: ClarkeCode <clarke.john.robert@gmail.com> Co-authored-by: Hop311 <hop3114@gmail.com> | |||
| * | Add minimap for terrain map | Gone2Daly | 2023-04-14 | -201/+642 |
| | | | | | | | | | | | | | | | | | | | | With accurate viewport shape display on minimap With Mapmode management With Region mapmode With Province mapmode With Index mapmode With Minimap single-click movement With Minimap drag-click movement | |||
| * | Add terrain map | Hop311 | 2023-04-14 | -18/+635 |
| | | | | | | | | | | | | | | | | | | | | | | | | With Directional movement using WASD With Directional movement using arrow keys With Click-Drag movement using middle mouse button With Province identifiers With Province shape loading With Province rendering With Province selection With Province overview panel With Color lookup texture | |||
* | | Changed type of cost in Good.hpp/.cpp + codestyle | Wolfgang Aigner | 2023-04-06 | -14/+17 |
| | | ||||
* | | Basic loading of goods defined in goods.json | Wolfgang Aigner | 2023-04-06 | -0/+144 |
|/ | ||||
* | Added Localisation (#77) | Hop311 | 2023-03-30 | -0/+149 |
| | | | | | | | | | * Added Localisation * Removed `.gdignore`s. * Localisation dir path and Locale name cleanup * Incomplete entry warnings + README | |||
* | Use uint64_t rather than size_t (#47) | BrickPi | 2023-02-27 | -4/+4 |
| | | | Fix https://github.com/OpenVic2Project/OpenVic2/pull/3#issuecomment-1446571846 | |||
* | Add Main Menu Version and Checksum Labels (#44) | BrickPi | 2023-02-27 | -0/+47 |
| |