Renamed namespaces to all lowercase
[supertux.git] / src / scripting / wrapper.cpp
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-13 Mathnerd314* Small miniswig update to use less dependencies
2009-03-16 Ingo RuhnkeRegenerated wrapper with type checking
2008-06-16 Ryan FlegelAdjust gamma with set_gamma(float) scripting function...
2008-05-12 Christoph SommerAdd scripting method to set a Sector's gravity
2008-05-05 Ingo RuhnkeCrude hack to slow down the game, use set_game_speed...
2007-12-27 Christoph SommerAdded special "edit" mode to GameSession and Player...
2007-12-20 Christoph SommerAllow scripted inputs to Tux GameObject with a CodeCont...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-05-27 Matthias Braunmore willo changes
2007-05-27 Matthias Braunremove dead_script_hint, add scripting capabilities...
2007-05-25 Matthias Brauntext object supports anchor points now
2007-04-01 Christoph SommerExposed Tilemap alpha manipulation to squirrel and...
2007-03-03 Matthias Braunexperimental code to influence camera, adjusted some...
2007-01-31 Ondřej Hošek* B140: Hack alarm: "fixed" the black-fading screen...
2007-01-28 Ondřej Hošek* Coins inside boxes are now being counted. (We'll...
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-20 Matthias Braun- fix tux not advancing on worldmap after solving a...
2007-01-18 Arvid NorlanderReverted change of src/Jamfile in 4471 as it prevented...
2006-12-16 Christoph SommerMerged floating image patch by DirtY iCE
2006-10-27 Christoph SommerMade LevelTime object scriptable (start, stop, get_time...
2006-08-13 Wolfgang Beckermade ambient light scriptabel
2006-08-08 Christoph SommerTileMaps can now use paths
2006-07-13 Christoph SommerThunderstorm
2006-07-09 Matthias Braunmerged new collision detection branch back into mainline
2006-07-05 Christoph SommerAmbientSound scripting patch from tuxdev
2006-06-28 Christoph SommerAdded backflip action (no gfx yet) /
2006-06-28 Wolfgang BeckerScripted objects now support 'set_solid(bool solid...
2006-06-27 Christoph SommerMade Wind scriptable
2006-06-02 Christoph SommerCandle can now be turned on and off via squirrel scripting
2006-05-27 Matthias Braunfix for breaking strict aliasing rules
2006-05-26 Christoph SommerAdded ghost mode for easier level debugging
2006-05-25 Christoph SommerCan't rebuild wrapper on Win, so I'm checking it in...
2006-04-30 Matthias Braunagain
2006-04-30 Matthias Braunanother try
2006-04-30 Matthias Braunanother try
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-26 Ryan FlegelCommitting RandomGenerator patch from Allen King, with...
2006-04-24 Matthias Braunmake GameObjects reference counted (this avoids crashs...
2006-04-23 Matthias Braunmake igloo the first level
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-20 Matthias Braun- make sure all log messages get displayed, even when...
2006-04-19 Matthias Braun2 more evil mainloops are gone
2006-04-17 Matthias Braunthe boat works now
2006-04-16 Christoph SommerHappy Easter! Played with fireflower bonus: Carrying...
2006-04-14 Stephen Groundwateryeti cleanup and death animation rework, hitbox fix ups
2006-04-13 Ondřej Hošek* "Outsourced" cheats from GameSession to scripting...
2006-04-13 Matthias Braunadd code to debug collision rectangles
2006-04-13 Matthias Braunfix menu width, didn't committ the tileset fix, miscela...
2006-04-11 Matthias Braunseveral bugfixes to squirrel serialisation code, serial...
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-02-09 Matthias Braunfirst version of floating image
2006-01-22 Matthias Brauncamera can move now
2006-01-22 Matthias Braunfirst very unfinished and unpolished version of the...
2005-09-30 Marek Moeckelsupport for centered text in scripts
2005-09-25 Marek Moeckellots of cool scripting stuff
2005-09-25 Marek Moeckelkeys are displayed on the screen, they can be "collecte...
2005-08-10 Matthias Braunsome cleanups and changes to miniswig and scripting...
2005-07-02 Matthias Braunfix namespace problems
2005-07-02 Matthias Braundon't leave classname lyingf around on stack
2005-07-02 Matthias Braunlet miniswig create code to create squirrel object...
2005-07-02 Matthias Braunupdate miniswig to handle multiple inheritance
2005-07-01 Matthias Braunfix music problems, is openal faster now?
2005-07-01 Matthias Braunminiswig supports int, float and string constants now
2005-06-29 Marek Moeckelconverted all sound files to .ogg (to avoid problems...
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-18 Matthias Braunbonusblock can now contain custom MovingObjects, added...
2005-05-17 Matthias Braunimproved utf-8 code to correctly decode utf-8 byte...
2005-05-12 Matthias Braun- Added a new script command to display text files
2005-05-11 Matthias Braun- Changed DocBook version to 4.3, 5.0 is not officially...
2005-05-10 Ondřej Hošek*Removed stuff from times of automake and CVS (director...
2005-05-08 Matthias Braunwe can now fade in scripts
2005-05-08 Bastiaan Zapf- ambient_sound improved (now does silence, volume,
2005-05-07 Marek Moeckelremoved old data and contrib, new files will follow
2005-05-06 Matthias Braun- Made miniswig support HSQUIRRELVM arguments (and...
2005-05-05 Matthias Braun- Implemented a scripted object that can be placed...
2005-05-05 Matthias Braunreworked miniswig a bit to support virtual functions...
2005-05-05 Matthias Braunmore squirrel warning fixes
2005-05-05 Marek Moeckelfixed missing include assert
2005-05-04 Matthias Braun- More work on scripting interface