Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/
[supertux.git] / src / scripting / functions.cpp
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-13 Mathnerd314* Small miniswig update to use less dependencies
2008-06-16 Ryan FlegelAdjust gamma with set_gamma(float) scripting function...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-05-05 Ingo RuhnkeCrude hack to slow down the game, use set_game_speed...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-01-31 Ondřej Hošek* B140: Hack alarm: "fixed" the black-fading screen...
2007-01-28 Matthias Braunfixed the worldmap::save_state bug in another way ...
2007-01-27 Arvid NorlanderCommited patch from RavuAlHemio (bug #133) due to his...
2007-01-20 Matthias Braun- fix tux not advancing on worldmap after solving a...
2007-01-02 Wolfgang BeckerSorry, was too early for that patch.
2007-01-02 Wolfgang Becker[ Patch #1793 ] Turn physic into POD
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-05-28 Matthias Braunsmall fixes
2006-05-26 Christoph SommerAdded ghost mode for easier level debugging
2006-04-30 Matthias Braunanother try
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-24 Matthias Braunmake GameObjects reference counted (this avoids crashs...
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-14 Matthias Braunsplit worldmap into several files, updates, use SDL_Del...
2006-04-13 Matthias Braunnot needed anymore
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-13 Matthias Braunfix menu width, didn't committ the tileset fix, miscela...
2006-04-12 Matthias Braunfade out console
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-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunmore smaller fixes
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-03-25 Christoph SommerUnified Messaging Subsystem
2005-09-25 Marek Moeckelkeys are displayed on the screen, they can be "collecte...
2005-07-01 Matthias Braunfix music problems, is openal faster now?
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-12 Matthias Braun- Added a new script command to display text files
2005-05-07 Matthias Braun- Change ScriptInterpreter to a gameobject, so we can...
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-04 Matthias Braun- More work on scripting interface