SC_AngelScript icon indicating copy to clipboard operation
SC_AngelScript copied to clipboard

Sven Co-op AngelScript documentation, tutorials, sample code and tools

Results 47 SC_AngelScript issues
Sort by recently updated
recently updated
newest added

The Cvar class methods are non-const, preventing them from being called if you have a const handle to an instance. Cvar is the native cvar class, not the Angelscript version....

bug

There is no way to send chat messages that come from the server itself. Make null senders be interpreted as the server. Requested by CubeMath.

API Missing

Add functions to set these to any file, provide a means to create replacement maps in Angelscript. This means: - Create new replacement map of a particular type - Add...

API Missing

Add missing [`CBaseEntity`](https://baso88.github.io/SC_AngelScript/docs/CBaseEntity.htm) variables. Some of the missing variables include: - `m_pGoalEnt` - `m_pLink` - `m_pLinkAll` - `m_pMyMedic`

API Missing

The [`CEngineFuncs::ChangeLevel`](https://baso88.github.io/SC_AngelScript/docs/CEngineFuncs.htm) function will immediately change the level. This could cause scripts to be invalidated while they are running. Advise changing its implementation to delay changelevel to the end of...

bug

Add monster navigation code to the API. This includes methods like `FTriangulate`, `InsertWaypoint`, `BuildNearestRoute`, etc. Virtual methods should be evaluated for inclusion as overrideable methods.

API Missing

**Script types:** Map scripts only. Add a hook to override `IRelationship`'s lookup so the map script can decide which relationships exist between which monster classes.

Hook Request

Add support for SQL. MySQL for plugins, SQLite for plugins and map scripts.

enhancement

Add the ability to iterate over directories and files in another directory through the virtual filesystem. This would prove useful to precache entire directories at once, for example to precache...

API Missing