aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2008-02-14* Took a stab at getting keys to work as intendedlbsa711-2/+2
[Provided by openlifegrid.com]
2008-02-14* Added more debugging output to GridManager to pin down the key exchange ↵lbsa711-3/+15
weirdness [Provided by openlifegrid.com]
2008-02-14* Tree Populator Module, use "script tree" to make a growing tree in your sim.Adam Frisby1-0/+246
2008-02-14* Fixed #564, errors in friend sqllbsa711-4/+4
[Provided by openlifegrid.com]
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby26-111/+276
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
2008-02-14* Exposed AddHandlers in response to mantis #534. Thanks, kmeisthax!lbsa711-4/+33
2008-02-14Revert the index -> Add changes made in AvatarFactoryModule previously. It ↵Justin Clarke Casey1-2/+2
appears that in conjunction with MW's locking changes, that two threads may race to create the avatar appearance in the TryGetAvatarAppearance() method. Moving off Add will mean the second replaces the first instead of throwing the exception. This may still not be a good permanent solution - more extensively locking or a code rearrangement could be better. I'm going to leave this in MW's much more familiar hands now.
2008-02-14* Removed the noise from the console. The last commit seems to have ↵Teravus Ovares2-6/+3
resolved the recent reports of 'argument not a space' on linux. Though, there were about 50 changes :D
2008-02-14Changed UserServer create user password input to cleartext so we can see ↵Tedd Hansen1-1/+2
what the all the fuzz/blur is about. Make sure that you hide your monitor and that there are no black vans with large antennas parked outside while you type the password. Actually, turn off your monitor while typing password. Then press reset button on your computer.
2008-02-14* Another ODE Stability update. This might fix the recent Linux issues ↵Teravus Ovares2-90/+210
with the ODEPlugin.
2008-02-14Update svn properties from a bar ftw. Kanpai!Jeff Ames2-54/+54
2008-02-14* ODE - This fixes a few things and breaks a few more.Teravus Ovares3-26/+19
2008-02-14Added a small but maybe important clue that UserServer is not running.Tedd Hansen1-1/+1
2008-02-14Cleaned up some typos.Jeff Ames3-4/+4
2008-02-14* Bigisn ODE Stability update 2Teravus Ovares4-24/+73
2008-02-13* Bigish ODE stability Update. Run PrebuildTeravus Ovares10-175/+380
2008-02-13* Fixed another bug in avatarpicker ('surname'/'lastname' mixup)lbsa711-4/+4
[Provided by openlifegrid.com]
2008-02-13* Fixed bug in avatarpicker so now you can search on single wordlbsa711-2/+1
[Provided by openlifegrid.com]
2008-02-13* Added some more comprehensive log entries on region login.lbsa711-5/+23
[Provided by openlifegrid.com]
2008-02-13* Minor guard for null case.lbsa711-2/+2
[Provided by openlifegrid.com]