Bart van Strien
|
5235ceac53
Added love.focus callback
|
15 년 전 |
Bart van Strien
|
55ec59810d
Added love.quit callback
|
15 년 전 |
[email protected]
|
aa0cc8ca7e
Added identity field to love.conf
|
15 년 전 |
[email protected]
|
5f780de061
Fixed bug where 'result' was stored in global namespace (boot.lua)
|
15 년 전 |
[email protected]
|
bb2f58c25c
Fixed unnecessary global namespace polution in the error handler
|
15 년 전 |
Bill Meltsner
|
87ff8b361a
merged in bartbes' error-handling changes
|
15 년 전 |
[email protected]
|
c382fa3650
Accidental commit before, this one works, and produces correct output on a direct call to error_printer
|
15 년 전 |
[email protected]
|
43125c3fb4
Modified output of error_printer to no longer show the error handlers or the 'main chunk'
|
15 년 전 |
[email protected]
|
c564dd3ffb
Changed message of error_printer and made it local, also made the debug table an upvalue, so people can use the debug variable in their programs
|
15 년 전 |
Bill Meltsner
|
76dc50a419
Made font module officially properly exposed to Lua
|
15 년 전 |
rude
|
760daec9b7
Welcome back, love.thread.
|
15 년 전 |
rude
|
02aaeba599
That print() was not supposed to be there.
|
15 년 전 |
rude
|
a78c77473c
Updated version number on no-game screen. Should be automatic from now on.
|
15 년 전 |
rude
|
abe37d188f
Disabled love.thread. Upped version to 0.6.2.
|
15 년 전 |
[email protected]
|
bc0c8ad1a1
Forgot to run boot.lua through auto.lua
|
15 년 전 |
[email protected]
|
ae4e8ff0ea
Added love.thread to the require list in boot.lua
|
15 년 전 |
rude
|
b71a87f670
Reverted auto.lua: use the source, not bytecode.
|
15 년 전 |
[email protected]
|
662406efbe
Fixed the command line order bug & changed love.load() to love.load(arg)
|
15 년 전 |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 년 전 |
[email protected]
|
3c79a33931
You now get an error when there is no code to run
|
15 년 전 |
Bill Meltsner
|
e44e9266fc
The default love.run now checks for the presence of love.graphics, love.event, and love.timer before calling those modules' functions.
|
15 년 전 |
[email protected]
|
2f5d676efb
yes, yes, merge..
|
15 년 전 |
[email protected]
|
09ca3053e1
Added redraw in error screen (thanks ToxicFrog)
|
15 년 전 |
Bill Meltsner
|
8d63c73bc4
new boot.lua run through auto.lua, because I can never remember to do that in one commit.
|
15 년 전 |
rude
|
cd24dbcb8e
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
|
15 년 전 |
[email protected]
|
4c06ca3284
Error handler now checks if there's a screen created, if not fall back to text erroring
|
15 년 전 |
[email protected]
|
b2972d6fd6
auto.lua now exports bytecode headers & added assert to setMode in boot.lua
|
15 년 전 |
rude
|
6aba6bad7e
Concatenating .love files on the binary works again.
|
15 년 전 |
rude
|
127c980ff8
Fixed non-protected call to love.conf.
|
15 년 전 |
rude
|
0df1aeb0f3
Changed how scripts are embedded.
|
15 년 전 |