Updated addon repository URL and improved debug output on download
[supertux.git] / tools / miniswig /
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeChanged deprecated -%pure_parser to +%pure-parser in...
2009-12-13 Mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-11-21 Ingo Ruhnke-Weffc++ cleanup for miniswig
2009-11-21 Ingo RuhnkeAdded some build rules for miniswig and the wrapper...
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
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...
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-03-01 Wolfgang BeckerMore includes and some braces to build with gcc 4.3.0
2008-01-20 Matthias Braunuse -Werror by default in debug mode builds
2008-01-19 Matthias Braunremove jam buildfiles, we're using cmake now and I...
2007-12-16 Christoph SommerMade compiles on MacOS X a bit smoother, activated...
2007-11-05 Tim Goyafix wrapper generation and miniswig build
2007-10-09 Tim Goyagenerate miniswig parser and lexer in binary dir
2007-09-29 Tim GoyaFix OpenGL detection and miniswig wrapper generation...
2007-05-16 Tim GoyaFix jam dist. Some hpp files were missing
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-10-03 Matthias Braundon't install miniswig
2006-10-03 Matthias Braunfix warning
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 BraunAC_PROG_LEX seems to output a : sometimes instead of...
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-09-18 Matthias Braunfix miniswig outputting some \n from time to time
2005-08-10 Matthias Braunsome cleanups and changes to miniswig and scripting...
2005-08-05 Matthias Brauntry workaround problems on win32
2005-07-17 Matthias Braunmanually add dependency from lexer.cpp to parser.hpp
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-07-01 Matthias Brauntry to workaround flex inserting non ANSI functions
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-06-11 Matthias Braunadded beginning of automatic docu generation for the...
2005-06-11 Matthias Braunsupertux is now searching for a default.nut file in...
2005-06-07 Matthias Braunfix miniswig building
2005-06-02 Matthias Braunanother fix
2005-06-02 Matthias Braunfix additional ;
2005-05-11 Matthias Braun- Changed DocBook version to 4.3, 5.0 is not officially...
2005-05-06 Matthias Brauntried to fix lexer.ll for newer flex version
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...