Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Don't start pCampbot if the user doesn't supply bot firstname, lastname stub ↵ | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and password | |||||
| | * | | | | | | | | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 2012-02-29 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MySQL and MSSQL have it as Sandbox, sqlite as sandbox. In various different places in every plugin the wrong casing is used... Consistency, who needs it? Or one day sqlite can change to Sandbox. | |||||
| | * | | | | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-02-29 | 5 | -92/+32 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Fixed two typos. White space cleanups. | Kevin Cozens | 2012-02-28 | 1 | -16/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nebadon <michael@osgrid.org> | |||||
| | | * | | | | | | | | Some clean up in WebUtil, remove unused ServiceRequest function. | Mic Bowman | 2012-02-27 | 1 | -71/+7 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | HG: Remove async in posting assets to foreign grid. Mono hates concurrency ↵ | Diva Canto | 2012-02-25 | 1 | -1/+1 | |
| | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | there. | |||||
| | * | | | | | | | | Call Dispose() via using() on SqliteCommands in WebStatsModule after use. | Justin Clark-Casey (justincc) | 2012-02-28 | 1 | -99/+98 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into careminster | Melanie | 2012-02-25 | 27 | -52/+135 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||||
| | * | | | | | | | | PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implemented | PixelTomsen | 2012-02-25 | 2 | -4/+8 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=5763 | |||||
| | * | | | | | | | Move libopenjpeg native libraries into lib32 and lib64 as appropriate. | Justin Clark-Casey (justincc) | 2012-02-25 | 5 | -5/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Remove some more unused Bullet libraries. | Justin Clark-Casey (justincc) | 2012-02-25 | 3 | -0/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Remove old libbulletnet native libraries. These are not used in the current ↵ | Justin Clark-Casey (justincc) | 2012-02-25 | 2 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generation bullet physics plugin. | |||||
| | * | | | | | | | Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as ↵ | Justin Clark-Casey (justincc) | 2012-02-25 | 9 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate. | |||||
| | * | | | | | | | Remove xunit.dll, Fadd.Globalization.Yaml.dll and Fadd.dll. It looks like ↵ | Justin Clark-Casey (justincc) | 2012-02-25 | 3 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these were once connected with HttpServer.dll but are now unused. | |||||
| | * | | | | | | | Remove EXPERIMENTAL tags from load iar/save iar commands. | Justin Clark-Casey (justincc) | 2012-02-25 | 1 | -3/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Establish a distsrc nant target for producing the source distribution. | Justin Clark-Casey (justincc) | 2012-02-25 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in addition to the distbin target. The distbin target now needs distsrc to be run first. Still needs some extra tweaking that I shall eventually put in as sed invocations or similar. | |||||
| | * | | | | | | | llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: ↵ | PixelTomsen | 2012-02-24 | 3 | -27/+105 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=5756 http://opensimulator.org/mantis/view.php?id=5755 http://opensimulator.org/mantis/view.php?id=5754 | |||||
| * | | | | | | | | Merge branch 'master' into careminster | Melanie | 2012-02-24 | 17 | -53/+122 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Take watchdog alarm calling back outside the m_threads lock. | Justin Clark-Casey (justincc) | 2012-02-24 | 2 | -5/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is how it was originally. This stops a very long running alarm callback from causing a problem. | |||||
| | * | | | | | | | Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ↵ | Justin Clark-Casey (justincc) | 2012-02-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | returns and for consistency. | |||||
| | * | | | | | | | Get rid of some of the identical exception catching in Scene.Update(). | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -17/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 2012-02-24 | 10 | -26/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the first frame, all startup scene objects are added to the physics scene. This can cause a considerable delay, so we don't start raising the alarm on scene loop timeouts until the second frame. This commit also slightly changes the behaviour of timeout reporting. Previously, a report was made for the very first timed out thread, ignoring all others until the next watchdog check. Instead, we now report every timed out thread, though we still only do this once no matter how long the timeout. | |||||
| | * | | | | | | | In osSetSpeed(), if no avatar for a uuid is found then don't attempt to set ↵ | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | speed. | |||||
| | * | | | | | | | llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget | PixelTomsen | 2012-02-24 | 3 | -5/+33 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Load appropriate 32-bit/64-bit Windows sqlite dll if using WebStatsModule. | Justin Clark-Casey (justincc) | 2012-02-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should resolve http://opensimulator.org/mantis/view.php?id=5901 | |||||
* | | | | | | | | | more changes on undo/redo group scaling seems to work better | UbitUmarov | 2012-03-09 | 2 | -14/+9 | |
| | | | | | | | | | ||||||
* | | | | | | | | | more changes in undo/redo. Basicly moved control to llclientview.cs. later ↵ | UbitUmarov | 2012-03-09 | 3 | -100/+187 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | we can move back to a dispatcher function on SOG that handles the several cases( in a viwer independent way (?)) and calls current exec funtions. made cosmetic changes replacing decimals by hexs so bits are easier to read. Changed behavour of case 12 and 28 ( 0x0c and 0x1c) to make identical to 0x0d and 0x1d ( scale only and scale plus position). DOn't see 12 and 28 in use... cases 1c and 1d still broken | |||||
* | | | | | | | | Hold a ref to the prim we're sat on rather than querying scene each time | Melanie | 2012-03-08 | 1 | -27/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the check for significant is carried out. Prevents a deadlock condition. | |||||
* | | | | | | | | changes on undo/redo (untested/incomplete). Think we may consider moving ↵ | UbitUmarov | 2012-03-07 | 3 | -153/+66 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | this mfrom SOP to client side. At least does seem to work a bit better ( again there wwas a issue on sop.copy ) | |||||
* | | | | | | | Prevent scripted region crossings from crashing with prim limits enabled | Melanie | 2012-03-06 | 1 | -1/+7 | |
| | | | | | | | ||||||
* | | | | | | | Null PhysActor on SOP.Copy() to prevent clobbering the original one | Melanie | 2012-03-06 | 1 | -4/+3 | |
| | | | | | | | ||||||
* | | | | | | | Removed some whitespace errors - don't be naughty, don't use hard tabs! | Melanie | 2012-03-06 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed commented code block. | |||||
* | | | | | | | make copied parts have diferent LocalIds than original. More building ↵ | UbitUmarov | 2012-03-06 | 2 | -5/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | control for ubitODE. for all let physics know about linking of physical parts. Assume UNTESTED | |||||
* | | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-03-06 | 3 | -7/+27 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Allow NPC to be removed by the owner of the parcel they're over. | Melanie | 2012-03-05 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't allow NPC creation unless the prim owner has rez rights. | |||||
| * | | | | | | Teleport users to the cornfield when they are teleported with | Melanie | 2012-03-05 | 1 | -3/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | llTeleportAgentHome(). Don't try to teleport NPCs. | |||||
| * | | | | | | llListSort SL compatibility: When sorting strided list and the list | Melanie | 2012-03-05 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | length is not a multiple of the stride, return the original list. Also, enforce that sort is ascending only when the ascending parameter is 1, and not when it is != 0 | |||||
* | | | | | | | update ubitOde | UbitUmarov | 2012-03-05 | 4 | -78/+297 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-03-05 | 2 | -3/+15 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | SL compatibility - return only points on segemtn, not ray in llCastRay | Melanie | 2012-03-05 | 1 | -0/+5 | |
| | | | | | | | ||||||
| * | | | | | | A stab at making llEjectFromLand work in all cases | Melanie | 2012-03-05 | 1 | -3/+10 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | update UbitOde | UbitUmarov | 2012-03-04 | 5 | -65/+69 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-03-04 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Zero velocity when drag-copying | Melanie | 2012-03-04 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | update UbitODE | UbitUmarov | 2012-03-04 | 3 | -36/+55 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-03-03 | 1 | -5/+3 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | This still causes terrain artefacts | Melanie | 2012-03-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert " fix my bug on ChODE terrain heightmap build" This reverts commit aa77d1d486f11da7dc841190f1ca85e085d0d648. | |||||
| * | | | | | This still causes terrain artefacts | Melanie | 2012-03-02 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert " fix the last fix. Regions are square but... Also remove the 0.5 offset in map position. It was apparently needed to fix we having nsamples = size and not size + 1." This reverts commit 15bc539bd49e7a09c1ec6e539871cde5eee6032e. | |||||
* | | | | | | update ubitODE | UbitUmarov | 2012-03-02 | 1 | -15/+45 | |
| | | | | | | ||||||
* | | | | | | ubitODE bug fix | UbitUmarov | 2012-02-29 | 1 | -1/+1 | |
| | | | | | |