aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-15* minor: oops, small textual tweakJustin Clarke Casey1-1/+1
2008-10-15* minor: during opensim archive creation, tell the user that it may take some...Justin Clarke Casey1-1/+4
2008-10-15* refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey5-9/+32
2008-10-15* refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey5-10/+16
2008-10-15* Create a new ViewerEffectPacket for each viewer rather than reusing the pac...Justin Clarke Casey1-4/+6
2008-10-15Thanks to T. Sado and nlin for a patch that partially implements llGetAgentIn...Dahlia Trimble2-5/+83
2008-10-15Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().Dahlia Trimble3-1/+74
2008-10-14* Send an avatar update to other clients when an avatar rotates, as well as w...Justin Clarke Casey2-4/+25
2008-10-14move from index based to exists strategy hereSean Dague1-10/+36
2008-10-14Merge commit 'arthur/master'Sean Dague2-17/+254
2008-10-14* minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey6-19/+30
2008-10-14* minor: Make it clear that non-scheduled updates can happen outside of the p...Justin Clarke Casey3-7/+3
2008-10-14* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey11-25/+27
2008-10-14* Make KillObjectPackets reliableJustin Clarke Casey2-1/+7
2008-10-14- convert comments into documentationMike Mazur1-38/+40
2008-10-14- move comment about assetID and 'attached' in inventory where it belongsMike Mazur2-18/+15
2008-10-14* Adding CrytoGridAssetClient support - allows encrypting assets that are sto...Adam Frisby2-0/+537
2008-10-14* Cleaned up tons of code duplication in ODEPrim Teravus Ovares2-313/+235
2008-10-14* Remove a warning from BaseHttpServerTeravus Ovares1-1/+1
2008-10-13Committing more work towards implementing vertex normals. Also added some (ho...Dahlia Trimble2-63/+174
2008-10-13* Apply http://opensimulator.org/mantis/view.php?id=2249Justin Clarke Casey1-2/+15
2008-10-13* Remove warnings, including one which pointed out a bugJustin Clarke Casey2-2/+1
2008-10-13* Apply a modified version of the part of http://opensimulator.org/mantis/vie...Justin Clarke Casey6-7/+67
2008-10-13* Based on user reports, it looks like the OS specific settings have been uni...Teravus Ovares1-4/+4
2008-10-12* This updates ODE to the most up-to-date version as of today. 1558Teravus Ovares1-0/+1
2008-10-12Add a configuration section for groups modulesMelanie Thielker1-0/+20
2008-10-12- Added helper method to compute global coordinates from a fake parcelIDHomer Horwitz1-4/+20
2008-10-12Fix copypaste error in last commitMelanie Thielker1-1/+0
2008-10-12Fix linking phantom and nonphantom prims. Make the error message more friendlyMelanie Thielker2-2/+6
2008-10-12Add EventInfoRequest and EventInfoReply packets.Homer Horwitz5-3/+102
2008-10-12removed some more extraneous hidden faces Dahlia Trimble1-9/+23
2008-10-12Fixed a missing face on a profile cutDahlia Trimble1-4/+23
2008-10-12Optimization: calculation of profile vertex normals is now disabled as default.Dahlia Trimble1-14/+102
2008-10-12Update svn properties, minor formatting cleanup.Jeff Ames5-36/+39
2008-10-12Add one more check for key presenceMelanie Thielker1-1/+1
2008-10-12* Removed a lock in a high performance section of OpenSim, in cases when it i...Adam Frisby1-0/+3
2008-10-12* Small fix for when PacketPool is disabled to prevent it from crashing immed...Adam Frisby2-2/+2
2008-10-12Fix LSL bitwise OrMelanie Thielker1-0/+6
2008-10-12LLUDP Client ViewAdam Frisby2-22/+33
2008-10-12* Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.Adam Frisby2-6/+39
2008-10-11Fix the fix. Child prims were failing to load.Melanie Thielker1-7/+10
2008-10-11Fix llSetPos to handle child prims correctly. This will fix linked Melanie Thielker2-1/+19
2008-10-11The "About Landmark" code with the fake parcelIDs had a serious bug.Homer Horwitz1-13/+52
2008-10-11Implement the hook needed for the CanTeleport checkMelanie Thielker1-0/+3
2008-10-11* Change permission check for llParcelMediaCommandList to use the permissionsHomer Horwitz1-4/+5
2008-10-11Fix a path issue i caused in a prior commitMelanie Thielker1-8/+5
2008-10-11Add a "inimaster" switch to OpenSim.ini. It will load a master ini fileMelanie Thielker2-3/+15
2008-10-11Add logging in case of a SOG without rootpartHomer Horwitz1-0/+5
2008-10-11Add shift operator overloads to LSLInteger. If you get error messages whenMelanie Thielker1-0/+10
2008-10-11- Patching a symptom of the failed WP start. We really need to find the reasonHomer Horwitz1-1/+8