aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-18* Do not allow a user to be created if one with the same name already existsJustin Clarke Casey5-43/+69
2008-02-18a new attempt at converting to the right typesSean Dague1-1/+1
2008-02-18Attempt to fix casting issue introduced by RegionSize constant. I think thisSean Dague1-1/+1
should actually all be uints, but this will hopefully let people log in again.
2008-02-18* Allow create user on standalone even if authentication is off, in case the ↵Justin Clarke Casey1-9/+3
creator wants to see a starting region for a user * This also resolves mantis 601
2008-02-18More exception checks and crash hintsTedd Hansen6-17/+38
If no scriptengine is specified then don't try to load any.
2008-02-18bring back some script engine debugging, hoping this will help track down ↵Sean Dague3-18/+18
the randoms segfaults
2008-02-18Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey5-0/+50
In his own words: If a prim becomes a listener or remote channel and the script is deleted, it cannot become a listener or channel again with a new script. This patch fixes that.
2008-02-18Small change to the IAgentAssetTransactions file that Chi11ken added for me ↵MW1-2/+2
(thanks Chi11ken). when I forgot to commit it on saturday. [The ComsmsManager will die]
2008-02-18* Thanks to Ahzz, more verbose error messages on the console and possibly a ↵Teravus Ovares2-34/+58
fix to the b*stard Sakai issue.
2008-02-18* Added /even more/ debugging messages to the UDP server to help people in ↵Teravus Ovares2-8/+72
resolving the Sakai issue. A few locks a few fixes, nothing that'll solve the problem in itself though.
2008-02-18Thank you very much Ahzzmandius for adding the supportCharles Krinke5-0/+79
to purge the avatars inventory "Trash" folder using the bizarre tortoiseSVN method of diff/patch.
2008-02-18Thank you very much, Hashbox for:Charles Krinke4-9/+21
Changed the public IsAdministrator back to protected, now checks Config to see whether it is allowed to run or not. Defaults to false (not allowed). To use add the following to OpenSim.ini [LL-Functions] AllowosConsoleCommand=true
2008-02-18ODE: Tired of floating above the ground after crossing a border? Boy have I ↵Teravus Ovares8-10/+11
got a solution for you! For a limited time, you can be the right height after border crossings automatically. Just three easy payments of $9.95 and make sure your neighbor is sending child agent updates!
2008-02-17Thank you Hashbox for adding the Charles Krinke4-4/+20
osConsoleCommand Feature to ll-functions.
2008-02-17* Last bit of cleanup now. As long as you keep physical prim off, you ↵Teravus Ovares1-11/+13
should have a reasonably stable experience with ODE again. * Physical prim at the simulator edge still seems to have the occasional issue.
2008-02-17* Various ODE CleanupsTeravus Ovares2-64/+83
2008-02-17* Disabling physical prim crossings until they get a bit more stable.Teravus Ovares1-7/+7
2008-02-17* Fixed the Ghost physical hull on deleting a physical Prim Teravus Ovares1-61/+75
* Fixed a deadlock when there is an exception in the collision and stepping parts of Simulate.
2008-02-17* Located and destroyed the weird velocity and rotation transfers. It ↵Teravus Ovares9-14/+76
turned out to be that the Static PhysicsVector.Zero was transferring velocities between all non fixed objects. Not so static after all :(. Finding it was cruel and unusual punishment from the CLR. * Therefore, when you run through a pile of prim you won't see things rotate when they're not supposed to anymore. * Avatars don't float off either.
2008-02-17Thank you very much, ChrisDown for a patch toCharles Krinke1-1/+1
remove unnecessary terrain stores at region startup
2008-02-17Thank you very much, Diva for a patch to increase the Charles Krinke1-14/+24
grid server reliability.
2008-02-17Thank you very much, Taoki for additions to pCampBot to improve walking, talkingCharles Krinke1-17/+27
and adding additional sentences for communications with pCampBot.
2008-02-17Added copyright notices.Jeff Ames14-11/+398
2008-02-17Added dummy IAgentAssetTransactions to fix compile failure.Jeff Ames1-0/+45
2008-02-16Renamed AgentAgentTransactionModule to the correct name of ↵MW1-1/+1
AgentAssetTransactionModule
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of ↵MW9-60/+701
CommsManager and into a module (AgentAgentTransactionModule), still needs cleaning up though. But its one more thing out of the CommsManager. One day we will kill the CommsManager!
2008-02-16Some changes to remove some of the direct calls to CommsManager from Scene, ↵MW5-10/+51
so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!)
2008-02-16Update svn properties.Jeff Ames3-140/+140
2008-02-16Forgot one small but important line .. ;)Tedd Hansen1-0/+1
2008-02-16Fixed ScriptEngine config in OpenSim.ini.example that was out of place.Tedd Hansen7-64/+156
Added some info to failure on GridServices listening port so people can see what actually went wrong. Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common. + some accumulated patches
2008-02-15* ODE Stability update 4 :D Teravus Ovares6-130/+280
* Changed the way meshing requests get sent to the ODEPlugin * Numerous other fixes
2008-02-15Resolve mantis #572 - terrain help printed multiple times when change-region ↵Justin Clarke Casey1-0/+6
has not been invoked
2008-02-15be smarter about the size of dynamic textures that we pull inSean Dague1-1/+29
2008-02-15allow for 1024x1024 textures through osSetDynamicTextureURL. Follow up patchSean Dague1-2/+2
to do smarter resize coming this afternoon.
2008-02-15* Temporary measure of deleting the Mono addin cache dir of addin-db-000/ on ↵Justin Clarke Casey1-0/+7
every startup to avoid cache corruption problems
2008-02-15Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not ↵MW2-27/+29
being persisted.
2008-02-15Moved LaunchSLClient prebuild.xml into main prebuild.xmlJeff Ames13-72/+0
2008-02-15Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. ↵Jeff Ames5-105/+44
Update README.
2008-02-15Moved pCampBot to OpenSim/ToolsJeff Ames7-0/+607
2008-02-15Oops. Forgot about Windows users.Jeff Ames1-2/+2
2008-02-15Minor syncing of copyright notices.Jeff Ames1-1/+1
2008-02-15Moved LaunchSLClient build system to Prebuild.Jeff Ames8-190/+185
Refactored LaunchSLClient code a bit.
2008-02-15Update svn properties.Jeff Ames4-398/+398
2008-02-14attempt to make our logging at least fail gracefully, we'll see if this helpsSean Dague1-26/+33
2008-02-14make dynamic textures temporary to try to stop filling up theSean Dague1-1/+1
asset db.
2008-02-14More work on trying to get AvatarFactoryModule to play nicely with multiple ↵MW1-63/+80
threads
2008-02-14* Fixed accessibility problem on ITerrainChannelAdam Frisby1-1/+1
2008-02-14Added "better" multi thread handling to AvatarFactoryModule, which uses ↵MW1-23/+120
EventWaitHandles, I'm a bit concerned about what effect this might have on performance in a large grid. But I've spent long enough on this problem for one day and as its valentines day, I will be killed and tortured (most likely not in that order) if I don't stop work for the day soon.
2008-02-14* Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby3-5/+8
* Minor work towards abstracting terrain.
2008-02-14Fix a casting subtlety in moving to constants. Logins should workSean Dague1-2/+2
again.