| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 1 | -34/+12 |
* | * Split the World Map code into a module. | Teravus Ovares | 2008-06-12 | 1 | -2/+3 |
* | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 2008-06-12 | 1 | -3/+7 |
* | * 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 |
* | * This completes ObjectDuplicateOnRay. | Teravus Ovares | 2008-06-10 | 1 | -26/+16 |
* | *Fixing another object counting bug | mingchen | 2008-06-07 | 1 | -3/+3 |
* | *Made Object Counting correct with linked objects and turned the previously p... | mingchen | 2008-06-06 | 1 | -4/+4 |
* | * This wraps the autopilot request to the client's sit response. An interes... | Teravus Ovares | 2008-06-06 | 1 | -0/+1 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-06 | 1 | -1/+1 |
* | Mantis#1446. Thank you kindly, Grumly57 for a patch | Charles Krinke | 2008-06-04 | 1 | -0/+22 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -6/+6 |
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 1 | -2/+32 |
* | * Refactor: Change multiple requests for a module interface to use a stored r... | Justin Clarke Casey | 2008-05-30 | 1 | -16/+12 |
* | * Crudely migrate SceneXmlLoader into the Serializer module | Justin Clarke Casey | 2008-05-30 | 1 | -11/+19 |
* | while investigating why IRCBridgeModule.Close() was having no effect, i | Dr Scofield | 2008-05-30 | 1 | -1/+5 |
* | Mantis#1411. Thank you kindly for Dataserver.cs and a patch | Charles Krinke | 2008-05-29 | 1 | -0/+5 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 1 | -6/+6 |
* | Thank you kindly, Melanie for a patch for script reset | Charles Krinke | 2008-05-26 | 1 | -0/+1 |
* | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... | Dr Scofield | 2008-05-26 | 1 | -2/+0 |
* | * Extract and boil down necessary texture UUIDs for an archive of the scene p... | Justin Clarke Casey | 2008-05-26 | 1 | -0/+8 |
* | * Refactor: Where possible, change visibility on InnerScene methods to protec... | Justin Clarke Casey | 2008-05-26 | 1 | -3/+6 |
* | * Refactor: remove code duplication between add ScenePresence methods in Inne... | Justin Clarke Casey | 2008-05-26 | 1 | -1/+0 |
* | * Refactor: Separate out RemoveScenePresence and add into InnerScene to match... | Justin Clarke Casey | 2008-05-26 | 1 | -25/+4 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -17/+17 |
* | * Refactor: Collapses parts of different code paths in scene used when deleti... | Justin Clarke Casey | 2008-05-25 | 1 | -26/+26 |
* | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 2008-05-24 | 1 | -42/+29 |
* | * Refactor: Remove some unused methods in Scene/InnerScene | Justin Clarke Casey | 2008-05-24 | 1 | -5/+0 |
* | * Refactor: Change previous commits Object methods to SceneObject methods ins... | Justin Clarke Casey | 2008-05-24 | 1 | -8/+8 |
* | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ... | Justin Clarke Casey | 2008-05-24 | 1 | -8/+20 |
* | * Refactor: Push some dictionary initialization down from Scene into InnerScene | Justin Clarke Casey | 2008-05-24 | 1 | -6/+5 |
* | * Get the xml2 entities serialization representation in the archiver module | Justin Clarke Casey | 2008-05-24 | 1 | -2/+2 |
* | This enables return from the parcel object owner display. | Teravus Ovares | 2008-05-24 | 1 | -0/+1 |
* | IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in | Dr Scofield | 2008-05-23 | 1 | -1/+2 |
* | *Refactor of the LandManagementModule that allows OpenSim to run without it | mingchen | 2008-05-23 | 1 | -27/+8 |
* | Thank you kindly, Melanie, for a patch which: | Charles Krinke | 2008-05-23 | 1 | -1/+1 |
* | * minor: Remove unused variables causing warnings in Scene | Justin Clarke Casey | 2008-05-22 | 1 | -7/+7 |
* | * Plug in stubbed out archiver module | Justin Clarke Casey | 2008-05-22 | 1 | -4/+23 |
* | make VS compile Scene.cs | Sean Dague | 2008-05-22 | 1 | -1/+1 |
* | don't trust appearance assetid, instead do an inventory | Sean Dague | 2008-05-22 | 1 | -2/+1 |
* | * Refactor: Move enhancement of version string with operating system informat... | Justin Clarke Casey | 2008-05-22 | 1 | -16/+1 |
* | * Fix circular dependency from last checkin by passing version as a parameter... | Justin Clarke Casey | 2008-05-22 | 1 | -6/+6 |
* | * Send VersionInfo string instead of the hardcoded Scene string to the "About... | Justin Clarke Casey | 2008-05-21 | 1 | -2/+5 |
* | * Sets backup bool volatile for extra protection against two backup processes... | Teravus Ovares | 2008-05-21 | 1 | -1/+1 |
* | * This update causes the backup process to run in a separate thread. | Teravus Ovares | 2008-05-21 | 1 | -3/+13 |
* | From: Jeremy Bongio <jbongio@us.ibm.com> | Sean Dague | 2008-05-20 | 1 | -4/+4 |
* | fix crash in standalone mode for initial appearance setup | Sean Dague | 2008-05-19 | 1 | -3/+9 |
* | i can haz pantz? | Sean Dague | 2008-05-19 | 1 | -16/+15 |
* | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 2008-05-18 | 1 | -13/+4 |