Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Tweaked patch mantis 1302 and committing it. | Teravus Ovares | 2008-05-17 | 1 | -1/+16 |
| | |||||
* | * Adding the very bare minimum for the client to register user as having the ↵ | Teravus Ovares | 2008-05-14 | 1 | -0/+6 |
| | | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets. | ||||
* | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 2008-05-14 | 1 | -0/+9 |
| | | | | | * Down to 65 warnings. | ||||
* | * Refactored OutPacket and FirstName/LastName out of Friends Module. | Teravus Ovares | 2008-05-14 | 1 | -0/+10 |
| | |||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -1/+1 |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | ||||
* | 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!' | ||||
* | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ↵ | Adam Frisby | 2008-05-11 | 2 | -0/+759 |
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]) |