This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-15 03:15:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5020e4e602bea89bfab6be0d85a5cf1f68cb00e0
opensim
/
OpenSim
/
Region
History
MW
5020e4e602
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
..
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
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
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
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
Examples
/SimpleApp
Some work on Module loading/management.
2007-09-04 13:43:56 +00:00
ExtensionsScriptModule
remove build files from svn
2007-09-07 12:42:49 +00:00
Physics
Part 2 of Darok's BulletX patches.
2007-09-04 18:14:45 +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