aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-02* Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby14-6367/+6339
are in.
2008-05-02From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey4-3/+34
Adds "not implemented" stubs for llSetVehicleFloatParam() and llSetLinkTexture() Some cleanup of LSO script enums
2008-05-02Minor formatting and documentation cleanup.Jeff Ames1-7/+7
2008-05-02* DuplicateOnRay with copy center works in two directions... Still ↵Teravus Ovares2-49/+52
fighting with it. * DuplicateOnRay without copy center works in all directions.
2008-05-01revert changeset 4469 as this breaks the script engine.Sean Dague1-7/+1
2008-05-01* Minor: Normalise prim inventory log headersJustin Clarke Casey2-13/+13
2008-05-01* Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey2-21/+10
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into ↵Justin Clarke Casey2-61/+28
almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated.
2008-05-01removed last db4o refSean Dague1-5/+1
2008-05-01From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-0/+3
MInor patch - more script function cleanup and comments
2008-05-01* Applied Mantis#1106 - fix missing cast from LSLInteger to uint, make int ↵Adam Frisby1-1/+7
cast more generic (Thanks Melanie!)
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using ↵Adam Frisby5-22/+4
ASCIIEncoder in places we shouldn't.
2008-05-01added in IUserService functions. These don't do anything yet,Sean Dague1-0/+28
but the set all compiles together fine, and it provides people an idea of where we are heading.
2008-05-01* Rolled back a few changes.Adam Frisby76-3896/+4029
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the ↵Teravus Ovares8-494/+166
script to publish the events anymore. * Introduces a language(regex) independent event recognizer and publishes the events the script listens.
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby76-4029/+3896
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby4-21/+21
* Made a bunch more members static, removed some dead code, general cleaning.
2008-05-01* In ur code. Making it static.Adam Frisby2-5/+5
* Converted a bunch of functions to static functions.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby52-175/+178
with namespaces.
2008-05-01* committing what I've got so far for DuplicateOnRay so I don't fight the ↵Teravus Ovares5-17/+114
conflict monster later. Not done yet, doesn't crash the server.
2008-05-01* Assorted spring cleanings.Adam Frisby12-39/+22
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames79-16495/+16479
2008-05-01* Adding unit test support to Environment for modules.Adam Frisby1-0/+59
* Written some unit tests for Terrain Module as an example.
2008-05-01* Applying Mantis#1097 - Thanks Xantor!Adam Frisby1-3/+6
- Fix for llRound (now rounds in LL-compatible fashion, rather than using bankers rounding) - Implementation of llAngleBetween
2008-05-01* You can now rez objects out of inventory at the correct offset from prim ↵Teravus Ovares6-15/+69
you rez it on. Including multi prim groups and prim that have different X/Y/Z scales.
2008-05-01* Fix OBB raycaster to respond properly to rays cast from any direction.Teravus Ovares1-1/+4
2008-05-01* ODE Tweak. See if this helps.Teravus Ovares1-71/+23
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby5-194/+0
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby35-2060/+2149
2008-04-30* Sometimes you know, you do something really stupid.Adam Frisby13-16/+22
* This is one of those times (should fix build)
2008-04-30* And moreAdam Frisby3-0/+241
2008-04-30* Commiting a bunch of missed files.Adam Frisby46-0/+6986
2008-04-30* Previous commit managed to miss some files despite me hitting 'Select all'.Adam Frisby2-0/+443
* Attached.
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby78-16880/+8880
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.
2008-04-30* Completely inconsequential inventory odds and ends (actual impact - only ↵Justin Clarke Casey1-1/+1
one log message changed)
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ↵Teravus Ovares9-131/+136
Melanie! RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵Teravus Ovares5-30/+110
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box.
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or ↵Teravus Ovares11-339/+684
explicitly in many cases Thanks Melanie! * Also, I moved the event parser and re-writer to a separate static object. More work will be done here shortly.
2008-04-29* Disabled IntergridModule until a Mono bug can be isolated.Adam Frisby1-11/+18
2008-04-29* One more attempted fix.Adam Frisby1-1/+2
2008-04-29* Made a change to InterGrid module to prevent duplicate registrations.Adam Frisby2-8/+14
2008-04-29* Implemented new InterRegion comms method in the form of InterregionModuleAdam Frisby3-0/+225
* Interfaces and methods have been defined for basic operation, however a replacement grid module is required to share region URIs with neighbours for this module to work. * Tackling that next.
2008-04-29Stuck an exception handler in the friends routine until I have time to debug ↵Teravus Ovares1-4/+14
it more seriously.(or someone else does). It prints a 'Unable to enumerate' message on the console.. so it won't be forgotten. It isn't critical data atm though.
2008-04-29From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2-6/+9
* Fixes the admin_shutdown xmlrpc method * Adds a share/python/console/shutdown.py script for shutting down a background OpenSim * For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ * There should also be instructions in the opensimulator wiki soon as well
2008-04-29Committing Dee100's balance update patch with a few bug fixes and a twist. ↵Teravus Ovares1-1/+27
Thanks Dee100!
2008-04-29Patch from Melanie: 0001087: Crash to bash de-linking objects. Thanks Melanie!Teravus Ovares1-1/+2
2008-04-29* Applying Xantor's patch 0001089 - Added llRot2Angle, ↵Teravus Ovares3-9/+174
llRot2Axis,llAxisAngle2Rot. Re-implemented llRot2Euler, llEuler2Rot
2008-04-29* Fixes child prim not editable as an attachment. You can right click on ↵Teravus Ovares2-2/+16
child prim in an attachment and get the proper pie menu. You get the attachment axis scope in the edit box.
2008-04-29* Applying melanie's List2Vector and List2Rot patch. Added a routine in ↵Teravus Ovares2-2/+8
the Quaternion constructors to catch 0,0,0,0 quaternions and convert them to 0,0,0,1 (as 0,0,0,0 is implicitly converted to 0,0,0,1 in LSL and will crash libsl if left which will in turn crash the simulator)
2008-04-28* Lash up mantis 1064 - nre thrown in LandObject.sendLandObjectOwners()Justin Clarke Casey1-13/+36
* From reading the code, the cause must be that a 'show objects on my parcel' is performed when there are objects belonging to more than 32 people * I'm not sure why there is a hardcoded 32 limit but I'm leaving it in place for now. I don't regard this mantis as resolved.