| Commit | Date | |
|---|---|---|
|
[r2759]
by
damon_caskey
int i = getentityproperty({ent}, "mapdefault") Returns map index entity began play with. Note: MVS is once again not compiling - New screen functions appear to be the culprit. |
2010-05-06 20:56:17 | Tree |
|
[r2758]
by
sumolx
Fixed Windows reporting of getUsedRam(). This function will only look at its own process to determine how much memory is in use. |
2010-05-06 14:49:33 | Tree |
| 2010-05-05 03:41:05 | Tree | |
| 2010-05-05 03:37:02 | Tree | |
|
[r2755]
by
plombo
Revision 2754 was a mistake...I accidentally bumped the Enter key on my keyboard. This revision reverts the changes from 2754. |
2010-05-05 03:11:12 | Tree |
| 2010-05-05 03:08:12 | Tree | |
| 2010-05-05 03:06:36 | Tree | |
|
[r2752]
by
sumolx
We now utilize debug and release versions for OGG and Vorbis. This should have fixed any mvs issues we may have had in the past. |
2010-05-03 14:06:27 | Tree |
|
[r2751]
by
sumolx
openbor_strleft() should not be mallocing such a small pointer. This will cause memory fragmentation, use arrays instead since this is a small variable on the stack. |
2010-05-03 13:40:42 | Tree |
|
[r2750]
by
damon_caskey
Rolled back string additions from previous two check ins for custom string functions based on VB string manipulation. With this update the following are available: void s = strinfirst({string}, {find}) - Returns {string} starting from the first instance of {find}. void s = strleft({string}, {length}) - Returns {length} number of characters from the left side of {string}. int i = strlength({string}) - Returns number of characters in {string} void s = strright({string}, {length}) - Returns {length} number of characters from the right side of {string}. |
2010-05-02 18:37:07 | Tree |