[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]
|
bc4ea90eb5
Modified output of error_printer to no longer show the error handlers or the 'main chunk'
|
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]
|
76984bbb1f
Errors are propagated to stdout again
|
15 年 前 |
[email protected]
|
ae4e8ff0ea
Added love.thread to the require list in boot.lua
|
15 年 前 |
[email protected]
|
662406efbe
Fixed the command line order bug & changed love.load() to love.load(arg)
|
15 年 前 |
rude
|
5b30c7fcfe
Major developments to love.audio/love.sound. Music and Sound are gone. There are only Sources now, which is much cleaner.
|
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
|
22ab49d167
Fixed bug where disabling keyboard would prevent any handlers from being created.
|
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.
|
16 年 前 |
rude
|
127c980ff8
Fixed non-protected call to love.conf.
|
16 年 前 |
rude
|
fa3b226edc
Added an option to attach a console in Windows.
|
16 年 前 |
rude
|
435fc43f68
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
|
16 年 前 |
rude
|
0d897b0b0f
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
|
16 年 前 |
rude
|
5fd6e7fbfb
Updated no-game screen. It now uses string constants.
|
16 年 前 |
rude
|
87e3c4131c
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
|
16 年 前 |
bart@bart
|
4b4cf36579
Clears the scissor in the error screen
|
16 年 前 |