Justin Clark-Casey (justincc)
|
2563553f80
Add "show script timers" command to show script timers. For debug purposes.
|
12 years ago |
Justin Clark-Casey (justincc)
|
9ddddde42e
Add "show sensors" command to show script sensor information for debug purposes.
|
12 years ago |
Justin Clark-Casey (justincc)
|
99a5ea9f90
minor: Remove unnecessary commented out code from last commit c28a2f05 and fix up code comment
|
12 years ago |
Justin Clark-Casey (justincc)
|
880b2361f5
minor: make spacing consistent in console help output
|
12 years ago |
Justin Clark-Casey (justincc)
|
f47f3dd8b9
minor: Fix command match of "debug script" command to "debug scripts" to match other scripts commands (and it's own short help text)
|
12 years ago |
Justin Clark-Casey (justincc)
|
8ee078c86b
minor: Allow "script *" console commands to take multiple script item ids
|
12 years ago |
Melanie
|
17d54a7c37
Add the new UpdateAgentInformation cap to make maturity on more recent viewers
|
12 years ago |
Justin Clark-Casey (justincc)
|
6f928f52dd
Flip version to 0.7.5.RC1
|
12 years ago |
Justin Clark-Casey (justincc)
|
7199ac09ee
Set default particle burst count to 1 instead of 0 in any set particle system script call that does not have an empty list.
|
12 years ago |
Justin Clark-Casey (justincc)
|
59263fe78e
Fix build break caused by missing ) from dce2809.
|
12 years ago |
Justin Clark-Casey (justincc)
|
3c631fea9e
Automatically grant sit-related llRequestPermissions() for subsequent avatars sitting on the same scene obejct, instead of wrongly popping up request permissions dialog.
|
12 years ago |
Justin Clark-Casey (justincc)
|
ebfcb9d4e4
refactor: simplify llGetNumberOfPrims() to return prim count + sitting avatar count rather than independently inspecting every scene presence
|
12 years ago |
Justin Clark-Casey (justincc)
|
03142980ee
Fix llGetLinkName() to return the name of the last avatar sat as the last link number.
|
12 years ago |
Justin Clark-Casey (justincc)
|
ae355720ab
Fix llGetLinkKey() to return the last sat avatar as the last link number.
|
12 years ago |
Justin Clark-Casey (justincc)
|
d87d9af1a5
minor: Add some doc to the extremely unhelpful 'fudge....' comment as to why we're deselecting the prim in code before scheduling an update on attachment
|
12 years ago |
Justin Clark-Casey (justincc)
|
b00935015a
Fix problem where object attached from ground often does not get attached properly.
|
12 years ago |
SignpostMarv
|
0022f48d42
Improving documentation of AttachToAvatar and GetLine methods in LSL_Api.cs based on doxygen error output
|
12 years ago |
SignpostMarv
|
ce448adf91
updating documentation in SampleMoneyModule based on doxygen error log output; changing an xml-style hint to a uri-style hint in the class summary, improving documentation of Initialise method and removing a superfluous parameter, improving documentating of ClientClosed method and documenting an omitted parameter
|
12 years ago |
SignpostMarv
|
c4fd1c6297
updating config properties added during upgrade process, adding error log file to doxygen config, adding doxygen output directory & error log to .gitignore
|
12 years ago |
SignpostMarv
|
bbe5018b95
ran doxygen -s -u to upgrade the doxygen config file
|
12 years ago |
Oren Hurvitz
|
eeeb787f36
Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases
|
12 years ago |
Justin Clark-Casey (justincc)
|
70e46ba815
Change nant distbin target to also remove ThirdParty/ source code when making binary distribution
|
12 years ago |
Justin Clark-Casey (justincc)
|
f69731b955
minor: Change channel digger replacement message in TerrainModule to Info from Warn.
|
12 years ago |
Oren Hurvitz
|
e5e6fe8c41
Added locking in NullRegionData.
|
12 years ago |
Justin Clark-Casey (justincc)
|
226d655f23
Fix indenting on ConsoleDisplayTable, align indenting on "show animations" console command
|
12 years ago |
Justin Clark-Casey (justincc)
|
afcf5a7591
minor: Allow objects to be added directly to a row on a ConsoleDisplayTable rather than having to ToString() them first
|
12 years ago |
Oren Hurvitz
|
39d2cafb5c
Implemented Return Objects when it's invoked from the Top Colliders or Top Scripts dialogs
|
12 years ago |
Justin Clark-Casey (justincc)
|
2b6f12a1d3
Add "show animations" console command for debug purposes.
|
12 years ago |
Justin Clark-Casey (justincc)
|
acd9d62af2
If an NPC is unowned, then always auto-grant permissions requested via llRequestPermissions()
|
12 years ago |
Robert Adams
|
aa236b2020
BulletSim: add parameter to have Bullet output performance statistics
|
12 years ago |