tools/MissionsEditor/MissionsEditor.pro
author unc0rr
Sun, 29 Nov 2009 16:56:04 +0000
changeset 2647 0e1208e92dfe
parent 2596 41b46f83d088
permissions -rw-r--r--
Smaxx patch with tuning by me: - hogs might worry/panic if they're next to explosives (grenade, dynamite, etc.) - play sndVaporice for each fire extinguished only once (not 3 times) - allow "on attack" voices/sounds for weapons (similar to water melon bomb) - allow one voice/sound to be played during emotes - print protocol version in version info (console) - rope sounds (disabled atm) - landscape background - optimized/rewrote explosion drawing - fixed "StopSound" called with an inactive sound to stop some random sound - disabled npott
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2589
4329597c85c8 Further work on missions editor
unc0rr
parents: 2572
diff changeset
     1
# -------------------------------------------------
2572
af96861683f8 Start work on missions/trainings editor
unc0rr
parents:
diff changeset
     2
# Project created by QtCreator 2009-10-21T19:51:57
2589
4329597c85c8 Further work on missions editor
unc0rr
parents: 2572
diff changeset
     3
# -------------------------------------------------
2572
af96861683f8 Start work on missions/trainings editor
unc0rr
parents:
diff changeset
     4
TARGET = MissionsEditor
af96861683f8 Start work on missions/trainings editor
unc0rr
parents:
diff changeset
     5
TEMPLATE = app
2589
4329597c85c8 Further work on missions editor
unc0rr
parents: 2572
diff changeset
     6
SOURCES += main.cpp \
4329597c85c8 Further work on missions editor
unc0rr
parents: 2572
diff changeset
     7
    editor.cpp \
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2589
diff changeset
     8
    teamedit.cpp \
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2589
diff changeset
     9
    hedgehogedit.cpp
2589
4329597c85c8 Further work on missions editor
unc0rr
parents: 2572
diff changeset
    10
HEADERS += editor.h \
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2589
diff changeset
    11
    teamedit.h \
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2589
diff changeset
    12
    hedgehogedit.h
2589
4329597c85c8 Further work on missions editor
unc0rr
parents: 2572
diff changeset
    13
FORMS += editor.ui \
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2589
diff changeset
    14
    teamedit.ui \
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2589
diff changeset
    15
    hedgehogedit.ui