aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-22minor: add some text to the oar abort messages on assets timeout to make it c...Justin Clark-Casey (justincc)1-1/+1
2010-10-20* additional serveruri cleanupJonathan Freedman1-1/+1
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+1
2010-10-17.NET automagical serialization of SOPs replaced by manual serialization acros...Diva Canto1-3/+7
2010-10-16Drop max oar loading version back to 0 from 1Justin Clark-Casey (justincc)1-1/+1
2010-10-16Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)2-7/+11
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)5-9/+31
2010-10-16Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)2-1/+23
2010-10-16save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)3-38/+41
2010-10-16Fix test break - TestSerializeXml2() still requires old-guids optionJustin Clark-Casey (justincc)1-3/+6
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto5-17/+28
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie2-10/+12
2010-10-06Convert the map image modules to new style modulesMelanie2-12/+40
2010-10-05Add the view generating method to the image generator interfaceMelanie1-0/+5
2010-10-05Revert an accidental default value changeMelanie1-1/+1
2010-10-05Patch to allow other cam angles. Not complete. Thanks, Antont.Melanie1-4/+14
2010-10-04Avoid throwing errors when adding existing meshes to the render sceneLatif Khalifa1-0/+6
2010-10-03Adapt to core changesMelanie1-1/+1
2010-10-03Addign the new / renamed files for previous commitMelanie8-0/+2655
2010-10-03Initial port of the Warp3D map tile rendererMelanie5-1290/+1
2010-10-02Reapplying the parts of the prior revert that were not derived from theMelanie1-1/+1
2010-10-02Revert "Forward-port 0.6 fix"Melanie1-13/+1
2010-09-30Forward-port 0.6 fixMelanie1-1/+13
2010-09-27Restrict top colliders / top scripts to estate managersMelanie1-0/+3
2010-09-26Consistency patch: use Path.Combine() instead of + and eliminate the needMelanie3-8/+9
2010-09-25Fix a minor economy issueMelanie1-1/+4
2010-09-21Fix a typoMelanie1-3/+3
2010-09-21Refactor script create permission into the perms moduleMelanie1-5/+23
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman3-16/+3
2010-09-12Formatting cleanup.Jeff Ames10-142/+137
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman5-6/+7
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-1/+4
2010-09-07If a scene object part UUID is changed (only possible when not in a scene), t...Justin Clark-Casey (justincc)1-1/+1
2010-09-06Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker1-3/+11
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-13/+0
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-1/+1
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2-2/+70
2010-08-30local commit with parcel media bitsJonathan Freedman2-2/+70
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2-285/+287
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)3-281/+291
2010-08-24Plumb the region type through to the ProductName field in estate messagesMelanie1-0/+1
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-3/+0
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)3-16/+16
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)1-2/+167
2010-08-13Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)1-0/+98
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)1-1/+8
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)1-2/+15
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+5
2010-08-03Simplify serialized version string. Change element capitalization for consis...Justin Clark-Casey (justincc)1-31/+45
2010-08-03get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)1-34/+0