again
[supertux.git] / src / scripting / wrapper.cpp
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