Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-12 | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 1 | -3/+3 | |
display root and child agents (mantis #2171). | |||||
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2172 | Justin Clarke Casey | 2 | -13/+26 | |
* Patch attached that adds the check for uninitialized appearance when inventory items are received and processed. Also attempts to ensure that appearance is initialized even when the profile cache has not been built. * This will not fix the race condition, but should at least remove the unhandled exception that is being reported in Mantis 0002126. * Thanks cmickeyb | |||||
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 3 | -0/+18 | |
* Force ClickAction persistence even if other object properties are not edited * Thanks nlin! | |||||
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 3 | -6/+14 | |
* This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch. | |||||
2008-09-12 | * Move the ResetChildPrimPhysics() calls to after physics have been applied ↵ | Justin Clarke Casey | 1 | -5/+5 | |
to the parts rather than after each individual part * From looking at the code there shouldn't be any difference, and this appears to speed up prim loading and make a certain failure case (where prims seem to be going out of bounds on startup) less of a problem. * However, if I've been bad please revert this patch | |||||
2008-09-12 | * minor: various doc and tidy up, logging increase to make it clearer which ↵ | Justin Clarke Casey | 3 | -37/+80 | |
prim is failing a border crossing | |||||
2008-09-11 | * This updates the OGP module to support both the revision 2 and revision 3 ↵ | Teravus Ovares | 1 | -10/+64 | |
of the OGP protocol. (Assuming I understood it correctly) * This also removes the host--> ip pre-resolve workaround. | |||||
2008-09-10 | Revert the two debug log statements from r6212 as described in Mantis 2126. | Charles Krinke | 1 | -14/+0 | |
2008-09-10 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
Fix unreachable code due to typo in llDetectedGroup. | |||||
2008-09-10 | Thank you kindly, CMickeyB for a patch that adds a | Charles Krinke | 1 | -0/+14 | |
couple of debug statements for null items while we diagnose our interrmittent inventory issues. I looked at this and it seems helpful to others. We can back it later if desired. | |||||
2008-09-09 | From: alan_webb@us.ibm.com | Sean Dague | 1 | -1/+4 | |
Make CHANGED constants consistent with LSL, and consistent across the code base | |||||
2008-09-09 | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 1 | -1/+7 | |
* Please don't break the build. *fingers crossed* | |||||
2008-09-09 | Preserve link numbers when items are taken into inventory and re-rezzed. | Melanie Thielker | 1 | -1/+6 | |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 21 | -671/+678 | |
2008-09-08 | Fix an inventory naming regression | Melanie Thielker | 1 | -5/+2 | |
2008-09-08 | Remove casting nastiness in LSL_Api | Melanie Thielker | 1 | -0/+4 | |
2008-09-08 | Correct state handling and state event masks. Prims will now show | Melanie Thielker | 1 | -1/+5 | |
touch, pay, etc script states correctly. | |||||
2008-09-08 | Fix component order on a quaternion for the sit target. This caused | Melanie Thielker | 1 | -1/+1 | |
sit positions to be upside down until the script was reset. | |||||
2008-09-08 | fix: warnings from libomv | Dr Scofield | 4 | -1/+13 | |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 2 | -3/+14 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-09-07 | Mantis #2142 | Melanie Thielker | 1 | -1/+1 | |
Thank you, HomerHorwitz, for a patch that fixes landmark teleport and about landmarks with the new OMV types. | |||||
2008-09-07 | * Fixes linking using the new types. | Teravus Ovares | 1 | -1/+1 | |
quaternions are not communicative! | |||||
2008-09-07 | * minor: Clean up of logging messages to make following the client login ↵ | Justin Clarke Casey | 1 | -6/+2 | |
process easier * documentation | |||||
2008-09-06 | * This changes gridcomms types back to our home grown wholy controlled types. | Teravus Ovares | 1 | -5/+5 | |
* These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them. * This might introduce a map issue. Still checking it out. | |||||
2008-09-06 | * Addresses the same issue as last commit on SceneObjectGroup border crossings | Teravus Ovares | 1 | -0/+8 | |
2008-09-06 | * Fixes a few type changes that caused the XML Format to break. | Teravus Ovares | 2 | -1/+7 | |
* Testers, please try rezzing your inventory on this revision and sending me feedback in mantis. * Users, it's not time to update yet. The dust still hasn't settled. | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 5 | -7/+7 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 106 | -2607/+2445 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-09-06 | * Add SampleMoneyModule patch from mantis #2079 | Justin Clarke Casey | 1 | -11/+19 | |
* Thanks noralbion | |||||
2008-09-06 | * refactor: Make SOG itself responsible for checking whether it's already ↵ | Justin Clarke Casey | 2 | -12/+10 | |
been deleted on an update request from the regular sweep | |||||
2008-09-06 | * minor: change hard tabs back to spaces in previous commit | Justin Clarke Casey | 2 | -3/+3 | |
* my excuse is that I hadn't used this monodevelop exe before... | |||||
2008-09-06 | * Fix mantis 2130 - nre occuring sometimes when the regular prim update ↵ | Justin Clarke Casey | 3 | -19/+7 | |
sweep occurs * Fold m_deleted and m_isDeleted together (ugh!) | |||||
2008-09-06 | * Remove lots of warnings from the CMS module | Justin Clarke Casey | 6 | -12/+12 | |
* Remove a few other miscellaneous warnings | |||||
2008-09-05 | * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵ | Teravus Ovares | 1 | -0/+7 | |
the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix | |||||
2008-09-04 | added in find calls | Sean Dague | 1 | -2/+52 | |
added logging of exceptions, which we'll get quite a few of at this point most likely | |||||
2008-09-04 | remove calls | Sean Dague | 1 | -2/+33 | |
2008-09-04 | start in on an EntityList class so we can stop doing lots of manipulating | Sean Dague | 1 | -0/+81 | |
of Entities as a dictionary directly | |||||
2008-09-04 | fix some indenting | Sean Dague | 1 | -20/+20 | |
2008-09-04 | minor fixes | Sean Dague | 1 | -1/+0 | |
2008-09-04 | added rollback bit to the help menu | Sean Dague | 1 | -0/+1 | |
2008-09-04 | add some stubbing for ini.example for CMS module | Sean Dague | 1 | -4/+4 | |
2008-09-03 | Mantis #2111 | Melanie Thielker | 2 | -2/+26 | |
Eliminate gretuitious KillObject packets. KillObject is sent to the viewer for the root part only. Also prevents the full update on deselect that makes a deleted object reappear and stay visible until the background deleter got around to it. We still send 2 KillObject packets for the root prim, that could be avoided only at a cost in reliability. One packet seems an acceptable price to pay for consistency. | |||||
2008-09-03 | add standard copyright headers for the project | Sean Dague | 14 | -9/+387 | |
2008-09-03 | remove non code files | Sean Dague | 1 | -0/+0 | |
2008-09-03 | narrange to do basic cleanup of the CMS module | Sean Dague | 14 | -2284/+2620 | |
2008-09-03 | white space fixes | Sean Dague | 1 | -259/+259 | |
2008-09-03 | come up nicer on startup if the opensim.ini section isn't there | Sean Dague | 1 | -78/+78 | |
2008-09-03 | type change from ChatFromViewerArgs -> OSChatMessage to line up with trunk. | Sean Dague | 1 | -4/+4 | |
2008-09-03 | Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim | Sean Dague | 16 | -0/+2914 | |
2008-09-03 | clean up and fixing a typo. | Dr Scofield | 1 | -1/+1 | |