| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed unused variable | Oren Hurvitz | 2015-08-03 | 1 | -2/+0 |
* | Add an option to processes physics collisions using FireAndForget. | Robert Adams | 2015-08-02 | 2 | -3/+48 |
* | osKey2Name returns now correct values for HG users who are not on the region. | Christopher | 2015-08-02 | 1 | -10/+18 |
* | Mantis #7657 and #7514. This should alleviate the problem of bad object asset... | Diva Canto | 2015-08-01 | 2 | -4/+6 |
* | Eliminated several warnings | Oren Hurvitz | 2015-07-31 | 4 | -1/+6 |
* | XMLRPCModule now actually aborts the worker thread when requested | Oren Hurvitz | 2015-07-31 | 1 | -2/+6 |
* | Fixed bad log message | Oren Hurvitz | 2015-07-31 | 1 | -1/+1 |
* | Fixed bug introduced in 4735514. The project didn't compile. | Oren Hurvitz | 2015-07-26 | 1 | -1/+1 |
* | Fixed not being charged to create classifeids on money enabled regions | Quill Littlefeather | 2015-07-26 | 1 | -2/+14 |
* | Removed unused code related to DNS lookups | Oren Hurvitz | 2015-07-23 | 1 | -2/+0 |
* | Added logging in places where regions are searched for by their location | Oren Hurvitz | 2015-07-22 | 3 | -11/+39 |
* | BulletSim: fix cut-and-paste typo in constraint frame setting. | Robert Adams | 2015-07-21 | 1 | -1/+1 |
* | Prevent two maptiles being generated at startup, one for v1 and another for v... | AliciaRaven | 2015-07-21 | 2 | -1/+9 |
* | Fixed the whitespace in Scene.cs | Oren Hurvitz | 2015-07-13 | 1 | -515/+515 |
* | BulletSim: fix two compiler warnings. | Robert Adams | 2015-06-25 | 2 | -5/+0 |
* | Guard against null AgentPrefs service in llGetAgentLanguage() | Cinder | 2015-06-21 | 1 | -3/+10 |
* | Add MaxMaterialsPerTransaction to SimFeatures | Cinder | 2015-06-19 | 1 | -0/+14 |
* | Warp3DImageModule. Reduce workload by not calling to render the root prim twi... | AliciaRaven | 2015-06-19 | 1 | -1/+0 |
* | Bug fix in inventory fetching: sometimes the caps request comes before there ... | Diva Canto | 2015-06-17 | 1 | -5/+0 |
* | Squooshed a warning that could result in a runtime null pointer exception. It... | Diva Canto | 2015-06-14 | 1 | -1/+1 |
* | Squoosh one more warning | Diva Canto | 2015-06-14 | 1 | -1/+1 |
* | Quell three new warnings I introduced with AgentPrefsData, return an empty ll... | Cinder | 2015-06-14 | 1 | -2/+2 |
* | Added ':' to debug messages | Diva Canto | 2015-06-13 | 1 | -4/+4 |
* | Add optional GodNames region module | Cinder | 2015-06-13 | 1 | -0/+144 |
* | Guard against scenes without an agent prefs service and a copy and paste fix | Cinder | 2015-06-13 | 2 | -1/+8 |
* | Fixed indentation | Diva Canto | 2015-06-13 | 1 | -4/+4 |
* | A few bug fixes for Agent Preferences to actually work. Also added missing co... | Diva Canto | 2015-06-13 | 1 | -1/+1 |
* | Refactor AgentPreferences so that database operations happen centrally. the o... | Cinder | 2015-06-13 | 6 | -110/+300 |
* | Relicense AgentPreferences files to BSD and OpenSimulator | Cinder | 2015-06-13 | 2 | -48/+48 |
* | Support for Linden AgentPreferences capability and friends (UpdateAgentLangua... | Cinder | 2015-06-13 | 3 | -5/+272 |
* | SceneObjectPart.UpdateLookAt() now uses corrected libomv quaternion functions. | dahlia | 2015-06-10 | 1 | -16/+6 |
* | Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) by | Robert Adams | 2015-06-06 | 1 | -25/+49 |
* | Typo Fix | H-H-H | 2015-06-05 | 1 | -1/+1 |
* | More on mantis #7567. Two things: | Diva Canto | 2015-06-05 | 1 | -0/+8 |
* | The only purpose of this commit is to remove an erroneous comment. It turns o... | Diva Canto | 2015-06-05 | 1 | -4/+2 |
* | Mantis #7536. This may alleviate the side effects of broken SceneObjects XML.... | Diva Canto | 2015-06-04 | 1 | -15/+20 |
* | Mantis #7567: added an 8-sec expiring item cache to the inventory network con... | Diva Canto | 2015-06-03 | 1 | -1/+1 |
* | Correct constant RCERR_CAST_TIME_EXCEEDED. | Magnuz Binder | 2015-06-01 | 1 | -1/+1 |
* | Add a new os function "osGetGender()" | dahlia | 2015-05-29 | 3 | -0/+51 |
* | llListRandomize() wasn't very random | Cinder | 2015-05-27 | 1 | -6/+7 |
* | Attachments Module. Fix detach event not being fired until the next time the ... | AliciaRaven | 2015-05-26 | 1 | -0/+5 |
* | Fix mesh cache race condition in llCastRay V3. | Magnuz Binder | 2015-05-23 | 1 | -2/+4 |
* | Use own mesh cache in llCastRay V3 after throttling. | Magnuz Binder | 2015-05-22 | 1 | -39/+104 |
* | Throttle llCastRay V3. | Magnuz Binder | 2015-05-22 | 1 | -2/+90 |
* | Merge branch 'master' into moses | Melanie Thielker | 2015-05-20 | 2 | -2/+41 |
|\ |
|
| * | New values returned by llGetEnv | Talun | 2015-05-20 | 2 | -2/+40 |
* | | Removing duplicate definition | Michael Heilmann | 2015-05-19 | 1 | -2/+0 |
* | | Merging Opensim upstream before generating patch | Michael Heilmann | 2015-05-19 | 50 | -687/+3036 |
|\ \
| |/ |
|
| * | resolve possible nullref when sending appearance packet. Thanks to zadark for... | dahlia | 2015-05-13 | 1 | -0/+1 |
| * | Adding back command to clear region's user cache | BlueWall | 2015-05-13 | 1 | -7/+22 |