Commit History

Auteur SHA1 Bericht Datum
  Melanie cb7704e649 Change the default for internal IP address back to 0.0.0.0 15 jaren geleden
  Jeff Ames b59398acd5 Thanks StrawberryFride for a patch to bump the 0.6.6-post-fixes version number to 0.6.6. (Fixes #3903) 15 jaren geleden
  Melanie Thielker 63ea780873 Apply the MSSQL Fix from StrawberryFride to the stable branch 15 jaren geleden
  Jeff Ames ae62c88f8c Create 0.6.6-post-fixes branch (trunk r9961). 15 jaren geleden
  Sean Dague fe21189aa4 From: Chris Yeoh <[email protected]> 15 jaren geleden
  Charles Krinke 6942eaed5b Thank you kindly, Snowdrop, for a patch that solves: 15 jaren geleden
  Arthur Valadares dc9900d73f Thanks StrawberryFride, for a patch that fixes MSSQL migration: 15 jaren geleden
  Arthur Valadares 4f6efa0249 * C# compiler is not smart enough to understand ClientLoop is under very heavy usage and inline DebugPacket, so DebugPacket is run as a method, causing Packet 15 jaren geleden
  Charles Krinke 7bb070be55 Thank you kindly, Snowdrop/Snowcrash for a patch that: 15 jaren geleden
  Arthur Valadares 6da88dceb0 * Changing List to Dictionary in PacketQueue.Dequeue for great justice (and performance) 15 jaren geleden
  Jeff Ames 715f2f2798 Update svn properties, add copyright header, formatting cleanup. 15 jaren geleden
  Sean Dague 3dc2010da6 From: Chris Yeoh <[email protected]> 15 jaren geleden
  Charles Krinke 7545f12c5f Thank you kindly, Godfrey, for a patch that: 15 jaren geleden
  Charles Krinke c7c4bc8cd5 Thank you kindly, Grumly57 for a patch that solves: 15 jaren geleden
  MW 706286b7fb Removed the List<NewForce> m_forceList from ScenePresence, as there wasn't any need for a list, as only the last entry in it was acted on. So it now has a single NewForce m_nextVelocity , which is updated (rather than a NewForce object being created every AgentUpdate). So as well as cutting out all the adds and clearing of the list, it also removes the creation of upto 100+ new objects per second per avatar. 15 jaren geleden
  Dahlia Trimble 147c9bcd45 Make cleartext authentication case sensitive. Thanks jhurliman for spotting this. 15 jaren geleden
  Jeff Ames 2d173d7556 Update svn properties. 15 jaren geleden
  MW 9e4d077d70 Fixed null bug, which was making unit tests fail 15 jaren geleden
  MW 7a2c41dea0 Extracted the code that handles the sending of prim updates to the client, from ScenePresence into ISceneViewer/SceneViewer. Currently ScenePresence "has" a ISceneViewer, although if we had a proper Node based scenegraph then it would most likely be attached directly to the nodes. 15 jaren geleden
  Melanie Thielker febd54499b Enable the RemoteAdmin module to save regions as ini files rather than XML 15 jaren geleden
  Melanie Thielker 5869598c4c Make delete-region delete the section from an ini file. Will delete the whole 15 jaren geleden
  Melanie Thielker 7cc69ac97f Make create region save the new region to ini file format if the name 15 jaren geleden
  Melanie Thielker 82305b0dea From this version onwards, all new region files created automatically will 15 jaren geleden
  Melanie Thielker 9e714b9784 Add a comment and an example region config file 15 jaren geleden
  Melanie Thielker d9528bd06e Allow the reading of ini files instead of xml files when reading region 15 jaren geleden
  MW 934b291f59 Added a note to the ScenePresence.UpdateMovement() method, to remind everyone that the so called "forces" are actually velocities. 15 jaren geleden
  MW 684286f097 Applied patch from mantis #3820 which changed the clearing of the ScenePresence.m_forcesList, so it used the List.Clear method rather than doing a loop through the list and manually removing each item. Thanks dslake. 15 jaren geleden
  Dr Scofield c1976d1200 moving the m_PendingAcksMap.Remove() out of the foreach and clearing 15 jaren geleden
  Dr Scofield aba4b0bd20 have to clear m_PendingAcks not m_PendingAcksMap 15 jaren geleden
  Dr Scofield e2db6c07ba hmph: missing '{'/'}', thx to nebadon for reporting it and rob smart 15 jaren geleden