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
/
Environment
/
Scenes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-22
And fix it
Melanie Thielker
1
-1
/
+1
2008-10-22
Prevent an object with a null RootPart in delete queue from stopping
Melanie Thielker
1
-4
/
+13
2008-10-22
Remove the gratuitious prim deletes caused by linking. This makes linking
Melanie Thielker
1
-1
/
+3
2008-10-20
Mantis #2439
Melanie Thielker
1
-1
/
+3
2008-10-19
A small attempt to make persisting prims more reliable
Melanie Thielker
1
-1
/
+1
2008-10-18
Prevent a null root part from stopping objects from being persisted, also
Melanie Thielker
1
-0
/
+7
2008-10-18
Guard against a null ref that can prevent objects from being persisted
Melanie Thielker
1
-1
/
+2
2008-10-18
Fix thingd so that autoreturn also works when the user is not in the sim.
Melanie Thielker
4
-10
/
+33
2008-10-18
Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.
Melanie Thielker
7
-186
/
+312
2008-10-16
* Apply http://opensimulator.org/mantis/view.php?id=2405
Justin Clarke Casey
2
-0
/
+20
2008-10-15
* refactor: Move error logging from GetUserDetails up to callers, since there...
Justin Clarke Casey
1
-0
/
+13
2008-10-15
Thanks to T. Sado and nlin for a patch that partially implements llGetAgentIn...
Dahlia Trimble
1
-3
/
+38
2008-10-15
Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().
Dahlia Trimble
1
-0
/
+5
2008-10-14
* Send an avatar update to other clients when an avatar rotates, as well as w...
Justin Clarke Casey
1
-3
/
+21
2008-10-14
* minor: change m_debug to m_debugPacketLevel since that's what it is
Justin Clarke Casey
1
-2
/
+7
2008-10-14
* minor: Make it clear that non-scheduled updates can happen outside of the p...
Justin Clarke Casey
3
-7
/
+3
2008-10-14
* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...
Justin Clarke Casey
3
-9
/
+9
2008-10-14
* Make KillObjectPackets reliable
Justin Clarke Casey
1
-0
/
+1
2008-10-14
- convert comments into documentation
Mike Mazur
1
-38
/
+40
2008-10-14
- move comment about assetID and 'attached' in inventory where it belongs
Mike Mazur
2
-18
/
+15
2008-10-13
* Remove warnings, including one which pointed out a bug
Justin Clarke Casey
1
-1
/
+1
2008-10-12
Fix linking phantom and nonphantom prims. Make the error message more friendly
Melanie Thielker
1
-1
/
+1
2008-10-12
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-10-12
* Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.
Adam Frisby
1
-1
/
+9
2008-10-11
Fix the fix. Child prims were failing to load.
Melanie Thielker
1
-7
/
+10
2008-10-11
Fix llSetPos to handle child prims correctly. This will fix linked
Melanie Thielker
1
-0
/
+11
2008-10-11
Implement the hook needed for the CanTeleport check
Melanie Thielker
1
-0
/
+3
2008-10-11
Add logging in case of a SOG without rootpart
Homer Horwitz
1
-0
/
+5
2008-10-11
- Patching a symptom of the failed WP start. We really need to find the reason
Homer Horwitz
1
-1
/
+8
2008-10-11
2nd stab at that prim loading nasty
Melanie Thielker
1
-1
/
+1
2008-10-11
Fix Nebadon's WP crash (invalid root part from database null-ref)
Melanie Thielker
1
-0
/
+3
2008-10-11
* Removed Heartbeat timer
Teravus Ovares
1
-127
/
+148
2008-10-10
added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...
MW
1
-1
/
+1
2008-10-10
added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f...
MW
1
-1
/
+1
2008-10-10
very tiny change
MW
1
-3
/
+4
2008-10-10
Add the beginnings of a sim health check (through remote admin)
Melanie Thielker
1
-0
/
+14
2008-10-09
Fixed renaming of in-prim items (Mantis #2366)
Homer Horwitz
1
-1
/
+3
2008-10-08
- Fix wrong order of max/min usage for clipping. Uses Util.Clamp now
Homer Horwitz
1
-0
/
+2
2008-10-08
* On deselection of objects, stop every object id passed triggering an update...
Justin Clarke Casey
1
-27
/
+20
2008-10-08
Add some permissions checks and fixes
Melanie Thielker
3
-8
/
+70
2008-10-07
* Apply http://opensimulator.org/mantis/view.php?id=1207
Justin Clarke Casey
1
-0
/
+2
2008-10-06
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-8
/
+8
2008-10-06
* Stop the sim stats reporter reusing the same SimStatsPacket for all clients
Justin Clarke Casey
2
-26
/
+22
2008-10-06
Implement ForceOwnerPermissive and God TakeCopy
Melanie Thielker
3
-0
/
+23
2008-10-06
Cause inventory items to also be sold when a prim is sold
Melanie Thielker
1
-4
/
+1
2008-10-06
Fix a number of errors in transfer of objects
Melanie Thielker
3
-5
/
+16
2008-10-06
Remove an unnecessary perms check. This caused prim movement to be disabled
Melanie Thielker
1
-14
/
+1
2008-10-06
Fix a nullref
Melanie Thielker
1
-1
/
+1
2008-10-06
One should not commit even the smallest fox without compile. Fix build break
Melanie Thielker
1
-6
/
+6
2008-10-06
More perms fixes. Reinstate the move flag
Melanie Thielker
1
-6
/
+10
[next]