aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
Fix unreachable code due to typo in llDetectedGroup.
2008-09-10Thank you kindly, CMickeyB for a patch that adds aCharles Krinke1-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-09From: alan_webb@us.ibm.comSean Dague1-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 Frisby1-1/+7
* Please don't break the build. *fingers crossed*
2008-09-09Preserve link numbers when items are taken into inventory and re-rezzed.Melanie Thielker1-1/+6
2008-09-09Update svn properties, formatting cleanup.Jeff Ames21-671/+678
2008-09-08Fix an inventory naming regressionMelanie Thielker1-5/+2
2008-09-08Remove casting nastiness in LSL_ApiMelanie Thielker1-0/+4
2008-09-08Correct state handling and state event masks. Prims will now showMelanie Thielker1-1/+5
touch, pay, etc script states correctly.
2008-09-08Fix component order on a quaternion for the sit target. This causedMelanie Thielker1-1/+1
sit positions to be upside down until the script was reset.
2008-09-08fix: warnings from libomvDr Scofield4-1/+13
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker2-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-07Mantis #2142Melanie Thielker1-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 Ovares1-1/+1
quaternions are not communicative!
2008-09-07* minor: Clean up of logging messages to make following the client login ↵Justin Clarke Casey1-6/+2
process easier * documentation
2008-09-06* This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares1-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 crossingsTeravus Ovares1-0/+8
2008-09-06* Fixes a few type changes that caused the XML Format to break.Teravus Ovares2-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-06Mantis #2133Melanie Thielker5-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 JHurlimanTeravus Ovares106-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 #2079Justin Clarke Casey1-11/+19
* Thanks noralbion
2008-09-06* refactor: Make SOG itself responsible for checking whether it's already ↵Justin Clarke Casey2-12/+10
been deleted on an update request from the regular sweep
2008-09-06* minor: change hard tabs back to spaces in previous commitJustin Clarke Casey2-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 Casey3-19/+7
sweep occurs * Fold m_deleted and m_isDeleted together (ugh!)
2008-09-06* Remove lots of warnings from the CMS moduleJustin Clarke Casey6-12/+12
* Remove a few other miscellaneous warnings
2008-09-05* Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares1-0/+7
the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
2008-09-04added in find callsSean Dague1-2/+52
added logging of exceptions, which we'll get quite a few of at this point most likely
2008-09-04remove callsSean Dague1-2/+33
2008-09-04start in on an EntityList class so we can stop doing lots of manipulatingSean Dague1-0/+81
of Entities as a dictionary directly
2008-09-04fix some indentingSean Dague1-20/+20
2008-09-04minor fixesSean Dague1-1/+0
2008-09-04added rollback bit to the help menuSean Dague1-0/+1
2008-09-04add some stubbing for ini.example for CMS moduleSean Dague1-4/+4
2008-09-03Mantis #2111Melanie Thielker2-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-03add standard copyright headers for the projectSean Dague14-9/+387
2008-09-03remove non code filesSean Dague1-0/+0
2008-09-03narrange to do basic cleanup of the CMS moduleSean Dague14-2284/+2620
2008-09-03white space fixesSean Dague1-259/+259
2008-09-03come up nicer on startup if the opensim.ini section isn't thereSean Dague1-78/+78
2008-09-03type change from ChatFromViewerArgs -> OSChatMessage to line up with trunk.Sean Dague1-4/+4
2008-09-03Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague16-0/+2914
2008-09-03clean up and fixing a typo.Dr Scofield1-1/+1
2008-09-03Mantis#2105. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke1-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)
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2-24/+26
cleanup: warnings, readability
2008-09-02Change some chat output functions so that text is truncated atMelanie Thielker1-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.
2008-09-01Mantis #2072Melanie Thielker1-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.
2008-08-30* Pragma out deprecation warning and comment out to remove other warnings in ↵Justin Clarke Casey1-5/+7
the OGP module * Thanks to Teravus for the heads up on this.
2008-08-30* If a general alert message is sent out, only send it to avatars in the ↵Justin Clarke Casey1-4/+6
scene (not child agents). * This foxed me in the osgrid meeting last week
2008-08-30* Oops, add landmarks to region archive loading/savingJustin Clarke Casey2-1/+9
* Hopefully this will resolve mantis 2049
2008-08-30* squash some obvious warningsJustin Clarke Casey1-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)