Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Change the plasma module so that it's statically analysable #122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Python/Ahnonay.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
Date: June 2003
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaNetConstants import *
from plasma import *
from xPsnlVaultSDL import *

spherePages = ["Ahnonay_District_ahnySphere01",
Expand Down
3 changes: 1 addition & 2 deletions Python/AhnonayCathedral.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: June 2003
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class AhnonayCathedral(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/AhnyVogondolaRide.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: June 2003
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

click = ptAttribActivator(1,"chair clickable")
climb = ptAttribBehavior(2,"climb behavior")
Expand Down
3 changes: 1 addition & 2 deletions Python/BahroCave.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: June 2003
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class BahroCave(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/BaronCityOffice.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
Event Manager hooks for BaronCityOffice
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class BaronCityOffice(ptResponder):

Expand Down
5 changes: 1 addition & 4 deletions Python/Cleft.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
Event Manager hooks for Cleft
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from PlasmaKITypes import *
from plasma import *


#rgnSnsrFissureDrop = ptAttribActivator(1, "rgn snsr: fissure drop spawn")
Expand Down
3 changes: 1 addition & 2 deletions Python/Dereno.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hooks for Dereno
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Dereno(ptResponder):

Expand Down
4 changes: 1 addition & 3 deletions Python/Descent.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
Event Manager hooks for Descent
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaVaultConstants import *
from plasma import *

class Descent(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/EderDelin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hook for EderDelin
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


class EderDelin(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/EderTsogal.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hook for EderTsogal
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


class EderTsogal(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/Ercana.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hooks for Ercana
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


class Ercana(ptResponder):
Expand Down
5 changes: 1 addition & 4 deletions Python/ErcanaCitySilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
Event Manager hooks for ErcanaCitySilo
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from PlasmaKITypes import *
from plasma import *
from xPsnlVaultSDL import *
import string
import time
Expand Down
3 changes: 1 addition & 2 deletions Python/Garden.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
event manager hooks for the Garden
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Garden(ptResponder):

Expand Down
4 changes: 1 addition & 3 deletions Python/GardenBugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
Age: Garden
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from plasma import *

bugRgn = ptAttribActivator(1,"region bug transfer")
bugEmitter = ptAttribSceneobject(2,"bug emitter obj")
Expand Down
3 changes: 1 addition & 2 deletions Python/Garrison.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
event manager hooks for the Garrison
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


IsPublic = 0
Expand Down
3 changes: 1 addition & 2 deletions Python/Gira.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: May 2003
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Gira(ptResponder):

Expand Down
4 changes: 1 addition & 3 deletions Python/GiraBugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
Age: Gira
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from plasma import *

water01 = ptAttribActivator(1,"water 01")
water02 = ptAttribActivator(2,"water 02")
Expand Down
4 changes: 1 addition & 3 deletions Python/GiraCave1.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
event manager hooks for the Garden
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from plasma import *


caveSolved = ptAttribActivator(2,"cave solved")
Expand Down
4 changes: 1 addition & 3 deletions Python/GiraDoor.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
event manager hooks for the Garden
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from plasma import *

#globals

Expand Down
4 changes: 1 addition & 3 deletions Python/GiraSteam.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
event manager hooks for the Garden
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from plasma import *

fumerol1Resp = ptAttribResponder(1, "fumerol 1 responder",['Opening','Closing','Rumble1','Rumble2','Rumble3','Rumble4','BlastOpen', 'MuffledBlastOnly'])
fumerol2Resp = ptAttribResponder(2, "fumerol 2 responder",['Opening','Closing','Rumble1','Rumble2','Rumble3','Rumble4','BlastOpen', 'MuffledBlastOnly'])
Expand Down
3 changes: 1 addition & 2 deletions Python/GreatTreePub.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDLHook for GreatTreePub
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


class GreatTreePub(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/GreatZero.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
Event Manager hooks for GreatZero
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class GreatZero(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/Jalak.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hook for Jalak
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


class Jalak(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/Kadish.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
Event Manager hooks for Kadish Tolesa
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Kadish(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/Kveer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: September 2007
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *


class Kveer(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/LiveBahroCaves.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: May 2007
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

## constants
BlueSpiral = ["EderDelin","EderTsogal"]
Expand Down
3 changes: 1 addition & 2 deletions Python/Minkata.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
Author: Derek Odell
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

# define the attributes that will be entered in max

Expand Down
3 changes: 1 addition & 2 deletions Python/Myst.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: March 2004
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Myst(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/Negilahn.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hooks for Negilahn
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Negilahn(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/Neighborhood.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
event manager hooks for the Neighborhood
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Neighborhood(ptResponder):

Expand Down
4 changes: 1 addition & 3 deletions Python/Neighborhood02.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
event manager hooks for Neighborhood02, aka Kirel
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaKITypes import *
from plasma import *
import time

class Neighborhood02(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/Nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
vault manager hook for the nexus
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Nexus(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/Payiferen.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
AgeSDL hooks for Payiferen
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Payiferen(ptResponder):

Expand Down
5 changes: 1 addition & 4 deletions Python/PelletBahroCave.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
Date: March 2004
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaConstants import *
from PlasmaKITypes import *
from plasma import *
from xPsnlVaultSDL import *
import string
import time
Expand Down
4 changes: 1 addition & 3 deletions Python/Personal.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
event manager hooks for the personal age
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaKITypes import *
from plasma import *
import string


Expand Down
4 changes: 1 addition & 3 deletions Python/PhilRelto.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
event manager hooks for phil's personal age
"""

from Plasma import *
from PlasmaTypes import *
from PlasmaKITypes import *
from plasma import *

class PhilRelto(ptResponder):

Expand Down
3 changes: 1 addition & 2 deletions Python/SpyRoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
Date: January 2004
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *
import time

class SpyRoom(ptResponder):
Expand Down
3 changes: 1 addition & 2 deletions Python/Teledahn.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
event manager hooks for the Teledahn
"""

from Plasma import *
from PlasmaTypes import *
from plasma import *

class Teledahn(ptResponder):

Expand Down
Loading