Bill Meltsner
eaa4af7a6e
Make things build on Mac.
...
My Mac, anyway. No promises.
2012-07-03 03:52:53 -05:00
Bart van Strien
f6099402e7
Make it build on linux
...
- Removed weird #ifdefs
- Enabled optional executable building
- Fixed exclude files, they're regexes after all
2012-06-29 13:04:32 +02:00
rude
72056caccd
Say hello to the love module. Oh my!
...
Because technically, it *is* a module. Also renamed "launcher.cpp".
2012-06-29 09:56:50 +02:00
Bart van Strien
b3ce2b4dd7
And add love.rc, same reason..
2012-05-30 19:10:51 +02:00
Bart van Strien
62a3dab995
Remove app.rc, which the patch somehow omitted
2012-05-30 19:09:33 +02:00
Bart van Strien
13be72c5ce
Updated the Visual Studio 2010 project. It can now build a liblove dll.
...
(Patch by Boolsheet)
2012-05-30 18:47:57 +02:00
Boolsheet
b33160227a
Update project file for liblove (without actually building liblove as a lib)
2012-05-29 23:37:51 +02:00
Bart van Strien
140dbd4fcc
Add silent-rules to configure.in, will allow for less verbose builds, also move configure.in and Makefile.am to platform/unix like other 'project files'
2012-05-29 22:01:46 +02:00
Bart van Strien
7f39fa8c3a
Create liblove
2012-05-18 16:51:15 +02:00
Bill Meltsner
3e67824d3b
Kill the VS 2008 project with extreme prejudice.
2012-04-02 16:31:32 -04:00
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