Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
ok. Points to new LLCEFLib
|
|
|
|
|
|
|
|
|
|
selected
|
|
|
|
|
|
platforms - hack for now but needs to be fixed
|
|
|
|
|
|
|
|
change and fixes notecard update)
|
|
|
|
notification
|
|
intra-region teleports)
The idea and reason in this fix is same as for a MAINT-4297, MAINT-4449, BUG-7239
i.e. it's a just a little another case.
|
|
|
|
coordinates, if the name of parcel is blank.
|
|
|
|
Hopefully we no longer need to brute-force remove any more macros with the
same name.
|
|
The presence of a macro named 'equivalent' was breaking the compilation of any
source file that #included both glh_linear.h and Boost System.
|
|
|
|
|
|
|
|
Minor reorganization of Upload Info classes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Our first cut at tracking the "current" coroutine simply reset the pointer to
NULL every time we context-switched away. But that strategy doesn't handle the
case of coroutine A launching coroutine B.
Introduce LLCoros::CoroData to track, among other things, the previous value
of the current-coroutine pointer each time we switch into a coroutine. Restore
THAT value when we switch back out.
|
|
The string name being passed to LLCoros didn't match.
|
|
delete menu twice but both delete options are greyed out.
|
|
|
|
Sometimes it can be useful to have http_proxy set in the environment, but if
we leave it set while INTEGRATION_TEST_llcorehttp is running, the test hangs.
Suppress that variable for that integration test.
|
|
to plumb in Key Up events
|
|
|
|
|
|
|
|
|
|
|
|
|
|
intrusive_ptr<> for refrence counting.
|