rude
b71a87f670
Reverted auto.lua: use the source, not bytecode.
2010-02-07 15:45:11 +01:00
rude
b94b5e6a9d
Fixed SpriteBatch using the wrong type for GL_ELEMENT_ARRAY_BUFFER.
2010-02-06 13:50:52 +01:00
rude
64dbfbd9eb
Added exception catcher for love.graphics.newFont.
2010-02-06 12:40:15 +01:00
rude
3597d2848c
Added tag 0.6.1 for changeset 1c05df814086
2010-02-06 12:38:16 +01:00
rude
edac50b061
Updated change-log.
0.6.1
2010-02-03 20:51:42 +01:00
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
bart@bartbes.ath.cx
b013a5b87f
Added another change I forgot
2010-01-31 19:28:46 +01:00
rude
7b37bdd4f8
Updated changelog.
2010-01-31 17:03:46 +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
c271f5a290
Updated MacOSX project files.
2010-01-31 15:38:29 +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
838fff3e1d
Added tag 0.6.0 for changeset 301312c82b00
2010-01-31 12:46:52 +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
bart@bartbes.ath.cx
4b6660728d
Changed the mimetype to a correct one
2010-01-21 19:47:28 +01:00
Bill Meltsner
8f3d08f444
updated changes.txt, and fixed some glaring inaccuracies in the 0.6.0 changelog (not that it's by any means complete, but it doesn't blatantly lie (as much) anymore)
2010-01-19 08:28:32 -05: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
Bill Meltsner
46b3d2e254
removed some unnecessary releases from SDLMain.m
2010-01-12 10:36:41 -06: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
3b5c8289e5
fixed beeping when a non-shortcut was pressed on Mac
2010-01-07 13:32:21 -06:00
bart@bartbes.ath.cx
b7dc56d289
More changes.txt
2010-01-07 19:51:22 +01:00
bart@bartbes.ath.cx
4d271565bd
Added ppc support to deb build script
2010-01-07 19:48:29 +01:00
Bill Meltsner
1e2c97167c
Building the Mac OS X build now includes the demos folder in the disk image (but the demos folder is not in the repo, you need to put it in the base folder if it's not already there)
2010-01-06 09:34:45 -06:00
Bill Meltsner
ec56f3de22
Updated changes.txt
2010-01-06 09:10:47 -06:00
Bill Meltsner
cdc2ead2a8
*sigh* merged for real this time.
2010-01-06 09:07:30 -06:00
Bill Meltsner
be8e1f3171
Yet another merge.
2010-01-06 09:03:44 -06: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
8aa38ebea7
Update of changes.txt
2010-01-06 15:19:24 +01: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
Bill Meltsner
810f7f4a28
on OS X: no more kludgy linking hack (as long as you use the updated frameworks), turned off Effective C++ warnings (because all they were doing was bloating the logs), and explicitly specified gcc version 4.0 so building works on Snow Leopard (I'm not sure whether it's gcc 4.2's fault, or OpenAL's, but somewhere, something went wrong)
2010-01-04 20:18:51 -06:00
rude
239ddab6aa
Updated readme and changes.
2010-01-04 20:11:59 +01: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
6fde5de6b6
Yes, I had to merge too...
2010-01-03 13:23:06 +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
Bill Meltsner
4caeef8874
merged (again)
2010-01-01 13:54:20 -06: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
Bill Meltsner
a79242ff79
whoops, missed bartbes' commit - merged
2009-12-30 02:00:52 -06:00