Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-08-07 | Correct display of landmark about info. Also correct region maturity rating | Melanie Thielker | 5 | -9/+17 | |
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity. | |||||
2010-08-07 | Change the (hackish) constant to match the changed enum for attachs | Melanie Thielker | 1 | -2/+2 | |
2010-08-07 | Make the landmark properties work again | Melanie Thielker | 1 | -1/+1 | |
2010-08-07 | Correct display of landmark about info. Also correct region maturity rating | Melanie Thielker | 5 | -9/+17 | |
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity. | |||||
2010-08-07 | Change the (hackish) constant to match the changed enum for attachs | Melanie Thielker | 1 | -2/+2 | |
2010-08-07 | Make the landmark properties and search places work again | Melanie Thielker | 1 | -1/+1 | |
2010-08-06 | Added Check4096 config var under [GridService], at the request of many. ↵ | Diva Canto | 2 | -7/+7 | |
Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example. | |||||
2010-08-07 | Add new SceneGraphTests class. Add simple TestDuplicateObject() | Justin Clark-Casey (justincc) | 3 | -2/+72 | |
2010-08-06 | Allow creation of link regions if there is an existing region within a 4096 ↵ | Marck | 2 | -0/+10 | |
range. Also add GetHyperlinks() to the grid service. | |||||
2010-08-07 | Remove old test classes that don't actually test anything not done elsewhere | Justin Clark-Casey (justincc) | 3 | -234/+1 | |
Also comment out log4net line in InventoryArchiverTests | |||||
2010-08-07 | minor: a few miscellaneous comments | Justin Clark-Casey (justincc) | 2 | -0/+9 | |
2010-08-06 | Implement CreateNewOutfitAttachments. This addresses mantis #199. | Tom | 6 | -2/+57 | |
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 | 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 | 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 | Send attachment updates only to the owner if it's a HUD | Melanie Thielker | 1 | -0/+9 | |
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-03 | Scripted sit target fixes | Tom | 1 | -1/+1 | |
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 1 | -15/+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 | 1 | -15/+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 | 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-03 | Fix some more issues causing regions with corrupt sculpts to freeze. | Tom | 1 | -7/+20 | |
2010-08-03 | Fix scripted sit offset in child prims | Tom | 1 | -4/+14 | |
2010-08-03 | Catch a meshing exception caused by corrupt or missing sculpt maps, and mark ↵ | Tom | 1 | -2/+11 | |
the prim as "mesh failed" so it doesn't try meshing continuously |