| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the new group can be stored correctly.
|
|
|
|
| |
someone let me know) and the rotations are kept. [Now just need to fix the editing (rotation and position) of individual prims of a group]
|
|
|
|
| |
tools are now connected up and its now just a case of doing some bug fixing.
|
|
|
|
|
|
|
|
| |
stupid little one line bugs that was so much fun to track down that I decided to spend a few hours on it)
Linking groups should now work better than it did, but still a bit of work to do on getting the rotations of all the parts after linking right.
Added part of dalien's #301 patch (xml loading/saving related parts with some small changes)
|
|
|
|
|
|
|
| |
from the opensim.ini file. Just add a line to the Startup section like : serverside_object_permissions = true
Changes /editing that are made to clothing/ body parts in your inventory should now be saved between logins/ restarts.
|
|
|
|
| |
to be read.
|
| |
|
| |
|
| |
|
|
|
|
| |
in script, removes script from EventQueueManagers target list, tells AppDomainManager that script is no longer active (and ready for unload).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already].
Now have a rough day/night cycle (the movement of the sun needs to be made smoother but for now it is better than we had I think).
Added dalien's patch (issue 294) for saving and loading prims to a xml file (think he will be modifying these to be import/export functions and maybe writing a xml datastore for backups).
Some preliminary work on task inventory (ie object's/prim's inventory).
Added place holder data for AvatarProperties (ie a avatar's profile). Should we store this sort of data on the user server or have another server for it (a normal webserver should work).
Added a few more method to IClientAPI.
Sure there is something I'm forgeting.
|
| |
|
|
|
|
| |
support for multiple threads executing events on objects, but only one thread on one script at the time (to utilize MultiCore/hyperthreading CPU's).
|
|
|
|
| |
times". Will speed up script event execution considerable. But at the cost of some memory (will be optimized later with RuntimeXHandle).
|
|
|
|
| |
scripts loaded count in AppDomain properly.
|
| |
|
| |
|
|
|
|
| |
OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
|
|
|
|
| |
need for collisions. not hooked in yet.
|
| |
|
|
|
|
|
|
|
| |
(no security yet).
*phew* that only took me 12 hours of coding...
|
|
|
|
| |
not working yet.
|
|
|
|
| |
folder - hopefully solves compile problem on Linux.
|
|
|
|
| |
Common). Changed Vector and Rotation to custom types (stored in Common) that needs to be changed later. No longer using Axiom. Script support still broken.
|
| |
|
|
|
|
| |
(OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).
|
|
|
|
| |
LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded.
|
|
|
|
| |
go to, instead of the default 128,128
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
terrain commands on a specific sim.
* Made arguments for terrain save grdmap optional. Uses defaultstripe if no argument specified.
|
|
|
|
|
| |
Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script.
|
| |
|
|
|
|
|
|
| |
Updated DotSets.dll and Mono.PEToolkit.dll
Started on microthreading - currently display exception during startup
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Changed how Script accesses World
* Implemented llSay, llWhisper and llShout
* Added SetText() to IScriptHost, implemented llText
* Minor renamings to conform with code conventions
|
|
|
|
|
|
|
| |
with Rotation in entitybase (couldn't override as they are different types (LL vs Axiom) and didn't want to add new).
When you take prims into inventory (or delete them), they should now be removed from the prim datastore, so they no longer reappear in-world when you restart opensim.
|
|
|
|
|
|
| |
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|
| |
|
|
|
|
| |
if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
|
|
|
|
| |
sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that).
|
|
|
|
|
|
|
| |
* Added prototypical MoneyBalance support
* Finalized konceptual touch wiring
* Turned SimpleApp into a tedious harvesting game.
|
| |
|
|
|
|
| |
and double (instead of float).
|
|
|
|
|
| |
*By default, it is set to startup_commands.txt. Simply add a list of commands separated by a new line to be run or change the file by changing the path of a startup commands file in OpenSim.ini
|
|
|
|
| |
and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]
|