I have to say I'm not a big fan of what I've seen of mono.addins so far. Maybe ExtensionLoader is better, so I do think we should look at that. As I think it is better to only have one system of loading plugins/modules. <br><br>As for initialise vs Initialize, hehe. Well personally I think it should stay as it is. I really see no reason to change it. I do know of other opensource projects that use initialise, Ogre being one. And it would be as hard for me to remember to look/search for Initialize as it would be for you to look for initialise.<br><br>So my vote is a strong keep to UK english or even the mix we have (because some bits are in US english). But I really don't think people should have to switch code that is there to US english. Sorry thats a point I do feel quite strongly on.<br><br>But saying that if everyone else voted in favour of that switch I wouldn't stand in the way. Just would think it was wrong. Any code I write is just likely to have uk spelling. The
same way any code you write is likely to have US spelling. And opensim has had the UK spelling from the start.<br><br><b><i>Ryan McDougall <sempuki1@gmail.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Sat, Jan 24, 2009 at 10:04 PM, Homer Horwitz<br><homerhorwitz@googlemail.com> wrote:<br>> Hi all,<br>><br>> the current system for handling region-modules is slightly broken if<br>> you add/remove regions dynamically (or even for region-restarts). I've<br>> put up some thoughts at<br>> http://opensimulator.org/wiki/New_Region_Modules for discussion.<br>> Please answer on the associated 'discussion' page or here on the list.<br>><br>> Cheers,<br>> Homer<br><br>I have two requests:<br><br>1. Can we unify RegionModules with IPlugin system I did a while ago?<br>This would mean learning and using Mono.Addins, or ExtensionLoader if<br>that is Mono.Addins's
replacement.<br><br>Let's just use one system. I am not sure there is a semantic reason<br>why they should be different.<br><br>I didn't touch it myself because I didn't/don't understand the<br>delicate internals of RegionModules, and was worried about precisely<br>the sort of issues raised by Homer.<br><br>Also, Dispose() can be used in using{} statements. Lets use it, or<br>have a base class default to Dispose(){ Close(); }.<br><br>2. Can we standardize on US English?<br><br>I know our illustrious founder MW speaks the Queen's English, which is<br>the language of the educated; its not really fair to enforce the<br>linguistic hegemony of the country that spawned GWB and Britany Spears<br>in our dear pool of sanity and righteousness; but every open source<br>project I've ever worked on spells it Initialize. Including<br>Mono.Addins.<br><br>You have no idea how times I had to grep my source for "Initialize" in<br>order to make it compile.
:(<br><br>Cheers,<br>_______________________________________________<br>Opensim-dev mailing list<br>Opensim-dev@lists.berlios.de<br>https://lists.berlios.de/mailman/listinfo/opensim-dev<br></homerhorwitz@googlemail.com></blockquote><br><p>