rude
72efaa283f
Fixed crash on attempt to open non-existent file.
2010-02-03 20:48:58 +01:00
rude
160c8eee3b
Upped version to 0.6.1.
2010-02-03 20:22:18 +01:00
rude
e7a6323635
Made sure the state of the Source is applied to the AL source when it's played. Also increased the max number if sources allowed at the same time.
2010-02-02 21:22:57 +01:00
bart@bartbes.ath.cx
662406efbe
Fixed the command line order bug & changed love.load() to love.load(arg)
2010-02-02 21:22:00 +01:00
bart@bartbes.ath.cx
7935050435
Now builds on Ubuntu 9.10
2010-01-31 23:16:10 +01:00
rude
aa01c984b9
Updated all dates to 2010.
2010-01-31 16:54:47 +01:00
rude
eb138f92f2
Fixed seeking. In theory.
2010-01-31 16:30:30 +01:00
rude
67e10b64f9
Implmented a few 'missing methods' in love.physics.
2010-01-31 14:24:22 +01:00
rude
c269430981
Reduced the width and height of rectanges by one pixel.
2010-01-31 13:51:56 +01:00
rude
efd36826b7
Removed code related to GL_CULL_FACE.
2010-01-31 13:33:18 +01:00
rude
b0cd49781f
Merged love.audio changes.
2010-01-31 13:02:15 +01:00
rude
5b30c7fcfe
Major developments to love.audio/love.sound. Music and Sound are gone. There are only Sources now, which is much cleaner.
...
The audio module was not really stable in 0.6.0, it takes very little messing around to cause OpenAL to do horrible things. It should now be much more stable,
and you *should* be able to play/stop/pause/resume/rewind/loop like a madman without disasters. Seek and tell, however, are still not tested and verified for
all decoders, but that's less important. Also, all objects now have object:type() and object:typeOf(), which returns the type name of the object,
and checks whether an object is of a certain type, respectively.
2010-01-31 11:52:54 +01:00
bart@bartbes.ath.cx
af4c8977c6
Fixed invalid free bug, delete[] on a void* is undefined behaviour
2010-01-31 11:47:33 +01:00
Bill Meltsner
8de70ca2aa
added polyline support to love.graphics.line (the syntax is the same as love.graphics.polygon - either a list or a table of vertices)
2010-01-19 08:27:12 -05:00
rude
8e74574544
Fixed playing multiple instances of the same Music.
2009-12-27 17:38:51 +01:00
bart@bartbes.ath.cx
3c79a33931
You now get an error when there is no code to run
2010-01-08 20:49:47 +01:00
bart@bartbes.ath.cx
5f9cf99abd
Fixed epic physics typo (getRestituion->getRestitution)
2010-01-07 20:36:14 +01:00
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.
2010-01-06 08:50:41 -06:00
bart@bartbes.ath.cx
2f5d676efb
yes, yes, merge..
2010-01-06 15:16:48 +01:00
bart@bartbes.ath.cx
09ca3053e1
Added redraw in error screen (thanks ToxicFrog)
2010-01-06 15:16:17 +01:00
Bill Meltsner
8d63c73bc4
new boot.lua run through auto.lua, because I can never remember to do that in one commit.
2010-01-05 13:44:34 -06:00
Bill Meltsner
22ab49d167
Fixed bug where disabling keyboard would prevent any handlers from being created.
2010-01-05 13:33:52 -06:00
rude
cd24dbcb8e
Added get/setGroupIndex ( #129 ) and get/setFixedRotation ( #113 ). Also fixed 3000 auto.lua-related warnings in MSVC.
2010-01-04 20:02:36 +01:00
bart@bartbes.ath.cx
4c06ca3284
Error handler now checks if there's a screen created, if not fall back to text erroring
2010-01-03 13:20:32 +01:00
bart@bartbes.ath.cx
b2972d6fd6
auto.lua now exports bytecode headers & added assert to setMode in boot.lua
2010-01-01 19:34:56 +01:00
rude
ed55e0b5de
Fixed master volume of modplug files when rewinding.
2009-12-21 19:45:06 +01:00
rude
735e4994e9
Removed lanes.
2009-12-14 20:01:22 +01:00
rude
c39242a24a
It's now possible to control individual sources.
2009-12-14 19:51:31 +01:00
rude
c5e8308d5f
Fixed wrapper bugs in setLine and setPoint.
2009-12-13 23:25:11 +01:00
rude
e0d3e3b33d
Fixed bug in love.graphics.quad.
2009-12-13 20:21:55 +01:00
rude
ec41545933
Added newQuad.
2009-12-10 22:38:26 +01:00
bill@Ixion
c70d1e9db3
keeping a consistent coding style and apparently fixing broken compilation on systems that aren't mine.
2009-12-05 16:29:33 -06:00
bill@Ixion
b57f48eb73
last commit broke the build by accident - apparently redeclared a variable. fixed.
2009-12-03 19:20:45 -06:00
bill@Ixion
c120a1570c
love.physics.newWorld now acts like it's supposed to and adheres to the documentation
2009-12-03 19:13:35 -06:00
bill@Ixion
2515c697e5
bodies can now be forbidden from sleeping
2009-12-03 18:56:40 -06:00
bart@bartbes.ath.cx
2bf0ea5402
merge
2009-12-02 16:06:01 +01:00
bart@bartbes.ath.cx
7d79398c57
Fixed incorrect number of arguments expected for contact:getVelocity() :getNormal() and :getSeparation()
2009-12-02 16:05:27 +01:00
rude
05439961d2
Font can now be omitted from setFont/newFont to use the default font.
2009-11-30 22:55:30 +01:00
bart@bartbes.ath.cx
af01b840a1
Several rad2deg conversions for glRotate
2009-11-30 08:21:48 +01:00
bart@bartbes.ath.cx
692fd9a890
Converted ParticleSystem to radians
2009-11-29 13:40:37 +01:00
rude
80a6e6dcaf
Fixed warning in Timer.cpp/MSVC. Enabled unicode character set in MSVC release builds.
2009-11-23 18:09:28 +01:00
bill@Ixion
3f70006283
Fixed Filesystem::getWorkingDirectory() so that it actually compiles on non-Windows systems.
2009-11-22 16:42:34 -06:00
rude
a3f6a55593
Fixed UTF-8 encoding of APPDATA and CWD on Windows.
2009-11-22 22:19:00 +01:00
Bart
f761e7e000
Fixed getMicroTime (for real this time)
2009-11-22 22:01:28 +01:00
rude
21f1f90bb5
Merged.
2009-11-22 14:36:29 +01:00
rude
16f6219957
Moved #ifdef LOVE_WINDOWS to Timer.cpp.
2009-11-22 14:36:00 +01:00
bart@bartbes.ath.cx
267547b6c0
New attempt at love.timer.getMicroTime
2009-11-22 14:20:15 +01:00
rude
f3d1517a9a
Fixed offset bug in body:applyImpulse and body:applyForce.
2009-11-22 13:53:07 +01:00
bart@bartbes.ath.cx
dc014f720a
Rewrite + some comments for love.timer.getMicroTime
2009-11-22 13:25:45 +01:00
bart@bartbes.ath.cx
868c2577a7
Added (hopefully) cross-platform love.timer.getMicroTime
2009-11-22 13:19:13 +01:00