| Commit message (Expand) | Author | Files | Lines |
2008-05-27 | another take on the whole string cleansing, by adding specific poison | Sean Dague | 1 | -2/+5 |
2008-05-27 | * Revert last commit as it opens sim owners up to all sorts of nasty scripts.... | Teravus Ovares | 1 | -3/+3 |
2008-05-27 | comment out the x.y security check in the script engine because it's so aggre... | Sean Dague | 1 | -3/+6 |
2008-05-26 | disabling m_log again. | Dr Scofield | 1 | -1/+1 |
2008-05-26 | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... | Dr Scofield | 4 | -20/+18 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 2 | -6/+11 |
2008-05-25 | * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho... | Teravus Ovares | 3 | -4/+6 |
2008-05-25 | Thank you very much, Xantor for a patch that: | Charles Krinke | 2 | -2/+32 |
2008-05-24 | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 1 | -1/+1 |
2008-05-22 | Mantis 1357 Patch - Thanks mikem! | Adam Johnson | 1 | -4/+8 |
2008-05-18 | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 2 | -23/+13 |
2008-05-18 | Cleanup: Removed LSOEngine source again as it will not be used. | Tedd Hansen | 13 | -3055/+0 |
2008-05-18 | * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule. | Adam Frisby | 1 | -0/+1 |
2008-05-17 | * whoops, misplaced / where should have been \ | Teravus Ovares | 1 | -1/+1 |
2008-05-17 | * Update on the script engine LSL parser. Blocks all static objects and meth... | Teravus Ovares | 1 | -8/+50 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 26 | -259/+218 |
2008-05-16 | Thank you very much, mjm for : | Charles Krinke | 1 | -14/+9 |
2008-05-15 | Committing Xantor's LLEuler3Rot still broken fix patch. Mantis 001235. Tha... | Teravus Ovares | 1 | -97/+44 |
2008-05-14 | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -1/+1 |
2008-05-14 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -40/+2 |
2008-05-14 | Applied Patch mantis 1220. Implements llGetStartParameter. Thanks! | Teravus Ovares | 1 | -2/+2 |
2008-05-14 | More formatting cleanup. | Jeff Ames | 2 | -5/+9 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 8 | -80/+84 |
2008-05-14 | * Removed 19 warnings | Teravus Ovares | 2 | -2/+2 |
2008-05-13 | * Tweaked a regex that was returning invalid results in some cases. | Teravus Ovares | 1 | -1/+1 |
2008-05-13 | * Refactor: Stop exposing the inner scene's ScenePresence dictionary directly... | Justin Clarke Casey | 1 | -17/+24 |
2008-05-13 | *Complete redo of the permissions module | mingchen | 1 | -1/+1 |
2008-05-12 | Formatting cleanup. | Jeff Ames | 2 | -66/+41 |
2008-05-11 | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 1 | -8/+11 |
2008-05-11 | * Changed implicit string conversion to LSL_Types.LSLString in money event of... | Teravus Ovares | 3 | -3/+6 |
2008-05-09 | * Resolve mantis 1182. Doesn't actually implement llGiveInventoryList - mere... | Justin Clarke Casey | 3 | -4/+5 |
2008-05-09 | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 1 | -0/+12 |
2008-05-09 | Thank you, Melanie for a patch that helps conversion | Charles Krinke | 1 | -0/+15 |
2008-05-09 | Thank you, Melanie for a patch that: | Charles Krinke | 3 | -129/+129 |
2008-05-08 | *Added all the permission checks to the sceneexternalchecks and modified perm... | mingchen | 2 | -6/+6 |
2008-05-08 | * Applying patch #1156 - More implementation work on llGetPrimitiveParams (Th... | Adam Frisby | 3 | -5/+179 |
2008-05-08 | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2 | -17/+18 |
2008-05-08 | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 1 | -2/+2 |
2008-05-08 | * You can haz more spring cleaning. | Adam Frisby | 3 | -22/+7 |
2008-05-08 | * Some refactorings. | Adam Frisby | 1 | -1/+1 |
2008-05-07 | * Change LSL -> C# translated script console output to use the logger (at DEB... | Justin Clarke Casey | 1 | -4/+7 |
2008-05-07 | * Other then the prim update experiments that are going on now, llTakeControl... | Teravus Ovares | 1 | -0/+1 |
2008-05-07 | * Theoretically, everything is in place for scripted take controls... Theo... | Teravus Ovares | 3 | -7/+35 |
2008-05-07 | while I'm not convinced this is causing my current run away | Sean Dague | 1 | -18/+21 |
2008-05-07 | Thank you very much, Xantor for a patch to improve | Charles Krinke | 1 | -5/+17 |
2008-05-07 | Thank you, Middelink for a patch that fixes the regular expresion | Charles Krinke | 1 | -2/+2 |
2008-05-07 | replace 2 instances of "0000...." with LLUUID.Zero.ToSting() because | Sean Dague | 1 | -2/+2 |
2008-05-06 | De-tabify source. | Jeff Ames | 3 | -463/+476 |
2008-05-06 | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 1 | -9/+9 |
2008-05-06 | * Committing a bunch of work for control snatching. Not done yet. No visib... | Teravus Ovares | 1 | -0/+11 |