Commit Graph
254 Commits
Author SHA1 Message Date
devZoGok 7d2dcc2fd4 implemented garrison slot rendering 2023-10-21 14:32:15 +03:00
devZoGok 0a4b7ae08e Transport vehicle class 2023-10-17 19:46:16 +03:00
devZoGok dfeddbdaa0 correctly checking rate of fire 2023-10-17 19:27:38 +03:00
devZoGok f1de098e9f added missing file 2023-10-15 16:01:18 +03:00
devZoGok d32b98be3e destructible units 2023-10-15 16:00:47 +03:00
devZoGok f8328a540f implemented moving towards attack targets 2023-10-14 17:17:13 +03:00
devZoGok f0b44a50ac implemented majority of unit models in game 2023-10-14 12:00:36 +03:00
devZoGok dc41f343ac Merge pull request #47 from devZoGok/imp-31-game-class
Imp 31 game class
2023-10-12 15:21:45 +00:00
devZoGok afb8f34ae0 Merge branch 'develop' into imp-31-game-class 2023-10-12 18:17:57 +03:00
devZoGok f59dbf92d3 Merge pull request #46 from devZoGok/ft-30-resources
Ft 30 resources
2023-10-12 15:17:15 +00:00
devZoGok 9053b73a87 corrected map exporting and loading 2023-10-08 15:21:38 +03:00
devZoGok b895a85378 implemented central Game class 2023-10-08 15:08:45 +03:00
devZoGok e8432da24e added missing files 2023-10-08 11:51:31 +03:00
devZoGok b58d314659 saving and loading resource deposits 2023-10-07 18:41:07 +03:00
devZoGok 9fcccb498d placeable resource deposits in the map editor 2023-10-07 17:29:27 +03:00
devZoGok 3696158e78 refactored unit, projectile and resource deposit data scripts with coresponding namespaces 2023-10-07 16:36:37 +03:00
devZoGok cf9ac6199e factored out GameObjectFrame
refactored GameObject/Unit- Factory class
2023-10-07 12:43:08 +03:00
devZoGok 1f82b1dfd9 factored out common Unit, Projectile and GameObjectFrame behaviour into GameObject classes 2023-10-01 17:20:56 +03:00
devZoGok d62c5105cd implemented add-resource command 2023-09-30 16:27:39 +03:00
devZoGok 92168151ce refactored console 2023-09-30 16:12:29 +03:00
devZoGok 056ccdd08a added new resources 2023-09-30 14:36:17 +03:00
devZoGok 267c1f60f2 Merge pull request #29 from devZoGok/bf-26-dev-submodules
Bf 26 dev submodules
2023-09-28 17:08:29 +00:00
devZoGok 7104ddea86 Merge branch 'develop' into bf-26-dev-submodules 2023-09-28 19:41:00 +03:00
devZoGok 7f22ff23a0 Merge pull request #28 from devZoGok/imp-27-sample-maps
imp-27-sample-maps
2023-09-28 16:39:57 +00:00
devZoGok 8e31a1de2a added maps 2023-09-28 19:38:37 +03:00
devZoGok f267701026 checked out vb01 and gameBase to develop 2023-09-28 19:26:48 +03:00
devZoGok d28e9b2a74 Merge pull request #25 from devZoGok/imp-24-construction-gui
Imp 24 construction gui
2023-09-27 16:21:49 +00:00
devZoGok f870454fd6 Merge branch 'develop' into base-construction 2023-09-27 18:53:10 +03:00
devZoGok f7d59ba445 Merge pull request #23 from devZoGok/bf-2-pathfinding
Bf 2 pathfinding
2023-09-27 15:52:29 +00:00
devZoGok 4dbb1ada11 added structure build status bar
fixed bug of not being able to hotkey-select a buildable structure
2023-09-24 12:12:46 +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 4ba11bb276 paintselecting buildable structures while rotating 2023-09-23 15:50:20 +03:00
devZoGok 35996a0298 implemented paint selection of constructable buildings 2023-09-23 14:51:34 +03:00
devZoGok 85811fca7c implemented buildable structure selection buttons 2023-09-23 09:59:47 +03:00
devZoGok 21db6584e0 limiting pathfinding for units to their types of cells 2023-09-10 15:48:55 +03:00
devZoGok 9e40cb85f4 removing debug path points while navigating 2023-09-10 12:39:48 +03:00
devZoGok c903cda25a corrected parsing bug 2023-09-10 12:13:29 +03:00
devZoGok e83b9a7330 Merge branch 'develop' into bf-2-pathfinding 2023-09-10 11:38:19 +03:00
devZoGok 3f03385c2b Merge pull request #21 from devZoGok/ft-19-lake-size
Ft 19 lake size
2023-09-10 08:36:46 +00:00
devZoGok 6b715a425a Merge branch 'develop' into ft-19-lake-size 2023-09-10 11:36:27 +03:00
devZoGok c8e2db5e16 Merge pull request #22 from devZoGok/bf-20-landmass-verts
fixed landmass vert pushing/pulling
2023-09-10 08:32:12 +00:00
devZoGok c5e8d7554d updating quad's size instead of scaling 2023-09-10 11:16:44 +03:00
devZoGok a52a10829e implemented lake scaling 2023-09-10 11:06:30 +03:00
devZoGok 473dd14578 fixed landmass vert pushing/pulling 2023-09-10 08:23:19 +03:00
devZoGok 18428aec58 implemented underwater unit submerging while pathfinding 2023-09-09 14:42:59 +03:00
devZoGok fbc8dcdc4d minor fixes 2023-09-03 12:20:39 +03:00
devZoGok 252c6bc286 refactored underwater cell generation 2023-09-03 12:01:32 +03:00
devZoGok 4e2ba3ddb1 uncommented code 2023-09-03 11:59:50 +03:00
devZoGok 63c0acf613 implemented simple pathfinding 2023-09-03 10:39:42 +03:00
devZoGok 02bf2cdd08 refactored pathpoint preparation 2023-09-03 09:55:23 +03:00