aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-25* On Ray casting. Now returning the face normal of the collision face.Teravus Ovares1-2/+2
2008-03-25* Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa712-25/+4
2008-03-25* Committing some voice related caps with hard coded responses so more debugg...Teravus Ovares2-1/+102
2008-03-25Comment out unused private methods.Jeff Ames5-172/+181
2008-03-25Fix a couple more warnings.Jeff Ames1-3/+0
2008-03-24* Fix build break in last revision. Thanks to paulieFemto for pointing it out.Justin Clarke Casey1-4/+4
2008-03-24* Picky comment changeJustin Clarke Casey1-1/+1
2008-03-24* Create null limit strategyJustin Clarke Casey1-0/+42
2008-03-24* Refactor: Genericise request limit strategies and move to OpenSim.Framework...Justin Clarke Casey2-0/+181
2008-03-24XmlRpcCommand refactoringJohan Berntsson1-0/+13
2008-03-23* minor: check in the rest of a comment I forgot to finish off in the last re...Justin Clarke Casey1-1/+1
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey4-24/+69
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