| Commit message (Expand) | Author | Files | Lines |
2008-05-13 | * Committing meshmerizer patch from Dahlia. Thanks Dahlia! | Teravus Ovares | 1 | -185/+269 |
2008-05-12 | * Refactor: Creating grid login exceptions to try and break up a large method. | Justin Clarke Casey | 1 | -71/+109 |
2008-05-12 | * Committing sample IClientAPI2.cs | Adam Frisby | 1 | -0/+59 |
2008-05-12 | * Added some build warnings for Teravus. :) | Adam Frisby | 1 | -1/+11 |
2008-05-12 | my last patch didn't actually get the sun to possition correctly, but | Sean Dague | 1 | -3/+5 |
2008-05-12 | move the sun based on localtime instead of utc. Now it won't set for me at | Sean Dague | 1 | -4/+10 |
2008-05-12 | * Minor: Make some direct grid server console output into logged messages ins... | Justin Clarke Casey | 1 | -7/+10 |
2008-05-12 | Move animation handling from ScenePresence into its own class. | Jeff Ames | 3 | -152/+259 |
2008-05-12 | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 7 | -19/+40 |
2008-05-12 | * Minor: Change 'delete region' message to region logout message | Justin Clarke Casey | 1 | -1/+2 |
2008-05-12 | * Minor: Commenting out message detailing all individual map information disp... | Justin Clarke Casey | 1 | -2/+1 |
2008-05-12 | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 2 | -22/+30 |
2008-05-12 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -22/+53 |
2008-05-12 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2 | -8/+23 |
2008-05-12 | Thanks Melanie for a patch to stop sending unnecessary animation updates (bug... | Jeff Ames | 1 | -1/+3 |
2008-05-12 | Refactoring animation handling in ScenePresence. | Jeff Ames | 1 | -143/+101 |
2008-05-12 | Formatting cleanup. | Jeff Ames | 6 | -91/+66 |
2008-05-11 | Update svn properties. | Jeff Ames | 2 | -763/+763 |
2008-05-11 | * Un-break the NPC avatar.. you know.. the one that sits in your sim and ... | Teravus Ovares | 1 | -0/+5 |
2008-05-11 | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 5 | -8/+90 |
2008-05-11 | * Fixed null reference exception when rezzing an object from inventory with a... | Teravus Ovares | 1 | -1/+14 |
2008-05-11 | * Changed implicit string conversion to LSL_Types.LSLString in money event of... | Teravus Ovares | 3 | -3/+6 |
2008-05-11 | * Mantis #1127 - Patch to implement depreciated patches. Thanks middlelink! | Adam Frisby | 1 | -4/+36 |
2008-05-11 | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ... | Adam Frisby | 6 | -6/+781 |
2008-05-10 | * Refactored two more OutPackets. ObjectPropertiesFamily, and Object Propert... | Teravus Ovares | 4 | -58/+110 |
2008-05-10 | * More OutPacket refactors. | Teravus Ovares | 5 | -157/+29 |
2008-05-10 | * Two more OutPacket refactors. TextureSender. | Teravus Ovares | 4 | -21/+35 |
2008-05-10 | Refactored out a few warnings related to Adam's bane OutPacket | Teravus Ovares | 4 | -19/+49 |
2008-05-10 | * Experiment in Zerocoding. | Teravus Ovares | 6 | -13/+39 |
2008-05-09 | * Resolve mantis 1182. Doesn't actually implement llGiveInventoryList - mere... | Justin Clarke Casey | 3 | -4/+5 |
2008-05-09 | * Revert caps fetch inventory service back to UDP for now | Justin Clarke Casey | 1 | -2/+14 |
2008-05-09 | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 3 | -60/+58 |
2008-05-09 | m_logs always need to be private static readonly otherwise we | Sean Dague | 4 | -4/+4 |
2008-05-09 | *Land/Parcel upates are now correct with a significant movement by the Client | mingchen | 4 | -21/+19 |
2008-05-09 | * Removing console notifications of missing texture request sending (which ir... | Justin Clarke Casey | 1 | -4/+4 |
2008-05-09 | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2 | -0/+32 |
2008-05-09 | * Patch from Jed (DeepThink) - More optimisations for BulletX renderer. Trime... | Adam Frisby | 1 | -20/+29 |
2008-05-09 | Update svn properties. | Jeff Ames | 4 | -710/+710 |
2008-05-09 | * Minor: Insert utility function to format raw xml strings into indented xml ... | Justin Clarke Casey | 3 | -5/+42 |
2008-05-09 | * Restoring some initial inventory lookup polling delays in order to deal wit... | Justin Clarke Casey | 1 | -2/+2 |
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 6 | -47/+11 |
2008-05-09 | * Valid Sculpted prim now collide properly. | Teravus Ovares | 5 | -68/+209 |
2008-05-09 | Thank you, Melanie for a patch that helps conversion | Charles Krinke | 1 | -0/+15 |
2008-05-09 | Thank you, Melanie for a patch that: | Charles Krinke | 3 | -129/+129 |
2008-05-09 | * Minor tweak to TerrainChannel | Adam Frisby | 2 | -7/+8 |
2008-05-09 | * Applying Dahlia's Triangular hole in a cube peg patch. Fixes the hollow or... | Teravus Ovares | 1 | -3/+21 |
2008-05-09 | * Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ... | Teravus Ovares | 3 | -2/+253 |
2008-05-08 | * remove 2 warnings. | Teravus Ovares | 2 | -2/+1 |
2008-05-08 | *Added all the permission checks to the sceneexternalchecks and modified perm... | mingchen | 11 | -207/+658 |
2008-05-08 | * Committing an extra bit of permissions for attaching to ensure that the per... | Teravus Ovares | 2 | -35/+39 |