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