| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * For your fragging desire, damage enabled land works, but watch out!, life d... | Teravus Ovares | 2008-05-03 | 1 | -1/+55 |
* | * More refactorings of UDPServer. | Adam Frisby | 2008-05-02 | 1 | -1/+1 |
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -748/+754 |
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 1 | -754/+748 |
* | * Single Attachments now work from inventory. You can attach from inventory ... | Teravus Ovares | 2008-04-27 | 1 | -0/+10 |
* | Minor svn, formatting cleanup. | Jeff Ames | 2008-04-27 | 1 | -4/+0 |
* | * Ooops, attachments now teleport/cross region borders along with your avatar... | Teravus Ovares | 2008-04-26 | 1 | -2/+41 |
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 1 | -64/+64 |
* | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 2008-04-23 | 1 | -47/+91 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -10/+10 |
* | * Applying melanie's Landmark patch. Thanks Melanie! | Teravus Ovares | 2008-04-16 | 1 | -0/+4 |
* | refactor: eliminate method in UserProfileCacheService | Justin Clarke Casey | 2008-04-11 | 1 | -1/+1 |
* | * Updating the version of the ODE library. (big update). The Mac library nee... | Teravus Ovares | 2008-04-02 | 1 | -0/+2 |
* | * Massaging CAPS setup/teardown log messages | Justin Clarke Casey | 2008-03-25 | 1 | -1/+1 |
* | * Tear down CAPS and http handlers when an agent leaves a region (via crossin... | Justin Clarke Casey | 2008-03-25 | 1 | -3/+12 |
* | * Clean up Scene.AddCapsHandler(). There was a race condition warning, but I... | Justin Clarke Casey | 2008-03-24 | 1 | -0/+8 |
* | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 2008-03-23 | 1 | -2/+2 |
* | *Moved LandManagement into its own region module (spiffy!) | mingchen | 2008-03-22 | 1 | -2/+2 |
* | * First draft resolution of mantis 777, 734, 389 - scripts do not save in non... | Justin Clarke Casey | 2008-03-20 | 1 | -1/+10 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -61/+59 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
* | * The rest of the fix necessary for mantis #766 - terse updates broken | Justin Clarke Casey | 2008-03-14 | 1 | -9/+3 |
* | * As yet incomplete fix for mantis #766 - terse updates broken | Justin Clarke Casey | 2008-03-14 | 1 | -1/+9 |
* | * You can leave godmode if you want now. | Teravus Ovares | 2008-03-14 | 1 | -2/+12 |
* | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 2008-03-14 | 1 | -0/+1 |
* | * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp... | Justin Clarke Casey | 2008-03-13 | 1 | -10/+20 |
* | * Removed more compiler warnings, dead code, etc. | Adam Frisby | 2008-03-05 | 1 | -2/+0 |
* | Change SceneObjectPart.LocalID to .LocalId to be case matching | Sean Dague | 2008-03-05 | 1 | -1/+1 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 1 | -4/+412 |
* | Change handler001 through handler009 to more | Charles Krinke | 2008-03-02 | 1 | -4/+4 |
* | * Added a way for the friends module to definitively know if an avatar's root... | Teravus Ovares | 2008-02-28 | 1 | -1/+1 |
* | * OnSignificantClientMovement was never being called. So we got no land updat... | Teravus Ovares | 2008-02-28 | 1 | -1/+1 |
* | * Moved all events except gridcomms and regioncomms over to Event Delegate in... | Teravus Ovares | 2008-02-22 | 1 | -2/+5 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -10/+2 |
* | * Cleanup of some memory consuming items on ScenePresence.Close(). | Teravus Ovares | 2008-02-20 | 1 | -0/+23 |
* | * 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 |
* | 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 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -14/+9 |
* | * Made physical prim stable enough for the general population to turn on. (th... | Teravus Ovares | 2008-02-13 | 1 | -2/+16 |
* | * A bunch of updates to make things more smooth. | Teravus Ovares | 2008-02-12 | 1 | -1/+1 |
* | * Changed child_get_tasks to see_into_this_sim_from_neighbor. | Teravus Ovares | 2008-02-11 | 1 | -3/+3 |
* | * In the most basic situations, ClientView and ScenePresence no longer leak m... | Justin Clarke Casey | 2008-02-09 | 1 | -4/+4 |
* | Still chasing logout memory leak. Putting in small changes and temporary lig... | Justin Clarke Casey | 2008-02-08 | 1 | -1/+1 |
* | * Fix: Send Parcel data on region crossing. | Teravus Ovares | 2008-02-08 | 1 | -0/+2 |
* | * This update contains a bucket-full of network optimizations. | Teravus Ovares | 2008-02-07 | 1 | -1/+2 |
* | * Chasing down memory leak where memory used by a client is not returned on c... | Justin Clarke Casey | 2008-02-06 | 1 | -1/+6 |
* | Consolidated LoadAnims and AvatarAnimations constructor. | Jeff Ames | 2008-02-06 | 1 | -14/+2 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -6/+8 |