OpenSimMirror/OpenSim/Region
Sean Dague 2ca00ba47e add some better verbose statements to get a better feel for what is going
on in the data paths
2007-08-24 18:52:41 +00:00
..
Application Hopefully fixed the issue of inventory not working for the master account. (Note you will need to delete userprofile.yap for this to take effect.) 2007-08-24 16:30:27 +00:00
ClientStack Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a script in a primitive is deleted. 2007-08-22 18:36:47 +00:00
Communications Hopefully fixed the issue of inventory not working for the master account. (Note you will need to delete userprofile.yap for this to take effect.) 2007-08-24 16:30:27 +00:00
Environment Small bit of refactoring to the startup command script code (moved it into a separate method), so that I could add a new CLI command of "command-script <fileName>", so that as well as the startup command script still being processed on startup. A user can create other command scripts and use the single command ("command-script <filename>") to run them at any time. Could be useful for trying out various configurations etc. 2007-08-24 16:17:57 +00:00
Examples/SimpleApp Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a script in a primitive is deleted. 2007-08-22 18:36:47 +00:00
GridInterfaces Deleted some unused code. 2007-08-13 13:37:50 +00:00
Physics Added RemovePrim method to the physics plugins interface. 2007-08-23 17:21:08 +00:00
ScriptEngine Lowered priority of script threads. Executing state_entry() event on script rez. 2007-08-23 18:43:11 +00:00
Storage add some better verbose statements to get a better feel for what is going 2007-08-24 18:52:41 +00:00
Terrain.BasicTerrain * Applied dalien's terrain help patch (thanks!) 2007-08-17 22:57:46 +00:00