aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-17make it so prims don't relay into IRCSean Dague1-4/+2
2007-12-17ignore Primitive for the IRC relaySean Dague1-1/+3
2007-12-13From Michael Osias (IBM)Sean Dague1-11/+38
2007-12-13Minor cleanupJeff Ames1-4/+0
2007-12-13Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames1-46/+15
2007-12-12From Michael Osias (IBM)Sean Dague2-3/+318
2007-12-12* Start listening for client connections immediately after a region initializ...Teravus Ovares1-1/+8
2007-12-11A few minor changes/additions/fixes.MW1-1/+1
2007-12-11refactor SunModule a bit to make more sensibleSean Dague1-7/+12
2007-12-11added copyright noticesJeff Ames2-0/+56
2007-12-10default day's to a more sensible 24 hrs instead of 0.5. YouSean Dague1-1/+1
2007-12-10Changed how TextureDownloadModule is initialised, due to some weird behaviour...MW1-4/+10
2007-12-10more work on texture downloading.MW1-100/+176
2007-12-10refactored ChatModule a bit.Jeff Ames2-92/+51
2007-12-09removed old debugging code from IM and chat modulesJeff Ames2-7/+0
2007-12-07Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW2-16/+17
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW1-48/+15
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2-5/+5
2007-12-07added one more command to the console help.Jeff Ames1-2/+1
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-3/+3
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-4/+2
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