aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen3-12/+9
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-0/+1
2008-03-22* Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey2-2/+17
2008-03-21* If a client session requests the same texture more than n times (currently ...Justin Clarke Casey1-0/+7
2008-03-21* Converted a large number of ASCII encodings to UTF8.Adam Frisby2-2/+2
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey4-26/+28
2008-03-20Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the pac...MW2-2/+2
2008-03-20Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey2-1/+7
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames2-5/+3
2008-03-18* Stop grid inventory network failures crashing the client sessionJustin Clarke Casey1-0/+10
2008-03-18* Just inserting some exploratory comments into inventory codeJustin Clarke Casey2-0/+16
2008-03-18Formatting cleanup.Jeff Ames3-13/+13
2008-03-18* Applying Mantis Patch #518.2 - State not persisted in MySQL DataStoreAdam Frisby1-0/+35
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames8-57/+36
2008-03-18Since we don't yet have a reliable way to release the lock that prevents a us...Teravus Ovares2-2/+2
2008-03-18* Added the ability to type the partial name of a region in the start locatio...Teravus Ovares8-0/+219
2008-03-18Formatting cleanup.Jeff Ames177-4966/+4839
2008-03-18Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames1-1/+28
2008-03-18Formatting cleanup.Jeff Ames4-141/+111
2008-03-18Building on Joha's update...Teravus Ovares1-3/+19
2008-03-18Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson4-11/+115
2008-03-17Replaced some magic PCode numbers with enum values.Jeff Ames1-1/+5
2008-03-17Replaced some Console.WriteLine calls with writes to log.Jeff Ames1-1/+4
2008-03-16Update svn properties.Jeff Ames1-1623/+1623
2008-03-15Thank you kindly, Grumly57 for:Charles Krinke2-1/+1624
2008-03-15Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should now...MW3-17/+125
2008-03-15Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented ...MW4-3/+129
2008-03-14Fix Mantis 636Sean Dague2-2/+2
2008-03-14* You can leave godmode if you want now.Teravus Ovares1-1/+1
2008-03-13Just a few commentsJustin Clarke Casey1-4/+2
2008-03-13this is a believed fix for some of the MySQL races. Testing wouldSean Dague1-29/+24
2008-03-12* Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey2-4/+4
2008-03-12Applied patch from mantis #749, Grass now stays to set type when moved. thank...MW1-1/+1
2008-03-12Applied patch from mantis #610, fixed invalid filenames with dump_assets_to_f...MW2-27/+56
2008-03-12* Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp...Adam Frisby1-2/+1
2008-03-12better fix for 551, not sure why I missed this earlierSean Dague1-12/+10
2008-03-11Ensure resolution of mantis 113Sean Dague1-1/+3
2008-03-11get rid of artificial InventoryLock object in favor ofSean Dague1-18/+13
2008-03-11Attempted fix for http://opensimulator.org/mantis/view.php?id=551Sean Dague1-3/+0
2008-03-11* Very minor error message change in GridAssetClientJustin Clarke Casey1-3/+1
2008-03-11this fixes up the exponentially growing startup times causedSean Dague1-9/+8
2008-03-09* Added a hack-ish routine to add the State column to the primshapes table if...Teravus Ovares1-1/+11
2008-03-08Thank you kindly Grumly57 for a patch to solve:Charles Krinke2-0/+4
2008-03-07* Increase inventory description columns from 64 characters to 128Justin Clarke Casey2-2/+2
2008-03-07Fix to solve mantis 717 problem. Makes sure the region DB schema is up to dat...Johan Berntsson3-2/+26
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-0/+1
2008-03-05* Removed more compiler warnings, dead code, etc.Adam Frisby1-0/+2
2008-03-04* One line fix to get everything working again. Essentially set the originR...Teravus Ovares1-0/+1
2008-03-04Cleaned up a couple compiler warnings.Jeff Ames1-1/+0
2008-03-04Fixed a region split synchronization bugJohan Berntsson1-0/+11