mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user