aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-25don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)1-3/+5
2010-06-11* Added a new method to IMapImageGenerator for getting the map tile before it...John Hurliman3-28/+32
2010-06-11Remove the lastmap stuff from the map module, also remove a bunch of commentsMelanie1-27/+1
2010-06-04remove pointless mock user account service since the real one can now be easi...Justin Clark-Casey (justincc)1-1/+1
2010-05-28minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)2-63/+65
2010-05-21Fix a problem where SceneGraph.AddSceneObject() would return false on success...Justin Clark-Casey (justincc)1-1/+0
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)4-38/+75
2010-05-21add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)2-3/+31
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2-0/+26
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-17/+14
2010-05-07Also remove sale and search flags on god owner change.Melanie1-0/+1
2010-05-07Remove land that is being abandoned from search. This is now consistent withMelanie1-0/+1
2010-05-06Ensure the show in search flag is cleared on ownership change. Also, whenMelanie2-1/+8
2010-05-04Add perms check to the teleport home client command handlers.Melanie Thielker1-0/+6
2010-05-04Strip estate message sending out from the estate management module andMelanie Thielker1-4/+10
2010-05-04make the events more useful by providing the source regionMelanie Thielker1-2/+2
2010-05-04Add events to the estate interface to let interested modules know ofMelanie Thielker1-0/+36
2010-05-04Allow reloading of estate settings into a running region. Move sun updateMelanie Thielker1-37/+3
2010-05-02* Untested Suggestion from lkalif to changeTeravus Ovares (Dan Olivares)1-1/+1
2010-04-30Fix some symbol errorsMelanie1-2/+2
2010-04-30Fix link security issueMelanie1-3/+3
2010-04-19If a transfer request is received for a task inventory item asset, then route...Justin Clark-Casey (justincc)1-6/+11
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-0/+1
2010-04-16minor: use the static ascii and utf8 encodings instead of instantiating our ownJustin Clark-Casey (justincc)1-6/+3
2010-04-16Add --skip-assets option to load oar.Justin Clark-Casey (justincc)3-24/+37
2010-04-05check group membership and powers with the groups module rather than just the...Justin Clark-Casey (justincc)1-12/+27
2010-03-20Fix a nullref in permissions when returning objects via right-clickMelanie1-2/+2
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-2/+2
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake7-144/+94
2010-03-18Flesh out the new permission methodMelanie1-4/+95
2010-03-18Unify a previous refactor of object return with the older solution. WeMelanie2-66/+7
2010-03-17Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake1-4/+2
2010-03-16Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman1-4/+3
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2-12/+25
2010-03-10Reintroduce a check that was dropped from permissionsMelanie1-1/+1
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames2-6/+6
2010-03-09Cache UserLevel in ScenePresence on SP creation. Change IsAdministratorMelanie1-0/+8
2010-03-09- parcel blocking, region crossing blocking, teleport blockingunknown2-10/+92
2010-03-09* Typo fixesJohn Hurliman1-4/+5
2010-02-26fix bug where region settings loaded via an oar (water height, terrain textur...Justin Clark-Casey (justincc)1-0/+2
2010-02-22Changed asset CreatorID to a stringJohn Hurliman4-4/+4
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman4-4/+5
2010-02-21One more test running.Diva Canto1-1/+1
2010-02-19forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)2-2/+26
2010-02-15Formatting cleanup.Jeff Ames2-13/+13
2010-02-14Revolution is on the roll again! :)Revolution2-4/+51
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-2/+2
2010-02-03minor: remove one mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2010-01-30* HGScene is no more.Diva Canto1-1/+0