Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-10 | various fixes to get the debug build working; don't look for or copy ↵ | Alain Linden | |
msvc*80.dll's. | |||
2011-02-11 | OPEN-29 Cleanup: strip trailing whitespace | Boroondas Gupte | |
As people will have to rebuild half the tree anyway, because these headers changed, we might as well prettify them a bit. | |||
2011-02-11 | OPEN-29 Cleanup: removed superflous "public:" | Boroondas Gupte | |
Not related, just a while-I'm-at-it thing. | |||
2011-02-11 | OPEN-29 Cleanup: removed extra qualification ‘LLDir_Win32::’ on member ↵ | Boroondas Gupte | |
‘getNextFileInDir’ Before OPEN-29, when lldir_win32.h would have been included when building for Linux, GCC would error out with indra/llvfs/lldir_win32.h:50: error: extra qualification ‘LLDir_Win32::’ on member ‘getNextFileInDir’ which, although unintended, probably was a Good Thing (TM), as this would have aborted the build, so that the wrong include would be noticed. Now that we explicitly error out with a (hopefully) useful error message, this isn't needed anymore. | |||
2011-02-11 | OPEN-29 Error out if lldir_<platform>.h is included when building for a ↵ | Boroondas Gupte | |
different platform As far as I know, there is no good reason to include e.g. indra/llvfs/lldir_win32.h while not building for a windows target, so be better prevent this to avoid hard to find errors. | |||
2011-02-10 | STORM-979 selection outline from inventory bottom panel buttons is cut at ↵ | Jonathan Yap | |
the left side when clicked. | |||
2011-02-10 | STORM-986 : Fix for Linux build | Merov Linden | |
2011-02-10 | STORM-986 FIX (build error/Linux) media_plugin_webkit errors on some Windows ↵ | callum | |
systems | |||
2011-02-10 | OPEN-1: (partial) use environment when building with Visual Studio Express | Oz Linden | |
2011-02-10 | OPEN-1: (partial) use environment when building with Visual Studio Express | Oz Linden | |
2011-02-09 | STORM-987 : Create initial files for llimage_libtest (doesn't build) | Merov Linden | |
2011-02-09 | STORM-981 : Fix Linux link issues when LL_TESTS is ON | Merov Linden | |
2011-02-09 | Add test to call map-style functions with full map/array params. | Nat Goodspeed | |
Test also passes overlong arrays and maps with extraneous keys; in all cases we expect the same set of values to be passed to the registered functions. | |||
2011-02-09 | STORM-986 : pull into viewer-development | Merov Linden | |
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-02-09 | pull from viewer-development | Merov Linden | |
2011-02-10 | STORM-833 FIXED "i" button overlapping text in name list controls like Group ↵ | Seth ProductEngine | |
Members list. | |||
2011-02-09 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-09 | trivial: remove some redundant code. | Xiaohong Bao | |
2011-02-09 | Additional fix for llmediaplugintest compilation failure after fix for VWR-21275 | callum | |
2011-02-09 | debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in ↵ | Xiaohong Bao | |
LLSurface::getWaterHeight | |||
2011-02-09 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-02-08 | STORM-601 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-433 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-507 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-953 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-955 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-960 : pull into viewer-development | Merov Linden | |
2011-02-08 | SWAT-481: add event wrapper for LLFloaterReg::instanceVisible() | Nat Goodspeed | |
2011-02-08 | VWR-21275 FIX // *SOME* Windows systems fail to load the Qt plugins if the ↵ | callum | |
current working Reviewed by Richard - http://codereview.lindenlab.com/6011001/ | |||
2011-02-08 | fix a couple more packaging problems... | Alain Linden | |
2011-02-08 | merge up to latest viewer-development | Oz Linden | |
2011-02-08 | STORM-974 Removed my change to flip down-arrow to an up-arrow in the ↵ | Jonathan Yap | |
Landmark panel. Not in scope of this jira. | |||
2011-02-07 | STORM-969 / ER-493 - Viewer side of the work to add 'Rentals' as a land type ↵ | Kent Quirk | |
to the parcel API | |||
2011-02-07 | update pacageing of msvc?100.dll's; use latest qt package with all needed libs. | Alain Linden | |
2011-02-07 | use up to date openssl package. | Alain Linden | |
2011-02-07 | there is no mt for vs2010 | Alain Linden | |
2011-02-07 | update packages. | Alain Linden | |
2011-02-07 | STORM-975 forgot to update contributions.txt | Jonathan Yap | |
2011-02-07 | For test purposes, capture at registration each function's Vars*. | Nat Goodspeed | |
We'd introduced FunctionsTriple to associate a pair of registered function names with the Vars* on which those functions should operate. But with more different tests coming up, it became clear that restating the Vars* every time a given function name appeared in any such context was redundant. Instead, extended addf() to accept and store the relevant Vars* for each registered function, be it the global Vars for the free functions and static methods or the stack Vars for the non-static methods. Added varsfor() function to retrieve and validate the Vars* for a given function name. Eliminated array_funcs() function, restating aggregates of names to test as LLSD collections. Where before these were coerced into a separate LLSD map with ["a"] and ["b"] keys, that map can now be part of the original structure. | |||
2011-02-07 | STORM-974 forgot to edit contributions.txt | Jonathan Yap | |
2011-02-07 | STORM-974 UI button alignment issues in Landmark, About Land, and Hardware ↵ | Jonathan Yap | |
Settings windows | |||
2011-02-06 | Untested support for passing array to map-registered function. | Nat Goodspeed | |
An array-registered function has no param names, so you can only pass an array: a map would be meaningless. Initial implementation of map-registered functions assumed that since you CAN pass a map, you MUST pass a map. But in fact it's meaningful to pass an array as well -- for whatever reason -- and easy to implement, so there you are. Tests to follow. | |||
2011-02-06 | STORM-975 Duplicated menu entry Develop/Ui/Region Debug Console | Jonathan Yap | |
2011-02-06 | Add test verifying passing LLSD() to const char* parameter. | Nat Goodspeed | |
LLSDParam<const char*> is coded to pass NULL for an isUndefined() LLSD value, so event-based caller can choose whether to pass NULL, "" or whatever string value to such a parameter. Ensure this behavior. | |||
2011-02-06 | OPEN-1 WORKAROUND correct build arguments again for VS Express | Oz Linden | |
2011-02-06 | OPEN-1 WORKAROUND correct build arguments again for VS Express | Oz Linden | |
2011-02-06 | OPEN-1 WORKAROUND correct build arguments for VS Express | Oz Linden | |
2011-02-06 | OPEN-1 WORKAROUND correct build arguments for VS Express | Oz Linden | |
2011-02-06 | OPEN-1 WORKAROUND revert change to cmake string for VS 8 | Oz Linden | |