devZoGok
|
6db47bcb83
|
Merge pull request #48 from devZoGok/ft-36-units
Ft 36 units
|
2023-11-25 06:38:35 +00:00 |
|
devZoGok
|
f4e3dc460e
|
only adding additional pathpoing when garrisoning
|
2023-11-11 14:51:05 +02:00 |
|
devZoGok
|
a572102fa0
|
factored out majority of ActiveGameState::issueOrder into Player::issueOrder
|
2023-11-11 14:44:12 +02:00 |
|
devZoGok
|
be8c6f534f
|
garrisoning bugfixes
|
2023-11-11 12:16:38 +02:00 |
|
devZoGok
|
d996ffff3d
|
removing attack order once the target unit is destroyed
|
2023-11-05 17:08:29 +02:00 |
|
devZoGok
|
464abc1c00
|
selecting units by left clicking
|
2023-11-05 16:28:33 +02:00 |
|
devZoGok
|
4a9e9bd4c9
|
using the new ray casting implementation
|
2023-11-04 17:41:15 +02:00 |
|
devZoGok
|
acc5ad325b
|
directional argument to orders
|
2023-10-29 16:06:28 +02:00 |
|
devZoGok
|
2a70f37657
|
implemented patrolling
|
2023-10-22 14:48:25 +03:00 |
|
devZoGok
|
8e47df2597
|
implemented garrisoned unit ejection
|
2023-10-22 12:03:07 +03:00 |
|
devZoGok
|
60dd048876
|
bugfix for issuing orders to garrisoned vehicles
|
2023-10-22 09:57:21 +03:00 |
|
devZoGok
|
cdc60743ae
|
implemented garrisoning
|
2023-10-21 15:57:56 +03:00 |
|
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 |
|