TLTools
TLtools is a collection of high-quality libraries made by Taehl:
TEsound | A sound manager that makes it easy to use sound and music |
TEsound (Español) | Un administrador de sonido que hace más fácil usar sonido y música |
TLbind | A simple system for creating professional control schemes |
TLfres | Lets games run at any resolution, easily and without stretching |
TLpath | Add A* pathfinding to games |
Tserial | Converts tables into strings and back. Good for saving games, multiplayer, etc. |
Outdated
TLibCompress
Can zip and unzip strings, reducing their size. A good way to save bandwidth when sending strings across a network.
- TLibCompress.CompressLZW(string) returns a zipped string
- TLibCompress.DecompressLZW(string) returns an unzipped version of a zipped string