Tobias Markus 5f4f20c776 Don't allow changing sprite for ghostflame 7 years ago
..
angrystone.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
angrystone.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
badguy.cpp 603602ac11 Use convenience function for run_script that takes 7 years ago
badguy.hpp 4925d3a15c Pass some parameters as const refs. 8 years ago
bomb.cpp 3470009e3b Initialize a lot of members in initialization list 7 years ago
bomb.hpp c555ea4b03 Deleting layer objects 8 years ago
bouncing_snowball.cpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
bouncing_snowball.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
captainsnowball.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
captainsnowball.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
crystallo.cpp 3470009e3b Initialize a lot of members in initialization list 7 years ago
crystallo.hpp e1c3659cc5 Refactor settings class to include lisp string in save settings (#434) 8 years ago
dart.cpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
dart.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
darttrap.cpp e1c3659cc5 Refactor settings class to include lisp string in save settings (#434) 8 years ago
darttrap.hpp e1c3659cc5 Refactor settings class to include lisp string in save settings (#434) 8 years ago
dispenser.cpp da2f100351 Dispenser: Use "colgroup_active" from BadGuy 7 years ago
dispenser.hpp da2f100351 Dispenser: Use "colgroup_active" from BadGuy 7 years ago
fish.cpp aee1896765 Fish, Snail: call remove_me() when ignited 8 years ago
fish.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
flame.cpp 0c02079507 no need to calculate newpos of flame when in editor 8 years ago
flame.hpp e1c3659cc5 Refactor settings class to include lisp string in save settings (#434) 8 years ago
flyingsnowball.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
flyingsnowball.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
ghostflame.cpp 5f4f20c776 Don't allow changing sprite for ghostflame 7 years ago
ghostflame.hpp 5f4f20c776 Don't allow changing sprite for ghostflame 7 years ago
ghosttree.cpp f7592292eb More auto pointer and for loop fixes 7 years ago
ghosttree.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
goldbomb.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
goldbomb.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
haywire.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
haywire.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
iceflame.cpp 7ff346efcd Flame: Correct freezable attributes 8 years ago
iceflame.hpp 7ff346efcd Flame: Correct freezable attributes 8 years ago
igel.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
igel.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
jumpy.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
jumpy.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
kamikazesnowball.cpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
kamikazesnowball.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
kugelblitz.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
kugelblitz.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
livefire.cpp c8dbabbb04 Various small code fixes 7 years ago
livefire.hpp af364779e0 src/badguy: Fix livefire and smartblock saving 8 years ago
mole.cpp c39ea9c720 Mole: Gameplay improvements ... 8 years ago
mole.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
mole_rock.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
mole_rock.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
mrbomb.cpp 3470009e3b Initialize a lot of members in initialization list 7 years ago
mrbomb.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
mriceblock.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
mriceblock.hpp af364779e0 src/badguy: Fix livefire and smartblock saving 8 years ago
mrtree.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
mrtree.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
owl.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
owl.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
plant.cpp 3470009e3b Initialize a lot of members in initialization list 7 years ago
plant.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
poisonivy.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
poisonivy.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
root.cpp eb9172b9d6 [cppcheck] Part 1: Performance 9 years ago
root.hpp dd08e1c96f Various small code fixes, constify one method 8 years ago
short_fuse.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
short_fuse.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
skullyhop.cpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
skullyhop.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
skydive.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
skydive.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
smartball.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
smartball.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
snail.cpp e250bad9a5 Snail: allow Tux to carry if flat 7 years ago
snail.hpp e250bad9a5 Snail: allow Tux to carry if flat 7 years ago
snowball.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
snowball.hpp caf9d1c1e9 Fix typo 8 years ago
snowman.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
snowman.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
spidermite.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
spidermite.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
spiky.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
spiky.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
sspiky.cpp c8dbabbb04 Various small code fixes 7 years ago
sspiky.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
stalactite.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
stalactite.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
stumpy.cpp c8dbabbb04 Various small code fixes 7 years ago
stumpy.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
toad.cpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
toad.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
totem.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
totem.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
treewillowisp.cpp 3470009e3b Initialize a lot of members in initialization list 7 years ago
treewillowisp.hpp 9118f056ea Pass vectors by reference 7 years ago
walking_badguy.cpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
walking_badguy.hpp 180a5c084a Update sprite when the badguy direction is changed 8 years ago
walking_candle.cpp 630fe818ca Various fixes (use auto ptr, iterators etc.) 7 years ago
walking_candle.hpp e1c3659cc5 Refactor settings class to include lisp string in save settings (#434) 8 years ago
walkingleaf.cpp 3e0b47ce1c Further work on Reader, removed most lisp::Lisp references and made it compile again, but doesn't link yet 8 years ago
walkingleaf.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
willowisp.cpp 603602ac11 Use convenience function for run_script that takes 7 years ago
willowisp.hpp eba63958d3 Add ExposedObject class for dealing with exposing / unexposing objects to squirrel 7 years ago
yeti.cpp 7cfa85e885 Merge branch 'pr/524' 7 years ago
yeti.hpp d4ca12b5f7 More arcade-looking Yeti death sequence, with snow flying out of Yeti 7 years ago
yeti_stalactite.cpp 71815a02ce Get rid of editor_active.[ch]pp, make Editor::is_active() static instead (#432) 8 years ago
yeti_stalactite.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago
zeekling.cpp 3470009e3b Initialize a lot of members in initialization list 7 years ago
zeekling.hpp 1763891562 Delete the "virtual" in leaf classes 8 years ago