hopefully fixed the crash on exit, keep sectors script bundled in the sector and...
authorMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 17:48:50 +0000 (17:48 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 17:48:50 +0000 (17:48 +0000)
commitacd1950b9b853d6b7c56a2cb43e77ec3147b2369
treee7d55f637e124b549098c54033646019b255b3c6
parent06f04e1b7130a7e50198bfcfcd919dcba2b2490d
hopefully fixed the crash on exit, keep sectors script bundled in the sector and destroy them when the sector gets destroyed

SVN-Revision: 3300
27 files changed:
configure.ac
data/levels/misc/menu.stl
src/console.cpp
src/game_session.cpp
src/main.cpp
src/mainloop.cpp
src/misc.cpp
src/misc.hpp
src/object/floating_image.cpp
src/object/floating_image.hpp
src/object/player.cpp
src/options_menu.cpp [new file with mode: 0644]
src/options_menu.hpp [new file with mode: 0644]
src/resources.cpp
src/resources.hpp
src/script_manager.cpp
src/script_manager.hpp
src/scripting/floating_image.cpp
src/scripting/functions.cpp
src/scripting/wrapper.cpp
src/sector.cpp
src/sector.hpp
src/title.cpp
src/world.cpp
src/world.hpp
src/worldmap.cpp
tools/miniswig/create_wrapper.cpp