Commit Graph
113 Commits
Author SHA1 Message Date
devZoGok d769e5cbf6 vehicles aligning to hilly terrain 2025-10-19 16:09:44 +03:00
devZoGok 15856bd6fe updated map file output script
bugfix for showing wrong units in map editor listboxes
2025-07-27 16:20:56 +03:00
devZoGok 8fd807094c creating civilian player when creating the map
fixed map file copy error
2025-07-27 11:46:42 +03:00
devZoGok 9a2db1d0ba adding choosable and civilian players separately 2025-07-06 15:05:28 +03:00
devZoGok f072ad1586 updated vb01 2025-07-06 13:04:33 +03:00
devZoGok 9feb7936a1 only rendering garrisoned units 2025-06-22 16:26:46 +03:00
devZoGok a7d9bc1298 preserving unit buttons when (un)pausing
improved minimap element rendering
2025-06-22 15:56:50 +03:00
devZoGok 617c137a8d made the game over screens nicer 2025-06-22 14:27:13 +03:00
devZoGok 268b0c8468 fixed parsing en route to the stats screen
fixed cell unblocking bug
2025-06-22 10:30:40 +03:00
devZoGok a9f427b163 rewritten minimap update function
disabled unit LOS lights
2025-06-17 18:53:55 +03:00
devZoGok 16155d1b5e checking only minimap pixels close to friendly units 2025-06-17 18:53:55 +03:00
devZoGok cb7c7e7dc6 simplified minimap image update function 2025-06-17 18:53:55 +03:00
devZoGok 1238b3741c optimized cell selection for blocking 2025-06-04 16:59:03 +03:00
devZoGok b8051f24df refactored checking if a point is within a cuboid
ice sheets can be crushed
2025-06-04 15:45:27 +03:00
devZoGok 575b736e0d using a civilian player 2025-06-02 19:14:51 +03:00
devZoGok 12c3a67122 loading bar 2025-03-28 19:56:06 +02:00
devZoGok 31aa7c44a6 only adding as many players as were selected for the match 2025-03-08 12:08:36 +02:00
devZoGok 48c38e9ec9 loading player data from the single player menu to load the game 2025-03-06 20:19:02 +02:00
devZoGok ae3e9b8b73 variable number of CPU player listboxes in map selection screens 2025-03-02 16:16:55 +02:00
devZoGok 05491c927c limiting submarine diving to min and max depths 2025-01-20 17:03:49 +02:00
devZoGok eebe03fef5 vastly optimized pathfinding 2025-01-10 19:10:31 +02:00
devZoGok 2e6c54e448 bugfixes for crashing when pausing the game or selecting engineers 2024-09-27 18:16:18 +03:00
devZoGok aced28c332 bugfix for overlapping unit fields of view 2024-09-27 17:54:40 +03:00
devZoGok cfb70a5571 minimap icons for the camera and resource deposits 2024-09-26 20:03:09 +03:00
devZoGok ab06ead0d5 corrected minimap coordinate placement 2024-09-26 19:42:22 +03:00
devZoGok eab534d305 camera icon on the minimap 2024-09-25 20:59:35 +03:00
devZoGok c41d9f863f resource deposit icon placement on the minimap 2024-09-25 20:37:41 +03:00
devZoGok ceac0bfc8a moved main minimap functionality to dedicated Minimap class 2024-09-23 20:49:58 +03:00
devZoGok 0be5a7fb0a moved old minimap image data
refactored map data loading
2024-09-22 14:46:29 +03:00
devZoGok 7ca58f95b6 exportable and readable minimap images 2024-09-15 17:01:23 +03:00
devZoGok 999bd77d8f exporting lighting data 2024-09-13 20:20:06 +03:00
devZoGok bd0c4a4f55 loading lights from map scripts 2024-09-12 20:16:25 +03:00
devZoGok 166696041c working circular lights around units 2024-09-12 19:27:30 +03:00
devZoGok a0c1ffb4e2 enabled lighting 2024-09-08 15:25:46 +03:00
devZoGok 3131dbc9d8 accomodation for RAM optimization in vb01 2024-09-01 16:22:01 +03:00
devZoGok bf6a617cff changes to accomodate MSVC 2024-07-28 16:42:39 +03:00
devZoGok f6c8c68969 Merge branch 'develop' into imp-153-test-maps 2024-07-28 14:52:40 +03:00
devZoGok cf74b5cae1 map reading improvements 2024-07-28 14:23:54 +03:00
devZoGok 694e2f6da3 factored out land and water body ray casting 2024-07-27 19:33:17 +03:00
devZoGok a595eae404 improved map export 2024-07-27 18:30:57 +03:00
devZoGok fc6751db01 integrated zooming the camera in and out 2024-06-29 11:50:08 +03:00
devZoGok d3c5c0a15b corrected VFX model inclusion 2024-06-16 14:46:31 +03:00
devZoGok 362532ddf0 extracting strings from Lua tables friendlier to MSVC 2024-06-15 11:48:29 +03: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 43c843982a cruise missiles detonate on impact 2024-01-21 17:11:49 +02:00
devZoGok 4f86880433 bandaid fix for poor performance on 300x300+ maps 2024-01-06 15:40:51 +02:00
devZoGok ad5e71d00d added test for speed of pathfinding for large maps 2024-01-06 11:18:00 +02:00
devZoGok e4f278fef1 optimized Djikstra's shortest path algorithm implementation 2024-01-06 10:28:05 +02:00
devZoGok f86edaf3c0 bugfix for adding units to every player from map scripts 2023-12-30 12:19:45 +02:00