Bill Meltsner
61af1dfe27
Nuke MemoryData, as it's been superseded by base64
...
--HG--
branch : minor
2011-03-28 10:28:45 -04:00
rude
9ba2c4eb1d
Fixed MSVC2010 compiler errors (ambiguous use of ::fmod).
...
--HG--
branch : minor
2011-03-26 17:10:41 +01:00
rude
a63a6a4f2e
Updating MSVC2010 project files (removed EncodedImageData).
...
--HG--
branch : minor
2011-03-26 17:09:42 +01:00
rude
3fe9b2ff16
Reverted module selection feature. This is not really desired.
...
Users (or lovers) do not get to choose which implementation of
a module they would like to use.
The abstraction is for dealing with portability issues, not
for giving people the ability to choose an alternative
(inferior) backend. The best choice for any platform/situation
should at all times be the *default* for that platform/situation.
If this is not the case; it's a bug (that is easily fixed).
Any module should provide the functionality promised in the docs.
The lover (or user) should not care how, and if [s]he does, [s]he
does still not get to choose.
Also, a related note: duplication of wrapper code is something I
especially wanted to avoid when I first (or should I say ...
"eventually") formed the current architecture.
--HG--
branch : minor
2011-03-26 17:06:05 +01:00
vrld
2a42c64a35
Replace line drawing via GL_LINE with custom line drawing (issue #153 )
...
Allows for correctly scaleable lines, (very) big line widths. Corners in
rectangles/triangles/... join up nicely (issue #197 ).
--HG--
branch : minor
2011-03-22 01:08:31 +01:00
Bill Meltsner
37560e36c3
Source:seek didn't work properly for streaming sources, fixed that
...
--HG--
branch : minor
2011-03-21 14:07:51 -05:00
Bill Meltsner
1de511e3b9
seeking was broken in Mpg123Decoder
...
--HG--
branch : minor
2011-03-21 14:07:29 -05:00
Bill Meltsner
2faf8aa442
Source:tell actually works now
...
--HG--
branch : minor
2011-03-20 00:54:34 -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
8de9499979
added Source:seek/tell
...
--HG--
branch : minor
2011-03-19 20:21:40 -05:00
Bill Meltsner
9251c2b4b1
handle love.graphics.arc being passed identical angles
...
--HG--
branch : minor
2011-03-19 10:13:11 -04:00
Bill Meltsner
33a2110b00
added love.graphics.arc
...
--HG--
branch : minor
2011-03-17 20:50:27 -04:00
Bill Meltsner
dbe2698dc2
updated Xcode project so it'll actually build again
...
--HG--
branch : minor
2011-03-14 16:37:42 -04:00
Bart van Strien
526058c707
Added love.audio.null loader
...
--HG--
branch : minor
2011-03-13 20:31:19 +01:00
Bart van Strien
b4139ffab5
Rename loaders to fit their locations
...
--HG--
branch : minor
2011-03-13 20:25:35 +01:00
Bart van Strien
254bd29244
Move luaopen_love_audio to love.audio.openal
...
--HG--
branch : minor
2011-03-13 20:17:31 +01:00
Bart van Strien
dc61911a25
Move luaopen_love_sound to love.sound.lullaby
...
--HG--
branch : minor
2011-03-13 20:02:56 +01:00
Bart van Strien
ff387790ce
Move luaopen_love_image from love.image to love.image.devil
...
--HG--
branch : minor
2011-03-13 19:51:08 +01:00
Bill Meltsner
a1dc0e5c8e
fixed framebuffers being filled with garbage when created
...
--HG--
branch : minor
2011-03-12 10:11:37 -05:00
Bill Meltsner
e6bf34431c
merge default into minor
...
--HG--
branch : minor
2011-03-12 09:58:40 -05:00
vrld
19e4dea8e8
Add framebuffer:clear(r,g,b,a) (issue #134 ).
...
--HG--
branch : minor
2011-03-12 15:43:00 +01:00
vrld
141d4d5eee
Turn of auto color clearing in Framebuffer::startGrab().
...
--HG--
branch : minor
2011-03-12 14:36:50 +01:00
vrld
61bf387bf9
Change love.graphics.setBackgroundColor() to accept alpha values.
...
--HG--
branch : minor
2011-03-12 14:35:58 +01:00
vrld
140fbfb61c
Merge Framebuffer changes
2011-03-12 14:30:21 +01:00
vrld
4cf2d0dc99
Merge...
...
--HG--
branch : minor
2011-03-12 14:29:24 +01:00
Bill Meltsner
d44322edcc
updated Xcode project to work with Xcode 4
2011-03-11 13:56:51 -05:00
Bill Meltsner
45b8ba7ae3
fixed ParticleSystem:setSize() looking at the wrong argument for size variation
2011-03-11 01:44:01 -05:00
Bill Meltsner
79fd4aa180
fixing font-related segfault bug, thanks to itsnotabigtruck
...
--HG--
branch : minor
2011-03-10 19:05:05 -05:00
vrld
40ab19d91a
Merge Framebuffer:set/getWrap to minor
...
--HG--
branch : minor
2011-03-10 14:16:36 +01:00
vrld
75d03505ab
Expose Framebuffer:set/getWrap to Lua
2011-03-10 14:16:01 +01:00
vrld
a88c4c6a79
Add get/setWrap to Framebuffer (issue #192 ).
2011-03-10 13:41:25 +01:00
vrld
e77b94f112
Make the compiler shut up about initialization order.
2011-03-10 13:35:18 +01: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
rude
10a1602840
Silence int -> float warnings on Windows.
2011-03-09 11:11:21 +01:00
rude
3dd2cc0c57
Removed unused local variable.
2011-03-09 12:07:13 +01:00
rude
95ba8d1e13
Disabled mStereoSeparation and mMaxMixChannels until library is updated on Windows.
2011-03-09 11:07:26 +01:00
rude
6a2423f104
windows.h #defines min/max by default, causing problems with std::[min, max].
...
--HG--
branch : minor
2011-03-09 11:01:40 +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
Bart van Strien
2115cf19b9
Fixed a couple of compiler warnings in minor branch
...
--HG--
branch : minor
2011-03-06 17:09:38 +01:00
Bart van Strien
22e75f72f1
Allow selection of modules
...
--HG--
branch : minor
2011-03-06 15:11:47 +01:00
Bill Meltsner
b22e07048f
and cutting off its head
...
--HG--
branch : minor
2011-03-06 05:18:08 -05:00
Bill Meltsner
3a3616e46c
closing newfont, its purpose has been served
...
--HG--
branch : newfont
2011-03-06 05:16:04 -05:00
Bill Meltsner
69d52555cd
merged in new font engine
...
--HG--
branch : minor
2011-03-06 05:03:15 -05:00
Bill Meltsner
cbff71d089
New font engine is implemented and appears to work perfectly. Bugs may be discovered and the internals can certainly be optimized and improved (at some point, perhaps, a less naive packing algorithm would be nice) but for now, it's good to go.
...
--HG--
branch : newfont
2011-03-06 05:02:35 -05:00
Bill Meltsner
9d38cba626
brutally murdered padding and predefined glyph loading
...
--HG--
branch : newfont
2011-03-05 23:37:36 -05:00
Bill Meltsner
b0a07c7a4b
the merge screwed up the new thread API, fixed
...
--HG--
branch : minor
2011-03-05 23:18:54 -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
ba44dfb682
start new font stuff branch
...
--HG--
branch : newfont
2011-03-05 22:19:24 -05:00