[angelscript] 1.9.0 WIP 2

  • From: "Andreas Jonsson" <andreas@xxxxxxxxxxxxx>
  • To: "angelscript" <angelscript@xxxxxxxxxxxxx>
  • Date: Sun, 22 Aug 2004 12:01:34 -0300

The latest WIP has been uploaded. 
Changes:

- Removed the need to pass stack size when calling Prepare() or ExecuteString()
- Added the method SetDefaultContextStackSize() 
- New error message asINVALID_CONFIGURATION, which is returned by Build() if 
the configuration failed
- The context stack now dynamically grows as needed
- bug fix: An unclosed statement block could lead to assert failure in the 
parser (thanks Alain "abrken" Bridel)
- Removed AS_CALL from the interface. This changes the exported function names.
- bug fix: An object with asBEHAVE_ASSIGNMENT registered could be assigned even 
though it was declared as const (thanks _MrC_)

Regards,
Andreas Jönsson
Author of AngelScript




AngelScript - AngelCode Scripting Library
http://www.angelcode.com/angelscript/
http://www.angelcode.com/forums/

Other related posts:

  • » [angelscript] 1.9.0 WIP 2