| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie Thielker | 2014-06-21 | 82 | -663/+4118 |
|\ |
|
| * | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 5 | -24/+70 |
| |\ |
|
| | * | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-20 | 1 | -14/+7 |
| | |\ |
|
| | | * | Stop exceptions being generated on agent connection if a telehub object has b... | Justin Clark-Casey (justincc) | 2014-01-20 | 1 | -14/+7 |
| | * | | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 2014-01-20 | 2 | -7/+36 |
| | * | | Fix casting error for float type INI file parameter parsing. | Robert Adams | 2014-01-19 | 1 | -1/+1 |
| | * | | minor: Add method doc to IImproveAssetCache | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -1/+25 |
| * | | | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 2 | -1/+90 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-11 | 1 | -1/+3 |
| | |\ \
| | | |/ |
|
| | | * | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 1 | -1/+3 |
| | * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-10 | 1 | -0/+87 |
| | |\ \
| | | |/ |
|
| | | * | Refactored: use a single function to apply an object's folded permissions to ... | Oren Hurvitz | 2014-01-10 | 1 | -0/+19 |
| | | * | Refactored setting permissions when rezzing items: use the same function when... | Oren Hurvitz | 2014-01-10 | 1 | -0/+68 |
| | | * | Add missing viewer param elements for butt and breast physics. | Justin Clark-Casey (justincc) | 2013-12-19 | 1 | -1/+75 |
| * | | | Intermediate commit. Sill errors. | Melanie | 2014-01-05 | 5 | -37/+223 |
| |\ \ \
| | |/ / |
|
| | * | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-04 | 1 | -0/+2 |
| | * | | Add routines in Util.cs for conversion of region handles to region | Robert Adams | 2014-01-04 | 2 | -1/+47 |
| | * | | Add serialization/deserialization of region size to RegionInfo, GridRegion, a... | Robert Adams | 2013-12-28 | 2 | -37/+158 |
| | * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -15/+15 |
| | |\ \
| | | |/ |
|
| | | * | ParseNotecardToList() returned data past end of notecard text (mantis #6881). | Kevin Cozens | 2013-12-14 | 1 | -15/+15 |
| | * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | After previous discussion, put eye-catcher 'SCRIPT READY' messages to console... | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -2/+2 |
| | * | | Add missing files *blush* | Melanie | 2013-12-11 | 1 | -0/+157 |
| | * | | Committing the Avination Scene Presence and related texture code | Melanie | 2013-12-11 | 5 | -98/+237 |
| | |/ |
|
| * | | Revert "Add support for user preferences (im via email)" | Melanie | 2013-12-07 | 1 | -8/+0 |
| * | | Merge branch 'master' into careminster | Melanie | 2013-12-07 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 1 | -0/+8 |
| * | | Merge branch 'master' into careminster | Melanie | 2013-11-23 | 8 | -10/+34 |
| |\ \
| | |/ |
|
| | * | rename private field ACD.ViewerInternal to m_viewerInternal in line with conv... | Justin Clark-Casey (justincc) | 2013-11-19 | 1 | -5/+6 |
| | * | Stop AgentCircuitData.Viewer.get() from throwing an error if no Viewer has be... | Justin Clark-Casey (justincc) | 2013-11-19 | 1 | -1/+1 |
| | * | Normalize viewer version string to accomodate new style version reporting in ... | Latif Khalifa | 2013-11-19 | 1 | -1/+24 |
| | * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 7 | -9/+9 |
| * | | Merge branch 'master' into careminster | Melanie | 2013-11-08 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]... | Justin Clark-Casey (justincc) | 2013-10-28 | 1 | -1/+0 |
| * | | Merge branch 'master' into careminster | Melanie | 2013-11-03 | 5 | -0/+904 |
| |\ \
| | |/ |
|
| | * | * Add a session concurrency option per key. Allows developer/config to speci... | teravus | 2013-10-09 | 4 | -23/+102 |
| | * | * Move the BasicDOSProtector.cs to OpenSim.Framework (all useful classes belo... | teravus | 2013-10-07 | 1 | -1/+29 |
| | * | * Refactor | teravus | 2013-10-07 | 4 | -410/+213 |
| | * | * Added a Basic DOS protection container/base object for the most common HTTP... | teravus | 2013-10-07 | 4 | -0/+994 |
| * | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2013-10-06 | 1 | -0/+1 |
| |\ \ |
|
| | * | | * Fixes cases where Last Attachment Point gets overwritten with 0 when it sho... | teravus | 2013-10-05 | 1 | -0/+1 |
| * | | | Merge branch 'master' into careminster | Melanie | 2013-10-06 | 13 | -14/+77 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | * Add an initial complete frame timeout to the WebSocket processor to make it... | teravus | 2013-10-04 | 1 | -2/+65 |
| | * | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 12 | -12/+12 |
| * | | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 4 | -8/+35 |
| |\ \
| | |/ |
|
| | * | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -2/+2 |
| | * | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -5/+7 |
| | * | Don't use 'Indented' formatting for RpcXml responses. | Aleric Inglewood | 2013-09-22 | 1 | -1/+15 |
| | * | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 2013-09-22 | 1 | -0/+11 |
| | * | Make new regions PG by default instead of Mature. | Justin Clark-Casey (justincc) | 2013-09-20 | 1 | -1/+1 |