| Commit message (Expand) | Author | Age | Files | Lines |
* | * Put back NHibernate.Mapping.Attribute.dll even though according to the disc... | Justin Clarke Casey | 2008-12-02 | 1 | -0/+0 |
* | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-02 | 24 | -387/+517 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... | Justin Clarke Casey | 2008-12-02 | 2 | -8/+3 |
* | * reverted 7561 as the logger reference should always be private to the class... | lbsa71 | 2008-12-02 | 2 | -2/+2 |
* | changed UserManagerBase. IInterServiceInventoryServices m_interServiceInvent... | MW | 2008-12-02 | 1 | -1/+1 |
* | Remove some of the XEngine chattiness | Melanie Thielker | 2008-12-02 | 2 | -4/+4 |
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown... | MW | 2008-12-02 | 6 | -6/+5 |
* | Added two new "trusted" url handlers to the Inventory server, to allow the us... | MW | 2008-12-02 | 2 | -10/+34 |
* | Catch all possible exceptions in the mysql module. It throws non-mysql | Melanie Thielker | 2008-12-02 | 1 | -2/+2 |
* | Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now, | Homer Horwitz | 2008-12-01 | 1 | -0/+8 |
* | don't close eventqueues when you leave a region. This really does seem | Sean Dague | 2008-12-01 | 1 | -2/+10 |
* | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 2008-12-01 | 6 | -9/+11 |
* | * Assume that asset data in a reset inventory post is not inlined by default | Justin Clarke Casey | 2008-12-01 | 1 | -3/+2 |
* | Fix the terrain loader | Melanie Thielker | 2008-12-01 | 1 | -1/+1 |
* | * minor: remove 2 mono compiler warnings | Justin Clarke Casey | 2008-12-01 | 2 | -2/+2 |
* | More reverts. Revert the MySQL database module. This caused more issues | Melanie Thielker | 2008-12-01 | 1 | -474/+513 |
* | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ... | Justin Clarke Casey | 2008-12-01 | 21 | -517/+387 |
* | * Temporarily revert nhibernate.dll to the previous one | Justin Clarke Casey | 2008-12-01 | 1 | -0/+0 |
* | * stop inventory item creation via REST falling over on any included assets t... | Justin Clarke Casey | 2008-12-01 | 1 | -93/+93 |
* | * minor: fix log message printed when unrecognized elements are found in inve... | Justin Clarke Casey | 2008-12-01 | 2 | -135/+119 |
* | fix the "I get no textures if I teleport back to a region I've been in | Sean Dague | 2008-12-01 | 1 | -2/+4 |
* | attempt to modify the event queue for greater debugging | Sean Dague | 2008-12-01 | 1 | -0/+2 |
* | Mantis#2730. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-12-01 | 1 | -2/+2 |
* | Added a Catch(InvalidOperationException) to BaseHttpServer.HandleRequest(). W... | MW | 2008-12-01 | 1 | -19/+24 |
* | * Making log available for subclasses | lbsa71 | 2008-12-01 | 1 | -1/+1 |
* | * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS... | Adam Frisby | 2008-12-01 | 22 | -387/+517 |
* | Mantis #2729 | Melanie Thielker | 2008-12-01 | 1 | -0/+10 |
* | Make the permissions module hook CanResetScript suitable for use | Melanie Thielker | 2008-12-01 | 2 | -4/+4 |
* | Remove duplicated avatar height calculation in lsl functions. | idb | 2008-12-01 | 4 | -36/+37 |
* | Mantis #2584 (again) | Melanie Thielker | 2008-11-30 | 6 | -22/+93 |
* | Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers in | Homer Horwitz | 2008-11-30 | 1 | -1/+1 |
* | Mantis #2716 Null when linking across objects across two regions. | idb | 2008-11-30 | 1 | -0/+4 |
* | Fix prim crossings, again. | Melanie Thielker | 2008-11-30 | 1 | -2/+5 |
* | More changes to the MySQL adapter. take advantage of pooling and run lock-free. | Melanie Thielker | 2008-11-30 | 1 | -507/+472 |
* | Revert r7548 and r7549 until someone with prebuild-fu can help structure the ... | Dahlia Trimble | 2008-11-30 | 4 | -1/+2511 |
* | * try a prebuild fix to the primmesher thing | Teravus Ovares | 2008-11-30 | 1 | -1/+1 |
* | * try a prebuild fix to the primmesher thing | Teravus Ovares | 2008-11-30 | 1 | -1/+1 |
* | Removed remaining meshing code | Dahlia Trimble | 2008-11-30 | 4 | -2511/+1 |
* | Update svn properties. Add copyright header. Minor formatting cleanup. | Jeff Ames | 2008-11-30 | 5 | -30/+57 |
* | Explicitly Dispose() all cmd objects | Melanie Thielker | 2008-11-29 | 1 | -1/+15 |
* | Fix usage of reflection where it isn't necessary. | Homer Horwitz | 2008-11-29 | 1 | -1/+1 |
* | Revert justincc's try to change the licence char-by-char AGAIN!!! :P | Homer Horwitz | 2008-11-29 | 1 | -1/+1 |
* | Add configuration values for scripted prim region crossing | Melanie Thielker | 2008-11-29 | 3 | -1/+13 |
* | Start scripts in attachments only after a successful attach. Elimininate | Melanie Thielker | 2008-11-29 | 5 | -3/+29 |
* | Mantis #2584 | Melanie Thielker | 2008-11-29 | 3 | -1/+51 |
* | Finally make attachments stay put. Randomize local ID generation to | Melanie Thielker | 2008-11-29 | 5 | -13/+13 |
* | Add the lifetime management back into the LSL_Api, since that will also | Melanie Thielker | 2008-11-29 | 1 | -2/+10 |
* | Update meshing code to sync with current PrimMesher.cs on forge. | Dahlia Trimble | 2008-11-29 | 8 | -3042/+525 |
* | Comment the ScriptSponsor and restore the indefinite lifetime for | Melanie Thielker | 2008-11-29 | 3 | -12/+12 |
* | Stop attachments from twisting away. Thismakes attachments phantom, which | Melanie Thielker | 2008-11-29 | 2 | -4/+5 |