aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2-7/+30
2010-11-25Export the module interface for restartMelanie1-1/+2
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-1/+17
2010-11-25Finish the RestartModule and fix some bugs. Add new console commands:Melanie1-2/+60
2010-11-25Implement the restart moduleMelanie1-2/+113
2010-11-24Adding the skeleton for the restart moduleMelanie1-0/+93
2010-11-23Fix: Allow use of parameters without specifying a file path with command "sav...Marck1-1/+1
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2-3/+8
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto3-3/+27
2010-11-20Knock V0_2 decals off archive tests since they're misleadingJustin Clark-Casey (justincc)1-8/+8
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)3-3/+4
2010-11-20correct build break. for some reason, xbuild didn't rebuild test dllsJustin Clark-Casey (justincc)1-2/+2
2010-11-20Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)1-83/+119
2010-11-17Fix gesture and viewer preview sounds not playingMelanie1-7/+13
2010-11-10Remove a debug spamMelanie1-1/+0
2010-11-09Although the Allow Voice setting is per estate rather than per region,Melanie1-1/+3
2010-11-09Fix parcel bans to work only on the avatars they're supposed to work on inste...Melanie1-14/+15
2010-11-05Fix playing sound from HUDsMelanie1-2/+16
2010-11-05Fix attached sounds from HUDs erroneously being delivered to other avatarsMelanie1-0/+19
2010-11-02Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto2-16/+10
2010-10-30* AbsolutePosition.Get{} returns incorrect result for child prim so switch to...Teravus Ovares (Dan Olivares)1-1/+1
2010-10-29for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)1-1/+1
2010-10-27Formatting cleanup.Jeff Ames2-43/+20
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-2/+2
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-1/+1
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-1/+1
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-1/+1
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+1
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-1/+1
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+1
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
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