aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-02hopefully fix pthread compilation (and should work better under WIN32 too...)v2.1.0Benoit Germain1-2/+2
2011-03-02fix typo in timer function codebenoit-germain1-1/+1
2011-03-01rockspecs for 2.0.11 and 2.1.0 (latest not operational yet since tag doesn't ...Benoit Germain2-2/+99
2011-03-01Just a small fix necessary because -Werror is used and GCC 4.2 on OS X compla...Benoit Germain1-1/+1
2011-03-01* fixed potential crash at application shutdown when calling lua_close() on a...Benoit Germain7-133/+250
2011-02-21Make the number of internal keeper states selectable by an optional parameter...Benoit Germain6-57/+71
2011-02-18* keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...Benoit Germain11-242/+347
2011-02-17Lane userdata implementation refactoring:Benoit Germain10-188/+346
2011-02-14Fixed application hang-up because keeper state was not released in case of er...Benoit Germain5-8/+31
2011-02-14Fixed application hang-up because keeper state was not released in case of er...Benoit Germain3-312/+413
2011-02-12Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain8-188/+226