devZoGok
|
d71842f0a2
|
some quick fixes
|
2024-01-26 15:02:38 +02:00 |
|
devZoGok
|
377297ed48
|
using game object ids instead of hard-coded values
removed name key for certain buttons
|
2024-01-26 12:25:12 +02:00 |
|
devZoGok
|
ba7123db58
|
Game object Lua configs use individual unit tables
|
2024-01-25 17:15:09 +02:00 |
|
devZoGok
|
912e65194e
|
minor changes
|
2024-01-24 18:49:36 +02:00 |
|
devZoGok
|
c5f8fefaa9
|
implemented carriers
|
2024-01-24 18:49:36 +02:00 |
|
devZoGok
|
3cb6b494ce
|
minor refactoring
corrected CPU player script
|
2024-01-24 15:39:51 +02:00 |
|
devZoGok
|
ceba728438
|
implemented 2 different types of transport ships
|
2024-01-24 15:35:08 +02:00 |
|
devZoGok
|
1c680aebf2
|
added bars for extractors/deposits and cargo ships
|
2024-01-24 14:54:34 +02:00 |
|
devZoGok
|
b868cea8a1
|
added and edited cargo ship, extractor and refinery models
|
2024-01-24 14:54:34 +02:00 |
|
devZoGok
|
dff192a07a
|
corrected missile submarine SFX
|
2024-01-23 08:52:56 +02:00 |
|
devZoGok
|
0a3a7ff2d9
|
implemented minimal range for launching cruise missiles
|
2024-01-22 17:17:59 +02:00 |
|
devZoGok
|
dbbd06b16d
|
factored out explosion behaviour
|
2024-01-22 11:15:46 +02:00 |
|
devZoGok
|
43c843982a
|
cruise missiles detonate on impact
|
2024-01-21 17:11:49 +02:00 |
|
devZoGok
|
a36648eabe
|
launchable cruise missiles
|
2024-01-21 15:42:17 +02:00 |
|
devZoGok
|
e1dde2c90f
|
implemented weapons subsystem for units
|
2024-01-20 15:50:35 +02:00 |
|
devZoGok
|
a956e754bf
|
Projectiles detonate on raycast collision with unit hitboxes
|
2024-01-17 20:30:16 +02:00 |
|
devZoGok
|
c8b263b84d
|
different submarine units
|
2024-01-14 14:47:13 +02:00 |
|
devZoGok
|
51c9e32ac9
|
armor types
|
2024-01-14 11:39:55 +02:00 |
|
devZoGok
|
6fd9f24808
|
laser SFX
|
2024-01-14 11:10:51 +02:00 |
|
devZoGok
|
7aa579d313
|
different createable types of cruisers
|
2024-01-13 10:19:05 +02:00 |
|
devZoGok
|
d526c189e0
|
fixed nonexistant engineer selection
|
2023-12-30 15:29:17 +02:00 |
|
devZoGok
|
31eba177cb
|
player data on the stats screen
|
2023-12-30 10:34:25 +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
|
24de3bb4b8
|
playing selection SFX and rendering unit stats only when selecting own units
|
2023-12-23 16:30:14 +02:00 |
|
devZoGok
|
20df6a10dd
|
newly trained units move in front of their factories
|
2023-12-21 20:25:02 +02:00 |
|
devZoGok
|
94cb94aa57
|
CPU player AI to build and send a tank task force to the middle of the map
|
2023-12-21 18:46:42 +02:00 |
|
devZoGok
|
4e59cdcd75
|
implemented CPU player building a land factory
|
2023-12-16 17:26:12 +02:00 |
|
devZoGok
|
eee806b3b8
|
simplified AI subsystem using sol usertypes
|
2023-12-10 16:19:48 +02:00 |
|
devZoGok
|
50ad223951
|
improved syncing of players between C++ and Lua
|
2023-12-09 12:29:15 +02:00 |
|
devZoGok
|
bfa16ad8a2
|
behaviour tree implementation
|
2023-12-09 12:28:37 +02:00 |
|
devZoGok
|
a3e40d7810
|
C++ - Lua player syncing refactoring
|
2023-12-09 12:27:31 +02:00 |
|
devZoGok
|
1bbf4dc40e
|
key mapping to eject units
|
2023-12-09 12:21:18 +02:00 |
|
devZoGok
|
66f259162d
|
new unit SFXs
|
2023-12-06 20:41:17 +02:00 |
|
devZoGok
|
cf1d4d908e
|
small bugfixes
|
2023-11-26 12:41:16 +02:00 |
|
devZoGok
|
ba65842421
|
bugfix for inability to have engineers build structures
|
2023-11-26 11:55:11 +02:00 |
|
devZoGok
|
ed932b7ac9
|
Point defenses fire at targets within range
|
2023-11-26 10:54: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
|
29679a0e45
|
implemented playtesting unit creation via add-unit
|
2023-11-25 12:32:24 +02:00 |
|
devZoGok
|
464abc1c00
|
selecting units by left clicking
|
2023-11-05 16:28:33 +02: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
|
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
|
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
|
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 |
|