| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed ReadSculptData(): the check whether there are enough bytes to read was ... | Oren Hurvitz | 2013-02-09 | 1 | -5/+6 |
* | Plumb the path from the client to the extra physics params and back | Melanie | 2013-02-07 | 1 | -1/+3 |
* | * Adds Websocket support to baseHttpServer and IHttpServer.cs . This allows... | teravus | 2013-02-07 | 17 | -14/+361 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Mic Bowman | 2013-02-06 | 2 | -2/+21 |
| |\ |
|
| | * | Merge branch 'master' of git://opensimulator.org/git/opensim | Dan Lake | 2013-02-06 | 2 | -1/+56 |
| | |\ |
|
| | | * | minor: add method doc to DAMap.ValidateKey() | Justin Clark-Casey (justincc) | 2013-02-07 | 1 | -0/+4 |
| | | * | Add key length validation to DAMap.Add(KeyValuePair<string, OSDMap> kvp) to m... | Justin Clark-Casey (justincc) | 2013-02-07 | 1 | -1/+2 |
| | * | | WebStats will now use actual logfile as specified in OpenSim.exe.config rathe... | Dan Lake | 2013-02-06 | 1 | -1/+15 |
| * | | | Enables script access to the per object dynamic attributes through the JsonStore | Mic Bowman | 2013-02-06 | 1 | -0/+8 |
| | |/
| |/| |
|
| * | | Partial port of Avination's support for the new physics parameters. | Melanie | 2013-02-06 | 1 | -0/+50 |
| |/ |
|
| * | Merge branch 'dynamic-attributes2' | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -0/+260 |
| |\ |
|
| | * | Added DynAttrs to the serialized XML format of prims. When copying prims, use... | Oren Hurvitz | 2013-01-25 | 1 | -2/+24 |
| | * | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2013-01-25 | 1 | -7/+0 |
| | * | Changed DAMap to be the container of "data stores", which are OSDMaps. Store ... | Oren Hurvitz | 2013-01-25 | 1 | -20/+84 |
| | * | Lock DAMap rather than encapsulated OSDMap | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -17/+18 |
| | * | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr... | Justin Clark-Casey (justincc) | 2013-01-25 | 3 | -82/+176 |
| | * | Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLite | Justin Clark-Casey (justincc) | 2013-01-25 | 2 | -0/+86 |
| * | | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 13 | -13/+13 |
* | | | This is the final commit that enables the Websocket handler | teravus | 2013-02-07 | 2 | -2/+1095 |
* | | | We're not really done here.. but we're getting there. Socket Read is work... | teravus | 2013-02-05 | 2 | -1/+42 |
|/ / |
|
* | | Allow use of MaptileStaticUUID in Regions.ini to override the global setting ... | Jak Daniels | 2013-01-30 | 1 | -1/+26 |
|/ |
|
* | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2013-01-23 | 3 | -7/+22 |
|\ |
|
| * | Assign the SmartThreadPool name in the constructor | Oren Hurvitz | 2013-01-19 | 1 | -2/+7 |
| * | Explicitly stop PollServiceRequestManager() rather than relying on its destru... | Justin Clark-Casey (justincc) | 2013-01-19 | 2 | -5/+15 |
* | | Add additional return status | BlueWall | 2013-01-23 | 2 | -4/+23 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Robert Adams | 2013-01-17 | 1 | -4/+0 |
|\ |
|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-01-16 | 5 | -0/+298 |
| |\ |
|
| * | | Complete removal of the now unused state queue | Melanie | 2013-01-16 | 1 | -4/+0 |
* | | | Add utility function to clamp a vector to a maximum magnitude. | Robert Adams | 2013-01-17 | 1 | -0/+12 |
| |/
|/| |
|
* | | Add Json-Rpc 2.0 To Registered Handlers | BlueWall | 2013-01-15 | 5 | -0/+298 |
|/ |
|
* | revert accidental change to MemoryWatchdog stat calculation in previous b1b4687 | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
* | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
* | minor: Remove unnecessary commented out code from last commit c28a2f05 and fi... | Justin Clark-Casey (justincc) | 2013-01-09 | 1 | -4/+1 |
* | minor: make spacing consistent in console help output | Justin Clark-Casey (justincc) | 2013-01-09 | 1 | -3/+6 |
* | Allow registering regions whose names are equivalent under LIKE but not truly... | Oren Hurvitz | 2013-01-02 | 1 | -0/+11 |
* | Fix indenting on ConsoleDisplayTable, align indenting on "show animations" co... | Justin Clark-Casey (justincc) | 2013-01-02 | 1 | -2/+3 |
* | minor: Allow objects to be added directly to a row on a ConsoleDisplayTable r... | Justin Clark-Casey (justincc) | 2013-01-02 | 1 | -1/+1 |
* | Add "show animations" console command for debug purposes. | Justin Clark-Casey (justincc) | 2013-01-02 | 1 | -4/+4 |
* | minor: Assign names to the different SmartThreadPools for debugging purposes. | Justin Clark-Casey (justincc) | 2013-01-01 | 1 | -0/+1 |
* | refactor: call Util.InitThreadPool() if we are initializing an uninitialized ... | Justin Clark-Casey (justincc) | 2013-01-01 | 1 | -1/+1 |
* | Add helper routine Util.InRange() | Robert Adams | 2012-12-22 | 1 | -0/+7 |
* | Add stack dump function that takes an alternate printer outter. I've found th... | Robert Adams | 2012-12-16 | 1 | -1/+7 |
* | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2012-12-12 | 1 | -4/+24 |
|\ |
|
| * | Add "debug script log" command to allow setting a numeric debug level on indi... | Justin Clark-Casey (justincc) | 2012-12-12 | 1 | -4/+24 |
* | | Hide some console output when initializing addin repository | BlueWall | 2012-12-11 | 1 | -0/+2 |
|/ |
|
* | Format change | BlueWall | 2012-12-07 | 1 | -1/+1 |
* | Merge branch 'master' into connector_plugin | BlueWall | 2012-12-07 | 4 | -22/+517 |
|\ |
|
| * | Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the ai... | Justin Clark-Casey (justincc) | 2012-12-07 | 1 | -0/+508 |
| * | Remove very probably unused PrimitiveBaseShape(bool) constructor to reduce co... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -12/+6 |
| * | Don't pointlessly set ExtraParams = byte[1] in PrimitiveBaseShape since this ... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -3/+0 |