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 |
|
rude
|
b3bd3427a5
|
Fixed Shape:testSegment.
|
2009-10-31 00:15:13 +01:00 |
|
rude
|
435fc43f68
|
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
|
2009-10-29 22:34:54 +01:00 |
|
rude
|
0e671c34d5
|
Fixed volume issue with WAV, and issue with truncated OGGs.
|
2009-10-26 22:13:02 +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 |
|
bart@bartbes.ath.cx
|
ff06834934
|
Made write dir override the .love
|
2009-10-23 13:41:50 +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 |
|
bart@bartbes.ath.cx
|
d22d268c92
|
Fixed some constants
|
2009-10-11 16:23:33 +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 |
|
bill@Ixion
|
ac16935782
|
now does what the previous commit was supposed to make it do, but with fewer bugs
|
2009-09-19 20:45:20 -05:00 |
|
bill@Ixion
|
a45500c1ff
|
now uses the proper appdata directory on Mac OS X
|
2009-09-19 19:59:23 -05:00 |
|
rude
|
3df85df1c1
|
Fixed immortal Sources.
|
2009-09-14 21:47:08 +02:00 |
|
bart@bart
|
e30e28eb6c
|
Added a forgotten GC release
|
2009-09-13 21:37:05 +02:00 |
|
bill@Ixion
|
cc90e43464
|
Fixed some more warnings/errors
|
2009-09-06 12:53:26 -05:00 |
|
bill@Ixion
|
716830882d
|
Fixed some sign issues in ImageData
|
2009-09-06 11:29:17 -05:00 |
|
bill@Ixion
|
81c4f69148
|
Fixed errors and warnings on Linux (and probably Windows, just not Mac for some reason...)
|
2009-09-06 02:43:18 -05:00 |
|
bill@Ixion
|
e21ce73554
|
now supports encoding to BMP as well as TGA, hooray
|
2009-09-05 14:07:05 -05: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 |
|
tenoch@tenoch-laptop
|
a3cd1e67bc
|
Trying to figure out how hg works...
|
2009-09-05 16:13:32 +03:00 |
|
bart@bart
|
0b38be2b4c
|
Readded get/setCategory and get/setMask
|
2009-09-05 14:37:44 +02:00 |
|
tenoch@tenoch-laptop
|
ca15eb1922
|
Changed default mass and rot. inertia values for new body to Box2D's
ones.
|
2009-09-05 15:31:05 +03:00 |
|
bart@bart
|
41a7c11f9f
|
Fixed a few errors, buildable again
|
2009-09-04 08:49:39 +02:00 |
|
bill@Ixion
|
8d17ca0546
|
Apparently we're not using love.filesystem.write anymore? Oh well. now file:write can write data as well.
|
2009-09-04 01:36:26 -05: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
|
bd1e587811
|
Merged
|
2009-09-02 20:42:55 -05:00 |
|
bill@Ixion
|
4d2994e05f
|
Fixed up love.graphics.newScreenshot() to return a right-side up image without breaking abstraction layers.
|
2009-09-02 20:42:38 -05:00 |
|
rude
|
28b1ee4f16
|
Fixed bug which caused files opened in write mode to fail.
|
2009-09-02 22:47:11 +02:00 |
|
rude
|
623e701549
|
Modules now reside in Lua and are treated (almost) like normal objects.
Also added a way of getting a pointer to abstract module instances internally.
|
2009-09-02 21:18:13 +02: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
|
b8677cebd0
|
added an endianness check in VorbisDecoder.cpp
|
2009-08-31 16:29:27 -05:00 |
|
bill@Ixion
|
8d666d0284
|
user can now manually set the offset for particle rotation
|
2009-08-30 05:05:27 -05:00 |
|
bill@Ixion
|
98db275e76
|
particles now rotate around their center
|
2009-08-30 04:33:54 -05:00 |
|
bill@Ixion
|
5850700c8e
|
creating a font with faulty data now throws an exception; error handler now wraps error text if it's too long
|
2009-08-28 20:45:20 -05:00 |
|
bill@Ixion
|
0e0c7527b1
|
Fixed crash when love.graphics.newFont() was passed nil or nonexistent argument #1
|
2009-08-27 22:03:41 -05:00 |
|
bill@Ixion
|
c0258e9403
|
fixed project I guess?
|
2009-08-27 01:21:21 -05:00 |
|
bill@Ixion
|
2abd9c1141
|
added rude's better SDL thread fix
|
2009-08-26 17:48:29 -05:00 |
|
rude
|
a237008ce2
|
ParticleSystem works now. Error handler no longer loops forever. :)
|
2009-08-27 00:48:08 +02:00 |
|
rude
|
37745bf745
|
Added potential fix for MacOSX thread problem.
|
2009-08-27 00:21:29 +02:00 |
|
bill@Ixion
|
8724053613
|
fixed up info.plist and the xcodeproj
|
2009-08-26 17:20:29 -05:00 |
|
bill@Ixion
|
ff270dcfe8
|
fixed hanging-on-quit bug
|
2009-08-26 15:43:41 -05:00 |
|
bill@Ixion
|
8a6f16a4f6
|
brought up-to-date with latest changes from main repo
|
2009-08-26 11:07:44 -05:00 |
|
bart@bart
|
0aae22d523
|
Fixed PHYSFS_fileLength segfault on non-existant files by checking if a file exists when a file object is created
|
2009-08-26 17:20:23 +02:00 |
|
rude
|
a3bff7cde9
|
Reintegrated ParticleSystem.
|
2009-08-26 00:14:40 +02:00 |
|
rude
|
0fa37fc711
|
Fixed bug where file was left open when doing a love.filesystem.read.
|
2009-08-25 22:22:55 +02:00 |
|
rude
|
ab981ea982
|
Made error screen and reverted love.event.wait.
|
2009-08-24 21:38:35 +02:00 |
|
bart@bart
|
090d2e1cdb
|
Fixed mp3 looping
|
2009-08-24 21:38:23 +02:00 |
|
rude
|
92c678ce02
|
Fixed file not closing after require(). Changed seek() to use seconds.
|
2009-08-24 19:57:08 +02:00 |
|
bart@bart
|
de4d9bf2d4
|
Merge, I committed first
|
2009-08-21 16:31:19 +02:00 |
|
bart@bart
|
ae43b28ac4
|
Enabled looping for libmpg123
|
2009-08-21 16:30:39 +02:00 |
|