Vecais Dumais Laacis
8995426f84
bring back StepsType type to lua
2007-03-11 23:03:55 +00:00
Vecais Dumais Laacis
bc9e030722
really thin Lua wrapper for RageFile
...
maybe not the best way but so far thats only one i could find which works
usage:
local f = RageFileUtil.CreateRageFile();
if f:Open("test.txt", 2) then -- 2 means write, 1 - read (from RageFile.h) maybe those need some lua enum?
f:PutLine("test text line");
f:Close();
end;
f:destroy();
2007-03-11 21:24:50 +00:00
Vecais Dumais Laacis
a93dbf3778
StyleType_OnePlayerTwoSides for One player, two-sides styles cost extra
2007-02-24 12:48:16 +00:00
Vecais Dumais Laacis
603f863e0c
fixed GetLocalProfileIndexFromID
2007-02-02 20:19:14 +00:00
Vecais Dumais Laacis
9f8519c0d9
finally fixed RageFileObjTimeout write corruption problems - memory cards should work now
2007-01-23 18:29:53 +00:00
Vecais Dumais Laacis
e0997258ef
fixed: MeterDisplay::StreamWidth was not loaded from node
2007-01-22 13:34:02 +00:00
Vecais Dumais Laacis
bb898c2a5f
* add/remove missing files
...
* add /GR in release mode and remove debug info from release mode
2006-12-07 14:18:14 +00:00
Vecais Dumais Laacis
2b3f8759c1
dont use LUA_DL_DLL in xbox
2006-12-07 14:17:17 +00:00
Vecais Dumais Laacis
1a2e57cb91
* using SM_main instead of main
...
* added some dummy functions in release mode (getenv, system, _popen, _pclose) which doesnt exist in libc.lib
2006-12-07 14:16:31 +00:00
Vecais Dumais Laacis
4dca42c26b
dont include unistd.h also in release xbox build
2006-12-07 09:14:58 +00:00
Vecais Dumais Laacis
ec2f7fa2cb
included HelpDisplay.h for xbox to compile
2006-12-07 09:11:47 +00:00
Vecais Dumais Laacis
8f7ed8f6de
fixed compile problem and made changes to initialize memory cards when initializing input devices
2006-12-07 08:45:18 +00:00
Vecais Dumais Laacis
820f71c5f6
*** empty log message ***
2006-12-07 08:43:51 +00:00
Vecais Dumais Laacis
0a6bc88a7c
Memory card driver for xbox
2006-12-07 01:38:34 +00:00
Vecais Dumais Laacis
e60bdd6348
Added png/jpeg libraries to be linked before directx ones.
2006-11-23 19:43:43 +00:00
Vecais Dumais Laacis
a19f1d5f5b
Add missing files.
...
Added png/jpeg libraries to be linked before directx ones.
2006-11-23 18:46:24 +00:00