aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-03* Adding request time limiting strategy for texture requests, though this ↵Justin Clarke Casey1-4/+12
isn't useable yet
2008-04-03* Resolve mantis 849Justin Clarke Casey6-9/+20
* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
2008-04-03* ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ).Teravus Ovares1-5/+12
2008-04-02from krtaylorSean Dague1-3/+6
Fixe for Mantis 821
2008-04-02Minor: just some method commentsJustin Clarke Casey2-3/+11
2008-04-02* Attempt to resolve mantis 873 by placing caps removal operations in a ↵Justin Clarke Casey1-13/+16
critical section
2008-04-02changing more references to OpenSim.DataSean Dague6-17/+17
2008-04-02* Add some temporary task inventory item inflation debug messages to ↵Justin Clarke Casey2-3/+3
investigate mantis 854
2008-04-02Set default terrain to complete flat terrain (at 26 height). Even flat ↵MW1-6/+7
terrain as default seems better than the messed up terrain I was getting.
2008-04-02* Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares3-3/+11
needs to be updated still. * Adding some XMPP stuff that's incomplete.
2008-04-01* Fix for mantis #678Justin Clarke Casey2-3/+15
* Shift copied prims should now keep the script in both prims over region startups
2008-04-01few more minor changes, needs prebuild to be ran.MW3-11/+6
2008-04-01a few small changesMW6-58/+67
2008-03-31* Set Svn Properties eol-style: |337Teravus Ovares3-3/+3
2008-03-31* Fix for terrain issue whereby loading or manipulating a terrain item from ↵Adam Frisby1-0/+2
the console would not cause the terrain to be saved to the Scene. (Mantis #845)
2008-03-31* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2-0/+11
* (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. "
2008-03-31* Minor: If a user exists but has no inventory in standalone, automatically ↵Justin Clarke Casey2-35/+22
create new inventory folders * This mirrors the grid behaviour
2008-03-31* Fix problem where inventory code throws a swallowed exception on grid mode ↵Justin Clarke Casey1-1/+1
if the avatar has never logged in before
2008-03-31* Fix for mantis 131, 796Justin Clarke Casey1-4/+14
* Take copy now actually takes a copy into inventory rather than the original
2008-03-31Fixed typo in AvatarFactoryModule.csJeff Ames1-1/+1
2008-03-31Update svn properties.Jeff Ames5-409/+409
2008-03-30* Added competely untested MSSQLMapperlbsa711-2/+10
* 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
2008-03-30* Minor cleanupTeravus Ovares3-6/+5
2008-03-30* Quick fix. Re-enabled some code which registers the Terrain Module's ↵Adam Frisby1-1/+1
Commander with the scene (whoops).
2008-03-30**Big ass update warning**Adam Frisby18-63/+691
* Renamed plugin console message, to send a message to a plugin, use either "plugin <message>", or any unrecognised message will be sent ("plugin" sends explicitly) This replaces the old "script <message>". * Terrain commands - "terrain <command>" now works again. "Script terrain <command>" does not. Many of the commands have now been reimplemented, eg load-tile. However some have new syntax. * New console command handler, you can now use things like "terrain help" or "terrain save help". See TerrainModule.cs for an example of how to use the new "Commander" class. * Commander class - advanced processing of console input and also enables a script API to be generated from registered console commands.
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares7-32/+86
* This update breaks inter-region communications, sorry. * You will need to run prebuild. Next, the good; * This update solves the unexpected binary element when Linux simulators inform windows simulators and vice versa. So Linux Simulators and Windows simulators are 100% compatible again. * This update introduces an Integer in the prim crossing method to tell the receiving simulator which XML method to use to load the prim that crossed the border. If the receiving prim doesn't support the method, the prim crossing fails and no prims are lost. That being said, it's best to update all your simulators to this revision at once.
2008-03-29* Refactor: Remove unused inventory methods, some of which weren't properly ↵Justin Clarke Casey3-30/+1
implemented anyway.
2008-03-29* Tidy up 'show users' displayJustin Clarke Casey1-11/+12
2008-03-29* Minor log message fix per mantis 829Justin Clarke Casey1-1/+1
2008-03-29* Various 1.19.0.5 grid inventory request fixes. These will only take ↵Justin Clarke Casey1-4/+1
affect once the region and the grid servers have upgraded to this revision * You may also need to clear your cache before seeing any effect. * These fixes may or may not affect inventory on the RC client. * These fixes should make non-root folders work better, stop inventory failure on first login, allow trash to be emptied and make texture picker in object edit view work properly * Fixes are 1) make initial root folder request wait for async inventory delivery, 2) deliver all folders in the initial login skeleton, not just the root child ones and 3) deal with situations where we receive child folders from the inventory service before their parent is received.
2008-03-29Patches llAvatarOnSitTarget to return NULL_KEY opposed to a blank string. ↵alondria1-6/+7
Should fix Mantis 838
2008-03-29Re-enabled terrain texture generation for the world map. Adam can clean up/ ↵MW7-14/+89
sort it out when he gets time. Most likely doesn't really work in grid mode as the generated textures are marked as temporary and I don't think they are updated to the asset server. We have to either live with these textures being sent to the asset server, and manually clean them out from time to time or wait until there is some asset management system in place. Also currently the texture is only generated at region startup, it is not updated after terraforming.
2008-03-29Fix compiler warnings in BulletXPlugin.Jeff Ames1-18/+18
2008-03-28* Send full inventory folder skeleton to standalone client logins rather ↵Justin Clarke Casey3-2/+13
than just the root child folders * This may resolve some current problems with non root child folders on standalone installations. * A fix for the same problem in grid mode will come soon.
2008-03-28* Refactor: Eliminate RequestUsersRoot() redundant methodJustin Clarke Casey1-1/+1
2008-03-28* Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey1-1/+2
* Replace the unused default GetInventorySkeleton() impleemntation with an abstract declaration - less confusing this way imho * Add some comments
2008-03-28* Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey1-1/+1
2008-03-28fixes mantis #778 and shoots himself for making such a mistake to begin ↵MW1-2/+2
with, but also blames Tedd for the way the script functions have wrapper methods that call the same named method in a different class, is it my fault if in two such functions, I forget to add "m_LSL_Functions." and instead cause a recursive loop until the stack overflows.
2008-03-28attempt to fix mantis # 779. MW1-2/+8
2008-03-28From: Michael Osias <mosias@us.ibm.com>Sean Dague3-12/+192
This patch implements llMessageLinked. I had to make a change to llGetLinkNumber to return m_host.LinkNum + 1 for link sets of more than 1 prim, or 0 for a single object, since according to: http://rpgstats.com/wiki/index.php?title=LlMessageLinked linksets with 2 or more prims start the link numbering at 1, but a single prims link number is 0.
2008-03-26* Tweaking master uuid exception to make it clearer what just went wrong ↵Justin Clarke Casey1-10/+40
(user server timeout) * Increasing GetUserProfile requests only to 6 seconds from 3 * Not completely sure what effect this will have, though probably not much * At some point one will have to accept that if the grid servers are taking many many seconds to respond, running using that grid will not be viable. * Perhaps there should be a big warning up front if grid request times are slower than n seconds.
2008-03-26* Increase timeout for initial simulator login from 16 to 30 secondsJustin Clarke Casey1-1/+1
* Comments, capitalization
2008-03-26* More log messages in the region registration process for debug purposes. ↵Justin Clarke Casey1-2/+13
Some of these may be temporary
2008-03-26* Increase information in simulator_login log messagesJustin Clarke Casey1-4/+6
2008-03-26* Start printing the region simulator_login exception to the logJustin Clarke Casey1-1/+1
2008-03-26Committed patch from Lulurun to fix Mantis 817. Thanks LulurunJohan Berntsson1-2/+2
2008-03-26Removing redundant codeJohan Berntsson1-5/+0
2008-03-25* Massaging CAPS setup/teardown log messagesJustin Clarke Casey4-7/+11
* Leaving quite a few debug messages in for now to help deal with bugs arising
2008-03-25* Print out the exception stacks of resolution failures, temporarilyJustin Clarke Casey2-3/+4
2008-03-25* Temporary hack to swallow neighbour contact problems on startup (in ↵Justin Clarke Casey2-2/+15
response to osgrid issues) * Not sure what the effect will be, but can't be any worse than the current constant sim crashes.