Update CMake to 3.2.1 in .travis.yml
[supertux.git] / src / scripting /
2015-03-01 Tobias MarkusFix syntax error reported by cppcheck
2015-02-28 Tobias MarkusRevert "Proposed fix for coverity #29372" because of...
2015-02-28 Tobias MarkusProposed fix for coverity #29372
2015-02-23 Tobias MarkusFix coverity #29352
2015-02-23 Tobias MarkusFix for coverity #29345
2014-11-23 Tobias Markus[cppcheck] Part 3: More perf fixes that were missed...
2014-10-11 Tobias MarkusPrefixing squirrel output with [SQUIRREL]
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-31 Ingo RuhnkeFixed format string warning in clang
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeAdded Scripting class to bundle up all the Squirrel...
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-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
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 Tobias MarkusFixes to sq_setprintfunc due to Squirrel API changes
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-12 Ingo RuhnkeAdded missing includes to Squirrel and SuperTux to...
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 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Mathnerd314Flesh out the intro scene some more.
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...
2014-03-13 LMHRevert "Update to SQUIRREL 3.0.4"
2014-02-26 Tobias MarkusUpdate to SQUIRREL 3.0.4
2014-01-24 Tobias MarkusFixing some more compiler errors in Maverick
2013-10-28 Tobias MarkusFixing some more compiler errors in Maverick
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2012-01-24 LMHScripted Object: gravity can be turned on/off (patch...
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-29 Mathnerd314* Revert breaking changes from last revision
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 RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
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 RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-08-30 Mathnerd314* Update squirrel to 2.2.3
2009-06-13 Mathnerd314* Small miniswig update to use less dependencies
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2009-03-16 Ingo RuhnkeRegenerated wrapper with type checking
2009-03-16 Ingo RuhnkeAdded type checking for __custom functions
2009-03-02 Ingo RuhnkeMinor #include optimization
2008-09-19 Mathnerd314more svn:eol-style = native and header fixes
2008-06-16 Ryan FlegelAdjust gamma with set_gamma(float) scripting function...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
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...
2008-01-19 Matthias Braunremove jam buildfiles, we're using cmake now and I...
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-17 Christoph SommerTried fixing squirrel utils for 64bit: SQInteger is...
2007-04-16 Matthias Braunmake game_session do main_loop->set_speed(0) on pause...
2007-04-16 Christoph SommerScripting scheduler is now paused while pause menu...
2007-04-15 Christoph SommerStatistics are now saved to disk
2007-04-01 Christoph SommerExposed Tilemap alpha manipulation to squirrel and...
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-01-31 Ondřej Hošek* B140: Hack alarm: "fixed" the black-fading screen...
2007-01-29 Arvid NorlanderFixed svn:keywords... (Why aren't people using the...
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-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-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-20 Matthias Braun- fix tux not advancing on worldmap after solving a...
2007-01-19 Arvid NorlanderFixed svn:keywords and svn:eol-style for some of *...
2007-01-18 Arvid NorlanderReverted change of src/Jamfile in 4471 as it prevented...
2007-01-18 Christoph SommerSeparated EndSequence logic from GameSession. This...
2007-01-02 Wolfgang BeckerSorry, was too early for that patch.
2007-01-02 Wolfgang Becker[ Patch #1793 ] Turn physic into POD
2006-12-16 Christoph SommerMerged floating image patch by DirtY iCE
2006-10-27 Christoph SommerForgot new files
next