Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fixed deleting prim. | Teravus Ovares | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | * Fixed situations where objects would jump back or scale incorrectly with ↵ | Teravus Ovares | 2008-05-14 | 1 | -1/+1 | |
| | | | | | | | Scale both sides checked. * This probably makes build tools work again. yay. | |||||
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -2/+2 | |
| | | | | | | Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly) | |||||
* | * Applying patch from Melanie to expose godlevel to modules. | Adam Frisby | 2008-05-14 | 1 | -0/+5 | |
| | ||||||
* | * Applying patches from Melanie to cover permissions module. Thanks! | Adam Frisby | 2008-05-14 | 2 | -0/+15 | |
| | ||||||
* | * Added standard copyright and removed un-necessary using of ↵ | Teravus Ovares | 2008-05-14 | 1 | -1/+0 | |
| | | | | libsecondlife.Packets | |||||
* | * Adding the very bare minimum for the client to register user as having the ↵ | Teravus Ovares | 2008-05-14 | 2 | -38/+15 | |
| | | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets. | |||||
* | Applied Patch mantis 1220. Implements llGetStartParameter. Thanks! | Teravus Ovares | 2008-05-14 | 2 | -0/+15 | |
| | ||||||
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -3/+6 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 11 | -56/+51 | |
| | ||||||
* | * Added 3 warnings in response to the warnings. Adam, read the warnings. | Teravus Ovares | 2008-05-14 | 1 | -0/+1 | |
| | ||||||
* | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 2008-05-14 | 3 | -25/+17 | |
| | | | | | * Down to 65 warnings. | |||||
* | * Removed 19 warnings | Teravus Ovares | 2008-05-14 | 4 | -5/+5 | |
| | ||||||
* | * Refactored OutPacket and FirstName/LastName out of Friends Module. | Teravus Ovares | 2008-05-14 | 2 | -27/+23 | |
| | ||||||
* | * Added the same catch on the 2nd place that objects fail to lock. | Teravus Ovares | 2008-05-14 | 1 | -0/+7 | |
| | ||||||
* | * Applying Melanie's FriendList related crash patch. She discovered that ↵ | Teravus Ovares | 2008-05-14 | 1 | -1/+8 | |
| | | | | .NET throws a different error then mono does. Thanks Melanie! | |||||
* | *Locked objects can now be unlocked | mingchen | 2008-05-13 | 1 | -1/+1 | |
| | ||||||
* | *Locked objects now delete after accepting warning as expected | mingchen | 2008-05-13 | 1 | -9/+9 | |
| | ||||||
* | * Refactor: Remove locking from InnerScene.GetScenePresence() | Justin Clarke Casey | 2008-05-13 | 1 | -8/+3 | |
| | ||||||
* | * Refactor: Stop exposing the inner scene's ScenePresence dictionary ↵ | Justin Clarke Casey | 2008-05-13 | 2 | -4/+5 | |
| | | | | directly to the world | |||||
* | *Fixed compile error on last commit | mingchen | 2008-05-13 | 1 | -1/+2 | |
| | ||||||
* | *Objects now delete correctly | mingchen | 2008-05-13 | 1 | -4/+5 | |
| | ||||||
* | * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for ↵ | Adam Frisby | 2008-05-13 | 1 | -2/+2 | |
| | | | | fixing a really dumb bug. | |||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 10 | -568/+806 | |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | |||||
* | * Implemented ChildAgentDataUpdate throttle multiplier based on an ↵ | Teravus Ovares | 2008-05-13 | 3 | -3/+62 | |
| | | | | | | | | inaccurate count of neighbors. * The neighbor count is always lower then the actual number of neighbors unless your region was up the longest. * The region you're in is un-affected by this, though, you'll get less packet loss, maybe not get logged off immediately when you log in, and possibly see more prim if your internet connection is semi-unreliable. | |||||
* | my last patch didn't actually get the sun to possition correctly, but | Sean Dague | 2008-05-12 | 1 | -3/+5 | |
| | | | | | | | | now we are correctly using the timezone offset. If you set day_length to 24.0 you'll get a sun progression that roughly follows your real world day on your server. | |||||
* | move the sun based on localtime instead of utc. Now it won't set for me at | Sean Dague | 2008-05-12 | 1 | -4/+10 | |
| | | | | | | 3pm any more. | |||||
* | Move animation handling from ScenePresence into its own class. | Jeff Ames | 2008-05-12 | 3 | -152/+259 | |
| | ||||||
* | * If a region running in grid mode fails to login to the grid service, ↵ | Justin Clarke Casey | 2008-05-12 | 2 | -0/+12 | |
| | | | | startup will now terminate instead of carrying on (and thus burying the error message) | |||||
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-05-12 | 1 | -22/+53 | |
| | | | | | | | This is a diagnostic patch in support of Mantis bug 1186. It affects only SubModule and will not affect normal usage. | |||||
* | Thanks Melanie for a patch to stop sending unnecessary animation updates ↵ | Jeff Ames | 2008-05-12 | 1 | -1/+3 | |
| | | | | (bug #1239). | |||||
* | Refactoring animation handling in ScenePresence. | Jeff Ames | 2008-05-12 | 1 | -143/+101 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2008-05-12 | 1 | -17/+17 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2008-05-11 | 2 | -763/+763 | |
| | ||||||
* | * Un-break the NPC avatar.. you know.. the one that sits in your sim and ↵ | Teravus Ovares | 2008-05-11 | 1 | -0/+5 | |
| | | | | shouts, 'This is my sim, get out!' | |||||
* | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 2008-05-11 | 1 | -0/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Melanie... Thanks Melanie! . | |||||
* | * Fixed null reference exception when rezzing an object from inventory with ↵ | Teravus Ovares | 2008-05-11 | 1 | -1/+14 | |
| | | | | a rootpart that isn't found. Added a way to tell if it's an attachment. | |||||
* | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ↵ | Adam Frisby | 2008-05-11 | 5 | -4/+781 | |
| | | | | | | | | them out. * Fix for Scene.Inventory.cs - It assumes every entity at startup is a SceneObjectGroup. (Actually, this shouldn't have compiled[!] without a warning.) * Fix for LandManager at startup - it assumes there's a land channel when perhaps there isnt. (Bug that needs another refactor to fix. [Mike - I've assigned a ticket to you about this]) | |||||
* | * Refactored two more OutPackets. ObjectPropertiesFamily, and Object ↵ | Teravus Ovares | 2008-05-10 | 1 | -58/+11 | |
| | | | | Properties. | |||||
* | * More OutPacket refactors. | Teravus Ovares | 2008-05-10 | 2 | -157/+5 | |
| | | | | | * Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down') | |||||
* | * Two more OutPacket refactors. TextureSender. | Teravus Ovares | 2008-05-10 | 1 | -21/+12 | |
| | | | | | * The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment. | |||||
* | Refactored out a few warnings related to Adam's bane OutPacket | Teravus Ovares | 2008-05-10 | 1 | -19/+8 | |
| | ||||||
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 3 | -1/+8 | |
| | ||||||
* | *Land/Parcel upates are now correct with a significant movement by the Client | mingchen | 2008-05-09 | 4 | -21/+19 | |
| | | | | | *Moved OnSignificantClientMovement to where it is supposed to be - SceneEvents and not ScenePresence | |||||
* | * Removing console notifications of missing texture request sending (which ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -4/+4 | |
| | | | | | | | | ironically, was disabled, though it wasn't making much difference). * These messages keep getting confused with other problems - just going to have to try to remember to add these to stats or something so at least they don't completely disappear | |||||
* | Update svn properties. | Jeff Ames | 2008-05-09 | 1 | -605/+605 | |
| | ||||||
* | * Valid Sculpted prim now collide properly. | Teravus Ovares | 2008-05-09 | 3 | -1/+22 | |
| | | | | | | | * The first time you set the sculpted texture of a prim you might have to futz with it to get it to generate a sculpted physics proxy * Note that there are already issues in Trunk, (such as the prim scaling issue and prim jumping issue. Essentially editing is difficult right now) * This just adds to the experimental nature of trunk. :D | |||||
* | * Minor tweak to TerrainChannel | Adam Frisby | 2008-05-09 | 2 | -7/+8 | |
| | | | | | * Minor tweak to Permissions/PermissionsModule.cs | |||||
* | * Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ↵ | Teravus Ovares | 2008-05-09 | 1 | -1/+20 | |
| | | | | | | | it to the prim shape. * Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now. | |||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 8 | -188/+639 | |
| | | | | | | | permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module |