- make sure all log messages get displayed, even when the console is not
authorMatthias Braun <matze@braunis.de>
Thu, 20 Apr 2006 18:44:10 +0000 (18:44 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 20 Apr 2006 18:44:10 +0000 (18:44 +0000)
commit690ac9e5920c8d3dd0a8a14a7bd163eaf52ce689
tree192ac24371ea52bbdd4cb4dc35a77050cf5915d5
parenteef176c312c7e3f9144a82670f648955f04b525c
- make sure all log messages get displayed, even when the console is not
  completely intiailized yet
- first attempt to include sqdbg into supertux (commented out again for now)
- some work on worldmap switching
- new editor images for ghostparticels and scripttrigger

SVN-Revision: 3379
28 files changed:
configure.ac
data/images/engine/editor/ghostparticles.png [new file with mode: 0644]
data/images/engine/editor/ghostparticles.xcf [new file with mode: 0644]
data/images/engine/editor/scripttrigger.png [new file with mode: 0644]
data/images/engine/editor/scripttrigger.xcf [new file with mode: 0644]
data/levels/world1/world.nut
data/levels/world1/worldmap.stwm
data/scripts/console.nut
data/scripts/default.nut
mk/jam/objects.jam
src/Jamfile
src/console.cpp
src/console.hpp
src/main.cpp
src/mainloop.cpp
src/mainloop.hpp
src/script_manager.cpp
src/script_manager.hpp
src/scripting/functions.cpp
src/scripting/functions.hpp
src/scripting/wrapper.cpp
src/squirrel/Jamfile
src/squirrel/README
src/squirrel/sqdbg/serialize_state.inl [new file with mode: 0644]
src/squirrel/sqdbg/sqdbgserver.cpp [new file with mode: 0644]
src/squirrel/sqdbg/sqdbgserver.h [new file with mode: 0644]
src/squirrel/sqdbg/sqrdbg.cpp [new file with mode: 0644]
src/squirrel/sqdbg/sqrdbg.h [new file with mode: 0644]