|
Version 1.10 (Released 02-14-2008)
Fixed
- Fixed FOR EACH statement (incorrectly freeing objects)
Removed- FOR EACH can no longer be used with SingleLinkList or DoubleLinkList
Added
- Added new data types: BYTE, SHORT INT, LONG INT, and DOUBLE
Version 1.02 (Released 01-20-2008)
Fixed
- Fixed garbage collector
- Fixed Texture.Tile
- Fixed ToolTips (only show if mouse feedback is enabled)
Version 1.01 (Released 01-08-2008)
Fixed
- Cleaned up installer
- Long filenames supported when opening an LDS or LDX file
- Better error messages when loading LDX files
- Better compiler error messages
- Local variables can be declared anywhere inside a method or function
- CTRL + C no longer exits console
- Fixed Console.GetConsoleWidth
- Fixed Console.GetConsoleHeight
- Fixed Texture.Copy to use current texture brush
- RNG.Range and Range API function now handle negative #'s
Added
- New icons
- Added += operator for strings
- Added Console.GetWidth
- Added Console.GetHeight
- Added App.gxTexQuad
- Overloaded ASC API function
Version 1.00 (Released 12-21-2007)
First official release
|