remove old desktop file
[supertux.git] / src /
2007-05-26 Matthias Brauncast before comparing
2007-05-26 Matthias Braunnew filetype .music that allows to specify loop points...
2007-05-26 Christoph SommerGhostTree can now be killed
2007-05-26 Wolfgang BeckerChanged default location and binary name to supertux2...
2007-05-26 Christoph Sommersome new GhostTree stuff
2007-05-26 Christoph SommerDelayed root hatching
2007-05-26 Christoph SommerAdded to ghosttree: roots growing from below
2007-05-26 Wolfgang Beckerplay sound when willowisp is caught
2007-05-26 Matthias Braunuse the tree sounds
2007-05-26 Matthias Braunyou can compare colors now
2007-05-26 Matthias Braunfirst tries at sucking
2007-05-26 Matthias Braunwe need a break here not a return, so not everything...
2007-05-26 Matthias Braunwillowisp position relative to ghosttree now, ghosttree...
2007-05-26 Christoph Sommer(Tree)WillOWisps no longer collide with closed lamps.
2007-05-26 Matthias Braunhack to make movingobject vs. static also call the...
2007-05-26 Christoph SommerLimit coin sound to be played at most once every 10ms
2007-05-26 Christoph SommerWillOWisp badguys can now be trapped inside empty Lanterns.
2007-05-26 Matthias Braunextend moving_object with a collides function that...
2007-05-26 Matthias Brauntypo fix
2007-05-25 Christoph SommerOnly draw Tux' arm in front of other objects if he...
2007-05-25 Matthias Brauntext object supports anchor points now
2007-05-25 Matthias Braunadd vsync option
2007-05-25 Matthias Braunfade out music on quit
2007-05-25 Matthias Braunonly try vsync, when set in config
2007-05-25 Matthias Braundisable swimming
2007-05-25 Matthias Braunfix bug 215 (unpausing doesn't always work)
2007-05-23 Christoph SommerAdded line-editing functionality to console (issue...
2007-05-23 Tim GoyaExperimental feature: Allow Tux to throw stuff straight up
2007-05-16 Tim GoyaFix jam dist. Some hpp files were missing
2007-04-18 Christoph SommerImproved Add-on Manager's error handling
2007-04-17 Christoph SommerFixed Tux picking up dead BadGuys: Will no longer pick...
2007-04-17 Christoph SommerTried fixing squirrel utils for 64bit: SQInteger is...
2007-04-16 Christoph SommerInvisible block solidity now applies to all objects...
2007-04-16 Christoph SommerWalking Badguys that get dizzy fall off the screen
2007-04-16 Matthias Braunmake game_session do main_loop->set_speed(0) on pause...
2007-04-16 Christoph SommerSprites animation slows down together with the rest...
2007-04-16 Christoph SommerFixed strange error with saved Tux' state getting reset...
2007-04-16 Matthias Braundon't adjust aspect-ratio in non-fullscreen modes,...
2007-04-16 Christoph SommerScripting scheduler is now paused while pause menu...
2007-04-15 Christoph SommerStatistics are now saved to disk
2007-04-15 Wolfgang BeckerIncreased precision when saving configuration.
2007-04-15 Christoph SommerText wrapping in TextScroller, InfoBox and InfoBlock...
2007-04-14 Matthias Brauntry to force vsyncing for opengl, the desktop resolutio...
2007-04-14 Matthias Braunauto detect aspect ratio of monitor, so that you don...
2007-04-10 Wolfgang BeckerScroll nonblocking infoblock by moving half a block...
2007-04-10 Christoph SommerExperiments with InfoBlock no longer pausing the game
2007-04-10 Christoph SommerInfoBox only displays scroll arrows if there is actuall...
2007-04-09 Christoph Sommer"Print Screen"-Key takes screenshots
2007-04-09 Christoph SommerAdded "Invisible Wall" area by tjcarter (GPL2+/CC-by-sa)
2007-04-08 Christoph SommerGraceful handling of situations when downloading the...
2007-04-08 Christoph SommerFixed auto-opening of Console when adding lines that...
2007-04-04 Christoph SommerAdd-on Manager now uses .nfo files for meta information
2007-04-03 Christoph SommerAllowed multiple solid Tilemaps on a Worldmap
2007-04-03 Christoph SommerExpose Objects on Worldmap in squirrel table "worldmap"
2007-04-01 Christoph SommerAdded Add-ons for Add-on manager, so online checks...
2007-04-01 Christoph SommerExposed Tilemap alpha manipulation to squirrel and...
2007-03-23 Tim Goyafix strange looping reported by tjcarter on IRC
2007-03-08 Tim GoyaMake a nice default gradient when there isn't already...
2007-03-07 Christoph Sommersvn merge -c-4932 .
2007-03-07 Christoph SommerExperimental modification of jumping behaviour
2007-03-07 Christoph SommerAdded level properties "contact" and "license"
2007-03-07 Christoph SommerGot rid of a superfluous debug message
2007-03-03 Matthias Braunrevert earlier target_y changes
2007-03-03 Matthias Braunsuper metroid style camera
2007-03-03 Matthias Braunoops, fix that
2007-03-03 Matthias Braunstop camera if player is dying
2007-03-03 Matthias Braunmake it possible to disable the no-scroll mode
2007-03-03 Matthias Braunat the left or right end, it's obvious which dir we...
2007-03-03 Matthias Braunmore work on the camera
2007-03-03 Matthias Braunfix clamping code, enable it in camera.cfg again
2007-03-03 Matthias Braunfix stupid bug in camera code, tweak camera settings...
2007-03-03 Matthias Braunthis should improve the YI mode, I plan more modificati...
2007-03-03 Matthias Braunfix another dependency problem
2007-03-03 Matthias Braunexperimental code to influence camera, adjusted some...
2007-03-03 Matthias Braunfix jamfile to avoid having to rum jam twice when minis...
2007-03-03 Ingo Ruhnke- added check for 'region' symbol
2007-03-03 Tim GoyaConvert cnames back to .h
2007-03-02 Matthias Braunremove lots of glibc specific stuff from obstack
2007-03-02 Arvid NorlanderFixed compile error by adding missing include (from...
2007-03-02 Tim Goyaminimize some #includes and replace with forward decls
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-02-19 Ingo Ruhnke- added fullscreen/window switch to F11 (gnome-like)
2007-02-19 Tim GoyaFix endsequence walking direction
2007-02-18 Ingo Ruhnke- added some code to list free tile ids
2007-02-18 Ingo Ruhnke- added check for duplicate tile-ids
2007-02-05 Christoph SommerSome more keys for the console
2007-02-05 Christoph SommerFixed nasty bug with remove_listener hooks
2007-02-05 Tim GoyaDirtY iCE's patch for dead scripting and bomb badguy...
2007-02-04 Tim GoyaSaner life expectancy
2007-02-02 Matthias Braunuse PHYSFS for all filesystem operations.
2007-02-02 Ondřej Hošek* Updated Czech translation again
2007-02-01 Christoph SommerClip object velocity at 16, so objects no longer get...
2007-02-01 Christoph SommerReplaced call to "unlink" with one to "remove". This...
2007-01-31 Christoph SommerTux can now climb stuff. Still has some rough edges...
2007-01-31 Ondřej Hošek* Change of the year. Literally. 2006 -> 2007
2007-01-31 Ondřej Hošek* B140: Hack alarm: "fixed" the black-fading screen...
2007-01-31 Matthias Braunmore explanations when sprites failed to load
2007-01-31 Matthias Braunphysfs seems buggy and allows opening empty filename...
2007-01-31 Matthias Braunimprove error handling in lisp parser
2007-01-30 Matthias Braunrevert latest UV coordinate changes, as they decrease...
next