This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-15 15:51:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f6ee505410262a10788fcf20e6e625a0c8533e9
love
/
src
/
libraries
T
History
Alex Szpakowski
5f6ee50541
Replaced the GLee OpenGL function loader with a modified version of GLAD (resolves issue #728.)
...
--HG-- branch : minor
2014-08-18 21:35:52 -03:00
..
Box2D
Updated box2d from 2.2.1 to 2.3.0
2013-11-09 04:30:36 -04:00
ddsparse
Fixed loading BC4 compressed textures
2014-03-10 21:36:14 -03:00
enet
Throw away the first 3 love.math.random results after seeding it (xorshift outputs less random results the first few times when the seed is very similar to a previous one)
2014-03-15 21:43:25 -03:00
glad
Replaced the GLee OpenGL function loader with a modified version of GLAD (resolves issue #728.)
2014-08-18 21:35:52 -03:00
lodepng
Removed the DevIL backend from love.image. Replaced it with PNG and JPEG encoders/decoders via LodePNG, zlib, and libjpeg-turbo.
2014-04-22 17:11:59 -03:00
luasocket
Added a header guard for luasocket's lua.h wrapper
2014-02-10 02:32:24 -04:00
noise1234
Added love.math.noise(x, [y, z, w]). Calculates the 1D, 2D, 3D or 4D Simplex noise value at a particular coordinate
2013-05-01 18:26:40 -07:00
stb
Fixed detection of TGA and BMP images and updated stb_image to the latest version.
2014-08-11 03:11:51 -03:00
utf8
Updated UTF-8 library to the latest version
2013-03-01 10:01:37 -04:00
Wuff
Fixed wave sound playback by using a different wave reader library (thanks Boolsheet!)
2013-10-23 16:02:06 -03:00