View Issue Details

IDProjectCategoryView StatusLast Update
0005147Spring engineAIpublic2016-03-07 16:10
Reporterlamer Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionsuspended 
Product Version101.0 
Summary0005147: Cheat Events broken
DescriptionNo more EVENT_ENEMY_ENTER_LOS / EVENT_ENEMY_ENTER_RADAR events with Cheats::SetEventsEnabled(true)
Steps To ReproduceCheats* cheats = callback->GetCheats();
cheats->SetEnabled(true);
cheats->SetEventsEnabled(true);
delete cheats;

Then listen to EVENT_ENEMY_ENTER_LOS / EVENT_ENEMY_ENTER_RADAR and there will be none.
Additional InformationBroken between 100.0.1-502-ga2f3526 and 101.0

100.0.1-501-g262dff8 works fine
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

lamer

2016-03-07 15:18

reporter   ~0016000

Last edited: 2016-03-07 15:26

Bummer, wrong events named.
EVENT_ENEMY_CREATED / EVENT_ENEMY_FINISHED is broken.
EVENT_ENEMY_ENTER_LOS / RADAR works as expected when enemy enters appropriate sensor-field.

lamer

2016-03-07 15:34

reporter   ~0016001

Last edited: 2016-03-07 15:36

EVENT_ENEMY_CREATED / EVENT_ENEMY_FINISHED not sent even when factory is in los (cheat-events disabled)

lamer

2016-03-07 15:54

reporter   ~0016003

Malformed report, please close it in favor of https://springrts.com/mantis/view.php?id=5149

Issue History

Date Modified Username Field Change
2016-03-07 14:58 lamer New Issue
2016-03-07 15:18 lamer Note Added: 0016000
2016-03-07 15:26 lamer Note Edited: 0016000
2016-03-07 15:34 lamer Note Added: 0016001
2016-03-07 15:36 lamer Note Edited: 0016001
2016-03-07 15:54 lamer Note Added: 0016003
2016-03-07 16:10 Kloot Status new => closed
2016-03-07 16:10 Kloot Resolution open => suspended