More includes and some braces to build with gcc 4.3.0
[supertux.git] / src / sector.cpp
2008-03-01 Wolfgang BeckerMore includes and some braces to build with gcc 4.3.0
2008-02-18 Christoph SommerResolves issue 0000269: Moving tilemaps have improper...
2008-01-08 Matthias Braunrewrote/refactored tileset handling, tilesets are now...
2008-01-07 Christoph SommerFirst step towards multiple tilesets per tilemap. Code...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-05-27 Matthias Braunremove dead_script_hint, add scripting capabilities...
2007-05-26 Matthias Braunwe need a break here not a return, so not everything...
2007-05-26 Matthias Braunhack to make movingobject vs. static also call the...
2007-05-26 Matthias Braunextend moving_object with a collides function that...
2007-04-01 Christoph SommerExposed Tilemap alpha manipulation to squirrel and...
2007-03-08 Tim GoyaMake a nice default gradient when there isn't already...
2007-03-03 Tim GoyaConvert cnames back to .h
2007-03-02 Tim Goyaminimize some #includes and replace with forward decls
2007-02-01 Christoph SommerClip object velocity at 16, so objects no longer get...
2007-01-28 Wolfgang BeckerAllow Tux to unduck in unisolid tiles.
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-21 Wolfgang BeckerKlaus Denker's widescreen_fixes.patch:
2007-01-09 Christoph SommerFixed loading of old levels w/o backgroundimage
2007-01-08 Christoph SommerImprove loading of old levels: Don't quit when backgrou...
2007-01-08 Christoph SommerChanged default gravity to 10.0
2007-01-05 Christoph SommerMerged gravity patch by T. Goya
2006-12-28 Christoph SommerMerged back changes from 0.3.x branch
2006-10-29 Christoph SommerReplace arctis2.jpg background with arctis.jpg when...
2006-10-28 Christoph SommerKeep behaviour of invisible tiles the same when reading...
2006-10-23 Christoph SommerAllow solidity of tilemaps to be changed at runtime...
2006-09-17 Christoph SommerAutomatically added lights are now colored and a bit...
2006-09-13 Christoph SommerChanged "Light" GameObject to be a static, unichrome...
2006-09-04 Christoph SommerSmalltux now spawns 32px below spawnpoint. /
2006-08-19 Wolfgang Beckerprevent spawning
2006-08-18 Christoph Sommerreplaced INFINITY macro with query to numeric_limits
2006-08-16 Christoph SommerCommitted gnomino's iceflower patch. Also added placeho...
2006-08-13 Wolfgang Beckermade ambient light scriptabel
2006-08-12 Christoph SommerMagic Blocks only turn solid when nothing's blocking...
2006-08-10 Matthias Braun- add a COLGROUP_MOVING_STATIC (in the future we should...
2006-08-09 Wolfgang BeckerNew sector attribute 'ambient-light'.
2006-07-23 Christoph SommerTentative checkin of tuxdev's "Object improvement patch...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-18 Christoph SommerFun stuff
2006-07-18 Christoph SommerSectors support multiple solid tilemaps, tilemaps can...
2006-07-17 Christoph SommerSector::is_free_space knows about slope tiles
2006-07-15 Wolfgang BeckerFake solid for trampoline.
2006-07-10 Matthias Braunfix for bad hit structure
2006-07-10 Wolfgang BeckerDon't report collisions if nothing got hit
2006-07-09 Matthias Braunmerged new collision detection branch back into mainline
2006-06-25 Wolfgang BeckerFixed collision with unisold tiles.
2006-05-28 Matthias Braunsmall fixes
2006-04-30 Matthias Braunblind commit, please test: use squirrel datatypes
2006-04-24 Matthias Braunmake GameObjects reference counted (this avoids crashs...
2006-04-23 Matthias Braun- Worldmap scripts have their own roottable now (like...
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-19 Christoph SommerHardcoded stay-on-platform behaviour as follows: Mr...
2006-04-17 Christoph SommerRemoved a global variable
2006-04-17 Matthias Braun- Fixed ghostforest vs. ghostwood name
2006-04-16 Christoph SommerHappy Easter! Played with fireflower bonus: Carrying...
2006-04-13 Ondřej Hošek* "Outsourced" cheats from GameSession to scripting...
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Matthias Braunadd code to debug collision rectangles
2006-04-12 Matthias Braunfade out console
2006-04-12 Matthias Braun- remove pointless leveltime from world1 levels
2006-04-12 Ondřej HošekWhen invincibility time's running out, the invinc....
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-03-31 Matthias Braunsplit Background into Background and Gradient object
2006-03-31 Matthias Braun1 tile holes work again, fixed some bugs in the PathWalker
2006-03-31 Matthias Braunfix collision against spikes too wide, fix paths, try...
2006-03-31 Matthias Braunforgot to add some files, fix invisible tiles
2006-03-31 Matthias Braun- Yet another try in the endless quest for perfect...
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-22 Matthias Braunmusic and image paths in levels are now absolute (from...
2006-01-22 Matthias Braunfirst very unfinished and unpolished version of the...
2005-12-31 Matthias Brauncheck that place is free before releasing a grabbed...
2005-12-29 Matthias Braunmore adjustments to collision detection, tux is correct...
2005-12-27 Matthias BraunChanged collision code, we now have several collision...
2005-10-23 Ondřej Hošek* Converted world 1 to new level format.
2005-10-12 Ondřej Hošek* Fixed a few own mistakes from a previous commit
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-09-25 Marek Moeckelkeys are displayed on the screen, they can be "collecte...
2005-09-18 Matthias Braunfix CONTINUE handling
2005-09-17 Marek Moeckelkugelblitz electrifies water on contact - electrified...
2005-09-17 Matthias Braunuse spike flag again and don't replace spikes with...
2005-07-20 Marek Moeckelconverted sounds back to .wav
2005-06-29 Marek Moeckelconverted all sound files to .ogg (to avoid problems...
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-26 Matthias Braunupdated squirrel version
2005-06-24 Marek Moeckelconverted all music files to Ogg Vorbis
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-13 Matthias Braundon't play with the magic constants...
2005-06-11 Matthias Braunsupertux is now searching for a default.nut file in...
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-18 Marek Moeckelrenamed particlesystem_absolute to _interactive
2005-05-18 Marek Moeckeladded a new particle system that (currently) rains...
2005-05-18 Matthias Braunbonusblock can now contain custom MovingObjects, added...
2005-05-17 Marek Moeckelcreated a ghost forest demo from contrib art:
2005-05-16 Ondřej Hošek* svn:ignored .externalToolBuilders in root directory...
2005-05-14 Marek Moeckeladded new class for particle systems that need absolute...
next