Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -7/+3 |
| | |||||
* | * Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵ | Teravus Ovares | 2008-05-18 | 1 | -9/+45 |
| | | | | half tiny amount implemented. | ||||
* | * 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 | 1 | -38/+9 |
| | | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets. | ||||
* | * 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 | 1 | -1/+1 |
| | | | | | * Down to 65 warnings. | ||||
* | * Removed 19 warnings | Teravus Ovares | 2008-05-14 | 1 | -2/+2 |
| | |||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -5/+5 |
| | |||||
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 1 | -5/+5 |
| | | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code. | ||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-05-01 | 1 | -272/+272 |
| | |||||
* | * Cruft removal step #1. Cleaning Modules directory. | Adam Frisby | 2008-04-30 | 1 | -58/+53 |
| | |||||
* | * Refactored Environment/Modules directory - modules now reside in their own ↵ | Adam Frisby | 2008-04-30 | 1 | -0/+278 |
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file. |