Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Assortment of Console changes - console messages are now grouped into ↵ | Adam Frisby | 2007-07-20 | 1 | -2/+2 |
| | | | | modules (eg "client", "grid", "terrain", "storage", etc) | ||||
* | * Removing more compiler warnings | Adam Frisby | 2007-07-19 | 1 | -2/+0 |
| | |||||
* | * Fixing compile | Adam Frisby | 2007-07-17 | 1 | -0/+2 |
| | |||||
* | * More LSL changes (and fixing a compile warning) | Adam Frisby | 2007-07-17 | 1 | -1/+1 |
| | | | | | * More attempted fixes for the phantom remoting bug. | ||||
* | * More LSL related fun | Adam Frisby | 2007-07-17 | 1 | -2/+11 |
| | |||||
* | * Working more on the Interpreted Script API (for use in scripts which have ↵ | Adam Frisby | 2007-07-17 | 1 | -0/+49 |
| | | | | to occupy something [Hello LSL]) | ||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -206/+206 |
| | |||||
* | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 2007-07-13 | 1 | -1/+1 |
| | | | | | * Renamed OpenSim.Scripting to OpenSim.Region.Scripting | ||||
* | * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵ | Adam Frisby | 2007-07-13 | 1 | -2/+2 |
| | | | | | | | specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API. | ||||
* | * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark ↵ | Adam Frisby | 2007-07-13 | 1 | -0/+206 |
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 |