| Commit | Date | |
|---|---|---|
| 2009-04-08 20:35:29 | Tree | |
|
[r2222]
by
SumolX
Added check for negative index value in sound_play_sample() Debugging Info when crash occurs: psp-addr2line -fe OpenBOR.elf 0x22418 |
2009-04-08 20:15:10 | Tree |
|
[r2221]
by
kbandressen
Changed lifespan code to check entity for lifespan rather than model as entity lifespan can be altered with script. |
2009-04-08 09:31:54 | Tree |
|
[r2220]
by
SumolX
Restored old player selection model_cache code (Faster Logic), because i was not nulling out model pointer for model_cache when model was freed. This was not corrupt memory, but just a pointer being lost and making the engine think it was still valid. |
2009-04-07 22:03:45 | Tree |
|
[r2219]
by
SumolX
Added some logging to spawning since its the only function that could possible use, model cache indexes. |
2009-04-07 21:52:57 | Tree |
|
[r2218]
by
SumolX
Fixed exception where model could be removed and not nulled out in cache_map. So cache_map pointer just dangles.... |
2009-04-07 21:46:05 | Tree |
| 2009-04-07 17:47:05 | Tree | |
|
[r2216]
by
SumolX
Using findarg() multiple times will cause errors if you are trying to pass multiple args into a function. need to copy all but last arg to a string to make it static. |
2009-04-07 17:30:00 | Tree |
|
[r2215]
by
SumolX
Recursive unload flag is no longer used. This can cause issues where we don't want to unload certain models such as flash, knife and so on. |
2009-04-07 15:54:18 | Tree |
|
[r2214]
by
SumolX
Changed id(s) of type short to type int, since this will give us a higher range of id(s). |
2009-04-07 15:23:19 | Tree |