| Commit message (Expand) | Author | Files | Lines |
2008-10-10 | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f... | MW | 3 | -3/+18 |
2008-10-10 | very tiny change | MW | 1 | -3/+4 |
2008-10-10 | * Added NullReference check to EventQueueGetModule. | Adam Frisby | 1 | -2/+8 |
2008-10-10 | * Fixed a potential threading issue with EventQueueGet leading to spontaneous... | Adam Frisby | 1 | -5/+12 |
2008-10-10 | * Just some OGP maintenance. Standards adherence type stuff. | Teravus Ovares | 1 | -7/+12 |
2008-10-10 | Some more decrufting | Dahlia Trimble | 1 | -108/+30 |
2008-10-10 | Some decrufting | Dahlia Trimble | 1 | -228/+46 |
2008-10-10 | refactoring PrimMesher to add viewer compatable features and some code cleanup | Dahlia Trimble | 3 | -91/+283 |
2008-10-10 | A bit more estate fudging | Melanie Thielker | 4 | -8/+16 |
2008-10-10 | Add the beginnings of a sim health check (through remote admin) | Melanie Thielker | 2 | -0/+19 |
2008-10-09 | Fixed renaming of in-prim items (Mantis #2366) | Homer Horwitz | 1 | -1/+3 |
2008-10-09 | * Apply http://opensimulator.org/mantis/view.php?id=2373 | Justin Clarke Casey | 1 | -73/+242 |
2008-10-09 | * fix windows build break - it helps if one actually puts in using statements... | Justin Clarke Casey | 1 | -1/+3 |
2008-10-09 | * minor: get rid of an unecessary casting and logic check | Justin Clarke Casey | 1 | -10/+5 |
2008-10-09 | * Apply http://opensimulator.org/mantis/view.php?id=2370 | Justin Clarke Casey | 1 | -164/+16 |
2008-10-09 | Clean up webmap-generation a bit: | Homer Horwitz | 1 | -17/+3 |
2008-10-09 | * Fix http://opensimulator.org/mantis/view.php?id=2368 | Justin Clarke Casey | 1 | -0/+9 |
2008-10-09 | Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine) | Melanie Thielker | 1 | -2/+1 |
2008-10-09 | * refactor: separate process of extracting packet from received data from act... | Justin Clarke Casey | 1 | -34/+41 |
2008-10-09 | * minor: initialize udp server in unit test | Justin Clarke Casey | 2 | -8/+8 |
2008-10-09 | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 1 | -0/+44 |
2008-10-09 | * minor: very small doc addition | Justin Clarke Casey | 1 | -1/+1 |
2008-10-09 | * Fixes simstats reporter. I'm sure this issue caused all sorts of things r... | Teravus Ovares | 1 | -2/+2 |
2008-10-08 | * minor: remove compile warning | Justin Clarke Casey | 1 | -1/+1 |
2008-10-08 | - Fix wrong order of max/min usage for clipping. Uses Util.Clamp now | Homer Horwitz | 2 | -2/+4 |
2008-10-08 | - removed some unnecessary conversions (double -> double) | Homer Horwitz | 1 | -2/+2 |
2008-10-08 | * minor: Comment out initial regularly occuring EventQueueGet log debug messa... | Justin Clarke Casey | 1 | -11/+9 |
2008-10-08 | * On deselection of objects, stop every object id passed triggering an update... | Justin Clarke Casey | 1 | -27/+20 |
2008-10-08 | Mantis#2354. Thank you kindly, Tglion for a patch that: | Charles Krinke | 2 | -0/+25 |
2008-10-08 | * Re-enables map item requests. | Teravus Ovares | 1 | -51/+261 |
2008-10-08 | warning squashing | Dr Scofield | 1 | -3/+3 |
2008-10-08 | Add some permissions checks and fixes | Melanie Thielker | 4 | -11/+72 |
2008-10-08 | Mantis#2352. Thank you kindly, Jonc for a patch that: | Charles Krinke | 1 | -2/+4 |
2008-10-08 | Mantis#1906. Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -18/+1 |
2008-10-08 | Fix friendly errors in DNE as well | Melanie Thielker | 1 | -11/+10 |
2008-10-07 | Adapt tests to new friendly errors and correct line numbers | Melanie Thielker | 1 | -2/+2 |
2008-10-07 | Restore "friendly errors" to the XEngine | Melanie Thielker | 4 | -30/+23 |
2008-10-07 | * Comment out debug throttle output that I had accidentally left in | Justin Clarke Casey | 1 | -0/+2 |
2008-10-07 | * Temporarily revert r6714 which changed agent throttle number interpretation | Justin Clarke Casey | 1 | -6/+8 |
2008-10-07 | * Disabling mapitem requests for surrounding regions as it's probably using u... | Teravus Ovares | 1 | -6/+6 |
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=2345 | Justin Clarke Casey | 1 | -16/+12 |
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 18 | -117/+177 |
2008-10-07 | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -16/+13 |
2008-10-07 | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -2/+3 |
2008-10-07 | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -0/+13 |
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 | 5 | -30/+36 |
2008-10-06 | * Made Mapitems more failure friendly | Teravus Ovares | 1 | -10/+86 |
2008-10-06 | * restore Header.Resent field setting for resent packets | Justin Clarke Casey | 1 | -0/+4 |
2008-10-06 | * Change interpretation of asset throttle values to bits per second rather th... | Justin Clarke Casey | 2 | -37/+42 |