| Commit message (Expand) | Author | Files | Lines |
2008-06-24 | Mantis#5189. Thank you kindly, Matth for your patch | Charles Krinke | 1 | -13/+101 |
2008-06-23 | Mantis#1569. Thank you kindly, Nebadon for a patch that | Charles Krinke | 1 | -2/+2 |
2008-06-23 | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 4 | -40/+53 |
2008-06-21 | * archive each object as a separate xml file rather than put them all in one ... | Justin Clarke Casey | 5 | -74/+42 |
2008-06-21 | * refactor: Making some of the serialization names consistent, both within th... | Justin Clarke Casey | 5 | -23/+54 |
2008-06-21 | * Remove redundant <scene> tag from individual object xml representation | Justin Clarke Casey | 1 | -7/+19 |
2008-06-21 | * Refactor: Fold sog.DeleteParts() functionality into existing sog.DeleteGroup() | Justin Clarke Casey | 2 | -22/+9 |
2008-06-21 | * Remove a bug I created in r5171 where taking an object would terminate the ... | Justin Clarke Casey | 6 | -14/+40 |
2008-06-21 | * minor: start saving current prims xml to an objects/ directory in the archive | Justin Clarke Casey | 1 | -1/+1 |
2008-06-21 | * minor: override the name of the sog such that it gets/sets the root part name | Justin Clarke Casey | 2 | -1/+10 |
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 4 | -1/+133 |
2008-06-19 | Mantis#1543. Thank you kindly, Jonc for a patch that: | Charles Krinke | 2 | -4/+81 |
2008-06-19 | * Temporary workaround for mantis 1568. If the avatar apperance factory now ... | Justin Clarke Casey | 1 | -3/+20 |
2008-06-18 | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 1 | -0/+4 |
2008-06-18 | * By popular demand, skipping trees from the map tile generation routine. S... | Teravus Ovares | 1 | -0/+6 |
2008-06-18 | revert 5134. Changing these bitmaps to 24bit just breaks things, and they ne... | Sean Dague | 2 | -2/+2 |
2008-06-18 | Minor formatting cleanup. | Jeff Ames | 3 | -69/+53 |
2008-06-18 | make neb happy. I found where we initialized the dynamic textures to | Sean Dague | 2 | -2/+2 |
2008-06-18 | change the default drawing font from Times -> Arial, as | Sean Dague | 1 | -4/+12 |
2008-06-17 | tweak dynamic texture stuff after the meeting today. This should | Sean Dague | 1 | -1/+7 |
2008-06-17 | * Refactor: Move the responsibility for applying physics and sending the init... | Justin Clarke Casey | 5 | -51/+16 |
2008-06-17 | * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX... | Justin Clarke Casey | 4 | -29/+18 |
2008-06-17 | Update svn properties. | Jeff Ames | 2 | -187/+187 |
2008-06-17 | * Increase WEBMAP tile jpeg quality. | Teravus Ovares | 1 | -1/+29 |
2008-06-16 | * Fix a bug in the archiver where I didn't realize a shape still needs its de... | Justin Clarke Casey | 1 | -3/+8 |
2008-06-16 | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 1 | -1/+80 |
2008-06-16 | * minor: Get rid of rogue "Current node RootPart" message in the SceneObjectG... | Justin Clarke Casey | 1 | -2/+0 |
2008-06-16 | * Allow archiver to save and load objects within other objects to arbitrary l... | Justin Clarke Casey | 2 | -32/+100 |
2008-06-16 | * refactor: Fission ArchiveWriteRequest into prepare and execute classes | Justin Clarke Casey | 4 | -40/+96 |
2008-06-16 | * Refactor: Break out AssetsRequest to a separate file in the Archiver module | Justin Clarke Casey | 3 | -70/+113 |
2008-06-14 | * Vintage 2, a good year. | Teravus Ovares | 1 | -4/+6 |
2008-06-14 | * Fixes: 0001554: r5106 update fails to load on some regions with NullRef err... | Teravus Ovares | 1 | -0/+20 |
2008-06-14 | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 2 | -5/+80 |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 5 | -59/+30 |
2008-06-12 | * Split the World Map code into a module. | Teravus Ovares | 3 | -3/+243 |
2008-06-12 | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 1 | -1/+3 |
2008-06-12 | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 6 | -55/+43 |
2008-06-12 | * refactor: rename CreatePrimFromXml to CreatePrimFromXml2 | Justin Clarke Casey | 2 | -5/+12 |
2008-06-12 | * Insulate maptile volume draw routine against TextureEntry oddities. | Teravus Ovares | 1 | -14/+28 |
2008-06-12 | * Added Prim drawing to the mainmap tile generation.. you can see blocks re... | Teravus Ovares | 1 | -1/+143 |
2008-06-11 | For people receiving: Exception: System.ArgumentException: Value of -21474836... | Teravus Ovares | 1 | -8/+41 |
2008-06-11 | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 6 | -4/+81 |
2008-06-11 | * Fix the string substitutions in the last commit | Justin Clarke Casey | 1 | -1/+1 |
2008-06-11 | * From inspecting OSGrid WP logs, it appears one particular client is failing... | Justin Clarke Casey | 1 | -3/+14 |
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 3 | -46/+23 |
2008-06-10 | * This completes ObjectDuplicateOnRay. | Teravus Ovares | 3 | -50/+76 |
2008-06-09 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -1/+2 |
2008-06-08 | * Fixed it so you can do a lot more llDetected* methods in many additional si... | Teravus Ovares | 1 | -106/+193 |
2008-06-08 | Added a "if(entity != null)" before the call to | Charles Krinke | 1 | -1/+3 |
2008-06-07 | Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object refe... | mingchen | 2 | -4/+9 |