aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-08Correct AbsolutePosition calculationKittoFlora1-1/+2
2009-12-06Fix linked physical daughter prim position update.KittoFlora2-5/+14
2009-12-05Secnond revision of Sit and Stand for unscripted prims; Comment outKittoFlora4-122/+156
spammy debug messages in Interregion....
2009-11-26First attempt at mult-sit on large single prims.KittoFlora1-33/+58
2009-11-26Remove OS version crap from about dialogMelanie1-13/+13
2009-11-26Update CM versionMelanie1-1/+1
2009-11-26Bump trunk version number to 0.6.9.Justin Clark-Casey (justincc)1-1/+1
This is a place holder name and not necessarily the version number that will be used
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee1-1/+8
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee7-0/+61
2009-11-26Fix a small bug. Trusted script crossings now work againMelanie1-1/+1
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie14-138/+160
pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work.
2009-11-26minor: reduce region ready logging verbosityJustin Clark-Casey (justincc)1-5/+4
2009-11-26Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)3-2/+17
See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa
2009-11-26Remove the old remoting-type interregion code for prim/script crossingMelanie4-198/+0
2009-11-26Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie5-134/+91
internally
2009-11-26Improvements to rAdmin admin_shutdown and admin_restart. Both methods can ↵CasperW2-4/+86
now accept a parameter of noticetype = dialog in order to display a blue persistant dropdown instead of a short notice. Added an optional and configurable delay to the restart method, defaulting at 30 seconds as before. Both methods can also accept a noticetype = none dialog in order to act silently.
2009-11-26Remove the old remoting-type interregion code for prim/script crossingMelanie4-198/+0
2009-11-26Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie5-134/+91
internally
2009-11-26* Re-enable the AbsolutePosition = AbsolutePosition in the LSL_Api in the ↵Teravus Ovares (Dan Olivares)1-0/+12
SetRot method if the object is not active physical. This is important for scripted rotating doors. without AbsolutePosition = AbsolutePosition, the door won't rotate. It's also important that we do not use AbsolutePosition = AbsolutePosition if the object is active physical because that would cause a complete rebuild of the object which would break vehicles. This is the best of both worlds right now. Doors as child prim should work again so long as you don't check the Physical box. * Thanks talentraspel * Thanks NixNerd * Thanks KittoFlora * Thanks lockd
2009-11-26Added animation support for my last commitCasperW2-3/+3
2009-11-26Add nudge right and left to avatar movement (faster reaction times when ↵CasperW1-6/+14
stepping left or right.)
2009-11-25Add the dummy "Size" property to the list typeMelanie1-0/+5
2009-11-25Patch: Fix a bug in LAND animation when the TickCount wraps into negative ↵OpenSim Master1-2/+1
numbers by Mic Bowman Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2009-11-25minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)5-7/+44
2009-11-25Change osTeleportAgent parameters from long to int. That numerical range isMelanie3-5/+5
not even supported by the underlying type, so there is no need to ask for a type the script can not even supply.
2009-11-25Change osTeleportAgent parameters from long to int. That numerical range isMelanie3-5/+5
not even supported by the underlying type, so there is no need to ask for a type the script can not even supply.
2009-11-25Change chat config code so that enabled = false actually does disable the ↵Justin Clark-Casey (justincc)1-2/+3
chat module
2009-11-25minor: remove some mono compiler warnings, add --merge load oar switch to ↵Justin Clark-Casey (justincc)4-6/+7
help information
2009-11-25Implement oar mergingJustin Clark-Casey (justincc)1-6/+10
An oar can now be merged with existing region contents by using the --merge option For example, load oar --merge my.oar Existing terrain, region settings and parcel data is left in place when an oar is merged. See http://opensimulator.org/wiki/OpenSim_Archives#Usage for more information
2009-11-25Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ↵Justin Clark-Casey (justincc)1-1/+9
command line parsing
2009-11-25* Reverting last commit.. because it just made it worse.Teravus Ovares (Dan Olivares)2-9/+0
2009-11-25* Attempt number 1 to stop the repeating crouch animation that sometimes ↵Teravus Ovares (Dan Olivares)2-0/+9
happens. * This tries to address it by correcting one potential bug where it never resets the falltimer. * This tries to address it by telling Physics that we're not flying this step.. instead of waiting until the next step when the next agent update comes along.
2009-11-25Fixed animation sequencing: SitHere, Falling, Stand/Walk etc. Login InitKittoFlora2-16/+33
Av Animation at Stand.
2009-11-24Append a prefix to the god avatar names appearing in chat whilst in god mode ↵CasperW1-3/+8
(disabled by default, config entry admin_prefix)
2009-11-24Make load/save iar slightly better in the face of io failures by always ↵Justin Clark-Casey (justincc)2-63/+77
attempting to close the streams
2009-11-24make save and load oar slightly more robust by always closing the archive ↵Justin Clark-Casey (justincc)3-13/+30
streams even if there has been an error
2009-11-24minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-13/+17
2009-11-24pass all command parameters to load/save oar, not just the filenameJustin Clark-Casey (justincc)5-28/+49
unfortunately, these commands cannot yet be properly relocated to the region modules due to deficiencies in the region module infrastructure
2009-11-24Removed some extra debug chatterCasperW2-2/+1
2009-11-24Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim ↵CasperW8-481/+685
lock handler. This gives us: - Faster prim inventory actions. Multiple threads can read at once. - Fixes the known prim inventory thread locks - In the event of a thread lock occurring, it will usually self heal after sixty seconds with an error message in the console
2009-11-24minor: remove experimental tags from load iar and save iar commandsJustin Clark-Casey (justincc)1-2/+2
2009-11-23* This concludes the packet migrations from the big nasty switch into packet ↵Teravus Ovares (Dan Olivares)1-20/+1537
handler delegates.
2009-11-23* Moved 60 more packet handlers to Packet Handler Delegates.Teravus Ovares (Dan Olivares)1-21/+2055
2009-11-23Swap the locking of m_EventQueue and m_Script to ease locks on script ↵CasperW1-115/+119
inventory operations
2009-11-23Fixed nullrefsCasperW2-21/+29
2009-11-23Added some [DebuggerNonUserCode] modifiers to functions that throw ↵CasperW5-1/+15
EventAbortException() to ease debugging on Visual Studio
2009-11-23* Resolves mantis 4390 http://opensimulator.org/mantis/view.php?id=4390Teravus Ovares (Dan Olivares)1-1/+1
2009-11-23* Implements SQL Rollback support to Inventory Service for quicker backup ↵Adam Frisby1-0/+154
restoration. * Can optionally replace the OpenGridMode committed earlier. * Will create a series of incrementing restore SQL files, one per user, in folders listed per-day. * For MySql Section of InventoryService INI: rollback = "true" rollbackdir = "/absolute/path/to/rollback/storage/dir"
2009-11-23* Moved 40 more Packet handlers to the PacketDelegate and out of the 5000 ↵Teravus Ovares (Dan Olivares)1-6/+1104
line switch.
2009-11-23* Adds a modicum of additional checking to the Inventory Service (MySQL only)Adam Frisby1-5/+22
* Enable "opengridmode=true" in your Inventory Connector (where the mysql connection strings are) to enable if you are running a 'wide-open-grid'. * More comprehensive rollback support being implemented, should be available later today.