Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-08-06 | Fix a parenthesis in prior commit | Melanie | 1 | -1/+1 | |
2010-08-06 | Estate managers should be allowed to add and remove new users, groups and ↵ | Tom | 1 | -4/+4 | |
bans to/from the estate settings. | |||||
2010-08-06 | Fixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, ↵ | unknown | 1 | -8/+14 | |
causes unexpected movement of child prims Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-08-06 | Since i've narrowed the fault down to one function, add some spammy debug to ↵ | Tom | 1 | -10/+47 | |
try and fix ghost prims on HUDs in future. Note, the console only gets messages if there is a problem, so it's harmless. | |||||
2010-08-06 | Change XEngine to use the new constant | Melanie Thielker | 1 | -1/+1 | |
2010-08-06 | Correct some script constants. | Melanie | 5 | -10/+12 | |
2010-08-06 | Remove posting region restart event from SOP, as it's now in XMRe | Melanie Thielker | 1 | -16/+0 | |
2010-08-06 | People can't leave their hands ooff "well enough". StateSource 0 was region | Melanie | 1 | -4/+5 | |
start, and they started at 1 for real values. Whoever changed that enum to start at 0 should bow their head in shame. They broke the region start event. This puts it right again. Meow! | |||||
2010-08-06 | Allow the trash folder itself to be passed to PurgeFolder | Melanie Thielker | 1 | -0/+3 | |
2010-08-06 | Fix StateSource constants, provide RegionStart | Tom | 1 | -4/+5 | |
2010-08-06 | Make sure the avatar position gets moved along with a prim it is sitting on. ↵ | Tom | 3 | -16/+32 | |
This fixes mantis #208 and (maybe) issues with chat and sound coming from the wrong place when sat on a vehicle. | |||||
2010-08-06 | Change XEngine to use the new constant | Melanie Thielker | 1 | -1/+1 | |
2010-08-06 | Allow the trash folder itself to be passed to PurgeFolder | Melanie Thielker | 1 | -0/+3 | |
2010-08-06 | reverese my last commit | sacha | 1 | -4/+2 | |
2010-08-06 | Allowing the expected purge trash folder... | sacha | 2 | -2/+4 | |
Please validate !!! | |||||
2010-08-06 | Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants ↵ | Tom | 6 | -11/+28 | |
which had the wrong values (checked using LSL in SL). This addresses mantis #217 and mantis #53. | |||||
2010-08-05 | Prevent users from becoming stuck online. This affects only 0.7 | Melanie Thielker | 1 | -0/+2 | |
2010-08-06 | Prevent users from becoming stuck online. This affects only 0.7 | Melanie Thielker | 1 | -0/+2 | |
2010-08-05 | Actually cache positives | Melanie Thielker | 1 | -0/+1 | |
2010-08-05 | Prevent hammering the grid services with llRequestAgentData requests. Cache the | Melanie Thielker | 1 | -7/+48 | |
user information permanently, and the online status for 20 seconds. Also cache negatives. | |||||
2010-08-05 | Prevent hammering the grid services with llRequestAgentData requests. Cache the | Melanie Thielker | 1 | -7/+48 | |
user information permanently, and the online status for 20 seconds. Also cache negatives. | |||||
2010-08-05 | We already have a record of killed prims. It just wasn't used by the new | Melanie Thielker | 2 | -0/+18 | |
JHurlicane code anymore. Use it to prevent sending updates after kills. | |||||
2010-08-05 | Revert "Enforce a 0.2 second sleep on llDie() before the command is executed ↵ | Melanie Thielker | 1 | -6/+1 | |
- this should get rid of ghost prims (which are much rarer, but still occuring)" This reverts commit 85fd2def9ce04d68d838439e7931b8358db84ebd. The sleep helps in only one case: static prims rezzed by script. In other cases (physical prims, bullets) it's harmful. | |||||
2010-08-05 | Addresses http://opensimulator.org/mantis/view.php?id=4919 | Diva Canto | 1 | -1/+6 | |
2010-08-05 | llRequestSimulatorData DATA_SIM_POS : Divide by RegionSize, don't multiply. ↵ | Tom | 1 | -2/+2 | |
This resolves mantis #215 | |||||
2010-08-05 | Enforce a 0.2 second sleep on llDie() before the command is executed - this ↵ | Tom | 1 | -1/+6 | |
should get rid of ghost prims (which are much rarer, but still occuring) | |||||
2010-08-05 | Prevent setting the hovertext from firing changed_color | Melanie | 1 | -1/+0 | |
2010-08-04 | Pacify osGetAvatarList to provide LSL types instead of omv types | Tom | 1 | -3/+3 | |
2010-08-04 | Fixes fresh hollowed prim collision shape. | Kitto Flora | 1 | -3/+3 | |
2010-08-04 | fix mysql/mssql prim serialization problem | Justin Clark-Casey (justincc) | 2 | -12/+4 | |
2010-08-04 | Better debug messages | Diva Canto | 1 | -5/+19 | |
2010-08-04 | Send attachment updates only to the owner if it's a HUD | Melanie Thielker | 1 | -0/+9 | |
2010-08-04 | Removed a few more obsolete default configs. | Diva Canto | 1 | -10/+0 | |
2010-08-04 | Cost Reduction : Removing verbose message.... | sacha | 1 | -1/+1 | |
2010-08-04 | If a user has no home position set, tell them so instead of leaving the ↵ | Tom | 1 | -1/+13 | |
request dangling | |||||
2010-08-03 | Don't know HOW we missed this, llSetPos was broken in child prims (and in ↵ | Tom | 1 | -1/+1 | |
the llSetPrimitveParams family), it was using the global coordinate as a start location. This resolves mantis #204 | |||||
2010-08-04 | remove more useless defaults | Melanie | 1 | -5/+0 | |
2010-08-03 | Scripted sit target fixes | Tom | 1 | -1/+1 | |
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 2 | -30/+0 | |
2010-08-04 | Clean up some messiness in IM sending. Having offline IM enabled now no longer | Melanie Thielker | 2 | -6/+10 | |
suppresses "Inventory Saved" messages. | |||||
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 2 | -30/+0 | |
2010-08-03 | Further bug fixing, still related to the issue earlier. | Diva Canto | 1 | -3/+17 | |
2010-08-04 | Clean up some messiness in IM sending. Having offline IM enabled now no longer | Melanie Thielker | 2 | -6/+10 | |
suppresses "Inventory Saved" messages. | |||||
2010-08-03 | Another bug fixed. Same issue. | Diva Canto | 1 | -1/+2 | |
2010-08-04 | A god is a god is a god is a god. Right? Right. You're a god from 200, let's | Melanie Thielker | 1 | -1/+1 | |
show it! | |||||
2010-08-04 | Revert "remove long unused OpenSim/Framework/Configuration/* projects" | Melanie | 3 | -0/+323 | |
This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2. | |||||
2010-08-03 | this is so bad, brain is beyond fried. must stop. | Diva Canto | 1 | -1/+1 | |
2010-08-03 | sigh. fried brain. | Diva Canto | 1 | -1/+1 | |
2010-08-03 | One more buglet related to the issue at hand. | Diva Canto | 1 | -1/+1 | |
2010-08-04 | Allow specifying default region flags. Correct a typo. | Melanie Thielker | 1 | -1/+2 | |