- Added ZIP file access through
Zip()
class - Added
StringToBytes()
andBytesToString()
- Added file name to stack trace for files loaded by
Include()
andRequire()
- Added loading of images, fonts, samples, midi files and scripts from ZIP files
JSBOOT/
can now be replaced byJSBOOT.ZIP
- Added autostart feature for ZIP files
- Added more fonts from Linux Font Project
- Fixed crash in context help
- Added
ReadZIP()
,Rename()
,MakeDir()
,RmDir()
andRmFile()
- Internal cleanup and removed some duplicate code
- Fixed bug in
DrawArray()
and newBitmap()
- Fixed memory allocation bug where CWSDPMI and MuJS started to use virtual memory because of missing GCs.
- Added raw disk access through
RawRead()
andRawWrite()
(and other functions) - Fixed problems with the Makefile and filenames which only happened for fresh checkouts on case sensitive file systems.
- Updated build instructions
- Fixed
ReadBytes()
insocket.c
- Renamed
fxGetMemoryTMU()
tofxGetMemoryTmu()