aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
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]
2008-02-13* Moved insertUserRow into MSSQLUserData so 'create user' works againlbsa712-96/+95
[Provided by openlifegrid.com]
2008-02-13* Moved insertRegionRow into MSSQLGridDatalbsa715-188/+193
* Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql
2008-02-13*fixed varchar size typo in createuserfriendstable.sqlTeravus Ovares1-1/+1
2008-02-13* This fixes mantis 553 (It appears that the exception is thrown when there ↵Teravus Ovares2-3/+10
is a collision with a cylinder that is both hollowed and either tapered or cut. The sequence of actions that reproduce the problem for me are: create a cylinder, hollow to 95%, taper X/Y, then collide it with another object or avatar. Note that the cylinder itself is not marked physical. )
2008-02-13* Patch from Dr Schofld's (IBM). In his own wordsJustin Clarke Casey2-4/+6
all TerrainEngine.LoadFromFileX(string filename) methods don't set the dirty bits in heightmap.diff[,] in contrast to the TerrainEngine.LoadFromFileX(string filename, int dimensionX, int dimensionY, int lowerboundX, int lowerboundY) cousins. this has the unpleasant drawback that the Scene.SendTerrainUpdate(bool) will not send layer data to the client. the attached patch fixes all LoadFromFileX(.) methods. Thanks! * Also small build fix for AvatarFactoryModule
2008-02-13Added some locks on the cache Dictionary in AvatarFactoryModule.MW1-10/+25
2008-02-13* Fix for mantis 522. However, I would be a little surprised if this code ↵Justin Clarke Casey1-3/+3
did much anyway, so perhaps it's not currently in use.
2008-02-13* Make code fix to address prim rotation unlink issues (mantis 383, 454. 369)Justin Clarke Casey1-5/+16
* Many thanks to alex_carnell for the necessary information for this
2008-02-13Added a method to access a named folder in a users inventory, to the ↵MW4-0/+36
inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider]