Age | Commit message (Collapse) | Author |
|
|
|
Remove unnecessary state check.
Initial dialog work for showing physics cost in upload dialog
|
|
|
|
|
|
already warnings in release builds).
|
|
triangle count.
|
|
|
|
|
|
|
|
Null pointer issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
region using a different server version" notification.
|
|
|
|
|
|
Toasts were positioned as if side tray was expanded.
The fix is to reshape the so-called toasts screen channel (an area where toasts are drawn)
on entering/leaving mouse-look mode, so that the screen channel can notice that side tray get in/visible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A copy constructor was implemented which did a memcpy,
which included the vtable pointer which was to another object of another
class (same child though). This resulted in the wrong destructor
being called.
The reason for the memcpy was for alignment purposes.
The solution was to move to LLVector4a, which is intrinsicly aligned.
Also, did some performance optimizations based on the LLVector4a optimizations.
The solution was to re-implement the
|
|
chopper)
|
|
map-server-url at startup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
callbacks to main thread, add object model to decomposition tool, make imported model scales non-uniform.
|
|
|
|
|
|
Reviewed by Callum
|
|
|
|
|
|
|