| Commit message (Expand) | Author | Age | Files | Lines |
* | * Applying Mantis #1022 - Thanks Melanie! | Adam Frisby | 2008-04-23 | 1 | -2/+11 |
* | * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie! | Adam Frisby | 2008-04-23 | 3 | -17/+216 |
* | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 2008-04-23 | 8 | -80/+176 |
* | * Fix mantis #842 - folders which are created but left named "New Folder" in ... | Justin Clarke Casey | 2008-04-23 | 1 | -1/+14 |
* | * Removing old libTerrainBSD and associated Plugin & Project. | Adam Frisby | 2008-04-23 | 29 | -5188/+0 |
* | * Get rid of missing texture notification drop messages for now - obscuring t... | Justin Clarke Casey | 2008-04-23 | 1 | -3/+7 |
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-23 | 1 | -5/+15 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-04-23 | 3 | -2/+27 |
* | * Updated filesystem refs for bamboo.build | Adam Frisby | 2008-04-23 | 1 | -14/+14 |
* | * Moving bamboo.build | Adam Frisby | 2008-04-23 | 1 | -0/+0 |
* | * Once more into the breach, yada yada. | Adam Frisby | 2008-04-23 | 1 | -1/+24 |
* | * One more attempt (Fixing CI server) | Adam Frisby | 2008-04-23 | 1 | -0/+1 |
* | * Committing improved bamboo.build | Adam Frisby | 2008-04-23 | 2 | -1/+7 |
* | * Removing autobuild.sh | Adam Frisby | 2008-04-23 | 2 | -5/+8 |
* | * Tweaked autobuild.sh | Adam Frisby | 2008-04-23 | 1 | -6/+5 |
* | * Committing an 'autobuild.sh' script for our CI server. Others may find this... | Adam Frisby | 2008-04-23 | 1 | -0/+6 |
* | Update svn properties. | Jeff Ames | 2008-04-23 | 1 | -79/+79 |
* | * Add folders and items locking in external manipulations of InventoryFolderI... | Justin Clarke Casey | 2008-04-22 | 1 | -20/+35 |
* | * Add DeleteAllContents() method to InventoryFolderImpl - not yet used but wi... | Justin Clarke Casey | 2008-04-22 | 1 | -39/+109 |
* | doh, forgot that hg diffs don't do the adds correctly to svn | Sean Dague | 2008-04-22 | 1 | -0/+46 |
* | * Extend functionality to better handle delayed inventory service transfers t... | Justin Clarke Casey | 2008-04-22 | 1 | -9/+30 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2008-04-22 | 1 | -6/+4 |
* | * Replace previous specific inventory callback code with generic alternative | Justin Clarke Casey | 2008-04-22 | 2 | -30/+40 |
* | * Allow folder renaming to complete after an agent inventory has been receive... | Justin Clarke Casey | 2008-04-22 | 4 | -10/+96 |
* | * ODE Update! If you roll your own, make sure to download the lib source ag... | Teravus Ovares | 2008-04-22 | 2 | -0/+0 |
* | * Implements llScriptDanger | Teravus Ovares | 2008-04-22 | 4 | -10/+44 |
* | * Implemented NoScript areas (without loosing script state). | Teravus Ovares | 2008-04-22 | 2 | -9/+72 |
* | * Patch from Mic Bowman(cmickeyb) that implements llUnsit. Thanks Mic! | Teravus Ovares | 2008-04-22 | 1 | -1/+38 |
* | * Committing new terrain plugin effects system. Loads DLLs in /bin/Terrain/ a... | Adam Frisby | 2008-04-22 | 3 | -10/+175 |
* | * Added missing reference to OpenSim.Framework.Communications to RemoteAdminP... | Adam Frisby | 2008-04-21 | 2 | -602/+603 |
* | * Various compiler warning cleanups. | Adam Frisby | 2008-04-21 | 3 | -13/+13 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2008-04-21 | 8 | -68/+170 |
* | * Various refactorings. | Adam Frisby | 2008-04-21 | 2 | -18/+36 |
* | * Formatted ExportSerialiserModule and SvnBackupModule | Adam Frisby | 2008-04-21 | 7 | -163/+184 |
* | Update svn properties. | Jeff Ames | 2008-04-21 | 1 | -7/+7 |
* | * Committing fix for previous build breakage. Sorry! | Adam Frisby | 2008-04-21 | 5 | -44/+21 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 306 | -1298/+1003 |
* | * Terrain Module code has been reformatted to comply with guidelines. | Adam Frisby | 2008-04-21 | 36 | -600/+682 |
* | * Written a improved self-contained version of the XML Object Serialiser for ... | Adam Frisby | 2008-04-21 | 1 | -1/+47 |
* | * Added support for periodic autosaves - added to SvnBackupModule. Will cause... | Adam Frisby | 2008-04-21 | 2 | -8/+33 |
* | * Extra log line to notify the user console when a new user inventory skeleto... | Justin Clarke Casey | 2008-04-20 | 1 | -0/+4 |
* | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 2008-04-20 | 4 | -3/+28 |
* | * Tweak inventory login failure message to point to the region owner as first... | Justin Clarke Casey | 2008-04-20 | 2 | -3/+3 |
* | * Change user inventory create from explicit 'create user' command on the con... | Justin Clarke Casey | 2008-04-20 | 2 | -11/+34 |
* | * Change lazy user inventory creation on first login to synchronous rather th... | Justin Clarke Casey | 2008-04-20 | 2 | -16/+21 |
* | * On grid mode, if the inventory service is responding but returning an empty... | Justin Clarke Casey | 2008-04-20 | 2 | -22/+6 |
* | Removed some script engine noise from console | Tedd Hansen | 2008-04-20 | 4 | -8/+8 |
* | Moved script engine os* commands to OSSL_BuilIn_Commands.cs and OSSL_BuilIn_C... | Tedd Hansen | 2008-04-20 | 4 | -324/+340 |
* | * Fixed up event discovery regexes to work with a specific string format m#1012 | Teravus Ovares | 2008-04-20 | 1 | -2/+2 |
* | * Added some more fixes, refactored SVNModule slightly. | Adam Frisby | 2008-04-20 | 1 | -12/+31 |