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
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
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
Bill Meltsner
eadcca21e1
removed dead files from Xcode project
...
--HG--
branch : minor
2011-03-28 11:02:19 -04:00
Bill Meltsner
61af1dfe27
Nuke MemoryData, as it's been superseded by base64
...
--HG--
branch : minor
2011-03-28 10:28:45 -04:00
rude
a63a6a4f2e
Updating MSVC2010 project files (removed EncodedImageData).
...
--HG--
branch : minor
2011-03-26 17:09:42 +01:00
Bill Meltsner
01fdbac92d
update OS X version to 0.7.2
2011-03-19 23:58:14 -05:00
Bill Meltsner
cee7a4ccdb
Removed EncodedImageData, added three new encoded image formats, and changed the way screenshots work - saving screenshots will be broken until we have some way of flipping ImageData, though
...
--HG--
branch : minor
2011-03-19 23:41:07 -05:00
Bill Meltsner
dbe2698dc2
updated Xcode project so it'll actually build again
...
--HG--
branch : minor
2011-03-14 16:37:42 -04:00
rude
3024597f9d
Updating freetype242MT.lib -> freetype244MT.lib.
2011-03-13 13:21:18 +01:00
rude
caca6243a2
No SSE2 on Windows.
2011-03-13 13:13:37 +01:00
Bill Meltsner
e6bf34431c
merge default into minor
...
--HG--
branch : minor
2011-03-12 09:58:40 -05:00
Bill Meltsner
d44322edcc
updated Xcode project to work with Xcode 4
2011-03-11 13:56:51 -05:00
rude
2546f27b07
Merge default into minor.
...
--HG--
branch : minor
2011-03-09 12:39:21 +01:00
rude
a2dadbf049
Updated MSVC2010 project files with changes from 'newfont' branch.
...
--HG--
branch : minor
2011-03-09 12:37:51 +01:00
rude
3c7353be9d
Silence warnings in luasocket/GLee.
2011-03-09 12:34:34 +01:00
Bill Meltsner
6e2da1f26d
added the UTF8-CPP library for unicode support, and added unicode printing support.
...
--HG--
branch : minor
2011-03-06 20:03:46 -05:00
Bill Meltsner
94b4319878
trashed old unnecessary font stuff - compiles, but obviously will not work yet
...
--HG--
branch : newfont
2011-03-05 23:17:36 -05:00
Bill Meltsner
7e8f6c2b46
wipe out macports reference in Xcode project - no longer necessary
2011-03-05 21:15:38 -05:00
Bart van Strien
9ec28c241a
Don't show love in the menus (.desktop file)
2011-03-05 13:24:03 +01:00
Bart van Strien
b337846b2b
Merge
2011-02-18 15:43:28 +01:00
Bart van Strien
dcac7e5be1
Fixed platform/unix/autobuild
2011-02-18 15:42:58 +01:00
Bill Meltsner
578866e356
updated Mac version number to 0.7.1
2011-02-13 09:15:39 -06:00
Bill Meltsner
6e8a48bd01
a few more xcode fixes
2011-01-15 13:00:03 -06:00
rude
645433b19a
Added love.ico to msvc2010 project.
2011-01-09 16:12:02 +01:00
Bill Meltsner
a4eb68dbc1
some xcode project adjustment
2011-01-08 20:39:29 -06:00
rude
6aa8399aa8
Made love.vcproj buildable again.
2010-11-25 15:13:08 +01:00
Bill Meltsner
417c20e6fa
upgraded Mac freetype to 2.4.3, now using a custom freetype framework that's set up much more nicely (and is actually slightly smaller!)
2010-11-10 22:27:57 -05:00
Bill Meltsner
3cb3537db0
Added vrld's text-rotation-fixing patch (finally fixes #56 )
2010-11-09 18:56:34 -05:00
Bill Meltsner
b9bcd701b1
Updated Xcode project with new changes.
2010-10-06 18:54:34 -04:00
rude
d27dd8b5dd
Added base64 support for FileData, and inlined all resources in boot.lua/graphics.lua as base64. Also removed old reshax stuff.
2010-09-19 13:22:10 +02:00
Bill Meltsner
86dbc3212c
removed the DMG creation process from the OS X build - we'll distribute using zips from here on out
2010-09-18 14:39:43 -04:00
Bill Meltsner
708f4f92ae
updated version stuff
2010-09-14 15:42:46 -04:00
rude
712bab2b34
Added MSVC2010 project files.
2010-09-05 16:38:49 +02:00
Bart van Strien
26d856a9ce
Merged in fbos
2010-09-04 16:53:19 +02:00
Bill Meltsner
ee3b74e66d
updated Xcode project with Framebuffer files
2010-08-28 12:28:56 -05:00
Bart van Strien
b3799b52e6
Fixed anjo's freeing issues & hopefully padding works
2010-08-26 17:25:34 +02:00
Bart van Strien
93910940da
Removed FLAC from build
2010-08-03 12:05:57 +02:00
Bill Meltsner
f85c5f3671
dropped Mac OS 10.4 support and switched to llvm clang/gcc 4.2 as default Mac compiler (sorry Tiger users)
2010-08-01 08:54:50 -05:00
Bill Meltsner
0f84907996
Dropped the required OS X version to 10.4 - some frameworks may have to be recompiled but the source itself compiles fine (with a couple tweaks)
2010-05-22 18:17:08 -05:00