oops
[supertux.git] / src / scripting /
2005-10-03 Matthias Braunmoved some sprites to separate files
2005-09-30 Marek Moeckelsupport for centered text in scripts
2005-09-25 Marek Moeckellots of cool scripting stuff
2005-09-25 Marek Moeckelscripting 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-10 Matthias Braunminiswig suspend is now an attribute appended to functions
2005-07-02 Matthias Braunuse new exposing functions
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 Braunfixed scripting which I just broke
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-28 Matthias Braunfix miniswig using wrong stack numbers in functions...
2005-06-27 Matthias Brauncleanup and fixes to openal code
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-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 Matthias Braunoops forgot files again
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-16 Ondřej Hošek* svn:ignored .externalToolBuilders in root directory...
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-10 Matthias Braunchanged worldmap format a bit to be more consistent...
2005-05-08 Matthias Braunthis file doesn't belong into svn
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-07 Matthias Braun- Change ScriptInterpreter to a gameobject, so we can...
2005-05-06 Matthias Braundon't delete wrapper.cpp when doing jam clean
2005-05-06 Matthias Braun- Made miniswig support HSQUIRRELVM arguments (and...
2005-05-05 Matthias Braunforgot to add a file, fixed soem warning on 64bit
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 Braunbonusblock is a sprite and not a tile in the new design...
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