Perhaps the most interesting addition is the new offline compiler sample. This sample shows how scripts can be built using a generic compiler. The pre-compiled bytecode can then be loaded by the application that will execute it.
Regards,
Andreas
Perhaps the most interesting addition is the new offline compiler sample. This sample shows how scripts can be built using a generic compiler. The pre-compiled bytecode can then be loaded by the application that will execute it.
Regards,
Andreas
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
[source=cpp]ar r $(BIN) $(OBJ)ranlib $(BIN)
[source=cpp]$(AR) r $(BIN) $(OBJ)$(RANLIB) $(BIN)
[source=cpp]AR ?= arRANLIB ?= ranlib
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game