Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
console will still allow the selected navmesh renderables to continue displaying.
|
|
regardless of frozen mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pathfinding linksets floater with no real data changes causes a viewer crash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointer checks are good.
Reviewed by Kelly
|
|
|
|
|
|
|
|
|
|
|
|
the latest llphysicsextensions pre-buit package.
|
|
llphysicsextension library.
|
|
|
|
|
|
attempt a fix for a linux viewer crash.
|
|
|
|
|
|
GCC doesn't allow to init non-constant references with temporary objects
|
|
|
|
|
|
It appears that the LLTrans machinery, or at least the way it's used in this
program, is buggy: linux-updater.bin has been crashing. Tracebacks and
experimentation identify LLTrans as the culprit, so replace it with baked-in
string constants copied from strings.xml. (linux-updater.bin was already
producing English-only messages because the update_install shell script that
calls it was specifically passing the English version of strings.xml.)
|
|
|
|
|
|
|
|
from cache
|
|
|
|
when fetching files to the end.
|
|
|
|
|
|
lltexturefetch (not final)
|
|
|
|
|
|
restored caused a crash because the vo's had already been removed prior to the restorePermanentObjects() call.
|