Bart van Strien
34d7c51cd0
Macro-ify msvc2010 app.rc
2012-03-22 23:18:58 +01:00
Bart van Strien
43c5576268
Remove warning in autotools and make LOVE_OLD_MODPLUG define that disables some new modplug settings
2012-03-22 17:21:28 +01:00
vrld
5b05e5a07a
Fix issue #396 : Make automagic check for libtool and auto(conf|tools).
2012-03-22 12:43:52 +01:00
Bill Meltsner
ae79ed061a
Update to recommended Xcode build settings.
2012-03-03 20:24:11 -05:00
Bill Meltsner
d5b89886b6
Switch back to Clang for Mac OS X compilation, and add a new legendary hack to ensure it still runs on Leopard.
2012-03-02 19:00:03 -05:00
Bill Meltsner
7a43721335
Make Xcode use GCC to build LÖVE instead of Clang, to avoid some annoying linker error.
2012-02-29 18:52:52 -05:00
Bill Meltsner
9e884c6b0f
Remove a stray .orig reference from the Xcode project
2012-02-05 08:22:00 -05:00
Bart van Strien
9a301dee81
Added the new OpenGL.{h,cpp} files to the msvc2010 project
2012-02-01 10:43:59 +01:00
Bill Meltsner
ecb2e566f3
Add the new OpenGL.{cpp,h} files to the Xcode project so it builds again
2012-01-26 10:20:11 -05:00
Bill Meltsner
be55579a22
Happy New Year, have an enormous diff
2012-01-09 02:41:11 -06:00
Bill Meltsner
2077408351
Add Audio.cpp to Xcode project
2012-01-08 20:18:45 -06:00
rude
e7dd3f7f13
Added Boolsheet's improved app.rc file (UTF-16LE).
2012-01-04 10:25:39 +01:00
vrld
3b01da803e
Merge pull request 2 by Bloutiouf: Sound attenuation by distanceSound
...
attenuation by distance.
Adds:
love.audio.[gs]etDistanceModel(model-identifier)
Source:[gs]etMinVolume(min-volume)
Source:[gs]etMaxVolume(max-volume)
Source:[gs]etDistance(reference, max)
Source:[gs]etRolloffFactor(rolloff)
Valid Distance models:
"none", "inverse", "inverse clamped", "linear", "linear clamped", "exponent",
"exponent clamped"
Suggestion:
Merge Source:setMinVolume, Source:setMinVolume and Source:setVolume. May be
confusing for lovers though.
May have broken platform/msvc2010/love.vcxproj.filters (had to be modified by
hand without really knowing what I am doing).
2011-12-29 22:45:51 +01:00
Bill Meltsner
25c5bbea67
Add int.h to the Xcode project
2011-12-22 01:54:17 -06:00
Bill Meltsner
c9ed6d3c83
update Xcode project to include love.window and Variant
2011-12-19 00:17:17 -06:00
Jonathan Giroux
36a93e46c7
Add control to the sound attenuation by distance.
2011-12-14 00:32:18 +01:00
Bart van Strien
d5d2e7b5ae
Update msvc2010 project file for recent changes
2011-12-13 18:38:56 +01:00
Bill Meltsner
7eb1cef99c
Update Xcode project for newly abstractified modules
2011-11-01 11:48:28 -04:00
rude
2753c62985
Abstractify some modules completely: timer, keyboard and mouse.
...
If this commit breaks some project file(s), well ...
I AM RUDE AND I WILL BREAK EVERYTHING, AHAHAHAHAHAHAHHAHAHAHAHA!
2011-10-28 10:47:16 +02:00
Bill Meltsner
ae02ee573c
Update MSVC project
2011-10-13 12:16:20 -05:00
Bill Meltsner
b3e80e389b
Update Xcode project for 4.2 (still 3.2-compatible)
2011-10-13 12:15:35 -05:00
Bill Meltsner
d40b25c1e6
Hindenmerge
2011-10-12 13:40:56 -05:00
Bill Meltsner
668b4cbcbd
Update MSVC project with new files
2011-10-07 19:52:14 -04:00
Bill Meltsner
7584efe46d
Fix include paths on Linux (from bartbes)
...
--HG--
branch : box2d-update
2011-10-07 15:14:43 -04:00
Bill Meltsner
14348f6146
Create DrawQable class, make Image and Canvas DrawQable, and make love.graphics.drawq take a DrawQable as its first argument
2011-10-04 12:33:34 -04:00
Bill Meltsner
2949d2ea4a
Update Xcode project to support 64-bit builds, and clean up some old project cruft
2011-10-03 01:38:13 -04:00
Bart van Strien
15d2b7c63d
Add Box2D include in linux build files
...
--HG--
branch : box2d-update
2011-09-24 23:07:02 +02:00
Bill Meltsner
e984bc084d
Move Box2D from modules/physics/box2d to libraries
...
--HG--
branch : box2d-update
2011-09-24 15:34:28 -04:00
Bill Meltsner
2e1b941bd6
Add Memoizer class
...
--HG--
branch : box2d-update
2011-09-24 11:51:06 -04:00
Bill Meltsner
08f894a98e
Box2D implemented its own convex hull algorithm, Graham just messes things up
...
--HG--
branch : box2d-update
2011-09-24 03:10:19 -04:00
Bill Meltsner
dc5cfc928c
Make Xcode even more less stupid.
...
--HG--
branch : box2d-update
2011-09-23 23:40:04 -04:00
Bill Meltsner
0ee4bbc0bd
Make Xcode less stupid and use the right files for b2RopeJoint and b2WheelJoint.
...
This is the first time this branch has successfully compiled since it started. Holy shit.
--HG--
branch : box2d-update
2011-09-23 23:05:08 -04:00
Bill Meltsner
367dbc2ecc
Update Body API.
...
--HG--
branch : box2d-update
2011-09-23 22:21:14 -04:00
Bill Meltsner
71abae06c7
Implement Fixture class properly.
...
--HG--
branch : box2d-update
2011-09-23 18:01:40 -04:00
Bill Meltsner
a565668183
Add ChainShape
...
--HG--
branch : box2d-update
2011-09-15 17:17:28 -04:00
Bill Meltsner
99660f39ab
Added RopeJoint
...
--HG--
branch : box2d-update
2011-09-15 12:40:16 -04:00
Bill Meltsner
7ec64bf912
Add basic EdgeShape (todo: all edge-related functionality) and further integrated the new Joints
...
--HG--
branch : box2d-update
2011-09-04 13:21:57 -04:00
Bill Meltsner
77f2f856e1
Reset OS X deployment target to 10.5, we're not abandoning Leopard or anything
2011-09-03 16:25:10 -04:00
Bill Meltsner
884b0bdccd
Modernize and update Xcode project to handle love.graphics changes
2011-09-03 16:15:16 -04:00
Bill Meltsner
915e3e9d86
Updated to Box2D 2.2, added new joints, some other updates to match the API changes (still plenty more to go though)
...
--HG--
branch : box2d-update
2011-09-03 15:39:32 -04:00
rude
480f936815
Added 'VertexBuffer' abstraction. SpriteBatches are now always supported.
...
Also improved memory usage in SpriteBatch. (No need to retain full copy of
sprites in memory. Can read that data back later to save data from OpenGL
context destruction).
2011-08-12 11:35:14 +02:00
rude
3353180abc
Update MSVC 2010 project files. (PixelEffect).
2011-07-24 18:32:52 +02:00
Bill Meltsner
1cf6a6fee1
update the project for OS X and make pthreads work properly
2011-06-28 22:02:53 -05:00
Bart van Strien
20dc44b7d5
Update msvc2010 build files (issue #242 )
2011-06-23 11:19:12 +02:00
Bart van Strien
b7d3054f6b
Make platform/unix/automagic nicer
2011-06-08 21:55:23 +02:00
Przemysław Grzywacz
1d5fca6f46
Multiple thread backends.
2011-06-08 16:54:35 +02:00
rude
e65f79e8e9
Updated MSVC2010 project file.
2011-05-16 14:10:07 +02:00
Bill Meltsner
2acc6279fe
update Info.plist for proper UTI compliance and a few aesthetic changes
2011-05-08 19:23:25 -04:00
Bart van Strien
4fd9888a16
Merge in minor branch, now minor is our next development target
2011-05-07 14:12:41 +02:00
Bill Meltsner
7e5e60c0a2
fix the Xcode project
2011-04-06 11:20:25 -04:00