aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Groups (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-20/+13
|
* Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker2008-11-161-15/+2
| | | | | | fromAgentSession field.
* Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker2008-11-161-5/+2
| | | | | | | | the IM module and makes it into a module of it's own, which can be used by all other modules. Removes some ugly hacks. Refer to the IM module to see how it's used. Also fixes the persistence issue (Mantis #2598)
* Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker2008-11-011-2/+5
| | | | | | | | | | with the old Grid Instant Message over OGS1. Refactor the EventManager to be independent of the rigid module structure design imposed by the current implementation. Message routing is now done in the destination module rather than in the event manager. This way, more or less granular solutions are possible without core changes.
* Lotsa plumming :)Melanie Thielker2008-10-241-1/+1
|
* Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker2008-10-211-135/+82
| | | | | | real groups module can even be implemented.
* Add a configuration section for groups modulesMelanie Thielker2008-10-121-0/+20
|
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-18/+18
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-181-7/+3
|
* * Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵Teravus Ovares2008-05-181-9/+45
| | | | half tiny amount implemented.
* * Added standard copyright and removed un-necessary using of ↵Teravus Ovares2008-05-141-1/+0
| | | | libsecondlife.Packets
* * Adding the very bare minimum for the client to register user as having the ↵Teravus Ovares2008-05-141-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 Ovares2008-05-141-0/+1
|
* * Refactored OutPacket out of ScenePresence Teravus Ovares2008-05-141-1/+1
| | | | | * Down to 65 warnings.
* * Removed 19 warningsTeravus Ovares2008-05-141-2/+2
|
* * Rolled back a few changes.Adam Frisby2008-05-011-5/+5
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-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 Ames2008-05-011-272/+272
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-58/+53
|
* * Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby2008-04-301-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.