Commit Graph
187 Commits
Author SHA1 Message Date
devZoGok 8216c781c2 updated sol state invocations 2023-09-03 09:05:06 +03:00
devZoGok 799cada346 Merge branch 'develop' of github.com:devZoGok/battleship into develop 2023-09-02 18:26:09 +03:00
devZoGok 75c6524219 Merge pull request #16 from devZoGok/bf-15-dep-corr
Bf 15 dep corr
2023-09-02 15:17:13 +00:00
devZoGok 5b39e2b018 set dependency branches to master 2023-09-02 18:09:54 +03:00
devZoGok 06e1ec54aa updated lua invocations using sol3 2023-08-19 10:23:00 +03:00
devZoGok 5cf511d0fd removed the Lua submodule for the game project 2023-08-15 15:49:32 +03:00
devZoGok f5a6f74948 using develop branches for certain submodules 2023-08-15 15:49:32 +03:00
devZoGok 842b1ecdc6 corrected default texture sourcing 2023-08-15 15:49:32 +03:00
devZoGok c00d50fa1a using main() arguments to set the game dir 2023-08-15 15:49:32 +03:00
devZoGok 1016dfbbc9 Merge branch 'develop' into demo 2023-08-13 11:13:34 +03:00
devZoGok 277897497f additional line 2023-08-13 11:09:47 +03:00
devZoGok 159b35bcab README 2023-08-13 11:01:52 +03:00
devZoGok c97ca96c60 reset test building to off 2023-07-29 11:21:50 +03:00
devZoGok 377c6c22e9 fixed getting open text/listboxes 2023-07-29 11:17:11 +03:00
devZoGok 947d23a22e quickfix 2023-07-02 12:14:46 +03:00
devZoGok baf524714b removed the vb01Gui dependency 2023-07-02 12:11:10 +03:00
devZoGok 5f1eebbb3a code cleanup 2023-07-02 11:55:09 +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 208d2307ec corrected map exporting using the new GUI subsystem 2023-07-01 19:33:57 +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 d5a58cb4ce expanded configs 2023-06-25 16:22:05 +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 3196d9b0b9 added missing files 2023-06-25 10:55:43 +03:00
devZoGok e4a937683f commented out code 2023-06-25 10:34:31 +03:00
devZoGok efcefdbf8e factored out GUI manager behaviour from GuiAppState 2023-06-25 10:04:23 +03:00
devZoGok 4110a7d217 implementation of AbstractGuiManager from vb01
recreated main menu screen using the implementation
2023-06-25 08:54:59 +03:00
devZoGok b4622ac53b removed needless water body quad orientation 2023-02-08 19:47:40 +02:00
devZoGok 7c558dd50d using the filesystem lib to handle files 2023-02-06 20:47:39 +02:00
devZoGok 701afbca39 shifting landmass cell markers after weights calculation 2023-02-05 16:48:54 +02:00
devZoGok 653a67e03b Terrain object cell markers 2023-02-05 16:11:45 +02:00
devZoGok 045d3aac34 parsing terrain objects 2023-02-05 15:18:28 +02:00
devZoGok e044d272a7 weights and cell generation reimplemented in C++ 2023-01-22 17:18:49 +02:00
devZoGok 5370b217e5 Weights generation status text 2023-01-21 17:03:29 +02:00
devZoGok 64fa6d7ea7 saving landmass as an XML file 2023-01-21 15:52:03 +02:00
devZoGok fea4d75d08 refactoring for the improved Quad class 2023-01-19 20:36:22 +02:00
devZoGok 6a96bafdb7 implemented unit factory
improved map loading
2023-01-13 19:52:00 +02:00
devZoGok f91592712f current maps can be loaded in the map editor 2023-01-07 15:27:43 +02:00
devZoGok 482549c852 formatting fix 2023-01-07 12:06:48 +02:00
devZoGok 8a43123021 implemented terrain object movement 2023-01-06 14:49:16 +02:00
devZoGok 3542b3e4b8 selectable terrain objects in the map editor 2023-01-06 08:36:26 +02:00
devZoGok 75e5013abf updated models and landmass terrain object node accesses for the new XML
model reading
2023-01-04 15:13:22 +02:00
devZoGok d38823d7f9 implemented landmass vert shifting 2023-01-04 11:13:43 +02:00
devZoGok 81ea1b452a placeable units and structures 2023-01-04 08:57:47 +02:00
devZoGok eeefa41f41 factored out unit frame handling 2023-01-03 15:54:26 +02:00
devZoGok 64218bc82a Merge branch 'player-update-refactoring' into map-editor 2023-01-03 09:51:24 +02:00