aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-23AutoBackup: Removed unneeded imports.Sean McNamara1-1/+0
2011-04-23Fix most issues raised by justincc: http://opensimulator.org/mantis/view.php?...Sean McNamara2-764/+854
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-9/+3
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+3
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+3
2011-04-12Fixup the global defaults config parsing code.Sean McNamara1-15/+25
2011-04-11Fix NREs harder.Sean McNamara1-16/+23
2011-04-11Fix some NREs on certain paths.Sean McNamara1-6/+22
2011-04-11AutoBackup: Support region-independent settings too.Sean McNamara1-57/+175
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-1/+1
2011-02-28Fix small bug with remove region; update settings docs.Sean McNamara1-6/+8
2011-02-28First pass at busy heuristics. Compile-tested only.Sean McNamara1-6/+63
2011-02-28Be smarter about stopping timers. Cleanup formatting.Sean McNamara1-277/+225
2011-02-26First working commit of AutoBackupModule.Sean McNamara1-11/+23
2011-02-25Start the timer. (Could it be that simple?)Sean McNamara1-0/+1
2011-02-25s/True/trueSean McNamara1-1/+1
2011-02-25Make timer auto-respawn.Sean McNamara1-3/+6
2011-02-25Config works, but timer isn't firing. Hmm.Sean McNamara1-5/+7
2011-02-25Try to fix config one more time.Sean McNamara1-11/+14
2011-02-19More relevant console messages, and maybe fix config problemSean McNamara1-19/+6
2011-02-19Fix an actual bug in the timer interval calculation (minutes -> msec)Sean McNamara1-3/+15
2011-02-19More debug messagesSean McNamara1-0/+10
2011-02-19Fix config source stuff harder (debug console prints only; no fix yet)Sean McNamara1-0/+11
2011-02-19Fix config source by taking it from InitializeSean McNamara1-1/+3
2011-02-19Add [Modules] option for unconditionally disabling entire module globally (fo...Sean McNamara1-1/+24
2011-02-19Let GetNextFile do all the string-building work for SEQUENTIAL.Sean McNamara1-1/+1
2011-02-19First cut of AutoBackupModule; only compile-tested so farSean McNamara1-0/+540
2011-02-05Honor check of m_Enabled in WorldViewModule.Diva Canto1-0/+3
2010-12-30Implement SendPlacesReplyMelanie1-0/+4
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)1-0/+4
2010-10-22Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-21Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-20Major refactoring of appearance handling.Master ScienceSim2-9/+9
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie2-3/+7
2010-10-06Convert worldview to GETMelanie1-7/+11
2010-10-06Change the URL /worldview to /worldview/<region id> to support multiregionMelanie2-3/+4
2010-10-06Convert the BMP to a JPEG image and return it. This should be testable.Melanie1-1/+7
2010-10-06Add the parameter plumbing and image generationMelanie2-2/+22
2010-10-06Add WOrldView request handler and plumbingMelanie2-0/+155
2010-10-06Add WorldView module skeletonMelanie1-0/+80
2010-10-04Formatting cleanup.Jeff Ames1-1/+1
2010-10-02So, the client can have an old idea of the object properties for the object w...Melanie1-0/+24
2010-10-02Reapplying the parts of the prior revert that were not derived from theMelanie1-2/+2
2010-10-02Revert "Forward-port 0.6 fix"Melanie1-2/+2
2010-09-30Forward-port 0.6 fixMelanie1-2/+2
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-2/+1
2010-08-16Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...Diva Canto1-0/+4
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-1/+1
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)1-9/+6