Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thank you, Grumly57 kindly for: | Charles Krinke | 2008-05-28 | 1 | -0/+12 |
| | | | | | | | This patch proposes a new function : osOpenRemoteDataChannel(key channeID) that allow to open an XMLRPC channel for remote_data event. The difference is that the channelID can be customized instead of being randomly generated. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -1/+1 |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | ||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 1 | -3/+3 |
| | | | | | | | permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module | ||||
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -3/+3 |
| | |||||
* | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ↵ | Teravus Ovares | 2008-04-30 | 1 | -1/+1 |
| | | | | | | | Melanie! RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched | ||||
* | * Applying mantis#1048 - Patch for osSetRegionWaterHeight() | Adam Frisby | 2008-04-25 | 1 | -1/+2 |
| | |||||
* | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -13/+5 |
| | | | | (this took a while to run). | ||||
* | Moved script engine os* commands to OSSL_BuilIn_Commands.cs and ↵ | Tedd Hansen | 2008-04-20 | 1 | -0/+296 |
| | | | | OSSL_BuilIn_Commands_Interface.cs where they belong. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+25 |
| | |||||
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 1 | -5/+2 |
| | |||||
* | I'm the stupidest stupid in the whole world. :) | Tedd Hansen | 2008-02-25 | 1 | -19/+19 |
| | | | | | Fixed a bug in new Prim where I actually ADDED new values to old values instead of directly assigning them... Now that was a waste of time! :P | ||||
* | Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander ↵ | Tedd Hansen | 2008-02-24 | 1 | -0/+12 |
| | | | | off into eternity | ||||
* | Fixed startup logo size to match a Win CMD window. | Tedd Hansen | 2008-02-24 | 1 | -18/+160 |
| | | | | | | | | Fixed bugs in new OOP commands. Prim.Rotation.X += 45; Prim.Position.X += 10; Now how do I find the prim I asked to += 10 every 1 second??? | ||||
* | Ok, so NOW scripts work. New patch to break them coming soon. | Tedd Hansen | 2008-02-24 | 1 | -0/+2 |
| | |||||
* | By now you all have learned that when I'm committing scripting usually ↵ | Tedd Hansen | 2008-02-24 | 1 | -1/+3 |
| | | | | | | | doesn't work, so no big surprise. :) Modified baseclass for compiled script to incorp new OSSL commands class and renamed it to follow standards and all that. Scripts may work again. :) | ||||
* | Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text. | Tedd Hansen | 2008-02-24 | 1 | -9/+20 |
| | | | | | | Example: Prim.Position.X += 10; | ||||
* | eol | Tedd Hansen | 2008-02-24 | 1 | -82/+82 |
| | |||||
* | Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ↵ | Tedd Hansen | 2008-02-24 | 1 | -0/+82 |
new OSSL_BuilIn_Commands class where we can start adding our own modular commands. |