aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* The very beginnings of attachments (no detachments! :)Dalien Talbot2008-02-101-0/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-9/+11
* * Refactored the sound calls to SceneObjectPart Teravus Ovares2008-02-051-0/+1
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-2/+2
* Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, llTrigge...Teravus Ovares2008-02-041-1/+5
* * Whole buncha stuff.Adam Frisby2008-02-041-0/+2
* Implements LSL function llDialog().alondria2008-02-021-0/+4
* * Committing some untested stuff regarding texture animations. This won't br...Teravus Ovares2008-02-021-1/+7
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-1/+1
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-1/+2
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-221-0/+5
* Check if remote simulator is up before attempting teleport. Teleport to a rem...Brian McBee2008-01-201-1/+1
* * Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt...Teravus Ovares2008-01-161-0/+1
* * Mother of all commits:Adam Frisby2008-01-152-3/+31
* * Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey2008-01-111-2/+2
* * Added the ability for estate managers to use the magic secondlife blue card...Teravus Ovares2008-01-041-0/+3
* * You can add and remove a friend in standalone now within the same simulator...Teravus Ovares2008-01-011-0/+3
* * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa712007-12-283-4/+4
* * Optimized usingslbsa712007-12-274-18/+24
* Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey2007-12-221-2/+5
* Refix bug where inventory textures don't appear in prim edit texture selectio...Justin Clarke Casey2007-12-211-1/+5
* * Remapped the Connection shutdown path.Teravus Ovares2007-12-211-1/+1
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-181-1/+6
* * Removed redundant code in RestService.csAdam Frisby2007-12-181-1/+1
* *Adding and Removing Avatars from the Access/Ban List for a parcel now works,...mingchen2007-12-161-0/+2
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-1/+2
* Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee2007-12-111-0/+1
* Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames2007-12-101-2/+5
* * Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares2007-12-101-1/+4
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-0/+1
* Allow moving, deleting, and restoring objects in inventory.Brian McBee2007-12-081-0/+1
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-5/+5
* added one more command to the console help.Jeff Ames2007-12-071-7/+2
* more minor cleanup. added some command descriptions to region server help.Jeff Ames2007-12-061-1/+7
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-1/+1
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-0/+1
* fixed exception and login failure in SimpleApp. (still doesn't work like it ...Jeff Ames2007-12-041-4/+5
* From Justin Casey (IBM)Sean Dague2007-12-031-1/+6
* This is a simple patch which just renames an IClientAPI method toSean Dague2007-12-031-1/+1
* the fix, so that trunk works againMW2007-12-011-0/+1
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-301-1/+1
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-1/+1
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-282-2/+2
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-241-0/+5
* * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2007-11-241-0/+1
* * Added code to capture the draw distance setting from the client.Teravus Ovares2007-11-221-1/+4
* * Did some initial work for prim crossing. Just glue so far.Teravus Ovares2007-11-212-3/+3
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-1/+1
* cleaned up some mono compiler warningsJeff Ames2007-11-182-3/+3
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-181-0/+1