dolphin/Externals/Lua
nitsuja- b31042cb10 fixed a bug where events scheduled for the same time run in backwards order
simplified CoreTiming::AddEventToQueue
fixed emu.frameadvance and implemented emu.wait
fixed Lua script termination
brought over some luaconf customizations to fix issue 2245 in a better way and deal with certain other scripting problems

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5383 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-18 08:28:52 +00:00
..
lapi.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lapi.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lauxlib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lauxlib.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lbaselib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lcode.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lcode.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ldblib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ldebug.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ldebug.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ldo.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ldo.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ldump.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lfunc.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lfunc.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lgc.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lgc.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
linit.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
liolib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
llex.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
llex.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
llimits.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lmathlib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lmem.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lmem.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
loadlib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lobject.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lobject.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lopcodes.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lopcodes.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
loslib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lparser.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lparser.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lstate.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lstate.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lstring.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lstring.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lstrlib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ltable.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ltable.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ltablib.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ltm.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
ltm.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lua.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lua.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
Lua.vcproj minicommit (don't trust VS2008 when you click "save all", it doesn't really work that way with projects) 2009-11-08 00:28:20 +00:00
luac.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
luaconf.h fixed a bug where events scheduled for the same time run in backwards order 2010-04-18 08:28:52 +00:00
lualib.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lundump.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lundump.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lvm.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lvm.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lzio.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
lzio.h Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
print.c Added the Lua (5.1.4) external dependency. Verify this compiles on Linux too. Now all we need to do is implement some interface. 2009-08-23 13:13:58 +00:00
SConscript fix linux build in hope it will help JP to fix the gui on linux 2009-08-31 21:07:20 +00:00