| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Added support for new "svn load-region <region name> [svn revision]" comman... | Adam Frisby | 2008-04-20 | 1 | -0/+44 |
* | * Updates LSL2CS converter | Teravus Ovares | 2008-04-20 | 8 | -4/+358 |
* | * Added experimental "svn load <revision>" command to allow you to load a reg... | Adam Frisby | 2008-04-20 | 1 | -7/+38 |
* | * Fixed three compiler warnings introduced in the previous commit. | Adam Frisby | 2008-04-20 | 1 | -1/+1 |
* | * Various SvnBackupModule fixes. | Adam Frisby | 2008-04-20 | 1 | -1/+23 |
* | * Start catching rogue SocketExceptions which occur (at least on mono) when a... | Justin Clarke Casey | 2008-04-19 | 1 | -0/+10 |
* | * Insert an OpenSim warning telling the user to ignore the ERROR assembly sca... | Justin Clarke Casey | 2008-04-19 | 1 | -0/+3 |
* | Thank you kindly krtaylor for a patch to solve: | Charles Krinke | 2008-04-19 | 6 | -7/+81 |
* | * Fix build break in previous revision | Justin Clarke Casey | 2008-04-19 | 2 | -2/+2 |
* | * Several fixes for SvnBackupModule | Adam Frisby | 2008-04-19 | 1 | -21/+53 |
* | * Insert some missing database locks for inventory and user data on mysql | Justin Clarke Casey | 2008-04-18 | 2 | -7/+20 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-04-18 | 1 | -42/+219 |
* | * Refactor: Remove redundant try/catch from asset request since this is now h... | Justin Clarke Casey | 2008-04-18 | 1 | -47/+42 |
* | Mantis #851, 100% CPU on unhandlet HTTP event. Thanks cmickeyb. | Tedd Hansen | 2008-04-18 | 1 | -9/+21 |
* | * Fixed two compiler warnings dealing with IPAddress equality. | Adam Frisby | 2008-04-18 | 1 | -3/+1 |
* | * Added lock persistence | Teravus Ovares | 2008-04-18 | 1 | -3/+4 |
* | Thank you, Melanie, very kindly for a patch that : | Charles Krinke | 2008-04-18 | 1 | -2/+15 |
* | * Re-Fixed caps | Teravus Ovares | 2008-04-17 | 11 | -285/+197 |
* | * Acks the first UseCircuitCode packet | Teravus Ovares | 2008-04-17 | 3 | -1/+37 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-04-17 | 1 | -5/+98 |
* | * Added "svn load" command to correspond "svn save". Will grab the latest rev... | Adam Frisby | 2008-04-17 | 2 | -1/+13 |
* | * Added ITerrainModule interface to Terrain Module, and registered accordingl... | Adam Frisby | 2008-04-17 | 2 | -1/+11 |
* | * Added a directory for the SVN module. More about to come.* SVNBackupModule | Adam Frisby | 2008-04-17 | 3 | -41/+48 |
* | * Added a directory for the SVN module. More about to come. | Adam Frisby | 2008-04-17 | 0 | -0/+0 |
* | Update svn properties. Add copyright info to some source files. | Jeff Ames | 2008-04-17 | 32 | -416/+1237 |
* | * Missed a file while committing. | Adam Frisby | 2008-04-17 | 1 | -0/+8 |
* | * Committing first version of SVN Backup Module | Adam Frisby | 2008-04-17 | 4 | -6/+208 |