View Issue Details

IDProjectCategoryView StatusLast Update
0002995Spring engineGeneralpublic2017-07-15 22:56
Reporterabma Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Summary0002995: write a widget/gadget that tests pathfinder
Description...
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Google_Frog

2012-03-03 12:04

reporter   ~0008384

Write a gadget because it can spawn units and deform the terrain.

abma

2012-03-03 15:36

administrator   ~0008387

yeah, after i clicked send, i thougt the same...

abma

2012-03-03 16:34

administrator   ~0008389

Last edited: 2012-03-03 16:40

what the widget should do:

- spawn different units
- give them a move order
- if time > x, check if they reached goal + is idle, where x is a hardcoded value


do the same with different units, crossing paths... (ideas welcome)


should work like this:



group1 = createGroup("unitdef1", "unitdef2", ...)
result = TestMove(group1, x,y,z, timeout)



also, verify if it can be done somehow with a widget, because it then could be more independant of the game. (/cheat /give maybe?)




possible tests:

- two groups exchange positions
- one unit through static buildings

positions: 2xwater, 2xhill, 2xground, all possibilities:

water1 -> water2
water1 -> hill1
water1 -> ground1

hill1 -> water1
hill1 -> hill2
hill1 -> ground1

ground1 -> water1
ground1 -> hill1
ground1 -> ground2

Kloot

2017-07-15 22:56

developer   ~0018043

has been done, f.e. https://springrts.com/phpbb/viewtopic.php?f=12&t=29889 and https://springrts.com/phpbb/viewtopic.php?f=12&t=31316

Issue History

Date Modified Username Field Change
2012-03-03 10:41 abma New Issue
2012-03-03 12:04 Google_Frog Note Added: 0008384
2012-03-03 15:36 abma Note Added: 0008387
2012-03-03 15:36 abma Summary write a widget that tests pathfinder => write a gadget that tests pathfinder
2012-03-03 16:34 abma Note Added: 0008389
2012-03-03 16:40 abma Note Edited: 0008389
2012-03-03 16:43 abma Summary write a gadget that tests pathfinder => write a widget/gadget that tests pathfinder
2017-07-15 22:56 Kloot Status new => closed
2017-07-15 22:56 Kloot Resolution open => no change required
2017-07-15 22:56 Kloot Note Added: 0018043