Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-30 | Re-enable compiler warning C4800 (performance warning) | Ansariel | |
2024-05-22 | Fix line endlings | Ansariel | |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel | |
# Conflicts: # autobuild.xml # indra/cmake/CMakeLists.txt # indra/cmake/GoogleMock.cmake # indra/llaudio/llaudioengine_fmodstudio.cpp # indra/llaudio/llaudioengine_fmodstudio.h # indra/llaudio/lllistener_fmodstudio.cpp # indra/llaudio/lllistener_fmodstudio.h # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/llaudio/llstreamingaudio_fmodstudio.h # indra/llcharacter/llmultigesture.cpp # indra/llcharacter/llmultigesture.h # indra/llimage/llimage.cpp # indra/llimage/llimagepng.cpp # indra/llimage/llimageworker.cpp # indra/llimage/tests/llimageworker_test.cpp # indra/llmessage/tests/llmockhttpclient.h # indra/llprimitive/llgltfmaterial.h # indra/llrender/llfontfreetype.cpp # indra/llui/llcombobox.cpp # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.h # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltextvalidate.cpp # indra/llui/lltextvalidate.h # indra/llui/lluictrl.h # indra/llui/llview.cpp # indra/llwindow/llwindowmacosx.cpp # indra/newview/app_settings/settings.xml # indra/newview/llappearancemgr.cpp # indra/newview/llappearancemgr.h # indra/newview/llavatarpropertiesprocessor.cpp # indra/newview/llavatarpropertiesprocessor.h # indra/newview/llbreadcrumbview.cpp # indra/newview/llbreadcrumbview.h # indra/newview/llbreastmotion.cpp # indra/newview/llbreastmotion.h # indra/newview/llconversationmodel.h # indra/newview/lldensityctrl.cpp # indra/newview/lldensityctrl.h # indra/newview/llface.inl # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llfloateremojipicker.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/llfloaterprofiletexture.h # indra/newview/llgesturemgr.cpp # indra/newview/llgesturemgr.h # indra/newview/llimpanel.cpp # indra/newview/llimpanel.h # indra/newview/llinventorybridge.cpp # indra/newview/llinventorybridge.h # indra/newview/llinventoryclipboard.cpp # indra/newview/llinventoryclipboard.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorygallery.cpp # indra/newview/lllistbrowser.cpp # indra/newview/lllistbrowser.h # indra/newview/llpanelobjectinventory.cpp # indra/newview/llpanelprofile.cpp # indra/newview/llpanelprofile.h # indra/newview/llpreviewgesture.cpp # indra/newview/llsavedsettingsglue.cpp # indra/newview/llsavedsettingsglue.h # indra/newview/lltooldraganddrop.cpp # indra/newview/llurllineeditorctrl.cpp # indra/newview/llvectorperfoptions.cpp # indra/newview/llvectorperfoptions.h # indra/newview/llviewerparceloverlay.cpp # indra/newview/llviewertexlayer.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/macmain.h # indra/test/test.cpp | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-21 | Convert BOOL to bool in llui | Ansariel | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-02-12 | merge with release | Richard Linden | |
2013-11-19 | replace uses of LLEnvManagerNew::setRegionChangeCallback with ↵ | Oz Linden | |
LLAgent::addRegionChangedCallback | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-07-12 | Removing debug settings that were in place for pathfinding simulator testing. | Todd Stinson | |
2012-06-28 | Cleaning up new files in preparation for merge into viewer-release. | Todd Stinson | |
2012-06-26 | Renaming the rebake navmesh panel class. | Todd Stinson | |
2012-06-26 | Updating the header licensing comments. | Todd Stinson | |
2012-06-26 | Updating the pathfinding-specific settings with appropriate comments and an ↵ | Todd Stinson | |
unified naming scheme. | |||
2012-06-25 | PATH-783: Ensuring that the pathfinding console and pathfinding characters ↵ | Todd Stinson | |
floaters cannot be created through getInstanceHandle(). | |||
2012-06-22 | PATH-761: Better calling out the various status of the simulator status ↵ | Todd Stinson | |
through the highlight colors. | |||
2012-06-20 | PATH-761: Implementing the new design for the pathfinding view floater. | Todd Stinson | |
2012-06-19 | Path-722: Fixed bug where navmesh rebake panel was being removed after ↵ | prep | |
navmesh debug window was closed. Minor code cleanup. | |||
2012-06-13 | path-722: Make sure to remove the bake navmesh button if the pathingfinding ↵ | prep | |
console is closed. | |||
2012-06-11 | PATH-714: Removing the DEPRECATED_UNVERSIONED_NAVMESH as the viewer no ↵ | Todd Stinson | |
longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-711: Implementing Leo's changes for the pathfinding console. | Todd Stinson | |
2012-05-22 | PATH-649: BUGFIX Re-initializing the navmesh zone following a teleport failure. | Todd Stinson | |
2012-05-22 | PATH-641: BUGFIX Resolving issue with show world movables only not working ↵ | Todd Stinson | |
as expected. | |||
2012-05-09 | Added support to disable a draw pool. When the movable option checkbox is ↵ | prep | |
selected we will now also cull the terrain draw pool. | |||
2012-05-02 | Handling mRenderableRestoreList data when closing pathfinding window | prep | |
2012-05-02 | Fix for Path-494. Teleporting with a list of renderables that needed to be ↵ | prep | |
restored caused a crash because the vo's had already been removed prior to the restorePermanentObjects() call. | |||
2012-05-01 | Path-494: Added support for culling permanent objects from the pathfinding ↵ | prep | |
window. | |||
2012-04-25 | Adding ability to change the RetrieveNeighboringRegion debug setting and ↵ | Todd Stinson | |
have it automatically update the navmesh zones. | |||
2012-04-24 | PATH-580: BUGFIX Adding functionality to detect when the region's ↵ | Todd Stinson | |
capabilities have not yet been loading and deferring requests for the navmesh query until the capabilities are fully loaded. | |||
2012-04-24 | Added support for rendering the regions water height. Also added initial ↵ | prep | |
support for a simple shape vb which allows us to create and expand from for one off shapes | |||
2012-04-20 | Adding new controls to the console for showing waterplane and world movables ↵ | Todd Stinson | |
only. Also, re-arranging the sorting of the check boxes. | |||
2012-04-19 | Ensuring that the view characters button is active in builds with stubbed ↵ | Todd Stinson | |
pathing libraries. Also, adding extra label fields to better indicate enabled/disabled controls on the console. | |||
2012-04-19 | Making the pathfinding color settings automatically adjust the current ↵ | Todd Stinson | |
display without reloading. | |||
2012-04-19 | Cleaning up the navmesh colors a bit. | Todd Stinson | |
2012-04-19 | BUILDFIX: Correcting a linux/mac build issue. | Todd Stinson | |
2012-04-18 | Cleaning up how the shape flags are being computed and removing an unneeded ↵ | Todd Stinson | |
member variable from the pathfinding console class in the process. | |||
2012-04-18 | Ensuring that the pathfinding console member variables are private with ↵ | Todd Stinson | |
accessor functions where need be. | |||
2012-04-18 | Updating llpathinglibrary method calls to cleaned-up version of the library ↵ | Todd Stinson | |
interface. | |||
2012-04-18 | Updating to the latest llphysicextensions pre-built package with the now ↵ | Todd Stinson | |
lowercased version of the header file names. | |||
2012-04-10 | Ensuring that the defaults are synced after building the pathfinding console ↵ | Todd Stinson | |
and pathfinding path tool. | |||
2012-04-10 | Altering how the toolset is swapped into and out-of test path mode. | Todd Stinson | |
2012-04-09 | Re-implementing the path testing functionality as a proper LLTool. | Todd Stinson | |
2012-04-06 | PATH-265: Adding an error message to the testing tab of the pathfinding ↵ | Todd Stinson | |
floater console to indicate when a path cannot be found. | |||
2012-04-06 | Altering the layout of the pathfinding console based on feedback. | Todd Stinson | |
2012-04-05 | Enabling the Show World checkbox when crossing region boundaries so that ↵ | Todd Stinson | |
users do not suddenly end up lost in blackness as the navmesh downloads. | |||
2012-04-05 | Removing the onShowXRayToggle callback as it is no longer required. | Todd Stinson | |
2012-04-05 | Removing the onShowWorldToggle callback as it is no longer required. | Todd Stinson | |
2012-04-05 | PATH-500: Updating the pathfinding console defaults following the ↵ | Todd Stinson | |
integration of the xray code. |