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-14 01:20:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3a2e859acd5bb3f1c11a8cce758759afd803feba
love
/
src
T
History
Bart van Strien
3a2e859acd
Add love.math.hash, which supports MD5/SHA-1/SHA-2.
...
--HG-- branch : minor
2016-04-02 18:39:53 +02:00
..
common
Added love.math.encode(format, data | string [, linelength]) and love.math.decode(format, data | string). Current formats are "base64" and "hex". The optional line length only applies to base64 and specifies the maximum number of characters per line in the encoded string.
2016-03-28 19:28:40 -03:00
libraries
Re-apply enet patch to use autoconf results
2016-04-02 17:25:38 +02:00
modules
Add love.math.hash, which supports MD5/SHA-1/SHA-2.
2016-04-02 18:39:53 +02:00
scripts
Added love.math.encode(format, data | string [, linelength]) and love.math.decode(format, data | string). Current formats are "base64" and "hex". The optional line length only applies to base64 and specifies the maximum number of characters per line in the encoded string.
2016-03-28 19:28:40 -03:00
love.cpp
Cleaned up the code for main() a bit.
2016-03-21 20:50:20 -03:00