Commit Graph
108 Commits
Author SHA1 Message Date
devZoGok 8da706351b quickfix for MSVC 2024-06-25 20:31:14 +03:00
devZoGok 2b7e5114bc refactored optionals for MSVC 2024-06-25 20:13:49 +03:00
devZoGok 3ccddb2a16 improved offset FX handling 2024-06-21 20:01:16 +03:00
devZoGok d6ef429d69 fixed game crashing after unpausing 2024-06-21 18:53:04 +03:00
devZoGok 55dd9c0185 separated hit VFXs from their weapons 2024-06-20 20:42:28 +03:00
devZoGok 3c72a7196c particle effects as attack VFX 2024-06-19 20:49:20 +03:00
devZoGok 8b88fb152a attaching muzzle flash VFX to a specified child node 2024-06-16 17:03:16 +03:00
devZoGok c9243f1bd5 laser VFX 2024-06-16 16:45:43 +03:00
devZoGok a01e3b9ea3 Merge branch 'develop' into ft-118-unit-fx 2024-06-16 14:39:12 +03:00
devZoGok 362532ddf0 extracting strings from Lua tables friendlier to MSVC 2024-06-15 11:48:29 +03:00
devZoGok 631ccfa140 FX removal 2024-06-09 17:59:25 +03:00
devZoGok 52519ebc10 War mech shot muzzle flashes 2024-06-09 17:02:08 +03:00
devZoGok d3d7daa477 FX manager 2024-06-01 15:53:38 +03:00
devZoGok a3b8634621 unit weapon VFX generation 2024-06-01 14:19:45 +03:00
devZoGok d67b9ba974 corrected status bar Z coordinate 2024-05-19 14:12:57 +03:00
devZoGok 8a885391f9 guiScreen is now an optional property 2024-03-09 14:54:20 +02:00
devZoGok feef91c999 technology research button 2024-03-09 14:49:04 +02:00
devZoGok aaf1ee61b9 unit unlock research 2024-03-09 14:05:45 +02:00
devZoGok 74515d06e1 factories and engineers produce and build units by their specific buildable unit tables 2024-03-03 15:47:09 +02:00
devZoGok bce93977bd technologies in posession improve unit abilities 2024-02-25 15:19:10 +02:00
devZoGok c9f62593db engineers can be issued hack orders 2024-02-17 12:44:18 +02:00
devZoGok 8def62a53c Added the Unit::State constructor argument 2024-02-17 11:21:01 +02:00
devZoGok bd39e8581f units can attack targets inspite of HOLD_FIRE when ordered exlicitly 2024-02-16 15:22:54 +02:00
devZoGok 2948be04ee corrected vehicle behaviour when acting on self assigned orders 2024-02-16 15:22:53 +02:00
devZoGok ef290ee880 automatically attacking hostle units 2024-02-16 15:22:53 +02:00
devZoGok c8523351fa reiniting all game objects 2024-01-26 15:03:36 +02:00
devZoGok ba7123db58 Game object Lua configs use individual unit tables 2024-01-25 17:15:09 +02:00
devZoGok a7718cb9e1 corrected unit removal
dropping the SUPPLY order if there are no extractors
addded optional exact destination pos to shortest paths
2024-01-24 14:54:34 +02:00
devZoGok 0876382850 cargo ships move between extractor and refinery 2024-01-24 14:54:34 +02:00
devZoGok 0a3a7ff2d9 implemented minimal range for launching cruise missiles 2024-01-22 17:17:59 +02:00
devZoGok a7b00a0781 bugfix for erroneous cruise missile orientation from rotated subs
bugfix for inability to fire cruise missiles at land targets
2024-01-22 11:29:05 +02:00
devZoGok dbbd06b16d factored out explosion behaviour 2024-01-22 11:15:46 +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 51c9e32ac9 armor types 2024-01-14 11:39:55 +02:00
devZoGok 407d4202d6 corrected garrisonable unit slot rendering 2024-01-14 10:57:01 +02:00
devZoGok 55d9ba0acc corrected unit garrisoning and ejecting 2024-01-14 10:53:08 +02:00
devZoGok 2776486a17 garrisonable units can now only garrison certain vehicles
implemented penalty when using inappropriate cell types for pathfinding
2024-01-13 20:38:28 +02:00
devZoGok 86a0c7d24d incrementing player stats 2023-12-30 11:23:55 +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 0af2aac93c bugfix for crashing when referencing destroyed units 2023-12-09 11:29:49 +02:00
devZoGok f4538d08ae separated explosion vfx and sfx removal 2023-12-02 12:28:35 +02:00
devZoGok 59fbc87988 bugfix for not rendering the explosion vfx frame properly 2023-12-02 12:15:54 +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 a572102fa0 factored out majority of ActiveGameState::issueOrder into Player::issueOrder 2023-11-11 14:44:12 +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