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-12 16:40:57 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0653ec9564c3e228018be47873e33fca78f2c435
love
/
src
T
History
Alex Szpakowski
0653ec9564
Address some compiler warnings about implicit integer conversions.
...
--HG-- branch : minor
2016-10-18 22:32:35 -03:00
..
common
Added Object:release. Calling it is the equivalent of removing all Lua-side references to an object and doing a full garbage collection cycle (thus deleting the object from memory if nothing else in LÖVE's code is referencing it).
2016-10-06 21:59:01 -03:00
libraries
ImageData (and Images loaded from them) now support different data formats. Resolves issue
#1048
.
2016-05-22 15:28:20 -03:00
modules
Address some compiler warnings about implicit integer conversions.
2016-10-18 22:32:35 -03:00
scripts
Added a click count argument to love.mousepressed/released. Tracks double/triple/etc. clicks.
2016-09-27 22:46:55 -03:00
love.cpp
test
2016-10-15 14:55:35 -03:00