Menu

Tools Commit Log


Commit Date  
[r2749] by damon_caskey

Added validation to strstr (see version 2748), returns -1 if no match found.

2010-04-30 20:14:32 Tree
[r2748] by damon_caskey

Adding string function support (http://www.cplusplus.com/reference/clibrary/cstring/). Supported as of this addition:

strlen
strstr

2010-04-30 20:03:34 Tree
[r2747] by damon_caskey

getentityproperty({ent}, "path") - Returns path to folder housing the entity's text file.

2010-04-29 22:56:46 Tree
[r2746] by damon_caskey

New entity header: Stats {index} {value}. Allows establishment of model/entity values for script use without need of spawn and cleanup script overhead. Similar to health, values exist at the entity and model level.

{index} - Currently 1-20.
{value} - Any integer/decimal value.

getentityproperty({ent}, "stats", {type}, {index}): Returns the entity's stats value.

{type} - 0 = Modeldata. 1 = Entity.
{index} - Value index to retrive.

changeentityproperty({ent}, "stats", {type}, {index}, {value}): Modify the entity's stats value.

{type} - 0 = Modeldata. 1 = Entity.
{index} - Value index to modify.
{value} - New value. Accepts any whole or decimal number.

Will look at setting up for dynamic index limit in the future.

2010-04-29 17:15:09 Tree
[r2745] by damon_caskey

komap_apply removed from entity properties. Komap property now uses index based sub properties.

getentityproperty(vEnt, "komap", {index})

{index}

0 = Komap.
1 = Komap type.

2010-04-28 16:56:12 Tree
[r2744] by damon_caskey

Rolled back level aggression setting; sometimes causes AI not to attack at all.

Icon now available to getentityproperty, returns the icon's sprite, or -1 if icon is invalid: getentityproperty(vEnt, "icon", {index}).

{index} = icon type.

0 = Icon
1 = Icondie
2 = Iconget
3 = Iconmphigh
4 = Iconmphalf
5 = Iconmplow
6 = Iconpain
7 = Iconw
8 = Iconx
9 = Icony

2010-04-27 20:53:32 Tree
[r2743] by sumolx

Added required libraries for MVS.

2010-04-22 19:55:36 Tree
[r2742] by sumolx

Added missing libvorbisfile.a

2010-04-22 18:35:36 Tree
[r2741] by plombo

Added libogg and libvorbis to both MinGW and Visual Studio.

2010-04-22 03:47:50 Tree
[r2740] by plombo

Music file paths no longer require an extension. Also, hardcoded music files (remix, menu, gameover) can now be in either Ogg Vorbis format or BOR ADPCM.

2010-04-17 19:01:40 Tree
Older >
MongoDB Logo MongoDB