OpenSimMirror/OpenSim/Region
Dalien Talbot 907918e68e Little green men (aka dots on minimap). Thanks to bushing for
pointing out that it is done by CoarseLocationUpdatePacket.
2007-09-09 17:32:03 +00:00
..
Application Converted the LSL scripting engine into a IRegionModule, so now all "modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back). 2007-09-08 07:50:31 +00:00
ClientStack Little green men (aka dots on minimap). Thanks to bushing for 2007-09-09 17:32:03 +00:00
Communications As part of our "we aim to please" commitment, have added the ability to create a user in one command line: "create user firstname secondname passwrd regionX regionY". This allows the use of the "command-script" feature. So to add a bunch of new accounts, just create a text file, and add a line as above for each account. Then in the opensim console, type: "command-script filename". 2007-08-28 18:09:36 +00:00
Environment Little green men (aka dots on minimap). Thanks to bushing for 2007-09-09 17:32:03 +00:00
Examples/SimpleApp Little green men (aka dots on minimap). Thanks to bushing for 2007-09-09 17:32:03 +00:00
ExtensionsScriptModule remove build files from svn 2007-09-07 12:42:49 +00:00
Physics ODE fix: avatar/avatar collision enabled. Needs client update fix to be seen correctly. In the right repository this time.. 2007-09-09 13:24:18 +00:00
ScriptEngine Cut down on the number of compile warnings. Now down to 5: 4 are related to unused events on IClientAPI and 1 is a unused variable in LSL_BuiltIn_Commands (which I'll leave to Tedd, as he will know if it will be used in the future or not). 2007-09-08 08:12:19 +00:00
Storage remove some more rote Verbose strings, leave only ones that actually have something 2007-08-31 13:03:39 +00:00
Terrain.BasicTerrain Start of trying to make Region/Scene more modular. 2007-08-28 14:21:17 +00:00