| Commit message (Expand) | Author | Age | Files | Lines |
* | Add is_megaregion flag into oar control file. Not currently read - for futur... | Justin Clark-Casey (justincc) | 2012-05-19 | 2 | -41/+74 |
* | minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec... | Justin Clark-Casey (justincc) | 2012-05-17 | 1 | -8/+6 |
* | Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format... | Justin Clark-Casey (justincc) | 2012-05-16 | 1 | -2/+1 |
* | Fix issue where loading OARs could sometimes result in link numbers being reo... | Justin Clark-Casey (justincc) | 2012-05-15 | 2 | -1/+56 |
* | Allow use of regular expressions in "show object name", "show part name" and ... | Justin Clark-Casey (justincc) | 2012-05-15 | 1 | -101/+208 |
* | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 2012-05-14 | 3 | -2/+29 |
* | Revert "Save the Telehub and its Spawn Points in the OAR" | Justin Clark-Casey (justincc) | 2012-05-12 | 3 | -29/+2 |
* | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 2012-05-10 | 3 | -2/+29 |
* | Add even for terrain tainting and synchronize terrain module with physics sce... | Dan Lake | 2012-05-10 | 1 | -0/+1 |
* | Revert "Better error handling if Load OAR or Save OAR fail" | Justin Clark-Casey (justincc) | 2012-05-07 | 3 | -32/+6 |
* | Better error handling if Load OAR or Save OAR fail | Oren Hurvitz | 2012-05-07 | 3 | -6/+32 |
* | Fire the scripting changed event with CHANGED_OWNER when an object that has c... | Justin Clark-Casey (justincc) | 2012-05-05 | 1 | -1/+0 |
* | Implement optional name and description on http stream handlers so that we ca... | Justin Clark-Casey (justincc) | 2012-05-03 | 3 | -24/+34 |
* | Put scene object related console commands into new "Objects" help category ra... | Justin Clark-Casey (justincc) | 2012-04-28 | 1 | -9/+13 |
* | Add flags information (phantom, physics, etc.) to "show object" and "show par... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -0/+2 |
* | If a Grid God teleports then include the Godlike teleport flag. This can affe... | Oren Hurvitz | 2012-04-27 | 1 | -9/+22 |
* | Use DotNetZip to compress OARs and IARs. | Oren Hurvitz | 2012-04-27 | 1 | -1/+4 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 4 | -6/+6 |
* | When creating an OAR, objects where the user is the Creator are always includ... | Oren Hurvitz | 2012-04-26 | 1 | -2/+7 |
* | Changed the Map-related messages from Info to Debug. They're debug messages. | Diva Canto | 2012-04-23 | 4 | -8/+8 |
* | Fix bug where setting phantom on a prim would result in a server log message ... | Justin Clark-Casey (justincc) | 2012-04-22 | 1 | -2/+2 |
* | Improve bitmap disposal to do null checks and not to potentially try disposal... | Justin Clark-Casey (justincc) | 2012-04-20 | 1 | -4/+7 |
* | Always dispose of existing opened bitmap from file in SaveFile(), instead of ... | Justin Clark-Casey (justincc) | 2012-04-20 | 1 | -22/+37 |
* | Explicitly dispose of bitmaps opened from files in GenericSystemDrawing and J... | Justin Clark-Casey (justincc) | 2012-04-20 | 2 | -18/+31 |
* | concerns GenericSystemDrawing.cs | Garmin Kawaguichi | 2012-04-20 | 1 | -8/+9 |
* | On "show part" command, show link number. | Justin Clark-Casey (justincc) | 2012-04-18 | 1 | -1/+1 |
* | refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM... | Justin Clark-Casey (justincc) | 2012-04-17 | 3 | -4/+4 |
* | New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig... | Snoopy Pfeffer | 2012-04-10 | 1 | -2/+13 |
* | Do not timeout group member cache entry, as long as there are frequent group ... | Snoopy Pfeffer | 2012-04-10 | 1 | -0/+3 |
* | Revert last commit | Snoopy Pfeffer | 2012-04-05 | 1 | -22/+25 |
* | Group based access restrictions to parcels require group membership, but not ... | Snoopy Pfeffer | 2012-04-05 | 1 | -25/+22 |
* | Little bug fix in HasGroupAccess, to properly store the case "true" in the ca... | Snoopy Pfeffer | 2012-04-05 | 1 | -5/+2 |
* | Simplify group access checks and break them out into a separate method. | Melanie | 2012-04-05 | 1 | -57/+49 |
* | Implements group based access restrictions for parcels of land. Because of ca... | Snoopy Pfeffer | 2012-04-05 | 1 | -1/+57 |
* | terrain save-tile extensions Signed-off-by: Garmin Kawaguichi <garmin.kawagui... | Garmin Kawaguichi | 2012-04-03 | 11 | -3/+74 |
* | refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the... | Justin Clark-Casey (justincc) | 2012-03-31 | 1 | -1/+1 |
* | Add simple login test with online friends. Add IFriendsModule.GrantRights() ... | Justin Clark-Casey (justincc) | 2012-03-30 | 1 | -6/+4 |
* | In TerrainModule.cs, the command terrain save-tile is modified to remove an u... | Garmin Kawaguichi | 2012-03-27 | 1 | -2/+0 |
* | Hack example on to "terrain save-tile" extended help. | Justin Clark-Casey (justincc) | 2012-03-24 | 1 | -0/+6 |
* | Use system provided temporary file in "terrain save-tile" to avoid problems w... | Justin Clark-Casey (justincc) | 2012-03-24 | 1 | -3/+3 |
* | Give feedback when "terrain save-tile" is not successfully invoked. | Justin Clark-Casey (justincc) | 2012-03-24 | 2 | -30/+52 |
* | Comment out a terrain save-tile debugging message that accidentally crept in ... | Justin Clark-Casey (justincc) | 2012-03-22 | 1 | -6/+6 |
* | Add llGiveInventory() test from object to object where both objects are owned... | Justin Clark-Casey (justincc) | 2012-03-22 | 1 | -0/+6 |
* | Change a false false to be truly true - or is this statement false? | Melanie | 2012-03-22 | 1 | -1/+1 |
* | Rework Diva's patch to simplify it | Melanie | 2012-03-22 | 2 | -16/+29 |
* | Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF... | Melanie | 2012-03-22 | 2 | -69/+6 |
* | Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu... | Diva Canto | 2012-03-22 | 2 | -6/+69 |
* | Replace "scene debug true false true" console command with "scene debug scrip... | Justin Clark-Casey (justincc) | 2012-03-21 | 1 | -1/+7 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-03-20 | 1 | -1/+1 |
|\ |
|
| * | fix compile error from last commit | Justin Clark-Casey (justincc) | 2012-03-21 | 1 | -1/+1 |