index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-13
LSL compatibility: Don't throw an exception if an invalid key is passed to l...
meta7
1
-4
/
+2
2010-09-12
Formatting cleanup.
Jeff Ames
3
-9
/
+9
2010-09-10
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
1
-1
/
+1
2010-09-08
* Changed 11 calls for session info to the more optimized API method
John Hurliman
1
-8
/
+2
2010-09-03
llRot2Euler Tests
Micheil Merlin
1
-0
/
+30
2010-08-30
Implements parcel media setting persistence and packet / CAPS handling
Jonathan Freedman
1
-4
/
+4
2010-08-30
local commit with parcel media bits
Jonathan Freedman
1
-4
/
+4
2010-08-26
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
2
-43
/
+68
2010-08-26
Correct whitespace
Melanie Thielker
1
-510
/
+0
2010-08-25
minor: remove mono compiler warning
Justin Clark-Casey (justincc)
1
-3
/
+1
2010-08-24
Patch by Apelsin that fixes behaviour of llSetPos and llGetLocalPos for attac...
Marck
1
-8
/
+17
2010-08-23
Fix bug in llGiveInventory() where items were disappearing on relog
Justin Clark-Casey (justincc)
1
-4
/
+2
2010-08-22
Fix llGetLinkKey and llGetNumberOfPrims to play nice with avatars in the link...
meta7
1
-8
/
+2
2010-08-22
Refix the fix
Melanie Thielker
1
-1
/
+1
2010-08-22
Provide a better implementation of llList2Float
Melanie Thielker
1
-1
/
+14
2010-08-22
Revert "Fix a typecasting issue in llList2Float. This addresses mantis #262"
Melanie Thielker
1
-1
/
+1
2010-08-22
A stab at making a better bounding box calculation
Melanie Thielker
1
-31
/
+74
2010-08-21
Add support for attached avatars in llGetLinkKey()
meta7
1
-0
/
+11
2010-08-21
Removed the NotImplementedException from llSetSoundQueueing, because the func...
meta7
1
-1
/
+0
2010-08-19
Short-circuit the grid server lookup for RequestSimulatorData if the region
Melanie Thielker
1
-1
/
+6
2010-08-19
Short-circuit the grid server lookup for RequestSimulatorData if the region
Melanie Thielker
1
-1
/
+6
2010-08-18
Prevent a bad cast in llCreateLink().
Melanie Thielker
1
-1
/
+5
2010-08-18
Prevent a bad cast in llCreateLink().
Melanie Thielker
1
-1
/
+5
2010-08-18
Fix a typecasting issue in llList2Float. This addresses mantis #262
meta7
1
-1
/
+1
2010-08-16
Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...
Diva Canto
2
-3
/
+0
2010-08-11
Fix the llRemoveInventory recursive lock error (again)
meta7
1
-11
/
+13
2010-08-10
Fix a dangling lock issue in llRemoveInventory
meta7
1
-11
/
+15
2010-08-09
Add a DebuggerSafe option to the ini to help with debugging in visual studio....
meta7
2
-3
/
+16
2010-08-07
Repair lsGetWindlightScene, the constant was added to the list as a uint, whi...
meta7
1
-507
/
+507
2010-08-07
Dumb error in fix
Melanie
1
-2
/
+2
2010-08-07
Mantis #229. Fix Global sim ccordinates
Melanie Thielker
1
-2
/
+2
2010-08-07
Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...
Tom
1
-0
/
+1
2010-08-06
Fix a parenthesis in prior commit
Melanie
1
-1
/
+1
2010-08-06
Fixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, caus...
unknown
1
-8
/
+14
2010-08-06
Change XEngine to use the new constant
Melanie Thielker
1
-1
/
+1
2010-08-06
Correct some script constants.
Melanie
2
-5
/
+6
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 w...
Tom
2
-6
/
+6
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
2010-08-05
Prevent hammering the grid services with llRequestAgentData requests. Cache the
Melanie Thielker
1
-7
/
+48
2010-08-05
Revert "Enforce a 0.2 second sleep on llDie() before the command is executed ...
Melanie Thielker
1
-6
/
+1
2010-08-05
llRequestSimulatorData DATA_SIM_POS : Divide by RegionSize, don't multiply. T...
Tom
1
-2
/
+2
2010-08-05
Enforce a 0.2 second sleep on llDie() before the command is executed - this s...
Tom
1
-1
/
+6
2010-08-04
Pacify osGetAvatarList to provide LSL types instead of omv types
Tom
1
-3
/
+3
2010-08-03
Don't know HOW we missed this, llSetPos was broken in child prims (and in the...
Tom
1
-1
/
+1
2010-08-02
Remove the (wrong) implementation if llPointAt. It never worked on the LL
Melanie Thielker
1
-6
/
+0
2010-08-02
Remove the (wrong) implementation if llPointAt. It never worked on the LL
Melanie Thielker
1
-6
/
+0
[next]