fix cr/lfs and remove trailing whitespaces...
[supertux.git] / tools / miniswig / create_wrapper.cpp
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...