aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-10-19get rid of all the ^M line endingsSean Dague1-72/+72
2007-10-19changes to pass nini config object to the modules that getSean Dague13-1211/+1224
2007-10-19* Test thy commits! (oops, sorry!)Adam Frisby1-3/+5
2007-10-19* Instant Message functionality moved into a Region ModulesAdam Frisby1-3/+40
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-2/+2
2007-10-15Added "LoadImageUrl" module , that is a dynamic texture render, that works wi...MW2-3/+131
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...lbsa712-0/+56
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa7113-13/+377
2007-10-10* Gave ModuleLoader some good lovin'lbsa7112-832/+832
2007-10-05Code from Illumious Beltran (IBM) implementing more LSLSean Dague2-0/+841
2007-10-05getting all our line endings consistant againSean Dague10-420/+420
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa711-2/+2
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-2/+2
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-140/+140
2007-09-21* There. I think this concludes todays work on moving stuff to Broadcast()lbsa711-2/+2
2007-09-21* Continuing refactoring of presencelbsa711-6/+6
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-6/+6
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa711-2/+2
2007-09-20* Added TryGetAvatar to SceneManagerlbsa711-201/+201
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa7113-196/+126
2007-09-17fixing me some line endingsSean Dague13-920/+920
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-46/+60
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-2/+2
2007-09-08Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW1-7/+10
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-1/+0
2007-09-05Added "Local" and "Temporary" Fields to the AssetBase class.MW1-1/+1
2007-09-04Added partial help info when calling "help" command with a region set.MW1-2/+26