Commit Graph
23 Commits
Author SHA1 Message Date
devZoGok 31eba177cb player data on the stats screen 2023-12-30 10:34:25 +02:00
devZoGok d43d7e3ba3 using exception arguments 2023-12-26 16:33:38 +02:00
devZoGok f884fc1647 victory and defeat screens 2023-12-26 15:13:54 +02:00
devZoGok fd02c64765 extended ConcreteGuiManager to parse texts and GUI nodes
using parsed texts in the ActiveGameState
2023-12-26 11:31:06 +02:00
devZoGok 760b986b18 implemented point defense 2023-11-26 09:38:19 +02:00
devZoGok 6a2b9d8fe8 trainable units 2023-11-26 08:21:13 +02:00
devZoGok 3696158e78 refactored unit, projectile and resource deposit data scripts with coresponding namespaces 2023-10-07 16:36:37 +03:00
devZoGok d43a40221b keeping unit buttons when pausing the game
removing unit buttons when deselecting units
2023-09-24 10:42:28 +03:00
devZoGok 85811fca7c implemented buildable structure selection buttons 2023-09-23 09:59:47 +03:00
devZoGok 63c0acf613 implemented simple pathfinding 2023-09-03 10:39:42 +03:00
devZoGok 6011fb7aa7 updated sol invocations 2023-09-03 09:39:23 +03:00
devZoGok 0854354151 setting the base path 2023-09-03 09:22:08 +03:00
devZoGok 8216c781c2 updated sol state invocations 2023-09-03 09:05:06 +03:00
devZoGok 06e1ec54aa updated lua invocations using sol3 2023-08-19 10:23:00 +03:00
devZoGok 69825df572 reimplemented certain paused game state buttons using the new GUI subsystem 2023-07-02 11:31:06 +03:00
devZoGok 01f56eca5e starting the game using the new GUI subsystem 2023-07-02 10:12:50 +03:00
devZoGok ca2d492efc reimplemented unit listboxes in the map editor 2023-07-02 08:17:19 +03:00
devZoGok 4ee08f1c49 map editing screen accessible using the new GUI subsystem 2023-07-01 17:28:33 +03:00
devZoGok 0c3c6b712f GUI element dependency implementation using the new GUI subsystem 2023-07-01 15:06:52 +03:00
devZoGok 864bd01ed9 begun implementing the new GUI subsystem for the map editor entry buttons 2023-07-01 08:19:29 +03:00
devZoGok 370dd6b4fd listbox differentiation 2023-06-25 16:21:46 +03:00
devZoGok adaa472fd7 factored out options screen GUI elements using the new GUI subsystem 2023-06-25 15:44:35 +03:00
devZoGok 4110a7d217 implementation of AbstractGuiManager from vb01
recreated main menu screen using the implementation
2023-06-25 08:54:59 +03:00