1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 22, 2025 — Feb 22, 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... almost 12 years ago
Update for 4.7.2. More... about 12 years ago
Update libs.lua for Lua 5.2.2. More... about 12 years ago
Update for 4.7.1. More... about 12 years ago
Makes tcpSocket:connect(host, port) return nothing Fixes a small typo in [5f0085], so tcp:connect() returns nothing. More... over 12 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... over 12 years ago
Fix the too long startup. More... over 12 years ago
Add *.o to .gitignore. More... over 12 years ago
Free the memory for user's name and message. More... over 12 years ago
Slightly improve the bubble sorting. More... over 12 years ago
Fix the memory leak from listDirectory(). More... over 12 years ago
Add copyright notice to these files. More... over 12 years ago
Update examples. More... over 12 years ago
Update README, add copyright terms. More... over 12 years ago
Update for 4.7. More... over 12 years ago
Improve System.listDirectory(). More... over 12 years ago
Fix the Sprites for the new naming of Timers. More... over 12 years ago
Merge branch 'ini'. More... over 12 years ago
Merge branch 'io_openWith_t'. More... over 12 years ago
Fix loading simple struct returning empty table. More... over 12 years ago
Fix sorting the files in listDirectory(). More... over 12 years ago
INI.lua modification (experimental) More... over 12 years ago
Add acceptance of opening mode 't' for io.open(). More... over 12 years ago
Fix getting dsUser.name and dsUser.message. More... over 12 years ago
Fix listDirectory() giving only lower case names. More... over 12 years ago
Destroy variables in boot.lua. More... over 12 years ago
Add the workaround to have the time update on 3DS. More... over 12 years ago
Fix System.listDirectory(). More... over 12 years ago
Clean MicroLua when `make all` is invoked. More... over 12 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... over 12 years ago