Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * whoops, misplaced / where should have been \ | Teravus Ovares | 2008-05-17 | 1 | -1/+1 | |
| | ||||||
* | * Update on the script engine LSL parser. Blocks all static objects and ↵ | Teravus Ovares | 2008-05-17 | 1 | -8/+50 | |
| | | | | method references. | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 26 | -259/+218 | |
| | ||||||
* | Thank you very much, mjm for : | Charles Krinke | 2008-05-16 | 1 | -14/+9 | |
| | | | | | Fixing LSL multiplication and division operators for quaternions | |||||
* | Committing Xantor's LLEuler3Rot still broken fix patch. Mantis 001235. ↵ | Teravus Ovares | 2008-05-15 | 1 | -97/+44 | |
| | | | | Thanks Xantor! | |||||
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 | |
| | | | | | | | | * small patch that fixes a compiler warning (struct comparison against null again, my favourites) in LSL_BuiltIn_Commands. LSL_Types.key has a Boolean operator that can be used here. | |||||
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -40/+2 | |
| | | | | | | More scipt engine cleanup - removed not needed or improper use of NotImplemented and Console.WriteLine | |||||
* | Applied Patch mantis 1220. Implements llGetStartParameter. Thanks! | Teravus Ovares | 2008-05-14 | 1 | -2/+2 | |
| | ||||||
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -5/+9 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 8 | -80/+84 | |
| | ||||||
* | * Removed 19 warnings | Teravus Ovares | 2008-05-14 | 2 | -2/+2 | |
| | ||||||
* | * Tweaked a regex that was returning invalid results in some cases. | Teravus Ovares | 2008-05-13 | 1 | -1/+1 | |
| | ||||||
* | * Refactor: Stop exposing the inner scene's ScenePresence dictionary ↵ | Justin Clarke Casey | 2008-05-13 | 1 | -17/+24 | |
| | | | | directly to the world | |||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -1/+1 | |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-12 | 2 | -66/+41 | |
| | ||||||
* | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 2008-05-11 | 1 | -8/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Melanie... Thanks Melanie! . | |||||
* | * Changed implicit string conversion to LSL_Types.LSLString in money event ↵ | Teravus Ovares | 2008-05-11 | 3 | -3/+6 | |
| | | | | | | | of the key of the payer to an Explicit one. * Fixes Mantis: #1045 | |||||
* | * Resolve mantis 1182. Doesn't actually implement llGiveInventoryList - ↵ | Justin Clarke Casey | 2008-05-09 | 3 | -4/+5 | |
| | | | | | | | | merely corrects the signature so that "not implemented" message is displayed rather than a script compile failure | |||||
* | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2008-05-09 | 1 | -0/+12 | |
| | | | | | | Stop .net generating ambiguous operator errors when two integers are compared for equality in LSL | |||||
* | Thank you, Melanie for a patch that helps conversion | Charles Krinke | 2008-05-09 | 1 | -0/+15 | |
| | | | | | from a string to a vector in OSSL. | |||||
* | Thank you, Melanie for a patch that: | Charles Krinke | 2008-05-09 | 3 | -129/+129 | |
| | | | | | Patch fixes the pesky "Cannot implicitly convert to bool" issue for function returns | |||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 2 | -6/+6 | |
| | | | | | | | 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 | |||||
* | * Applying patch #1156 - More implementation work on llGetPrimitiveParams ↵ | Adam Frisby | 2008-05-08 | 3 | -5/+179 | |
| | | | | (Thanks middlelink!) | |||||
* | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2008-05-08 | 2 | -17/+18 | |
| | ||||||
* | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 2008-05-08 | 1 | -2/+2 | |
| | | | | | | Introduce time dilation in scripts. | |||||
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 3 | -22/+7 | |
| | | | | | * Eventually this codebase will be clean. >_> | |||||
* | * Some refactorings. | Adam Frisby | 2008-05-08 | 1 | -1/+1 | |
| | | | | | * Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module. | |||||
* | * Change LSL -> C# translated script console output to use the logger (at ↵ | Justin Clarke Casey | 2008-05-07 | 1 | -4/+7 | |
| | | | | DEBUG level) rather than Console.Writeline | |||||
* | * Other then the prim update experiments that are going on now, ↵ | Teravus Ovares | 2008-05-07 | 1 | -0/+1 | |
| | | | | llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D. | |||||
* | * Theoretically, everything is in place for scripted take controls... ↵ | Teravus Ovares | 2008-05-07 | 3 | -7/+35 | |
| | | | | | | | Theoretically. * I've still got to test, it's still theoretical code :D. Good thing it isn't enabled by default! | |||||
* | while I'm not convinced this is causing my current run away | Sean Dague | 2008-05-07 | 1 | -18/+21 | |
| | | | | | | | loop, this queue manipulation is dead wrong as Queue is not a synchronized data structure. Hopefully this helps. | |||||
* | Thank you very much, Xantor for a patch to improve | Charles Krinke | 2008-05-07 | 1 | -5/+17 | |
| | | | | | llParticleSystem(). | |||||
* | Thank you, Middelink for a patch that fixes the regular expresion | Charles Krinke | 2008-05-07 | 1 | -2/+2 | |
| | | | | | | missing the numbers after the initial letter of the identifier. | |||||
* | replace 2 instances of "0000...." with LLUUID.Zero.ToSting() because | Sean Dague | 2008-05-07 | 1 | -2/+2 | |
| | | | | | | I was in the file and noticed them. | |||||
* | De-tabify source. | Jeff Ames | 2008-05-06 | 3 | -463/+476 | |
| | ||||||
* | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 2008-05-06 | 1 | -9/+9 | |
| | ||||||
* | * Committing a bunch of work for control snatching. Not done yet. No ↵ | Teravus Ovares | 2008-05-06 | 1 | -0/+11 | |
| | | | | visible features. | |||||
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 2 | -7/+7 | |
| | ||||||
* | * Unraveled the DEBUG_CHANNEL mystery. | Teravus Ovares | 2008-05-05 | 2 | -3/+3 | |
| | | | | | | | | * Moved script errors to the debug channel. * Typing '/2147483647 OK' results in a debug_channel message. * Expanded the available parameters that are send-able through IClientAPI | |||||
* | * A bit of spice from here, a pinch of salt from there, some brains that ↵ | Teravus Ovares | 2008-05-05 | 3 | -5/+57 | |
| | | | | | | | | | | | | | | | attracts zombies.. a recipe for llRezObject * Original patch by YZh Thanks YZH!!!! * object_rez event patch by Melanie, Thanks Melanie!!! * Some fixups, some missing things(velocity,rotation) * script delay * Recoil * Standard error messages * Standard silent failures * Easter egg management | |||||
* | * Implemented DIE_AT_EDGE and Temporary objects don't save to the database. | Teravus Ovares | 2008-05-04 | 1 | -3/+10 | |
| | ||||||
* | *Moved EstateManager into a region module | mingchen | 2008-05-03 | 1 | -2/+1 | |
| | ||||||
* | Thank you kindly, Melanie for a patch to solve | Charles Krinke | 2008-05-02 | 3 | -37/+56 | |
| | | | | | llParticleSystem and osDynamicTexture issues. | |||||
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-05-02 | 4 | -3/+34 | |
| | | | | | | | Adds "not implemented" stubs for llSetVehicleFloatParam() and llSetLinkTexture() Some cleanup of LSO script enums | |||||
* | revert changeset 4469 as this breaks the script engine. | Sean Dague | 2008-05-01 | 1 | -7/+1 | |
| | ||||||
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-05-01 | 1 | -0/+3 | |
| | | | | | | MInor patch - more script function cleanup and comments | |||||
* | * Applied Mantis#1106 - fix missing cast from LSLInteger to uint, make int ↵ | Adam Frisby | 2008-05-01 | 1 | -1/+7 | |
| | | | | cast more generic (Thanks Melanie!) | |||||
* | * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵ | Adam Frisby | 2008-05-01 | 3 | -6/+3 | |
| | | | | ASCIIEncoder in places we shouldn't. | |||||
* | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the ↵ | Teravus Ovares | 2008-05-01 | 8 | -494/+166 | |
| | | | | | | | script to publish the events anymore. * Introduces a language(regex) independent event recognizer and publishes the events the script listens. | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -1/+1 | |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. |