Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-12 | PATH-807: Ensuring that the "Show in linksets..." and "Show in ↵ | Todd Stinson | |
characters..." right-click menu option does not show for objects outside the current region. | |||
2012-07-12 | Removing debug settings that were in place for pathfinding simulator testing. | Todd Stinson | |
2012-07-12 | PATH-807: Adding an additional check for if the object is marked as ↵ | Todd Stinson | |
volume-detect. Note that this will require Andrew's corresponding server-side change to take effect. However, the viewer change alone should have no neative effect prior to the server being updated. | |||
2012-07-12 | SH-3183 Use valgrind on the library. | Monty Brandenberg | |
Using http_texture_load as the test subject, library looks clean. Did some better shutdown in the program itself and it looks better. Libcurl itself is making a lot of noise. Adapted testrunner to run valgrind as well but the memory allocation tester in the tools themselves grossly interferes with Valgrind operations. | |||
2012-07-12 | update the llphysicsextensions stub package to match the source package | Oz Linden | |
2012-07-12 | merge MAINT-1253 fix | Oz Linden | |
2012-07-12 | Apparently the hack to get release and debug viewer builds into separate ↵ | Matthew Breindel (Falcon) | |
build configs means checking in build.sh is useless. Fixed the conditional around uploading the symbolfile to check instead, which seems to be the correct pattern. | |||
2012-07-11 | Fix merge issues - duplicate insertions of code | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Only uploading the map file for Release builds. | Todd Stinson | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Updating to latest llphysicsextensions build. This should remove the ↵ | Matthew Breindel (Falcon) | |
dependency on cmake 2.8.2 for Linux. | |||
2012-07-11 | Changed windows to always use havok Hybrid in RelWithDebInfo. Windows no ↵ | Matthew Breindel (Falcon) | |
longer uses Havok Debug. On other platforms, use of Debug vs Fulldebug in RelWithDebInfo is still governed by LL_DEBUG_HAVOK | |||
2012-07-11 | MAINT-794 Fix for assert on loading some types of objects before their parents. | Dave Parks | |
2012-07-11 | SH-3240 Capture Content-Type and Content-Encoding headers. | Monty Brandenberg | |
HttpResponse object now has two strings for these content headers. Either or both may be empty. Tidied up the cross-platform string code and got more defensive about the length of a header line. Integration test for the new response object. | |||
2012-07-11 | use the Linden Libraries builds for llphysicsextensions, with cmake fix for ↵ | Oz Linden | |
linux | |||
2012-07-11 | MAINT-1253 Rigged meshes in the upload model window now have a material ↵ | prep | |
applied instead of white. | |||
2012-07-11 | apply latest builds with fixes from falcon | Oz Linden | |
2012-07-11 | Fixing md5sum for linux 3p-havok-source dependency. | Matthew Breindel (Falcon) | |
2012-07-11 | Hopefully fixed windows build. Now support -DLL_DEBUG_HAVOK:BOOL=ON to ↵ | Matthew Breindel (Falcon) | |
enable Havok Hyrbid (fulldebug) libs to link in Windows RelWithDebInfo. On other platforms, that flag will cause RelWithDebInfo to link against Havok fulldebug libs. The rest of the time, RelWithDebInfo will link to Havok Debug and Debug will link to Havok Fulldebug | |||
2012-07-11 | Merging main havok-development-hkai and oz's havok-development-hkai | Matthew Breindel (Falcon) | |
2012-07-10 | PATH-807: BUGFIX Filtering which objects will contain the right-click ↵ | Todd Stinson | |
context-sensitive menu option of "Show in linksets...". | |||
2012-07-10 | Updating Havok.cmake to support all 3 major build configurations on all ↵ | Matthew Breindel (Falcon) | |
platforms. This is incomplete and requires additional changes to the 3p-havok-source repo and the llphysicsextensions-src repo. | |||
2012-07-10 | SH-3244 Syscall avoidance in HttpRequest::update() method | Monty Brandenberg | |
Well, achieved that by doing work in bulk when needed. But turned into some additional things. Change timebase from mS to uS as, well, things are headed that way. Implement an HttpReplyQueue::fetchAll method (advertised one, hadn't implemented it). | |||
2012-07-10 | experimental change for windows debug build | Oz Linden | |
2012-07-10 | SH-3276 Handle 416 status back from texture fetches as okay. | Monty Brandenberg | |
A 416 will just mean there's no more data and whatever we have is complete. | |||
2012-07-10 | Adding the example use type labels to the pathfinding linksets floater. | Todd Stinson | |
2012-07-10 | SH-3192 Fix Boost 1.48.0 libraries to support Debug builds on Windows. | Monty Brandenberg | |
Tweaked the boost source as per Boost issue #6185 using 1.49.0 sources and this picks up the new build. Debug viewer builds and runs. | |||
2012-07-10 | experimental - try 10.6 SDK and lvmgcc42 on TeamCity | Oz Linden | |
2012-07-09 | update llphysicsextension-source build to address linux build issue | Oz Linden | |
2012-07-09 | Take body size as the reply size when Content-Range header isn't available. | Monty Brandenberg | |
2012-07-09 | Safe implementation of the HTTP resource waiter release method. | Monty Brandenberg | |
Doesn't use sets or maps and so there's no ordering assumption to be violated when priorities are changed. Should also be faster. Still want to get rid of the ancillary list, however... | |||
2012-07-09 | Removing the change to LLPhysicsExtensions.cmake that was accidentally ↵ | Todd Stinson | |
committed in changes set cf029fb1d6ee. | |||
2012-07-09 | Updating to the latest llphysicsextension library pre-built package. | Todd Stinson | |
2012-07-09 | BUGFIX: Correcting a crash issue that was caused by the rebake navmesh ↵ | Todd Stinson | |
callback handler unexpectedly changing the navmesh state. | |||
2012-07-09 | merge changes for DRTVWR-175 | Oz Linden | |
2012-07-09 | tag merge of DRTVWR-175 | Oz Linden | |
2012-07-09 | correct dos line endings | Oz Linden | |
2012-07-09 | Rework the 'sleep' logic in the test HTTP server so that the | Monty Brandenberg | |
30-second hang doesn't break subsequent tests. Did this by introducing threads into the HTTP server as I can't find the magic to detect that my client has gone away. | |||
2012-07-09 | changes to build real sources (works locally on a Mac) | Oz Linden | |
2012-07-09 | merge back more late beta fixes from 3.3.4 | Oz Linden | |
2012-07-09 | Added tag 3.3.4-beta3 for changeset a8057e1b9a12 | Oz Linden | |
2012-07-09 | SH-3187 Issue smarter 'Range' requests for textures. | Monty Brandenberg | |
First, try to issue ranged GETs that are always at least partially satisfiable. This will keep Varnish-type caches from simply sending back 200/full asset responses to unsatisfiable requests. Implement awareness of Content-Range headers as well. Currently they're not coming back but they will be someday. | |||
2012-07-09 | merge changes for DRTVWR-177 | Oz Linden | |
2012-07-09 | tag merge of DRTVWR-177 | Oz Linden | |
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
2012-07-08 | merge up to latest integration branch | Oz Linden | |
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
2012-07-08 | tag merge of DRTVWR-176 | Oz Linden | |
2012-07-07 | SH-3185 Fill in some FIXME/TODO cases | Monty Brandenberg | |
Also added some comments and changed the callback userdata argument to be an HttpOpRequest rather than a libcurl handle. Less code, less clutter. |