This commit is contained in:
p.kosyh 2010-07-06 10:15:27 +00:00
parent bcde119a37
commit 67d2b46d0c
14 changed files with 21 additions and 3 deletions

View file

@ -28,6 +28,7 @@ Source: themes\original\*; DestDir: {app}\themes\original
Source: themes\fantasy\*; DestDir: {app}\themes\fantasy
Source: themes\arctic\*; DestDir: {app}\themes\arctic
Source: themes\bluesteel\*; DestDir: {app}\themes\bluesteel
Source: themes\clearlooks\*; DestDir: {app}\themes\clearlooks
Source: *.dll; DestDir: {app}
[CustomMessages]

View file

@ -19,4 +19,4 @@ function(f, s, cmd, x, y, ...)
end
return f(s, cmd, x, y, unpack(arg))
end)
-- vim:ts=4

View file

@ -223,3 +223,5 @@ function(f, s, down, key, ...)
end)
putf('debug_tool', me());
-- vim:ts=4

View file

@ -32,3 +32,5 @@ stead.fmt = stead.hook(stead.fmt, function(f, ...)
end
return r;
end)
-- vim:ts=4

View file

@ -167,3 +167,5 @@ player = stead.inherit(player, function(v)
end)
pl = player(pl) -- reinit
-- vim:ts=4

View file

@ -180,3 +180,5 @@ fmt = function(...)
end
stead.fmt = fmt
-- vim:ts=4

View file

@ -16,3 +16,5 @@ game.kbd = stead.hook(game.kbd, function(f, s, down, key, ...)
end
return f(s, down, key, unpack(arg));
end)
-- vim:ts=4

View file

@ -311,3 +311,5 @@ function inp(n, info, txt)
end
return obj(v)
end
-- vim:ts=4

View file

@ -33,4 +33,3 @@ stead.module_init(function()
end)
-- vim:ts=4

View file

@ -189,3 +189,5 @@ end
game.lifes = list(game.lifes)
stead:init(); -- reinit ob
-- vim:ts=4

View file

@ -19,3 +19,5 @@ prefs = obj {
return stead.os.remove(name);
end
};
-- vim:ts=4

View file

@ -64,4 +64,3 @@ function delete_snapshot(nr)
game._snapshots[nr] = nil
end
-- vim:ts=4

View file

@ -8,3 +8,5 @@ end)
timer.callback = function(s)
return 'user_timer'
end
-- vim:ts=4

View file

@ -121,3 +121,4 @@ xroom = stead.inherit(room, function(v)
end)
return v
end)
-- vim:ts=4