aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW3-7/+7
2008-06-26WORK-IN-PRGRESS: beware of falling pieces and shifting Dr Scofield1-0/+53
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke1-0/+2
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-0/+11
2008-06-26Minor refactoring of POS. Adds a Util.Clamp(x, min, max) function.Jeff Ames1-0/+8
2008-06-25added the flag param to IClientAPI.SendMapBlockMW1-1/+1
2008-06-25first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM...MW1-1/+1
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-0/+42
2008-06-25make lots of properties virtual, which lets nhibernate doSean Dague5-106/+106
2008-06-25Mantis#1584. Thank you kindly, Lulurun for a patch that:Charles Krinke1-5/+8
2008-06-25further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield4-11/+126
2008-06-23* minor: Remove crusty old unused agent inventory classesJustin Clarke Casey2-256/+3
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey4-31/+29
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares1-0/+27
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares3-0/+47
2008-06-19Mantis#1572. Thank you kindly, Lulurun for a patch that addresses:Charles Krinke1-2/+6
2008-06-19Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke3-7/+9
2008-06-18* Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares3-68/+82
2008-06-18Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-16* Fix a bug in the archiver where I didn't realize a shape still needs its de...Justin Clarke Casey1-0/+5
2008-06-16* Enables binary data in BaseHttpServer with 'image' in content type.Teravus Ovares1-1/+10
2008-06-16* Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey1-23/+0
2008-06-15Change VersionInfo string fromCharles Krinke1-1/+1
2008-06-14Change VersionInfo string from:Charles Krinke1-1/+1
2008-06-14* minor: A few miscellaneous doc comments before I break and start on somethi...Justin Clarke Casey1-0/+2
2008-06-14* Start recording asset request failuresJustin Clarke Casey2-14/+27
2008-06-14* Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares1-0/+28
2008-06-13save_assets_to_file path shouldn't always assume uploaded Sean Dague1-1/+8
2008-06-13* refactor: catch asset service request exceptions at the AssetServerBase lev...Justin Clarke Casey2-26/+35
2008-06-13* minor: Print out uptime as well as stats in periodic diagnostics logging, s...Justin Clarke Casey2-6/+30
2008-06-13* minor: comment out confusing DefaultTimeout field in RestClient, which is c...Justin Clarke Casey1-1/+1
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2-13/+13
2008-06-12* Split the World Map code into a module.Teravus Ovares1-4/+5
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can overr...mingchen1-1/+1
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke3-1/+23
2008-06-11* Drop periodic stats logging back down to 60 minutes to reduce console spam. Justin Clarke Casey1-1/+1
2008-06-11* Add 'show info' command to all servers, which prints the directory in which...Justin Clarke Casey1-2/+16
2008-06-10* minor: Reduce statistic log snapshots to every 20 minutes to get more infor...Justin Clarke Casey1-1/+1
2008-06-10* minor: Report cache figures in rounded up KB instead of with decimal places...Justin Clarke Casey1-4/+4
2008-06-10* minor: Properly clear the pushed asset cache statistics where the clear-ass...Justin Clarke Casey3-1/+21
2008-06-10* If a server has statistics, print these out to the log every hour to get so...Justin Clarke Casey2-1/+22
2008-06-10Update svn properties.Jeff Ames1-51/+51
2008-06-10* Add memory currently allocated to OpenSim to 'show stats' statisticsJustin Clarke Casey4-6/+59
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames2-10/+8
2008-06-09*Fixed bug that caused failure when System.Console.Readline returns null (no ...mingchen1-2/+10
2008-06-06* This wraps the autopilot request to the client's sit response. An interes...Teravus Ovares1-0/+1
2008-06-06* Fixes incorrect message server startup promptTeravus Ovares1-1/+1
2008-06-06Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-05* This sends collision events to the script engine. Teravus Ovares1-0/+54
2008-06-04* adding XmppPresenceStanza and deserialization/reification supportDr Scofield4-6/+105