Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Attempted resolution for mantis 854 | Justin Clarke Casey | 2008-04-03 | 2 | -0/+7 |
| | | | | | | * Also adds more temporary debugging goo in case the fix didn't work | ||||
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-03 | 7 | -196/+427 |
| | | | | | | | * This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations. * CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in. | ||||
* | * Minor: fix doc glitch | Justin Clarke Casey | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | * Adding request time limiting strategy for texture requests, though this ↵ | Justin Clarke Casey | 2008-04-03 | 3 | -5/+153 |
| | | | | isn't useable yet | ||||
* | * Resolve mantis 849 | Justin Clarke Casey | 2008-04-03 | 7 | -10/+21 |
| | | | | | | * Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option | ||||
* | point in time update of NHibernate Asset Mapping code | Sean Dague | 2008-04-03 | 3 | -10/+180 |
| | |||||
* | * ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ). | Teravus Ovares | 2008-04-03 | 1 | -5/+12 |
| | |||||
* | Set svn:ignore. | Jeff Ames | 2008-04-02 | 0 | -0/+0 |
| | |||||
* | Update OS X libode binary to opensim-libs r36. | Jeff Ames | 2008-04-02 | 1 | -0/+0 |
| | |||||
* | from krtaylor | Sean Dague | 2008-04-02 | 1 | -3/+6 |
| | | | | | | Fixe for Mantis 821 | ||||
* | remove really odd utf character at the front of this class | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | starting to stub out NHibernate data source. This isn't in | Sean Dague | 2008-04-02 | 1 | -0/+62 |
| | | | | | | | | | prebuild yet so it's currently dead code in tree, and shouldn't bother anyone. Once this does *something* I'll add it into the main build. However it seemed like a good idea to commit work as I go for people interested in it. | ||||
* | Minor: just some method comments | Justin Clarke Casey | 2008-04-02 | 2 | -3/+11 |
| | |||||
* | * Attempt to resolve mantis 873 by placing caps removal operations in a ↵ | Justin Clarke Casey | 2008-04-02 | 2 | -14/+17 |
| | | | | critical section | ||||
* | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 2008-04-02 | 20 | -3/+22 |
| | | | | | | | were implicitly included before). Everything builds again. Now off to testing. | ||||
* | move signing file | Sean Dague | 2008-04-02 | 1 | -0/+0 |
| | |||||
* | change references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -8/+8 |
| | |||||
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 17 | -34/+34 |
| | |||||
* | attempt to fix up all refernces to new directory structure | Sean Dague | 2008-04-02 | 55 | -78/+78 |
| | |||||
* | first pass at fixing up prebuild.xml after the | Sean Dague | 2008-04-02 | 1 | -49/+49 |
| | | | | | | Framework.Data -> Data migration | ||||
* | whole lot more moving | Sean Dague | 2008-04-02 | 67 | -0/+0 |
| | |||||
* | reorganizing namespaces to put all the Data stuff into it's own namespace | Sean Dague | 2008-04-02 | 16 | -0/+0 |
| | | | | | | | / dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together. | ||||
* | * Add some temporary task inventory item inflation debug messages to ↵ | Justin Clarke Casey | 2008-04-02 | 3 | -3/+13 |
| | | | | investigate mantis 854 | ||||
* | refactor, make the file name the class name | Sean Dague | 2008-04-02 | 1 | -0/+0 |
| | |||||
* | * Added AvatarAppearance.sql for MSSQL | lbsa71 | 2008-04-02 | 1 | -0/+44 |
| | |||||
* | * Reworked Data Framework so that MSSQL works | lbsa71 | 2008-04-02 | 6 | -14/+61 |
| | | | | | | | | | | * Introduced uint as field type * Removed what should be superfluous Guid handling * Introduced stub MySQLDataReader if we need to fix the Guid handling anyway | ||||
* | Set default terrain to complete flat terrain (at 26 height). Even flat ↵ | MW | 2008-04-02 | 2 | -7/+8 |
| | | | | terrain as default seems better than the messed up terrain I was getting. | ||||
* | changes back the output path for simple module to its own bin folder. [if ↵ | MW | 2008-04-02 | 1 | -2/+2 |
| | | | | | | | | you still have a simplemodule.dll in your bin folder, then delete it. So puts the bots back in their cave for another yet. | ||||
* | * Updating the version of the ODE library. (big update). The Mac library ↵ | Teravus Ovares | 2008-04-02 | 9 | -3/+209 |
| | | | | | | | needs to be updated still. * Adding some XMPP stuff that's incomplete. | ||||
* | * Remove the quit command from the inventory console which was actually ↵ | Justin Clarke Casey | 2008-04-01 | 1 | -1/+0 |
| | | | | adding a new inventory instead | ||||
* | * Fix for mantis #678 | Justin Clarke Casey | 2008-04-01 | 2 | -3/+15 |
| | | | | | | * Shift copied prims should now keep the script in both prims over region startups | ||||
* | few more minor changes, needs prebuild to be ran. | MW | 2008-04-01 | 4 | -13/+8 |
| | |||||
* | a few small changes | MW | 2008-04-01 | 6 | -58/+67 |
| | |||||
* | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 2008-04-01 | 1 | -1/+2 |
| | | | | | | to spin off into a seemingly infinite loop. | ||||
* | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2008-03-31 | 5 | -5/+5 |
| | |||||
* | * Fix for terrain issue whereby loading or manipulating a terrain item from ↵ | Adam Frisby | 2008-03-31 | 1 | -0/+2 |
| | | | | the console would not cause the terrain to be saved to the Scene. (Mantis #845) | ||||
* | * Make it a little clearer that the voice config options won't actually do ↵ | Justin Clarke Casey | 2008-03-31 | 1 | -0/+1 |
| | | | | anything yet | ||||
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-31 | 6 | -74/+180 |
| | | | | | | | | | * (and Ansgar/Ansi) * Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet! * In his own words "the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. " | ||||
* | * Minor: If a user exists but has no inventory in standalone, automatically ↵ | Justin Clarke Casey | 2008-03-31 | 4 | -39/+27 |
| | | | | | | | | create new inventory folders * This mirrors the grid behaviour | ||||
* | * Log exceptions which make it up to the top of the http request frame, ↵ | Justin Clarke Casey | 2008-03-31 | 2 | -86/+88 |
| | | | | rather than having them disappear off into the ether | ||||
* | * Fix problem where inventory code throws a swallowed exception on grid mode ↵ | Justin Clarke Casey | 2008-03-31 | 2 | -18/+34 |
| | | | | if the avatar has never logged in before | ||||
* | * Fix for mantis 131, 796 | Justin Clarke Casey | 2008-03-31 | 1 | -4/+14 |
| | | | | | | * Take copy now actually takes a copy into inventory rather than the original | ||||
* | Fixed typo in AvatarFactoryModule.cs | Jeff Ames | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | * Minor change on region grid asset client to change two store log messages ↵ | Justin Clarke Casey | 2008-03-31 | 1 | -4/+7 |
| | | | | to one | ||||
* | Modify NAnt target in Prebuild to copy .mdb files to bin in debug ↵ | Jeff Ames | 2008-03-31 | 2 | -0/+3 |
| | | | | | | | configuration. (bug #55) Use 'mono --debug OpenSim.exe' to get line number output on stack traces. | ||||
* | svn:ignore monodevelop files | Jeff Ames | 2008-03-31 | 0 | -0/+0 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-03-31 | 8 | -460/+460 |
| | |||||
* | * Added competely untested MSSQLMapper | lbsa71 | 2008-03-30 | 5 | -8/+99 |
| | | | | | | | * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well | ||||
* | * Minor cleanup | Teravus Ovares | 2008-03-30 | 4 | -10/+6 |
| | |||||
* | * Quick fix. Re-enabled some code which registers the Terrain Module's ↵ | Adam Frisby | 2008-03-30 | 1 | -1/+1 |
| | | | | Commander with the scene (whoops). |