Commit Graph
7 Commits
Author SHA1 Message Date
Thanasis Antoniou 9d3d87e678 BLADERUNNER: Rename script methods that refer to Set
A few methods were named as though refering to Scene Ids, but are refering to Set Ids

enteredScene, EnteredScene, otherAgentExitedThisScene,OtherAgentExitedThisScene, otherAgentEnteredThisScene, OtherAgentEnteredThisScene were renamed respectively to enteredSet, EnteredSet, otherAgentExitedThisSet,OtherAgentExitedThisSet, otherAgentEnteredThisSet, OtherAgentEnteredThisSet
2020-02-24 21:43:34 +02:00
Thanasis Antoniou cd076b26ae BLADERUNNER: Using preincrement and pre-decrease where possible
In case the compiler won't optimize such cases
2020-02-24 21:24:06 +02:00
Peter Kohaut 2cf1d2e3f1 BLADERUNNER: Initial cleanup of HF01 & related actors 2019-01-27 11:48:59 +01:00
Peter Kohaut 7eb0e3086a BLADERUNNER: Code cleanup 2018-03-09 22:08:05 +01:00
Eugene Sandulenko 925f958722 BLADERUNNER: Specify constant type 2018-03-09 21:58:18 +01:00
Eugene Sandulenko e8a706aac8 BLADERUNNER: Initialize Mia actor variable 2018-03-09 21:51:50 +01:00
Eugene Sandulenko a5fa436d8d BLADERUNNER: Added Mia actor 2018-03-09 21:48:24 +01:00