| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
*Added missing files (I hope)
|
|
|
|
|
|
| |
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment
*Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
|
|
|
|
| |
still lacks connection to ScriptInterpretedAPI. (but Hello World should work!)
|
|
|
|
|
| |
* Importing begginings of DB4oDataStore
|
| |
|
|
|
|
|
| |
*Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
|
|
|
|
|
|
| |
*Added support for selected prims (does not yet support prims being sat on)
*Added support for listing avatars with prims on parcel with their prim count
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
triggered by console commands so that the script can subscribe to console messages and operate when they occur.
* Added new example script (work in progress)
* Fixed typo in Scripting engines for C# and JScript.NET
|
|
|
|
| |
simpleApp), to try out a basic test npc character(/class).
|
|
|
|
|
|
|
| |
selected Objects
*Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
|
| |
|
|
|
|
|
|
|
|
| |
have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences.
For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene.
This change helps with the decoupling of client packet functions from the scene functions.
|
|
|
|
|
|
|
| |
primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
Removed some unused code from SimpleApp.
|
| |
|
|
|
|
|
| |
* Missed an item using the old local storage.
|
| |
|
|
|
|
|
|
|
| |
name, and DB file specified in the DataStore config item. Storage engines may ignore the DB name parameter.
* OnBackup event is now triggered using the Storage manager.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
parcel under an exact point (when precision matters)
|
|
|
|
|
|
|
| |
events in EventManager
*Prim count and sim-wide prim count correctly reflect object bonus multiplier
|
| |
|
|
|
|
|
|
| |
* Removed SceneObject references to RegionHandle, ParcelManager, EventManager as they are public on Scene
* Moved PulseScript behaviour into MySceneObject
|
|
|
|
|
|
| |
**No restrictions yet in place, or total prim count
|
| |
|
|
|
|
|
| |
* Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)
|
|
|
|
|
|
|
| |
Done some work on lbsa71's simpleApp(hope he doesn't mind):
now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings).
Also noticed a few other problems that I had to work around, so these need looking into.
|
|
|
|
|
|
|
| |
*ParcelManager's resetSimParcels does not set any default values.
*Updated ParcelData with correct defaults previously set in resetSimParcels
*Region overrides are now sent to viewer instead of dummy'd
|
|
|
|
|
|
| |
**Parcels within selection now join and not the two parcels selected at each corner
*Created OnSignificantClientMovement event that is triggered when an avatar moves more than 2 meters.
|
| |
|
| |
|
|
|
|
| |
the function ProcessBackup.
|
| |
|
|
|
|
| |
deeding to group, terraforming, object creation and outside scripts.
|
|
|
|
|
|
| |
* Added IRegionDataStore
* Added OnBackup event to EventManager
|
| |
|
| |
|
|
|
|
|
| |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
|
|
|
|
|
|
|
| |
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces.
* Fixed a compile issue with the Interpreted Scripts API.
|
|
|
|
|
|
|
| |
haven't added the project to prebuild.xml yet.
Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
|
|
|
|
|
|
|
|
| |
comment that they are defunct and best avoided at all costs.
* More wrappers: llCollisionFilter, llCollisionSprite, llCos, llCreateLink, llDeleteSubList, llDeleteSubString, llDetachFromAvatar
* More functions: osCos, osDeleteSubList, osDeleteSubString
|
|
|
|
|
|
|
| |
llAbs, llAcos, llAddToLandPassList, llAdjustSoundVolume, llAllowInventoryDrop, llAngleBetween, llApplyImpulse, llApplyRotationalImpulse, llAsin, llAtan2, llAttachToAvatar, llAvatarOnSitTarget, llAxes2Rot, llAxisAngle2Rot, llBase64ToString, llBreakAllLinks, llBreakLink, llCSV2List, llCeil, llCloseRemoteDataChannel, llCloud
* Added functions for:
osAbs, osAcos, osAsin, osAtan2, osAxes2Rot, osAxisAngle2Rot, osBase64ToString, osCSV2List, osCeil.
|
|
|
|
|
|
|
| |
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs
* Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.
|
|
|
|
| |
to a event and test.
|
|
|
|
|
|
| |
Done some work of fixing primitive/SceneObject copying.
Set DefaultHome region to 1000,1000.
|
| |
|