Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.

This commit is contained in:
rude
2010-01-04 20:02:36 +01:00
parent 6fde5de6b6
commit cd24dbcb8e
13 changed files with 77 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ function auto(name)
end
end
local src_output = "const char "..cpp_name.."[] = \n{\n"
local src_output = "const unsigned char "..cpp_name.."[] = \n{\n"
for i,line in ipairs(lines) do
local concat = {}
+1 -1
View File
@@ -22,7 +22,7 @@ namespace love
{
// [boot.lua]
const char boot_lua[] =
const unsigned char boot_lua[] =
{
0x1B,0x4C,0x75,0x61,0x51,0x00,0x01,0x04,0x04,0x04,0x08,0x00,0x0A,0x00,0x00,
0x00,0x40,0x62,0x6F,0x6F,0x74,0x2E,0x6C,0x75,0x61,0x00,0x00,0x00,0x00,0x00,
+1 -1
View File
@@ -22,7 +22,7 @@ namespace love
{
// [graphics.lua]
const char graphics_lua[] =
const unsigned char graphics_lua[] =
{
0x1B,0x4C,0x75,0x61,0x51,0x00,0x01,0x04,0x04,0x04,0x08,0x00,0x0E,0x00,0x00,
0x00,0x40,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x6C,0x75,0x61,0x00,