Alex Szpakowski
|
6e82ca88ed
Mac: dropped OS 10.5 support.
|
11 years ago |
Alex Szpakowski
|
a31e458ed8
Fixed liblove (love.framework) in OS X
|
11 years ago |
Alex Szpakowski
|
5e3a0fbc6e
Updated box2d from 2.2.1 to 2.3.0
|
11 years ago |
Alex Szpakowski
|
95e1861f35
Mac: don't build with GME support by default (now consistent with Windows and Linux builds)
|
11 years ago |
Alex Szpakowski
|
e5adc4e5fd
Fixed wave sound playback by using a different wave reader library (thanks Boolsheet!)
|
11 years ago |
Alex Szpakowski
|
259bb8ffdb
Fixed errors caused by love exceptions to give a line number (see issue #772)
|
11 years ago |
Alex Szpakowski
|
cfd030d4ab
Fixed building on Mac OS 10.9
|
11 years ago |
Alex Szpakowski
|
b21f8ed3af
Updated CMakeLists.txt
|
12 years ago |
Alex Szpakowski
|
857296f107
Merged default into Mesh
|
12 years ago |
Alex Szpakowski
|
8d0246ada6
Xcode project now builds for 64 bit x86 only, by default (resolves issue #760).
|
12 years ago |
Alex Szpakowski
|
c63e2ec624
Merged default into Mesh
|
12 years ago |
Alex Szpakowski
|
5f609c2e2b
OS X: switched to -std=c++11, fixed compilation, cleaned up obsolete files in src/platform/macosx/
|
12 years ago |
Alex Szpakowski
|
1e696c4505
Added Mesh objects and love.graphics.newMesh. Mesh objects are similar to Geometry but they're drawables (the relationship between meshes and images is the opposite of geometry and images.)
|
12 years ago |
Alex Szpakowski
|
ffe0485173
Removed love.window.checkMode (resolves issue #653, invalidates issue #592).
|
12 years ago |
Alex Szpakowski
|
74f26160da
Fixed a couple bugs caught by clang's static analyzer
|
12 years ago |
Alex Szpakowski
|
113ed1cfe7
Merged SDL2 changes from bartbes/love-experiments/SDL2 into default.
|
12 years ago |
Alex Szpakowski
|
7026ebb4c7
Added polyline files to the Xcode project
|
12 years ago |
Alex Szpakowski
|
a4ff39e0d4
Improved error checking for some enum strings (resolves issue #690).
|
12 years ago |
Alex Szpakowski
|
3725b4122f
Fixed lazy-loading of stencil buffers in Canvases sometimes failing due to uninitialized variables
|
12 years ago |
Alex Szpakowski
|
267d901cd6
Fixed Geometry:flip when the Geometry was created with newQuad (resolves issue #671)
|
12 years ago |
Martin Felis
|
14ca401158
Add enet and lua-enet
|
12 years ago |
Alex Szpakowski
|
0f6980f82a
Xcode project now compiles with -O3 for greater performance with the same binary size. Rejoice!
|
12 years ago |
Alex Szpakowski
|
b3990e89f9
Reverted accidental XCode project changes
|
12 years ago |
Alex Szpakowski
|
cd1a23c4ad
Improved handling of (File)Data in love.graphics.newFont and love.thread.newThread
|
12 years ago |
Alex Szpakowski
|
04ca33d127
Updated Xcode project with new bezier files
|
12 years ago |
Alex Szpakowski
|
ff77eb4b29
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
|
12 years ago |
Alex Szpakowski
|
7ab3809165
Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code
|
12 years ago |
Alex Szpakowski
|
9ccf013570
Added love.math.noise(x, [y, z, w]). Calculates the 1D, 2D, 3D or 4D Simplex noise value at a particular coordinate
|
12 years ago |
Alex Szpakowski
|
27bbfaac42
Updated Xcode project and removed now-unneeded Quad source files
|
12 years ago |
Alex Szpakowski
|
3046981fce
Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods.
|
12 years ago |