Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/
[supertux.git] / tools / miniswig / create_wrapper.cpp
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-07-26 Mathnerd314*include stdio.h in a couple files for MinGW GCC 4.4.0
2009-06-13 Mathnerd314* Small miniswig update to use less dependencies
2009-03-16 Ingo RuhnkeAdded type checking for __custom functions
2009-03-06 Ingo RuhnkeCheck that the userdata pointer is not null, which...
2009-03-06 Ingo RuhnkeAdded function argument type and count checking for...
2007-01-29 Ondřej Hošek* B140: Screen now doesn't fade out if Tux is returning...
2007-01-28 Ondřej Hošek* Coins inside boxes are now being counted. (We'll...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-05-27 Matthias Braunfix for breaking strict aliasing rules
2006-04-30 Matthias Braunagain
2006-04-30 Matthias Braunanother try
2006-04-30 Matthias Braunanother try
2006-04-30 Matthias Braunfix miniswig for squirrel data types
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2005-08-10 Matthias Braunsome cleanups and changes to miniswig and scripting...
2005-07-12 Matthias Braunallow custom wrapper functions
2005-07-10 Matthias Braunminiswig suspend is now an attribute appended to 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 Braunfix constant wrapper
2005-07-02 Matthias Braunupdate miniswig to handle multiple inheritance
2005-07-01 Matthias Braunminiswig supports int, float and string constants now
2005-06-29 Matthias BraunFix for last commit
2005-06-29 Matthias Braunsupports suspending functions
2005-06-28 Matthias Braunfix miniswig using wrong stack numbers in functions...
2005-06-26 Matthias Braunalso rename .h to .hpp in miniswig dir
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-05-11 Matthias Braun- Changed DocBook version to 4.3, 5.0 is not officially...
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 Braunreworked miniswig a bit to support virtual functions...
2005-05-05 Matthias Braunmore squirrel warning fixes
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-03 Matthias BraunChecking in miniswig: It's a flex/bison based parser...