Updated addon repository URL and improved debug output on download
[supertux.git] / src /
2015-03-22 Ingo RuhnkeUpdated addon repository URL and improved debug output... master
2015-03-22 LMHSet countMe flag to false for headless snomen
2015-03-21 Sydney DykstraChange music fade-in time
2015-03-20 Tobias MarkusFix music not properly fading in again
2015-03-19 Tobias MarkusRevert "Load audio earlier in the process. Might save...
2015-03-19 Tobias MarkusConst'ify methods in sector.cpp
2015-03-19 Tobias MarkusFix crash on ESC press when no music is playing
2015-03-17 Tobias MarkusCandle property warning to debug
2015-03-17 Tobias MarkusStop music, so that its handle can be freed, before...
2015-03-17 Tobias MarkusConstify a couple more methods
2015-03-17 Tobias MarkusFix for correct music playing after dying in a differen...
2015-03-17 Tobias MarkusExclude end sequence from focus lose code
2015-03-17 Tobias MarkusOnly pause game on focus lose when game session is...
2015-03-16 Tobias MarkusLoad audio earlier in the process. Might save us some...
2015-03-16 Tobias MarkusPause the game when window loses focus, fixes #513
2015-03-16 Tobias MarkusFade out and pause music on death and resume on restart...
2015-03-16 Tobias MarkusCheck return value of some lisp.get calls
2015-03-12 Tobias MarkusSupport for right-to-left fonts. Set (rtl #t) in
2015-03-09 Tobias MarkusFix Tux walking backwards after automatic backflipping...
2015-03-08 Tobias MarkusMake tux and yeti dying state not reveal secret tilemaps
2015-03-07 Tobias MarkusDowngrade surface format message from warning to debug
2015-03-07 Tobias MarkusProper fix for waterfall tiles
2015-03-07 Tobias MarkusFix for images with invalid pixel formats
2015-03-04 Tobias Markusbetter sound for splash effect
2015-03-01 Tobias MarkusFix level names when language is set to auto-detect
2015-03-01 Tobias MarkusRemove bogus assert
2015-03-01 Tobias MarkusPossible fix for expression that's always false
2015-03-01 Tobias MarkusFixing a few cppcheck warnings
2015-03-01 Tobias MarkusFix syntax error reported by cppcheck
2015-03-01 Tobias MarkusRevert "Possible fix for coverity #29375"
2015-03-01 Tobias MarkusFix coverity issues (uninitialized members)
2015-03-01 Tobias MarkusRudimentary approach at water splash effect for badguys
2015-02-28 Tobias MarkusRevert "Proposed fix for coverity #29372" because of...
2015-02-28 Tobias MarkusProposed fix for coverity #29372
2015-02-28 Tobias MarkusPossible fix for coverity #29375
2015-02-28 Tobias MarkusReplace sq_newslot with sq_createslot where appropriate...
2015-02-27 Tobias MarkusFix coverity #29604
2015-02-27 Tobias MarkusFix coverity #29357
2015-02-27 Tobias MarkusFix all #29358 issues
2015-02-24 Tobias MarkusAdd current level to another debug message
2015-02-23 Tobias MarkusFix coverity #29352
2015-02-23 Tobias MarkusFix for coverity #29360
2015-02-23 Tobias MarkusFix for coverity #29345
2015-02-23 Tobias MarkusHopefully fix coverity issues
2015-02-22 Tobias MarkusFix compiler errors
2015-02-22 Tobias MarkusFix for coverity #29401
2015-02-22 Tobias MarkusFix for coverity #29402
2015-02-22 Tobias MarkusFix for coverity #29409 - Use char 0 instead of NULL
2015-02-15 Tobias MarkusFix for coverity #29394
2015-02-15 Tobias MarkusFix for coverity #29386
2015-02-14 Tobias MarkusWreorder fix
2015-02-14 Tobias MarkusFix for coverity #29370
2015-02-14 Tobias MarkusFix for coverity #29377: Properly free memory of 's'
2015-02-14 Tobias MarkusRemove bogus asserts, fixes Coverity #29378 and #29408
2015-02-14 Tobias MarkusFix coverity #29405: Unchecked dynamic_cast
2015-02-14 Tobias MarkusCalculate foremost layer correctly (previous implementa...
2015-02-13 Tobias MarkusFix for uninitialized members
2015-02-11 Tobias MarkusAdd optional lpSecurityAttributes parameter to CreateDi...
2015-02-05 Tobias MarkusAdding gettext calls to 2 strings in addon manager
2015-02-01 Tobias MarkusPause music when pressing ESC during a level and resume...
2015-01-22 Tobias MarkusUse field width of 9 on sscanf (fixes cppcheck portabil...
2015-01-13 Tobias MarkusCopyright update to 2015
2014-12-24 LMHFixed a Segmentation Fault when mr_iceblock was kicked...
2014-12-18 LMHWoldmap images for earthtux
2014-12-17 LMHFinish out stone form with some quick-and-dirty graphics
2014-12-16 Tobias MarkusSilence compiler warning
2014-12-14 LMHSprite action work for powerup hats: climbing, backflip.
2014-12-14 LMHMiner's hardhat shakes with stone Tux during second...
2014-11-30 LMHCrude attempt at a hat for airflower.
2014-11-29 LMHIcecrusher crushes bricks.
2014-11-29 LMHGenerated particles need not have any randomness in...
2014-11-29 LMHExplicitly defined the angle used by Particles, used...
2014-11-29 LMHStone form is heavy enough to break through bricks
2014-11-29 LMHFinished up code for basic functionality of earthflower...
2014-11-28 LMHBrought back particles for bomb explosions
2014-11-28 LMHCreated a new definition for Particles.
2014-11-28 LMHChanged egg shadow draw layer so it will no longer...
2014-11-27 LMHMinimal code for earthflower active ability.
2014-11-27 LMHRemoved 'add_bullet' from Sector, moved bullet checks...
2014-11-23 Tobias MarkusRemoving unused var 'slotfile'
2014-11-23 Tobias Markus[cppcheck] Part 3: More perf fixes that were missed...
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-11-21 Tobias MarkusSmall style fix
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-11-15 LMHTweak icecrusher draw layers to avoid objects (such...
2014-11-15 LMHButt-jump stops gliding
2014-11-15 LMHBouncing on enemies and trampolines also gets a hight...
2014-11-15 LMHNew powerups added to worldmap cheat menu
2014-11-15 LMHCompleted airflower powerup abilities.
2014-11-09 LMHGraphics for powerups: airflower and earthflower
2014-11-09 LMHNew powerups added to cheat menu
2014-11-09 LMHCode structure for basic earthflower ability: illuminat...
2014-11-09 LMHBasic airflower capabilities added: higher jumps and...
2014-11-09 LMHBasic code structure to allow for two new powerups
2014-11-01 Tobias MarkusCode quality: Rename variable
2014-10-22 Ingo RuhnkeDisabled confirmation dialog on Quit
2014-10-19 LMHAdded a halloween themed brick covered with cobwebs
2014-10-11 Tobias MarkusPrefixing squirrel output with [SQUIRREL]
2014-10-08 Ingo RuhnkeFixed compiler warning
2014-10-08 Ingo RuhnkeAdded torch code
next