aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of all the ^M line endingsSean Dague2007-10-191-72/+72
* changes to pass nini config object to the modules that getSean Dague2007-10-1913-1211/+1224
* * Test thy commits! (oops, sorry!)Adam Frisby2007-10-191-3/+5
* * Instant Message functionality moved into a Region ModulesAdam Frisby2007-10-191-3/+40
* Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax2007-10-181-2/+2
* Added "LoadImageUrl" module , that is a dynamic texture render, that works wi...MW2007-10-152-3/+131
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...lbsa712007-10-152-0/+56
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-1513-13/+377
* * Gave ModuleLoader some good lovin'lbsa712007-10-1012-832/+832
* Code from Illumious Beltran (IBM) implementing more LSLSean Dague2007-10-052-0/+841
* getting all our line endings consistant againSean Dague2007-10-0510-420/+420
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa712007-09-271-2/+2
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-2/+2
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-140/+140
* * There. I think this concludes todays work on moving stuff to Broadcast()lbsa712007-09-211-2/+2
* * Continuing refactoring of presencelbsa712007-09-211-6/+6
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-6/+6
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-201-2/+2
* * Added TryGetAvatar to SceneManagerlbsa712007-09-201-201/+201
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-1913-196/+126
* fixing me some line endingsSean Dague2007-09-1713-920/+920
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-141-46/+60
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-2/+2
* Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW2007-09-081-7/+10
* Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW2007-09-081-1/+0
* Added "Local" and "Temporary" Fields to the AssetBase class.MW2007-09-051-1/+1
* Added partial help info when calling "help" command with a region set.MW2007-09-041-2/+26