Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-12-08 | Correct AbsolutePosition calculation | KittoFlora | 1 | -1/+2 | |
2009-12-06 | Fix linked physical daughter prim position update. | KittoFlora | 2 | -5/+14 | |
2009-12-05 | Secnond revision of Sit and Stand for unscripted prims; Comment out | KittoFlora | 4 | -122/+156 | |
spammy debug messages in Interregion.... | |||||
2009-11-26 | First attempt at mult-sit on large single prims. | KittoFlora | 1 | -33/+58 | |
2009-11-26 | Remove OS version crap from about dialog | Melanie | 1 | -13/+13 | |
2009-11-26 | Update CM version | Melanie | 1 | -1/+1 | |
2009-11-26 | Bump 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-26 | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 1 | -1/+8 | |
2009-11-26 | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 7 | -0/+61 | |
2009-11-26 | Fix a small bug. Trusted script crossings now work again | Melanie | 1 | -1/+1 | |
2009-11-26 | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 14 | -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-26 | minor: reduce region ready logging verbosity | Justin Clark-Casey (justincc) | 1 | -5/+4 | |
2009-11-26 | Resolve issue where an iar load fails to preserve original item creators | Justin 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-26 | Remove the old remoting-type interregion code for prim/script crossing | Melanie | 4 | -198/+0 | |
2009-11-26 | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 5 | -134/+91 | |
internally | |||||
2009-11-26 | Improvements to rAdmin admin_shutdown and admin_restart. Both methods can ↵ | CasperW | 2 | -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-26 | Remove the old remoting-type interregion code for prim/script crossing | Melanie | 4 | -198/+0 | |
2009-11-26 | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 5 | -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-26 | Added animation support for my last commit | CasperW | 2 | -3/+3 | |
2009-11-26 | Add nudge right and left to avatar movement (faster reaction times when ↵ | CasperW | 1 | -6/+14 | |
stepping left or right.) | |||||
2009-11-25 | Add the dummy "Size" property to the list type | Melanie | 1 | -0/+5 | |
2009-11-25 | Patch: Fix a bug in LAND animation when the TickCount wraps into negative ↵ | OpenSim Master | 1 | -2/+1 | |
numbers by Mic Bowman Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com> | |||||
2009-11-25 | minor: add doc to a few parcel methods | Justin Clark-Casey (justincc) | 5 | -7/+44 | |
2009-11-25 | Change osTeleportAgent parameters from long to int. That numerical range is | Melanie | 3 | -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-25 | Change osTeleportAgent parameters from long to int. That numerical range is | Melanie | 3 | -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-25 | Change chat config code so that enabled = false actually does disable the ↵ | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
chat module | |||||
2009-11-25 | minor: remove some mono compiler warnings, add --merge load oar switch to ↵ | Justin Clark-Casey (justincc) | 4 | -6/+7 | |
help information | |||||
2009-11-25 | Implement oar merging | Justin 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-25 | Add 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-25 | Fixed animation sequencing: SitHere, Falling, Stand/Walk etc. Login Init | KittoFlora | 2 | -16/+33 | |
Av Animation at Stand. | |||||
2009-11-24 | Append a prefix to the god avatar names appearing in chat whilst in god mode ↵ | CasperW | 1 | -3/+8 | |
(disabled by default, config entry admin_prefix) | |||||
2009-11-24 | Make 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-24 | make 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-24 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -13/+17 | |
2009-11-24 | pass all command parameters to load/save oar, not just the filename | Justin 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-24 | Removed some extra debug chatter | CasperW | 2 | -2/+1 | |
2009-11-24 | Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim ↵ | CasperW | 8 | -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-24 | minor: remove experimental tags from load iar and save iar commands | Justin 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-23 | Swap the locking of m_EventQueue and m_Script to ease locks on script ↵ | CasperW | 1 | -115/+119 | |
inventory operations | |||||
2009-11-23 | Fixed nullrefs | CasperW | 2 | -21/+29 | |
2009-11-23 | Added some [DebuggerNonUserCode] modifiers to functions that throw ↵ | CasperW | 5 | -1/+15 | |
EventAbortException() to ease debugging on Visual Studio | |||||
2009-11-23 | * Resolves mantis 4390 http://opensimulator.org/mantis/view.php?id=4390 | Teravus Ovares (Dan Olivares) | 1 | -1/+1 | |
2009-11-23 | * Implements SQL Rollback support to Inventory Service for quicker backup ↵ | Adam Frisby | 1 | -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 Frisby | 1 | -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. |