Proposed fix for coverity #29372
[supertux.git] / src / scripting / functions.cpp
2015-02-28 Tobias MarkusProposed fix for coverity #29372
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeSplit of the line buffer from Console into ConsoleBuffe...
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-14 Ingo RuhnkeReintroduced load_worldmap(), load_level() and save_sta...
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeRemoved load/save functions from scripting interface
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
2014-08-12 Ingo RuhnkeMinor cleanup in ScreenManager
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-07-30 Ingo RuhnkeImplemented set_gamma()
2014-07-30 Ingo RuhnkeDisabled some more code, game now starts up and plays...
2014-07-30 Ingo RuhnkeMade code compile, not work, with SDL2, old code that...
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2010-03-07 Florian Forster"whereami()" function: Print coordinates as integers.
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2010-01-01 Mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeSplit physfs/physfs_stream.?pp into multiple files
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