aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-101-1/+1
| | | | | Fix unreachable code due to typo in llDetectedGroup.
* Thank you kindly, CMickeyB for a patch that adds aCharles Krinke2008-09-101-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.
* From: alan_webb@us.ibm.comSean Dague2008-09-091-1/+4
| | | | | | | Make CHANGED constants consistent with LSL, and consistent across the code base
* * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI.Adam Frisby2008-09-091-1/+7
| | | | | * Please don't break the build. *fingers crossed*
* Preserve link numbers when items are taken into inventory and re-rezzed.Melanie Thielker2008-09-091-1/+6
|
* Update svn properties, formatting cleanup.Jeff Ames2008-09-0921-671/+678
|
* Fix an inventory naming regressionMelanie Thielker2008-09-081-5/+2
|
* Remove casting nastiness in LSL_ApiMelanie Thielker2008-09-081-0/+4
|
* Correct state handling and state event masks. Prims will now showMelanie Thielker2008-09-081-1/+5
| | | | | | touch, pay, etc script states correctly.
* Fix component order on a quaternion for the sit target. This causedMelanie Thielker2008-09-081-1/+1
| | | | | | sit positions to be upside down until the script was reset.
* fix: warnings from libomvDr Scofield2008-09-084-1/+13
|
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-082-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.
* Mantis #2142Melanie Thielker2008-09-071-1/+1
| | | | | | | Thank you, HomerHorwitz, for a patch that fixes landmark teleport and about landmarks with the new OMV types.
* * Fixes linking using the new types.Teravus Ovares2008-09-071-1/+1
| | | | | quaternions are not communicative!
* * minor: Clean up of logging messages to make following the client login ↵Justin Clarke Casey2008-09-071-6/+2
| | | | | | | | process easier * documentation
* * This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2008-09-061-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.
* * Addresses the same issue as last commit on SceneObjectGroup border crossingsTeravus Ovares2008-09-061-0/+8
|
* * Fixes a few type changes that caused the XML Format to break.Teravus Ovares2008-09-062-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.
* Mantis #2133Melanie Thielker2008-09-065-7/+7
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-06106-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.
* * Add SampleMoneyModule patch from mantis #2079Justin Clarke Casey2008-09-061-11/+19
| | | | | | * Thanks noralbion
* * refactor: Make SOG itself responsible for checking whether it's already ↵Justin Clarke Casey2008-09-062-12/+10
| | | | been deleted on an update request from the regular sweep
* * minor: change hard tabs back to spaces in previous commitJustin Clarke Casey2008-09-062-3/+3
| | | | | | * my excuse is that I hadn't used this monodevelop exe before...
* * Fix mantis 2130 - nre occuring sometimes when the regular prim update ↵Justin Clarke Casey2008-09-063-19/+7
| | | | | | | | sweep occurs * Fold m_deleted and m_isDeleted together (ugh!)
* * Remove lots of warnings from the CMS moduleJustin Clarke Casey2008-09-066-12/+12
| | | | | | * Remove a few other miscellaneous warnings
* * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares2008-09-051-0/+7
| | | | the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
* added in find callsSean Dague2008-09-041-2/+52
| | | | | | | added logging of exceptions, which we'll get quite a few of at this point most likely
* remove callsSean Dague2008-09-041-2/+33
|
* start in on an EntityList class so we can stop doing lots of manipulatingSean Dague2008-09-041-0/+81
| | | | | | of Entities as a dictionary directly
* fix some indentingSean Dague2008-09-041-20/+20
|
* minor fixesSean Dague2008-09-041-1/+0
|
* added rollback bit to the help menuSean Dague2008-09-041-0/+1
|
* add some stubbing for ini.example for CMS moduleSean Dague2008-09-041-4/+4
|
* Mantis #2111Melanie Thielker2008-09-032-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.
* add standard copyright headers for the projectSean Dague2008-09-0314-9/+387
|
* remove non code filesSean Dague2008-09-031-0/+0
|
* narrange to do basic cleanup of the CMS moduleSean Dague2008-09-0314-2284/+2620
|
* white space fixesSean Dague2008-09-031-259/+259
|
* come up nicer on startup if the opensim.ini section isn't thereSean Dague2008-09-031-78/+78
|
* type change from ChatFromViewerArgs -> OSChatMessage to line up with trunk.Sean Dague2008-09-031-4/+4
|
* Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague2008-09-0316-0/+2914
|
* clean up and fixing a typo.Dr Scofield2008-09-031-1/+1
|
* Mantis#2105. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke2008-09-031-0/+13
| | | | | | | | | Due to the many problems with not cleaned up child-agents, I thought it might make sense to be able to see them on the console. 'show users' on the region-server's console now outputs root- and child-agents (with "root" or "child" column)
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-022-24/+26
| | | | | | cleanup: warnings, readability
* Change some chat output functions so that text is truncated atMelanie Thielker2008-09-021-1/+4
| | | | | | | | 1000 chars to avoid the exception thrown by libomv at 1100 chars. Change string->int conversion so it copes with non-numeric chars after the number and no longer uses a float to parse the value.
* Mantis #2072Melanie Thielker2008-09-011-1/+14
| | | | | | | Griefer protection! When running without serverside permissions, let only the owner edit attachments. Having everyone able to do it just isn't right.
* * Pragma out deprecation warning and comment out to remove other warnings in ↵Justin Clarke Casey2008-08-301-5/+7
| | | | | | | | the OGP module * Thanks to Teravus for the heads up on this.
* * If a general alert message is sent out, only send it to avatars in the ↵Justin Clarke Casey2008-08-301-4/+6
| | | | | | | | scene (not child agents). * This foxed me in the osgrid meeting last week
* * Oops, add landmarks to region archive loading/savingJustin Clarke Casey2008-08-302-1/+9
| | | | | | * Hopefully this will resolve mantis 2049
* * squash some obvious warningsJustin Clarke Casey2008-08-301-1/+1
| | | | | | | * a couple more remain that preferably the original coders should look at in more detail (obsolete warnings in the ogp module and not overriding warnings in the script engine)