Pawel Kolodziejski 94dbb1a1da formating code
2008-09-10 11:16:57 +00:00
..
ops
2008-07-29 17:55:30 +00:00
2008-07-28 19:15:36 +00:00
2008-07-28 19:23:08 +00:00
2008-07-28 19:23:08 +00:00
2008-07-29 05:58:36 +00:00
2008-07-29 05:58:36 +00:00
2008-07-29 05:58:36 +00:00
2008-07-29 14:57:13 +00:00
2008-07-28 14:51:57 +00:00
2008-07-29 08:05:28 +00:00
2008-07-29 08:05:28 +00:00
2008-07-29 17:58:39 +00:00
2008-07-29 08:05:28 +00:00
2008-08-11 19:14:03 +00:00
2008-07-29 10:06:07 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-08-03 09:43:34 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-08-03 09:43:34 +00:00
2008-07-29 14:57:13 +00:00
ops
2008-07-29 17:55:30 +00:00
2008-07-29 14:57:13 +00:00
2008-08-03 13:02:45 +00:00
2008-08-03 13:02:45 +00:00
2008-08-03 13:02:45 +00:00
2008-07-29 14:57:13 +00:00
2008-09-10 11:16:57 +00:00
2008-07-30 07:37:00 +00:00
2008-08-03 18:33:59 +00:00
2008-08-03 18:33:59 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-08-02 21:20:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-28 13:35:33 +00:00
2008-07-29 14:57:13 +00:00
2008-07-29 14:57:13 +00:00
2008-07-28 14:51:57 +00:00
2008-07-29 14:57:13 +00:00
2008-08-03 18:35:19 +00:00

This is a modified version of Lua 3.1 intended for use with Residual.
The major changes made from the original version of Lua 3.1 are:

* Changed the binary file loader to read the file format from Lua 3.1alpha2.
* Revamped the way function calls and returns are handled in order to
  facilitate implementing Residual/GrimE's cooperative multithreading model.
* Added several internal functions which implement this multithreading.
* Added save/restore Lua state.
* Unified types like int -> int32 and similiars
* Removed few unused library funcs by games
* formatting code
* replace FILE usage code with File class code