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
Bill Meltsner
b75e976f94
integrated stevejohnson/diordna's SDLMain.m patches for running a .love file from Resources and accepting keyboard shortcuts for menu commands.
2009-12-30 01:54:50 -06:00
bart@bartbes.ath.cx
7585105fdd
Fixed the build system and debs now provide icons and file associations
2009-12-29 16:38:20 +01:00
rude
ed55e0b5de
Fixed master volume of modplug files when rewinding.
2009-12-21 19:45:06 +01:00
Tommy Nguyen
c4fd3d985d
It's been a while since I've built LÖVE, so forgive my forgetfulness.
...
Made automagic script run gen-makefile (took me half an hour to figure out I had to do this first...)
Also made sure it's running from the right path :)
2009-12-21 01:29:56 +01:00
bill@Ixion
3d95e9e44b
xcode project no longer requires lanes and will build correctly (probably)
0.6.0
2009-12-14 13:11:01 -06: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
bart@bartbes.ath.cx
31fc3b17d4
merge
2009-11-28 10:58:57 +01:00
bart@bartbes.ath.cx
efd019ff44
Added --enable-old-sdl for compatibility with older versions of SDL, missing some defines
2009-11-28 10:58:23 +01:00
bill@Ixion
3c68cf5a93
you can now drag and drop folders onto the Mac version of love
2009-11-24 14:48:51 -06:00
bill@Ixion
f7eeac00ce
merge
2009-11-23 12:34:08 -06:00
bill@localhost
cb5dfbe483
changed when the build copies frameworks to the .app to avoid a possible linker error
2009-11-23 12:27:03 -06:00
rude
8ae14752bd
Added resource file for embedded icon.
2009-11-23 18:30:38 +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
bill@Ixion
200f3f5f6a
updated xcode project with new source files
2009-11-22 16:13:57 -06:00