Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+3 | |
(this took a while to run). | |||||
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -2/+2 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -2/+4 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-07 | Commenting out InnerScene.SceneObjects for now since it was unpopulated and ↵ | Justin Clarke Casey | 1 | -1/+3 | |
not used by active code (as far as I can see), so a source of confusion. All current code uses the Entities dictionary | |||||
2007-12-21 | *Removed some exceptions that were thrown in Land that is no longer needed. | mingchen | 1 | -1/+4 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -26/+26 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 | |
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -267/+267 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 1 | -267/+267 | |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) | |||||
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 1 | -1/+1 | |
* This meant introducing AbsolutePosition on all objects (since SimChat wants that) | |||||
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 1 | -3/+3 | |
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon. | |||||
2007-08-06 | * encapsulated firstname/lastname on ScenePresence | lbsa71 | 1 | -6/+7 | |
* fixed 'users' console command * minor refactorings | |||||
2007-08-06 | ... and here's the second part... | lbsa71 | 1 | -0/+0 | |
2007-08-06 | Part 1 of a two-part commit to change caps of 'scripting' dir... | lbsa71 | 1 | -0/+0 | |
2007-08-02 | * Added support for CreateLink to LSL Interpreted API | Adam Frisby | 1 | -1/+3 | |
* Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc) | |||||
2007-07-20 | * Assortment of Console changes - console messages are now grouped into ↵ | Adam Frisby | 1 | -2/+2 | |
modules (eg "client", "grid", "terrain", "storage", etc) | |||||
2007-07-19 | * Removing more compiler warnings | Adam Frisby | 1 | -2/+0 | |
2007-07-17 | * Fixing compile | Adam Frisby | 1 | -0/+2 | |
2007-07-17 | * More LSL changes (and fixing a compile warning) | Adam Frisby | 1 | -1/+1 | |
* More attempted fixes for the phantom remoting bug. | |||||
2007-07-17 | * More LSL related fun | Adam Frisby | 1 | -2/+11 | |
2007-07-17 | * Working more on the Interpreted Script API (for use in scripts which have ↵ | Adam Frisby | 1 | -0/+49 | |
to occupy something [Hello LSL]) | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -206/+206 | |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 1 | -1/+1 | |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting | |||||
2007-07-13 | * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵ | Adam Frisby | 1 | -2/+2 | |
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API. | |||||
2007-07-13 | * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark ↵ | Adam Frisby | 1 | -18/+57 | |
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 | |||||
2007-07-13 | * Added wrappers for: | Adam Frisby | 1 | -0/+32 | |
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. | |||||
2007-07-13 | * Adding LSL stuff for Tedd_, implementing LSL-style functions in ↵ | Adam Frisby | 1 | -0/+110 | |
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet. | |||||
2007-07-05 | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 1 | -0/+25 | |
host to be added). |