Glad you like them.
Here's another update - lots of fixes here, plus another new plug-in for lookup tables.
Matrix1Util_01 - 1.1.0.2
- Added MAP MEMORY TO BANK for mapping raw memory pointers to a bank.
- Corrected help for FIND FREE BANK.
Matrix1Util_02 - 1.1.0.3
- Added two new functions to get the ticker interval and the lifetime of a ticker.
- Corrected help for FIND FREE TICKER.
Matrix1Util_03 - 1.1.0.2
- Corrected help for FIND FREE SYSOBJ.
Matrix1Util_08 - 1.1.0.2
- Corrected seeding of all random generators.
Matrix1Util_09
- Added VECTOR TYPE function to determine the type of vectors.
Matrix1Util_16 - 1.1.0.3
- Add quotes to CSV field if the string also starts with '='.
- Revised SPLIT CSV STRING command to fix a bug with quoted fields.
- Added constant string functions.
- Added function to wrap text in double-quotes, and to remove double-quotes.
Matrix1Util_18 - 1.1.0.3
- Added new MAKE OBJECT NEW with an extra parameter to determine whether to initialise the index/vertex buffers to 0 or not (for speed).
- Minor change to MAKE OBJECT PLAIN commands when calculating object size.
Matrix1Util_19 - 1.1.0.2
- Corrected help for FIND FREE OBJECT.
Matrix1Util_22 - 1.1.0.6
- Corrected help for FIND FREE FILE.
- Changed string mode 1 to allow the CR prior to LF to be optional.
- Added new string mode to allow unterminated strings to be written. Reading is as per mode 1.
- Renamed DATAFILE RAW and WRITE DATAFILE RAW to DATAFILE MEMORY and WRITE DATAFILE MEMORY.
- Fixed a bug that wouldn't allow the WRITE DATAFILE MEMORY to be used on a writable file.
- Added commands to do raw (unterminated) reads/writes of strings.
Matrix1Util_28 - 1.0.0.4
- Corrected parameter list for RECV FROM SOCKET.
- Added CONNECT SOCKET command with timeout.
- Internal re-org of code.
Matrix1Util_30 - 1.0.0.2
- Recompile with correct version of DirectX
Matrix1Util_31 - 1.0.0.1
- Built new plug-in for basic string lookups (key->value).
- Included commands for simple ini-file handling.