| Commit message (Expand) | Author | Files | Lines |
2008-03-25 | * Remove old CAPS http listeners when a client logs out from a scene | Justin Clarke Casey | 1 | -21/+39 |
2008-03-25 | * On Ray casting. Now returning the face normal of the collision face. | Teravus Ovares | 1 | -2/+2 |
2008-03-25 | * Refactored out circular reference in Region.Environment <-> Framework.Data.... | lbsa71 | 2 | -25/+4 |
2008-03-25 | * Committing some voice related caps with hard coded responses so more debugg... | Teravus Ovares | 2 | -1/+102 |
2008-03-25 | Comment out unused private methods. | Jeff Ames | 5 | -172/+181 |
2008-03-25 | Fix a couple more warnings. | Jeff Ames | 1 | -3/+0 |
2008-03-24 | * Fix build break in last revision. Thanks to paulieFemto for pointing it out. | Justin Clarke Casey | 1 | -4/+4 |
2008-03-24 | * Picky comment change | Justin Clarke Casey | 1 | -1/+1 |
2008-03-24 | * Create null limit strategy | Justin Clarke Casey | 1 | -0/+42 |
2008-03-24 | * Refactor: Genericise request limit strategies and move to OpenSim.Framework... | Justin Clarke Casey | 2 | -0/+181 |
2008-03-24 | XmlRpcCommand refactoring | Johan Berntsson | 1 | -0/+13 |
2008-03-23 | * minor: check in the rest of a comment I forgot to finish off in the last re... | Justin Clarke Casey | 1 | -1/+1 |
2008-03-23 | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 4 | -24/+69 |
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 3 | -12/+9 |
2008-03-22 | Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). | alondria | 1 | -0/+1 |
2008-03-22 | * Catch the occasional resolution exception that comes out of SceneCommunicat... | Justin Clarke Casey | 2 | -2/+17 |
2008-03-21 | * If a client session requests the same texture more than n times (currently ... | Justin Clarke Casey | 1 | -0/+7 |
2008-03-21 | * Converted a large number of ASCII encodings to UTF8. | Adam Frisby | 2 | -2/+2 |
2008-03-20 | * First draft resolution of mantis 777, 734, 389 - scripts do not save in non... | Justin Clarke Casey | 4 | -26/+28 |
2008-03-20 | Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the pac... | MW | 2 | -2/+2 |
2008-03-20 | Another poxy patch which consists mainly of logging changes (some already com... | Justin Clarke Casey | 2 | -1/+7 |
2008-03-19 | Fixed some comparisons of LLUUIDs to null. | Jeff Ames | 2 | -5/+3 |
2008-03-18 | * Stop grid inventory network failures crashing the client session | Justin Clarke Casey | 1 | -0/+10 |
2008-03-18 | * Just inserting some exploratory comments into inventory code | Justin Clarke Casey | 2 | -0/+16 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 3 | -13/+13 |
2008-03-18 | * Applying Mantis Patch #518.2 - State not persisted in MySQL DataStore | Adam Frisby | 1 | -0/+35 |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 8 | -57/+36 |
2008-03-18 | Since we don't yet have a reliable way to release the lock that prevents a us... | Teravus Ovares | 2 | -2/+2 |
2008-03-18 | * Added the ability to type the partial name of a region in the start locatio... | Teravus Ovares | 8 | -0/+219 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 177 | -4966/+4839 |
2008-03-18 | Added copyright messages. Set svn:eol-style. Minor cleanup. | Jeff Ames | 1 | -1/+28 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 4 | -141/+111 |
2008-03-18 | Building on Joha's update... | Teravus Ovares | 1 | -3/+19 |
2008-03-18 | Last position will be stored in the DB on logout, and the avatar can continue... | Johan Berntsson | 4 | -11/+115 |
2008-03-17 | Replaced some magic PCode numbers with enum values. | Jeff Ames | 1 | -1/+5 |
2008-03-17 | Replaced some Console.WriteLine calls with writes to log. | Jeff Ames | 1 | -1/+4 |
2008-03-16 | Update svn properties. | Jeff Ames | 1 | -1623/+1623 |
2008-03-15 | Thank you kindly, Grumly57 for: | Charles Krinke | 2 | -1/+1624 |
2008-03-15 | Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should now... | MW | 3 | -17/+125 |
2008-03-15 | Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented ... | MW | 4 | -3/+129 |
2008-03-14 | Fix Mantis 636 | Sean Dague | 2 | -2/+2 |
2008-03-14 | * You can leave godmode if you want now. | Teravus Ovares | 1 | -1/+1 |
2008-03-13 | Just a few comments | Justin Clarke Casey | 1 | -4/+2 |
2008-03-13 | this is a believed fix for some of the MySQL races. Testing would | Sean Dague | 1 | -29/+24 |
2008-03-12 | * Add comments and slight corrections to ClientView.AgentTextureCached | Justin Clarke Casey | 2 | -4/+4 |
2008-03-12 | Applied patch from mantis #749, Grass now stays to set type when moved. thank... | MW | 1 | -1/+1 |
2008-03-12 | Applied patch from mantis #610, fixed invalid filenames with dump_assets_to_f... | MW | 2 | -27/+56 |
2008-03-12 | * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp... | Adam Frisby | 1 | -2/+1 |
2008-03-12 | better fix for 551, not sure why I missed this earlier | Sean Dague | 1 | -12/+10 |
2008-03-11 | Ensure resolution of mantis 113 | Sean Dague | 1 | -1/+3 |