Commit Graph
43 Commits
Author SHA1 Message Date
devZoGok bce93977bd technologies in posession improve unit abilities 2024-02-25 15:19:10 +02:00
devZoGok 8def62a53c Added the Unit::State constructor argument 2024-02-17 11:21:01 +02:00
devZoGok 49b31e94b9 minor fixes 2024-02-16 15:40:28 +02:00
devZoGok 2948be04ee corrected vehicle behaviour when acting on self assigned orders 2024-02-16 15:22:53 +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 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 b868cea8a1 added and edited cargo ship, extractor and refinery models 2024-01-24 14:54:34 +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 e1dde2c90f implemented weapons subsystem for units 2024-01-20 15:50:35 +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 0a4f9218e2 corrected destructors 2023-12-28 19:54:36 +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 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 0af2aac93c bugfix for crashing when referencing destroyed units 2023-12-09 11:29:49 +02:00
devZoGok 97ab35086f Vehicles attack once within a certain angle away from their target 2023-12-02 10:15:00 +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 f4e3dc460e only adding additional pathpoing when garrisoning 2023-11-11 14:51:05 +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 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 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 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 1f82b1dfd9 factored out common Unit, Projectile and GameObjectFrame behaviour into GameObject classes 2023-10-01 17:20:56 +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 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
devZoGok 80dc5503be removed TerrainObject struct 2023-09-03 09:22:05 +03:00
devZoGok 8216c781c2 updated sol state invocations 2023-09-03 09:05:06 +03:00
devZoGok 06e1ec54aa updated lua invocations using sol3 2023-08-19 10:23:00 +03:00
devZoGok 16b4886ebf main scripts are loaded once 2022-12-03 18:27:17 +02:00
devZoGok 913d61e926 buildable structures 2022-11-26 20:09:23 +02:00
devZoGok 5a91333ebd units broken into vehicles and structures 2022-11-05 18:02:00 +02:00