rude
c271f5a290
Updated MacOSX project files.
2010-01-31 15:38:29 +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
4b6660728d
Changed the mimetype to a correct one
2010-01-21 19:47:28 +01:00
Bill Meltsner
46b3d2e254
removed some unnecessary releases from SDLMain.m
2010-01-12 10:36:41 -06: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
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
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
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
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)
2009-12-14 13:11:01 -06:00
rude
735e4994e9
Removed lanes.
2009-12-14 20:01:22 +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
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
200f3f5f6a
updated xcode project with new source files
2009-11-22 16:13:57 -06:00
rude
a3f6a55593
Fixed UTF-8 encoding of APPDATA and CWD on Windows.
2009-11-22 22:19:00 +01:00
Bart
df6389a170
Updated the project files, stupid msvc..
2009-11-22 22:02:49 +01:00
bart@bartbes.ath.cx
f76fd131d8
Made me the package maintainer (sorry, Tommy, but I am kind of maintaining the packages now..)
2009-11-22 09:32:12 +01:00
rude
2772e1429c
Added icon for Windows release builds.
2009-11-12 22:36:47 +01:00
bart@bartbes.ath.cx
0ca855e9dc
Merge (forgot to push)
2009-11-07 16:08:43 +01:00
rude
fa3b226edc
Added an option to attach a console in Windows.
2009-11-07 14:41:35 +01:00
rude
0dc6d985ee
LOVE arguments now work with Unicode in Windows.
2009-11-07 00:47:57 +01:00
bart@bartbes.ath.cx
839f4d2865
Fixed linux compiler error (from mpg123)
2009-11-06 17:28:27 +01:00
rude
2a9b2b608c
Restored the destroy method for objects in love.physics.
2009-11-02 23:00:08 +01:00
bill@Ixion
0e98e7928b
aaand one more fix to make sure mpg123 runs
2009-11-02 11:34:02 -06:00
bill@localhost
c016c25e33
fixed the linking hack so that mpg123.framework and libmodplug.framework actually, uh, work (thanks fizzadar for testing)
2009-11-02 10:56:55 -06:00
bill@localhost
6853f8374e
made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!)
2009-11-01 22:09:23 -06:00
bart@bartbes.ath.cx
aa952fb2b0
Fixed gen-makefile to provide the entire source of lua lanes (fixes corrupt tarballs)
2009-10-28 18:14:32 +01:00
bart@bartbes.ath.cx
0b6d86e782
Fixed the gen-makefile script to create correct packages
2009-10-25 13:05:36 +01:00
rude
0d897b0b0f
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
2009-10-24 23:48:06 +02:00
bill@Ixion
10b5530c0d
updated xcode project to build properly, fixed a typo, miscellaneous unwanted line ending changes
2009-10-12 14:01:47 -05:00
rude
ee1964dde5
Fixed "kp"-prefix on some keyboard constants.
2009-10-11 17:16:00 +02:00
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.
2009-10-10 11:11:04 +02:00
rude
0a2ae705dd
Fixed build script for MacOSX.
2009-09-20 13:00:35 +02:00
bill@Ixion
54f275f2b4
updated OS X build to use PhysFS 2.0
2009-09-20 05:14:17 -05:00
bill@Ixion
a45500c1ff
now uses the proper appdata directory on Mac OS X
2009-09-19 19:59:23 -05:00
bart@bart
3b99c686d5
Fixed the am64 architecture issue in the deb
2009-09-13 10:15:23 +02:00
rude
3c2bd1bd9c
Fixed epic bug in runtime.cpp causing non-Lua-owned objects to be released by Lua GC.
2009-09-05 16:14:52 +02:00
rude
fea48f421c
Changed autobuild (Linux) to use curl.
2009-09-05 16:09:00 +02:00
bill@Ixion
3655c9caae
Lots changed: ImageData can now encode itself to any format you like as long as it's tga, love.filesystem can now write data to files, added EncodedImageData class.
2009-09-04 00:34:13 -05:00
bill@Ixion
cece5fe625
readded support for screenshots - love.graphics.newScreenshot() returns ImageData that can be manipulated as one pleases
2009-09-01 03:56:00 -05:00
bill@Ixion
d3d7d787e4
Made the distributable DMG even smaller (now 5.4MB instead of 6.3).
2009-08-31 15:29:59 -05:00
rude
28aae4d109
Updated MacOSX installer image.
2009-08-31 22:15:10 +02:00