aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-313-3/+144
* * Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey2008-01-301-8/+23
* * Print out exception information when a mysql asset fetch failsJustin Clarke Casey2008-01-301-16/+29
* * Insert 'assets served per hour' speed to asset server statsJustin Clarke Casey2008-01-301-6/+15
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-282-4/+42
* * Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey2008-01-281-0/+82
* Set svn properties.Jeff Ames2008-01-261-0/+0
* * Add missed out evn:eol-style nativeJustin Clarke Casey2008-01-251-43/+43
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-253-2/+149
* * Reinsert 3 second land loading delay of r3132 accidentally removed in r3141.Justin Clarke Casey2008-01-241-0/+3
* * Added ReadEtcIssue to Util Teravus Ovares2008-01-231-0/+22
* put the number in front of the migrations to make them easier to deal withSean Dague2008-01-234-0/+0
* * Changing log messages to use 24 hour clock rather than 12 hour - hope nobod...Justin Clarke Casey2008-01-231-2/+2
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-222-0/+6
* * Shutting down child agents properly in neighbor regions.Teravus Ovares2008-01-214-3/+19
* * Following on from sdague's r3144, commenting out other parts of TribalMediaJustin Clarke Casey2008-01-216-1/+14
* * Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey2008-01-212-135/+64
* comment out use of the TribalMedia data mapper layerSean Dague2008-01-211-1/+1
* Method renameJustin Clarke Casey2008-01-212-2/+2
* Properly lock new separate database accessesJustin Clarke Casey2008-01-212-111/+117
* * Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey2008-01-212-104/+77
* Add additional mainlog data to LogOffUserCharles Krinke2008-01-211-1/+2
* * Stopped Physical Object saving on SQLite got commented out in my last commi...Teravus Ovares2008-01-211-3/+3
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-209-25/+65
* Graceful failure of teleport to unavailable regions might actually work now.Brian McBee2008-01-201-0/+2
* Check if remote simulator is up before attempting teleport. Teleport to a rem...Brian McBee2008-01-201-1/+1
* Tedds temp fix for startup crash: Waiting 3 seconds for stuff to catch up. (S...Tedd Hansen2008-01-201-0/+2
* Most is back in its original state :) Hope I didn't break anything... *looks ...Tedd Hansen2008-01-191-7/+0
* That didn't work -- added more debuggingTedd Hansen2008-01-191-19/+8
* That didn't work, trying with TableAdapter.FillSchema(DataSet, SchemaType.Sou...Tedd Hansen2008-01-191-4/+26
* Removed mega-debugging.Tedd Hansen2008-01-191-26/+7
* removed additional debugging, added temp mega-debugging to StoreLandObjectTedd Hansen2008-01-191-0/+19
* checking return code may make failed teleports fail more gracefully.Brian McBee2008-01-191-0/+5
* Still hunting, added debug outputTedd Hansen2008-01-191-1/+1
* Still looking for that startup crash bug. Added some exception handling in pr...Tedd Hansen2008-01-191-52/+59
* parametrize like clauses for avatar pickerSean Dague2008-01-171-18/+23
* * More prim inventory synchronizationJustin Clarke Casey2008-01-162-30/+36
* * Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey2008-01-161-15/+46
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-163-103/+193
* * added missing using clauselbsa712008-01-161-0/+1
* * More work on getting the database framework to actually worklbsa712008-01-166-15/+15
* * Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt...Teravus Ovares2008-01-161-0/+3
* * Restore non dash asset UUID persistence which was made dashed in r3069Justin Clarke Casey2008-01-151-6/+6
* Set svn:eol-style.Jeff Ames2008-01-151-17/+17
* * Renamed a bunch of Data baseclasses for clarity and readabilitylbsa712008-01-154-7/+7
* * Some morw work on specializing the database framework for OpenSimlbsa712008-01-153-3/+21
* * Mother of all commits:Adam Frisby2008-01-1557-282/+465
* Set svn:eol-style.Jeff Ames2008-01-145-301/+301
* * Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper to...lbsa712008-01-145-0/+302
* my Exists check was slow and wrong. This fixes issues peopleSean Dague2008-01-141-5/+24