aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* Fixed bug in Appearance update in AvatarFactoryModule.MW2007-12-031-15/+18
* Some refactoringMW2007-12-031-7/+9
* minor meaningless changesJeff Ames2007-12-031-25/+24
* Just for Cfk!MW2007-12-021-1/+1
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-10/+10
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-021-16/+83
* small bit of refactoringMW2007-12-011-1/+11
* Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW2007-12-011-0/+30
* * Did some initial work for prim crossing. Just glue so far.Teravus Ovares2007-11-211-1/+1
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-3/+3
* cleaned up some mono compiler warningsJeff Ames2007-11-183-4/+4
* Attempt to get World Map working in Grid mode, will need to be using the grid...MW2007-11-181-1/+1
* More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW2007-11-161-0/+4
* enable typing animation for chat, maybeJeff Ames2007-11-121-53/+71
* Fixing null pointer exception from Mathias Soeken:Dalien Talbot2007-11-111-2/+2
* don't break if they haven't defined the Sun section of their configSean Dague2007-11-091-2/+10
* make Sun progression configurable for the Sim from OpenSim.iniSean Dague2007-11-091-2/+3
* converted hard-coded chat type values to ChatTypeEnumJeff Ames2007-11-081-7/+7
* get rid of the debug line, that's just going to drive everyone nutsSean Dague2007-11-071-1/+1
* move Sun into a Region Module, pass 1. Currently this works fine withSean Dague2007-11-071-0/+178
* Started to cleanup/close down childagent connections when a user teleports. ...MW2007-11-051-48/+51
* Added support for OpenSim application plugins (as requested by Adam), which u...MW2007-11-042-2/+2
* * Diuerse beavtificatemslbsa712007-11-012-2/+2
* made illogical bitwise operations logicalJeff Ames2007-10-311-1/+1
* Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax2007-10-302-2/+2
* * Optimized usingslbsa712007-10-3017-317/+328
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-2910-9/+11
* Started the process of cleaning up AssetCache and moving most of the code int...MW2007-10-294-14/+204
* normalized line endingsJeff Ames2007-10-291-57/+57
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-262-0/+59
* remove debug lineSean Dague2007-10-231-1/+1
* after a small misunderstanding with the match group numbersSean Dague2007-10-221-5/+8
* my confusion on matches vs. groups in regex. This should work a bit betterSean Dague2007-10-221-5/+5
* make for nicer IRC messages. No promiss that this works yet, butSean Dague2007-10-221-4/+25
* make IRC uglier for a while to get a better handle on writing a parser for th...Sean Dague2007-10-221-1/+1
* nice catch by chi11ken that I was setting the wrong propertySean Dague2007-10-221-6/+6
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-167/+214
* * Major ass commit.Adam Frisby2007-10-221-214/+167
* attempt to fix the muliple repeat problem (that sdague is getting) in the IRC...MW2007-10-221-5/+8
* update so that distances aren't required in the config fileSean Dague2007-10-221-4/+7
* pull the IRC portions into their own class. There is stillSean Dague2007-10-221-165/+206
* fix line ending mixing. Probably should put someSean Dague2007-10-211-124/+124
* * Fixed an issue whereby avatar chat distances were being calculated against ...Adam Frisby2007-10-201-5/+7
* * IRC ChatModule extension should now be more stable.Adam Frisby2007-10-191-5/+16
* * Whisper, Say and Shout distances are now configurable (what the hell!)Adam Frisby2007-10-191-4/+12
* * Cross-border region chat should now work as long as both regions are part o...Adam Frisby2007-10-191-59/+59
* * ChatModule is now shared between all scenes. (May be buggy.)Adam Frisby2007-10-191-18/+24
* * Major structural change: Begun converting Events to use (caller, args) synt...Adam Frisby2007-10-192-23/+64
* enable IRC bridge via runtime configurationSean Dague2007-10-191-36/+49