Commit graph

5 commits

Author SHA1 Message Date
Adam Weinberger
7d07f3f87b Fix build on 8 and 9. 2014-09-09 20:14:25 +00:00
Veniamin Gvozdikov
447be5f813 - Upgrade to 2.29.0.
- Support staging.
- Removed shared library build.
2014-07-01 15:23:56 +00:00
Baptiste Daroussin
0242a53187 Convert l* to USES=zip 2014-03-10 16:01:35 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Veniamin Gvozdikov
16c9d38781 The AngelCode Scripting Library, or AngelScript as it is also known, is an
extremely flexible cross-platform scripting library designed to allow
applications to extend their functionality through external scripts. It has
been designed from the beginning to be an easy to use component, both for
the application programmer and the script writer.

Efforts have been made to let it call standard C functions and C++ methods
with little to no need for proxy functions. The application simply registers
the functions, objects, and methods that the scripts should be able to work
with and nothing more has to be done with your code. The same functions used
by the application internally can also be used by the scripting engine, which
eliminates the need to duplicate functionality.

For the script writer the scripting language follows the widely known syntax
of C/C++, but without the need to worry about pointers and memory leaks.
Contrary to most scripting languages, AngelScript uses the common C/C++
datatypes for more efficient communication with the host application.

WWW: http://www.angelcode.com/angelscript/

PR:		ports/178078
Submitted by:	vg
Approved by:	osa (mentor)
2013-08-12 07:56:01 +00:00