Commit Graph
697 Commits
Author SHA1 Message Date
Anuken ec6740c8da Unit payload enter command snapping 2025-04-26 00:04:25 -04:00
Anuken 847a201597 Unit stances for specific item mining 2025-04-25 15:44:49 -04:00
EggleEggandGitHub 368c44c22f why? because people want it (#10719) 2025-04-25 12:02:43 -04:00
Anuken b46139d723 Fixed crash with core capture 2025-04-24 11:06:48 -04:00
Anuken 45f8144a2e RTS AI fixes and improvements 2025-04-22 19:42:05 -04:00
Haerbin23456andGitHub de350ea2c7 fix(tile): correct loop variable from i to j in nearby check (#10701)
In TilePreChangeEvent handling, the inner loop used `i` instead of `j` when checking nearby tiles, which could lead to incorrect nearSolid flag updates. This fixes the variable naming conflict.
2025-04-21 09:32:26 -04:00
Anuken b7dbe54d76 Merging changes from private branch 2025-04-04 11:47:35 -04:00
WayZerandGitHub fd597080a6 Update CargoAI.java (#10494) 2025-02-23 01:35:37 -05:00
Anuken 3246c0c39b Configurable block build time 2025-02-09 11:24:34 -05:00
Anuken bcb7cdae73 Allowed naval RTS AI 2025-01-29 18:43:20 -05:00
Anuken d75a5a8f40 Fixed #10444 2025-01-28 23:41:24 -05:00
Anuken a7f38ac2a6 Make patrol stance pursue targets 2025-01-28 22:34:07 -05:00
Anuken d355ea9d0c Scathe inconsistency fix 2025-01-15 00:03:05 -05:00
Anuken 3acac7da98 Fixed #10329 by timing out when UDP snapshots are not received 2025-01-14 10:56:49 -05:00
Anuken 643506e39b Misc fixes 2025-01-13 23:46:44 -05:00
Anuken ddd4de7b7b Scathe surge missiles 2025-01-12 17:08:51 -05:00
Anuken aadb994bdc Changed BlockPlan#block to Block 2025-01-12 09:01:14 -05:00
Anuken ec0ba9f424 Better unit selection visuals / Bigger unit physics collision circles 2024-11-27 12:03:42 -05:00
Anuken a17dea0acf Fixed #10346 2024-11-25 14:24:49 -05:00
Anuken a8fe74b880 Fixed rare pathfinder crash 2024-11-16 11:52:34 -05:00
Anuken b04e32cc63 Nova units always boost when using builder AI 2024-10-31 11:13:48 -04:00
Anuken 0e83b60aac Unit commands/stances changed to Seq 2024-10-11 22:00:07 -04:00
Anuken 1f62892e10 Fixed armored duct blending / Fixed some pathfinding bugs 2024-10-07 12:36:40 -04:00
Anuken 25d3ec0895 Allow naval units to move towards targets on land 2024-10-01 13:59:38 -04:00
Anuken 575965e295 Fixed unit payload pickup/drop spam 2024-09-27 12:18:50 -04:00
Anuken 3b3257f376 Typo fix 2024-09-25 17:07:35 -04:00
Anuken ab39291626 Pathfinder bugfixes 2024-09-18 19:22:51 -04:00
Anuken e521a56712 Many bugfixes / Support for repairing derelict in selection 2024-09-18 16:27:54 -04:00
Anuken 5b9d3029a5 Loop unit transfer command 2024-09-17 18:03:31 -04:00
Anuken b81553f490 Minor bugfixes / New easier difficulty mode 2024-09-17 14:29:24 -04:00
Anuken 4e19a3c4d0 Atolls map fixes / Extraction outpost edits / Option to hide objectives 2024-09-16 16:05:03 -04:00
Anuken 9911e602a0 Quads+Horizons damage shields / RTS AI toggle for Serpulo 2024-09-15 17:20:34 -04:00
Anuken 20a7f3f300 Atolls sector map submission / Windswept Islands rework submission 2024-09-15 12:24:52 -04:00
Anuken 0889da2bc7 Minor arrival fixes for enter payload command 2024-09-14 21:34:27 -04:00
Anuken f0027a3eff Minor AI fix 2024-09-14 09:43:30 -04:00
Anuken a15a0d945f Difficulty & AI tweaks 2024-09-14 09:22:56 -04:00
Anuken 6e5561a36e Campaign rule for unpredictable wave AI 2024-09-13 18:50:46 -04:00
Anuken 6260e146c3 Experimental rule for randomized air unit targets 2024-09-13 18:26:00 -04:00
Anuken d8eabece7c WIP campaign difficulty dialog 2024-09-13 17:58:11 -04:00
Anuken 6b95a4b70e Fixed doors not updating pathfinder 2024-09-11 14:17:35 -04:00
Anuken 7784c8f35e Cleanup 2024-09-09 13:58:59 -04:00
Anuken 0de1bec554 Fixed #10046 2024-07-26 23:29:28 -04:00
Anuken 10e1680d3b Fixed #10039 2024-07-19 19:07:10 -04:00
Anuken cd298edfe7 Unused variable removed 2024-07-07 12:22:12 -04:00
Anuken 2357e8768b Boost unit rebuild/assist commands 2024-06-22 16:19:38 -04:00
JasonandGitHub f26b03dc6c Map rule for air spawns (#9922)
* air use spawns

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

* add the rule

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

* add rule in ui

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

* bundle

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

* tie it to rules.waves

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

* :)

Contributing.md says yes

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

* indent

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>

---------

Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com>
2024-06-16 00:34:47 -04:00
Mythril382andGitHub b1e683a963 JSON Stuff (#9933)
* why is everything-

* don't shrink

* they're different????????

* varabel

* i cannot ignore it

* check

* a

* missing ops
2024-06-12 17:32:53 -04:00
Anuken f0bee7f19f Pathfinder bugfixes 2024-06-08 12:55:04 -04:00
Anuken f1f17965bc Fixed #9888 2024-05-26 09:31:40 -04:00
Anuken b4b6b9fa44 World processor list in editor 2024-05-24 21:46:15 -04:00