| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-06-26 | 4 | -36/+70 |
|\ |
|
| * | Fix script "Running" behavior | BlueWall | 2012-06-23 | 4 | -0/+37 |
| * | Avoid race condition between m_PrimObjects iteration in XEngine.PostObjectEve... | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -14/+14 |
| * | If starting scripts on initial sim start, provide INFO level log feedback eac... | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -6/+10 |
| * | Eliminate unnecessary extra call to TriggerEmptyScriptCompileQueue in XEngine... | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -9/+2 |
| * | Add item id, name, prim name and id to log message when state exists but load... | Justin Clark-Casey (justincc) | 2012-06-21 | 1 | -5/+5 |
| * | Retrigger build - last jenkins run was glitched | Justin Clark-Casey (justincc) | 2012-06-21 | 1 | -1/+2 |
| * | Add state file location to errors logged when there's some issue with retriev... | Justin Clark-Casey (justincc) | 2012-06-21 | 1 | -4/+4 |
* | | Merge branch 'master' into careminster | Melanie | 2012-06-21 | 1 | -45/+101 |
|\ \
| |/ |
|
| * | Comment out recently added log message detailing number of scripts started wh... | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+2 |
| * | Raise some IO associated Exception logging in XEngine to error level, in line... | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -7/+5 |
| * | Log how many scripts are candidates for starting and how many are actually st... | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -4/+60 |
| * | Like the assembly and text files, only write the c#-lsl linemap in XEngine.Se... | Justin Clark-Casey (justincc) | 2012-06-19 | 1 | -27/+27 |
| * | minor: Add a little more detail to IOException logging in XEngine.SetXMLState() | Justin Clark-Casey (justincc) | 2012-06-19 | 1 | -11/+14 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-06-15 | 1 | -92/+579 |
|\ \ |
|
| * | | Reapply the one change that was in the revert that was actually function, not | Melanie | 2012-06-15 | 1 | -1/+1 |
| * | | Revert changes... | UbitUmarov | 2012-06-15 | 1 | -55/+34 |
| * | | SL doesn't let scripts rotate root part of physical linksets also fix sittin... | UbitUmarov | 2012-06-15 | 1 | -16/+27 |
| * | | only rotation of root part change parts positions, so only call ResetChildPr... | UbitUmarov | 2012-06-15 | 1 | -21/+31 |
| * | | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-06-13 | 1 | -3/+11 |
| |\ \ |
|
| | * | | Add detecting non-physical phantoms back into raycast | Melanie | 2012-06-13 | 1 | -3/+11 |
| * | | | Changed t adding the avatar dependent sit offset and not subtracting, so not... | UbitUmarov | 2012-06-13 | 1 | -25/+42 |
| * | | | convert a LSL rotation of <0,0,0,0> to <0,0,0,1> and not <0,0,1,0> in SitTar... | UbitUmarov | 2012-06-13 | 1 | -1/+1 |
| * | | | Fixed llGetObjectDetails(), OBJECT_ROT for sitting avatars case, plus 'cosmet... | UbitUmarov | 2012-06-13 | 1 | -9/+23 |
| * | | | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch... | UbitUmarov | 2012-06-13 | 1 | -9/+17 |
| * | | | try to replicate SL bug of PRIM_ROTATION also for avas, est a fix to other c... | UbitUmarov | 2012-06-12 | 1 | -3/+10 |
| * | | | fix the try.. finally in SetPrimitiveParams i did mess and add one for the av... | UbitUmarov | 2012-06-12 | 1 | -188/+156 |
| * | | | more changes to Get and Get primitiveparams: Let Get remove avatarheight adj... | UbitUmarov | 2012-06-12 | 1 | -26/+94 |
| * | | | Moved auxiliar funtions of last commit from sop to lsl api since they are on... | UbitUmarov | 2012-06-12 | 1 | -5/+22 |
| * | | | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ... | UbitUmarov | 2012-06-12 | 1 | -3/+238 |
| * | | | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-06-11 | 3 | -5/+73 |
| |\ \ \
| | |/ / |
|
| * | | | *UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending pos... | UbitUmarov | 2012-06-08 | 1 | -7/+37 |
| * | | | *UNTESTED* let SetPrimParams for avatars parse even unsupported parameters so... | UbitUmarov | 2012-06-08 | 1 | -2/+84 |
| * | | | *UNTESTED* added PRIM_POS_LOCAL and PRIM_ROT_LOCAL in SetPrimParams for avata... | UbitUmarov | 2012-06-08 | 1 | -6/+46 |
* | | | | Merge branch 'master' into careminster | Melanie | 2012-06-14 | 2 | -3/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | In the osGetGrid functions, if the [GridInfo] section does not exist then ret... | Justin Clark-Casey (justincc) | 2012-06-13 | 1 | -1/+6 |
| * | | | Committing the Avination implementation of llCastRay. This is a complete rewrite | Melanie | 2012-06-13 | 1 | -100/+345 |
| * | | | Revert "Bind ~ and ! operators in LSL tighter in order to resolve issues in L... | Justin Clark-Casey (justincc) | 2012-06-11 | 1 | -3956/+3978 |
| * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-06-11 | 3 | -0/+106 |
| |\ \ \ |
|
| | * | | | Commitig the Avination implementation of llTeleportAgent and | Melanie | 2012-06-11 | 3 | -0/+106 |
| * | | | | Bind ~ and ! operators in LSL tighter in order to resolve issues in LSL where... | Justin Clark-Casey (justincc) | 2012-06-09 | 1 | -3978/+3956 |
| |/ / / |
|
* | | | | Merge branch 'avination' into careminster | Melanie | 2012-06-11 | 3 | -5/+73 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba... | Melanie | 2012-06-08 | 3 | -5/+73 |
| | |/
| |/| |
|
* | | | Merge branch 'avination' into careminster | Melanie | 2012-06-07 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Typo correction | Melanie | 2012-06-07 | 1 | -1/+1 |
| * | | Set collision sound type so custom sound types are recognized | Melanie | 2012-06-07 | 1 | -0/+2 |
| * | | Prevent a null ref when getting the velocity of an avatar during login or | Melanie | 2012-06-07 | 1 | -2/+3 |
* | | | Remove a null ref when an avatar's attachment gets the avatar velocity | Melanie | 2012-06-06 | 1 | -4/+3 |
* | | | Merge branch 'avination' into careminster | Melanie | 2012-06-06 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | revert last bad commit but fix recoil direction | UbitUmarov | 2012-06-05 | 1 | -4/+4 |