Added missing variable initialisation and replaced some str != "" with !str.empty()
[supertux.git] / src / trigger / door.cpp
2010-02-06 grumbelAdded missing variable initialisation and replaced...
2010-01-18 mathnerd314Doors can run scripts now.
2009-11-27 grumbelChanged ObjectFactory code so that it works properly...
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.