[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 年 前 |
Bill Meltsner
|
b94cb9ca62
heh whoops accidentally reverted to lower-left origin, fixed
|
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
|
74c07e4959
some final changes to make it work better, and to fix how printf displayed
|
15 年 前 |
Bill Meltsner
|
e731baf670
Removed the last vestiges of the old, bad font code
|
15 年 前 |
Bill Meltsner
|
de6c8fd704
fonts now work (seemingly) as well as they used to
|
15 年 前 |
Bill Meltsner
|
f8f812a719
did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough
|
15 年 前 |
Bill Meltsner
|
17d7770eec
added varargs version of luax_convobj (for making Rasterizers)
|
15 年 前 |
Bill Meltsner
|
76dc50a419
Made font module officially properly exposed to Lua
|
15 年 前 |
Bill Meltsner
|
e3a5aacd5a
Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics
|
15 年 前 |
Bill Meltsner
|
e5c3f3ae02
Added FontData class, preparing for overhauling love.graphics' Font class
|
15 年 前 |
Bill Meltsner
|
80bea88c9f
replaced a few hardcoded radian->degree conversions with LOVE_TODEG
|
15 年 前 |
Bill Meltsner
|
3f4cd68287
Switched to 8000Hz for recording, because 44.1KHz is way overkill
|
15 年 前 |
Bill Meltsner
|
e96e6e0574
love.audio is now smarter about finding a microphone for input; this should hopefully unbreak ALSA.
|
15 年 前 |
Bill Meltsner
|
0e6e7c6c03
Cleaned up getting wrap and filter modes for Images.
|
15 年 前 |
Bill Meltsner
|
b1dac7f381
EncodedImageData was implemented really stupidly. Now it's less stupid.
|
15 年 前 |
Bill Meltsner
|
5f2197158d
We now return nil instead of a null SoundData when getting recorded data fails.
|
15 年 前 |
Bill Meltsner
|
585e3ec3ee
Added sound input and recording functionality.
|
15 年 前 |
Bill Meltsner
|
3b841423fa
added get/setGroupIndex to CircleShape and PolygonShape
|
15 年 前 |
Bill Meltsner
|
c64e034320
Fixed setFixedRotation enabling other flags (bug #190)
|
15 年 前 |
[email protected]
|
f74b79e39a
Warning fix as in bug #188
|
15 年 前 |
Bill Meltsner
|
09f9fe62b6
Source::pause (and resume, and rewind) was acting on every Source, not just itself. Fixed.
|
15 年 前 |
Bill Meltsner
|
9b9334a138
I'm not entirely sure why ModPlugDecoder.cpp was #including set.h, but it certainly doesn't need to be...
|
15 年 前 |
Bill Meltsner
|
6868e2241c
fixed a typo in the comments of three love.physics functions (I'm being very useful)
|
15 年 前 |
Bill Meltsner
|
0d81774b4a
Updated the OS X version to use Apple's UTI stuff for .love files
|
15 年 前 |
[email protected]
|
a91be8936f
Added source:isStatic()
|
15 年 前 |
Bill Meltsner
|
2d7e50e503
being a genius, forgot to include the header file that defines said macro. fixed now.
|
15 年 前 |
Bill Meltsner
|
23a03d6db4
replaced a hardcoded radian conversion with the appropriate macro
|
15 年 前 |
Bill Meltsner
|
60133f8d9a
should fix gcc warning about passing a const char * to SDL_putenv
|
15 年 前 |