Fix coverity issues (uninitialized members)
[supertux.git] / src / badguy / badguy.cpp
2015-03-01 Tobias MarkusFix coverity issues (uninitialized members)
2015-03-01 Tobias MarkusRudimentary approach at water splash effect for badguys
2014-11-27 LMHMinimal code for earthflower active ability.
2014-10-06 Tobias MarkusMore robust way of calculating the falling layer
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-17 Ingo RuhnkeMade code -Wshadow clean
2014-08-11 Ingo RuhnkeTurned DrawingEffect into a proper bitset, used to...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-06-26 LMHFrozen badguys can be killed with butt-jump
2014-06-14 LMHPowerup: Iceflower improvements
2014-01-24 Tobias MarkusUsing filename instead of author and level name
2014-01-24 Tobias MarkusAdding current level name and author to badguy warning
2013-12-16 Tobias MarkusUsing filename instead of author and level name
2013-12-15 Tobias MarkusAdding current level name and author to badguy warning
2013-10-26 Tobias MarkusMove falling badguys to LAYER_FALLING (= 500), fixes...
2013-10-26 LMHAdded a warning message alerting that a badguy included...
2013-10-26 Tobias MarkusChecking if badguy is active before double-killing...
2013-10-26 Tobias MarkusDon't kill badguys twice when hitting spike after falli...
2013-10-13 Tobias MarkusMove falling badguys to LAYER_FALLING (= 500), fixes...
2013-09-21 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2013-09-15 LMHAdded a warning message alerting that a badguy included...
2013-08-23 Tobias MarkusChecking if badguy is active before double-killing...
2013-08-22 Tobias MarkusDon't kill badguys twice when hitting spike after falli...
2010-03-10 Ingo RuhnkeReduced spawn distance for enemies to screen size ...
2010-03-05 Florian Forsterbadguy.cpp: Badguys don't squish other badguys.
2010-02-28 Florian Forsterbadbuy/badbuy.cpp: Use Sector::get_nearest_player().
2010-02-27 Mathnerd314Fix for Yeti killing you when he jumps. (probably won...
2010-01-30 Florian ForsterCleanups related to tilemap positions:
2010-01-21 Mathnerd314Badguy activation/deactivation (Matt's patch from bug...
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 Mathnerd314Use run_dead_script wherever possible and make kill_...
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2008-06-15 Ryan FlegelDisable acceleration in kill_fall().
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-02-03 Christoph SommerMake Badguy activation dependent of Player position...
2008-01-31 Christoph Sommerget_nearest_player won't return dying or dead players
2008-01-06 Christoph SommerBadguys that die will still trigger collisions during...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-05-27 Matthias Braunremove dead_script_hint, add scripting capabilities...
2007-05-26 Christoph SommerWillOWisp badguys can now be trapped inside empty Lanterns.
2007-02-05 Tim GoyaDirtY iCE's patch for dead scripting and bomb badguy...
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-12 Wolfgang Beckeroffscreen.patch by Klaus Denker: correct some calculations
2007-01-03 Christoph SommerAllow dead-script on any badguy
2007-01-02 Wolfgang BeckerSorry, was too early for that patch.
2007-01-02 Wolfgang Becker[ Patch #1793 ] Turn physic into POD
2006-11-04 Christoph SommerBadguys squish badguys.
2006-09-04 Christoph SommerStalactites interact with badguys again.
2006-08-16 Christoph SommerIce bullets ricochet again. Also made Igel ignore ice...
2006-08-16 Christoph SommerMade fire bullet handling complementary to ice bullet...
2006-08-16 Christoph SommerCommitted gnomino's iceflower patch. Also added placeho...
2006-08-12 Christoph SommerMagic Blocks only turn solid when nothing's blocking...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-12 Christoph SommerTwo more "WalkingBadguy"s
2006-07-12 Wolfgang Beckerremove fireball when hitting badguy
2006-07-10 Christoph SommerStay-on-platform Badguys no longer go crazy when fallin...
2006-07-09 Matthias Braunmerged new collision detection branch back into mainline
2006-07-06 Wolfgang Beckerfixed direction of badguy
2006-07-06 Wolfgang BeckerTestlevel for auto direction
2006-07-06 Christoph SommerMade badguys face right when spawning onscreen and...
2006-07-05 Christoph SommerFixed problems with Rockets and Cannons sometimes rever...
2006-07-03 Wolfgang BeckerSupport for initial direction "left"|"right"|"auto...
2006-05-30 Wolfgang BeckerActivate badguys over or under current visible screen...
2006-05-29 Wolfgang BeckerDon't reactivate badguys on screen.
2006-05-26 Christoph SommerBadguys now get their deactivate() method called prior...
2006-05-16 Matthias Braunfix mriceblock grabbing
2006-05-14 Matthias Braunsomre sound preloading
2006-05-13 Christoph SommerBadguys now inherit from MovingSprite
2006-05-11 Christoph SommerFirst attempts at making BadGuys cloneable
2006-05-04 Christoph SommerBadguys are now responsible for killing themselves...
2006-04-28 Ryan FlegelLet Tux bounce off badguys when he's invincible. This...
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-25 Ryan FlegelChanged check to determine oif Tux squishes a badguy
2006-04-25 Christoph SommerMoved some sprites from LAYER_OBJECTS to LAYER_FLOATING...
2006-04-24 Ryan FlegelReplaced may_fall_off_platform() with might_fall()
2006-04-24 Ryan Flegeluse proper enum
2006-04-19 Christoph SommerHardcoded stay-on-platform behaviour as follows: Mr...
2006-04-18 Christoph SommerStatisticts now also count secret areas found
2006-04-18 Christoph SommerFixed time/badguy errors in statistics, still needs...
2006-04-17 Christoph SommerRemoved a global variable
2006-04-17 Matthias Braunthe boat works now
2006-04-17 Matthias Braun- Fixed ghostforest vs. ghostwood name
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-12 Matthias Braunfade out console
2006-04-11 Ondřej Hošek* Some Mac fixes that don't break Linux (inclusion...
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-03-31 Matthias Braunfix growup, lightmap experiments with willowisp
2006-03-31 Matthias Braunfix collision against spikes too wide, fix paths, try...
2006-03-31 Matthias Braun- Yet another try in the endless quest for perfect...
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-03-19 Christoph SommerBadguys rely on new (dummy-)function get_nearest_player. /
2006-03-11 Matthias Braundisable gravity for tux when he is on ground, this...
next