1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned the Sprite class Cleaned the Sprite class, put local where needed and removed useless variables. More... over 12 years ago
Update for 4.7.2. More... over 12 years ago
Update libs.lua for Lua 5.2.2. More... over 12 years ago
Update for 4.7.1. More... over 12 years ago
Makes tcpSocket:connect(host, port) return nothing Fixes a small typo in [5f0085], so tcp:connect() returns nothing. More... almost 13 years ago
Fix UDP Sockets and improves the Wifi UDP sockets are now working. Sockets now use OOP (Wifi.createUDPSocket() and Wifi.createTCPSocket() return a userdata). TCP Sockets need to be connected manually after their creation with tcpSocket:connect(host, port), and we no longer need to pass hostname and port to Wifi.createTCPSocket(). Also, we can specify a "default" host and port for UDP Sockets with udpSocket:setPeerName(host, port), udpSocket:send(message) and udpSocket:receive(length). More... almost 13 years ago
Fix the too long startup. More... almost 13 years ago
Add *.o to .gitignore. More... almost 13 years ago
Free the memory for user's name and message. More... almost 13 years ago
Slightly improve the bubble sorting. More... almost 13 years ago
Fix the memory leak from listDirectory(). More... almost 13 years ago
Add copyright notice to these files. More... almost 13 years ago
Update examples. More... almost 13 years ago
Update README, add copyright terms. More... almost 13 years ago
Update for 4.7. More... almost 13 years ago
Improve System.listDirectory(). More... almost 13 years ago
Fix the Sprites for the new naming of Timers. More... about 13 years ago
Merge branch 'ini'. More... about 13 years ago
Merge branch 'io_openWith_t'. More... about 13 years ago
Fix loading simple struct returning empty table. More... about 13 years ago
Fix sorting the files in listDirectory(). More... about 13 years ago
INI.lua modification (experimental) More... about 13 years ago
Add acceptance of opening mode 't' for io.open(). More... about 13 years ago
Fix getting dsUser.name and dsUser.message. More... about 13 years ago
Fix listDirectory() giving only lower case names. More... about 13 years ago
Destroy variables in boot.lua. More... about 13 years ago
Add the workaround to have the time update on 3DS. More... about 13 years ago
Fix System.listDirectory(). More... about 13 years ago
Clean MicroLua when `make all` is invoked. More... about 13 years ago
Somes changes in libs files to use os.time in place of Datetime() and use the new timerfunctions. Add the view of the freeRam color palette in debug mode. More... about 13 years ago