| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2012-01-26 | 1 | -0/+30 |
|\ |
|
| * | Support rejecting a teleport if a user is banned in all parcels that have | Melanie | 2012-01-26 | 1 | -0/+30 |
* | | llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE... | PixelTomsen | 2012-01-26 | 5 | -0/+89 |
|/ |
|
* | Change references from sop to sog and add protection from null ref | BlueWall | 2012-01-26 | 1 | -11/+13 |
* | Add basic TestAddScript() regression test | Justin Clark-Casey (justincc) | 2012-01-26 | 2 | -0/+87 |
* | Re-enable error logging associated with assembly and script loading failure i... | Justin Clark-Casey (justincc) | 2012-01-26 | 1 | -9/+19 |
* | refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento... | Justin Clark-Casey (justincc) | 2012-01-26 | 3 | -37/+40 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-01-25 | 9 | -12/+38 |
|\ |
|
| * | Update save oar and save iar help responses to reflect new -h|--home | nebadon | 2012-01-25 | 2 | -4/+4 |
| * | Update BulletSim.dll with some interface changes and tuning (see opensim-libs... | Robert Adams | 2012-01-25 | 7 | -8/+34 |
* | | refactor: decompose most of RezScript() into RezScriptFromAgentInventory(), R... | Justin Clark-Casey (justincc) | 2012-01-25 | 2 | -80/+97 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-01-25 | 7 | -22/+100 |
|\ |
|
| * | llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce... | Pixel Tomsen | 2012-01-25 | 5 | -1/+34 |
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2012-01-25 | 2 | -8/+51 |
| |\ |
|
| | * | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2012-01-24 | 1 | -3/+51 |
| | |\ |
|
| | | * | Telehub map items displayed | BlueWall | 2012-01-24 | 1 | -3/+51 |
| | * | | Removed unused delegates in SceneGraph: ObjectDuplicateDelegate, ObjectCreate... | Dan Lake | 2012-01-24 | 1 | -6/+0 |
| * | | | Change the WorldMapModule to use SOG rather than SOP for the telehub ans | Melanie | 2012-01-25 | 1 | -13/+15 |
| |/ / |
|
* | | | minor: stop the WebStatsModule logging UPDATE or INSERT every time it updates... | Justin Clark-Casey (justincc) | 2012-01-25 | 1 | -3/+3 |
* | | | Serialize calls to ODE Collide() function across OdeScene instances to preven... | Justin Clark-Casey (justincc) | 2012-01-25 | 2 | -1/+32 |
|/ / |
|
* | | Make errors reported by OpenSim when it halts because it can't find certain c... | Justin Clark-Casey (justincc) | 2012-01-24 | 3 | -20/+12 |
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2012-01-24 | 1 | -0/+18 |
| |\ |
|
| | * | Put Telehubs on the map | BlueWall | 2012-01-24 | 1 | -0/+18 |
* | | | Comment out asset statistics section from periodic stats as these have not be... | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -108/+109 |
|/ / |
|
* | | Fix "Abnormal client thread terminations" stat in period CONNECTION STATISTIC... | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -0/+1 |
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -13/+0 |
|\ \ |
|
| * | | Removed unused events in SceneGraph: OnObjectCreate, OnObjectRemove, OnObject... | Dan Lake | 2012-01-24 | 1 | -13/+0 |
* | | | Comment out inventory statistics section from periodic stats, since this only... | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -14/+15 |
|/ / |
|
* | | minor: correct text and usage for "image queues show" reigon console command. | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -2/+2 |
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-01-24 | 13 | -9/+481 |
|\ \
| |/ |
|
| * | Teleport routing, part 1 | Melanie | 2012-01-24 | 1 | -0/+53 |
| * | Simplify and streamline telehub editing code. Verify rotations and fix | Melanie | 2012-01-24 | 3 | -59/+31 |
| * | Reverse the spawn point distance vector | Melanie | 2012-01-24 | 2 | -4/+4 |
| * | Correct a coordinate to make the viewer like it | Melanie | 2012-01-24 | 2 | -3/+3 |
| * | Add a forgotten parameter | Melanie | 2012-01-24 | 1 | -1/+1 |
| * | Change Telehubs to store only the data that is really needed and not | Melanie | 2012-01-24 | 4 | -194/+123 |
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2012-01-23 | 1 | -4/+11 |
| |\ |
|
| | * | Merge branch 'master' of /home/opensim/var/repo/opensim into telehub | BlueWall | 2012-01-23 | 2 | -2/+5 |
| | |\ |
|
| | * | | Add update to Telehub position and rotation before adding SpawnPoints | BlueWall | 2012-01-23 | 1 | -4/+11 |
| * | | | IMPORTANT!!!!! Please READ. DO NOT Use this version or any before it since the | Melanie | 2012-01-23 | 1 | -12/+3 |
| | |/
| |/| |
|
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2012-01-23 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2012-01-22 | 1 | -0/+3 |
| | |\ \ |
|
| | * | | | Fix up some parameter naming | Melanie | 2012-01-22 | 1 | -2/+2 |
| * | | | | Merge branch 'telehub' | BlueWall | 2012-01-23 | 1 | -53/+55 |
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
| | * | | Cleanup | BlueWall | 2012-01-23 | 1 | -3/+6 |
| | * | | Cleanup unused parts, add some error handling | BlueWall | 2012-01-23 | 1 | -53/+52 |
| | |/ |
|
| * | | Add note about setting up test databases | BlueWall | 2012-01-22 | 1 | -0/+3 |
| |/ |
|
| * | Finish connecting Telehub to database | BlueWall | 2012-01-22 | 2 | -47/+25 |
| * | Hooking up new telehub data to the database | BlueWall | 2012-01-22 | 1 | -0/+14 |