| Commit | Date | |
|---|---|---|
| 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 |
|
[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 |
2010-04-30 20:03:34 | Tree |