| Commit message (Expand) | Author | Age | Files | Lines |
* | * Removed more compiler warnings, dead code, etc. | Adam Frisby | 2008-03-05 | 2 | -6/+0 |
* | Change SceneObjectPart.LocalID to .LocalId to be case matching | Sean Dague | 2008-03-05 | 7 | -37/+37 |
* | * New Terrain Module (disabled, search for 'usingTerrainModule = false' to re... | Adam Frisby | 2008-03-05 | 2 | -2/+2 |
* | this is probably just a band aid, but should at least | Sean Dague | 2008-03-04 | 1 | -3/+9 |
* | * One line fix to get everything working again. Essentially set the originR... | Teravus Ovares | 2008-03-04 | 1 | -1/+0 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 6 | -19/+754 |
* | * Applied patch 708 from devalnor. Thanks devalnor! | Teravus Ovares | 2008-03-03 | 2 | -8/+39 |
* | * Removed a bunch of compiler warnings. | Adam Frisby | 2008-03-03 | 1 | -1/+1 |
* | * Removed and sorted using clauses in a number of files. | Adam Frisby | 2008-03-03 | 2 | -3/+12 |
* | Change handler001 through handler009 to more | Charles Krinke | 2008-03-02 | 7 | -87/+87 |
* | Update names of handler010 through handler019 | Charles Krinke | 2008-03-02 | 1 | -36/+36 |
* | * This is a very icky implementation of physical linkset prim using fixed joi... | Teravus Ovares | 2008-03-02 | 3 | -4/+18 |
* | Rename handler020 through handler029 with more | Charles Krinke | 2008-03-02 | 1 | -28/+28 |
* | * Added a way for the friends module to definitively know if an avatar's root... | Teravus Ovares | 2008-02-28 | 2 | -1/+15 |
* | * OnSignificantClientMovement was never being called. So we got no land updat... | Teravus Ovares | 2008-02-28 | 1 | -1/+1 |
* | * Turned Friends Module into a shared module (to comply with Scene.AddXmlRPCH... | Teravus Ovares | 2008-02-27 | 1 | -1/+6 |
* | UserService.ClearAgent call is no longer made when a childagent connection is... | MW | 2008-02-27 | 1 | -6/+5 |
* | * Caught HttpListenerException and swallowed if with output | lbsa71 | 2008-02-25 | 1 | -2/+2 |
* | * Added Support within the ODEPlugin for Selected. Which means that; | Teravus Ovares | 2008-02-23 | 2 | -6/+22 |
* | * Converted the last of the events to the private delegate instance method to... | Teravus Ovares | 2008-02-22 | 1 | -18/+32 |
* | * Moved all events except gridcomms and regioncomms over to Event Delegate in... | Teravus Ovares | 2008-02-22 | 5 | -9/+21 |
* | * Moved the EventManager over to delegate instances to prevent race conditions. | Teravus Ovares | 2008-02-22 | 1 | -49/+104 |
* | * Properly guard against the possibility that CopyInventoryItem doesn't get a... | Justin Clarke Casey | 2008-02-20 | 1 | -5/+16 |
* | * Eliminate AssetCache.CopyAsset() | Justin Clarke Casey | 2008-02-20 | 1 | -32/+26 |
* | * Only count download requests for assets which are not already waiting for d... | Justin Clarke Casey | 2008-02-20 | 1 | -1/+1 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 12 | -23/+15 |
* | * Report 'asset not found' situations back to UserTextureDownloadService | Justin Clarke Casey | 2008-02-20 | 2 | -2/+7 |
* | * re-enabled AssetNotFound code | lbsa71 | 2008-02-20 | 1 | -77/+80 |
* | * Fixed xml loading bug (the xml was scheduled for update before added to a s... | lbsa71 | 2008-02-20 | 3 | -5/+3 |
* | * Cleanup of some memory consuming items on ScenePresence.Close(). | Teravus Ovares | 2008-02-20 | 3 | -9/+66 |
* | * Made a quickupdate method to run through only entities that have scheduled ... | Teravus Ovares | 2008-02-20 | 4 | -1/+55 |
* | * Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ... | Teravus Ovares | 2008-02-18 | 1 | -3/+9 |
* | * Thanks to Ahzz, more verbose error messages on the console and possibly a f... | Teravus Ovares | 2008-02-18 | 1 | -1/+8 |
* | Thank you very much Ahzzmandius for adding the support | Charles Krinke | 2008-02-18 | 2 | -0/+47 |
* | ODE: Tired of floating above the ground after crossing a border? Boy have I ... | Teravus Ovares | 2008-02-18 | 1 | -1/+1 |
* | * Located and destroyed the weird velocity and rotation transfers. It turned... | Teravus Ovares | 2008-02-17 | 1 | -4/+16 |
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 2008-02-16 | 4 | -53/+62 |
* | Some changes to remove some of the direct calls to CommsManager from Scene, s... | MW | 2008-02-16 | 3 | -8/+48 |
* | * ODE Stability update 4 :D | Teravus Ovares | 2008-02-15 | 3 | -23/+40 |
* | Resolve mantis #572 - terrain help printed multiple times when change-region ... | Justin Clarke Casey | 2008-02-15 | 1 | -0/+6 |
* | Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not b... | MW | 2008-02-15 | 1 | -0/+1 |
* | * Removed some catch-all-ignores from UDPServer in an attempt to look for #305. | Adam Frisby | 2008-02-14 | 1 | -0/+2 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 4 | -28/+23 |
* | * Exposed AddHandlers in response to mantis #534. Thanks, kmeisthax! | lbsa71 | 2008-02-14 | 1 | -4/+33 |
* | * Bigisn ODE Stability update 2 | Teravus Ovares | 2008-02-14 | 1 | -0/+7 |
* | * Make code fix to address prim rotation unlink issues (mantis 383, 454. 369) | Justin Clarke Casey | 2008-02-13 | 1 | -5/+16 |
* | * Removed a debug line that got called every frame. | Teravus Ovares | 2008-02-13 | 1 | -1/+1 |
* | * Made physical prim stable enough for the general population to turn on. (th... | Teravus Ovares | 2008-02-13 | 2 | -3/+17 |
* | Clean up more unnecessary String.Format calls | Jeff Ames | 2008-02-13 | 2 | -14/+9 |
* | * Clean up the agent's asset transactions when it is removed from the scene | Justin Clarke Casey | 2008-02-13 | 1 | -0/+2 |