| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | change the default drawing font from Times -> Arial, as | Sean Dague | 2008-06-18 | 1 | -4/+12 |
* | tweak dynamic texture stuff after the meeting today. This should | Sean Dague | 2008-06-17 | 1 | -1/+7 |
* | * Refactor: Move the responsibility for applying physics and sending the init... | Justin Clarke Casey | 2008-06-17 | 6 | -52/+16 |
* | * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX... | Justin Clarke Casey | 2008-06-17 | 4 | -29/+18 |
* | Update svn properties. | Jeff Ames | 2008-06-17 | 2 | -187/+187 |
* | * Increase WEBMAP tile jpeg quality. | Teravus Ovares | 2008-06-17 | 1 | -1/+29 |
* | * Fix a bug in the archiver where I didn't realize a shape still needs its de... | Justin Clarke Casey | 2008-06-16 | 1 | -3/+8 |
* | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 2008-06-16 | 1 | -1/+80 |
* | * minor: Get rid of rogue "Current node RootPart" message in the SceneObjectG... | Justin Clarke Casey | 2008-06-16 | 1 | -2/+0 |
* | * Allow archiver to save and load objects within other objects to arbitrary l... | Justin Clarke Casey | 2008-06-16 | 2 | -32/+100 |
* | * refactor: Fission ArchiveWriteRequest into prepare and execute classes | Justin Clarke Casey | 2008-06-16 | 4 | -40/+96 |
* | * Refactor: Break out AssetsRequest to a separate file in the Archiver module | Justin Clarke Casey | 2008-06-16 | 3 | -70/+113 |
* | * 0001558: [PATCH] Add support for full collision geometry feature set for li... | Teravus Ovares | 2008-06-15 | 2 | -88/+296 |
* | * minor: A few miscellaneous doc comments before I break and start on somethi... | Justin Clarke Casey | 2008-06-14 | 2 | -3/+3 |
* | * Vintage 2, a good year. | Teravus Ovares | 2008-06-14 | 1 | -4/+6 |
* | * Fixes: 0001554: r5106 update fails to load on some regions with NullRef err... | Teravus Ovares | 2008-06-14 | 1 | -0/+20 |
* | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 2008-06-14 | 4 | -6/+82 |
* | * minor: Remove LINK_SET debug Console Writeline | Justin Clarke Casey | 2008-06-13 | 1 | -2/+0 |
* | * Double timeout on region registration XMLRPC call to the grid service | Justin Clarke Casey | 2008-06-13 | 1 | -1/+4 |
* | A little minor cleanup and harmonizing between LSL_BuiltIn_Commands.cs | Charles Krinke | 2008-06-13 | 2 | -19/+9 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 6 | -72/+43 |
* | * Split the World Map code into a module. | Teravus Ovares | 2008-06-12 | 4 | -14/+279 |
* | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 2008-06-12 | 2 | -2/+4 |
* | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 2008-06-12 | 7 | -58/+46 |
* | * refactor: rename CreatePrimFromXml to CreatePrimFromXml2 | Justin Clarke Casey | 2008-06-12 | 2 | -5/+12 |
* | * Insulate maptile volume draw routine against TextureEntry oddities. | Teravus Ovares | 2008-06-12 | 1 | -14/+28 |
* | * Added Prim drawing to the mainmap tile generation.. you can see blocks re... | Teravus Ovares | 2008-06-12 | 1 | -1/+143 |
* | For people receiving: Exception: System.ArgumentException: Value of -21474836... | Teravus Ovares | 2008-06-11 | 1 | -8/+41 |
* | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 2008-06-11 | 9 | -15/+86 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -0/+20 |
* | Mantis 1370. Thanks lulurun for the patch | Johan Berntsson | 2008-06-11 | 1 | -2/+3 |
* | * Fix the string substitutions in the last commit | Justin Clarke Casey | 2008-06-11 | 1 | -1/+1 |
* | * From inspecting OSGrid WP logs, it appears one particular client is failing... | Justin Clarke Casey | 2008-06-11 | 1 | -3/+14 |
* | Mantis#1529. Thank you kindly, Grumly57 for a patch to | Charles Krinke | 2008-06-10 | 1 | -1/+2 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-10 | 6 | -62/+39 |
* | * This completes ObjectDuplicateOnRay. | Teravus Ovares | 2008-06-10 | 3 | -50/+76 |
* | *Fixed bug that caused failure when System.Console.Readline returns null (no ... | mingchen | 2008-06-09 | 1 | -4/+10 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-09 | 5 | -65/+67 |
* | Mantis#1469. Thank you kindly, Mikem for a patch that addresses: | Charles Krinke | 2008-06-09 | 1 | -0/+24 |
* | * Fixed it so you can do a lot more llDetected* methods in many additional si... | Teravus Ovares | 2008-06-08 | 4 | -111/+317 |
* | * Added compiler pre-processor, #if SPAM to SensorRepeat... so if you really... | Teravus Ovares | 2008-06-08 | 1 | -3/+12 |
* | * Fixes llDetectedKey. | Teravus Ovares | 2008-06-08 | 1 | -53/+2 |
* | Added a "if(entity != null)" before the call to | Charles Krinke | 2008-06-08 | 1 | -1/+3 |
* | Mantis#1498. Thank you Melanie for an XEngine patch that addresses: | Charles Krinke | 2008-06-08 | 1 | -8/+15 |
* | Mantis#1499. Thank you kindly, DMiles for a patch that: | Charles Krinke | 2008-06-08 | 1 | -77/+132 |
* | Mantis#1496. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-07 | 5 | -106/+283 |
* | Mantis#1495. Thank you kindly, Kinoc for: | Charles Krinke | 2008-06-07 | 1 | -1/+93 |
* | Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object refe... | mingchen | 2008-06-07 | 2 | -4/+9 |
* | Patch for mantis#1493: Several patches to xengine. Thanks Melanie! | Adam Johnson | 2008-06-07 | 4 | -53/+278 |
* | Mantis#1476. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-07 | 1 | -1/+1 |