| Commit message (Expand) | Author | Files | Lines |
2009-10-23 | Experimental change to use an immutable array for iterating ScenePresences, a... | John Hurliman | 1 | -24/+29 |
2009-09-30 | Remove predecode-j2k and it's assoaciated logic | Melanie | 1 | -122/+0 |
2009-09-30 | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 1 | -1/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 1 | -1/+1 |
2009-02-26 | Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w... | MW | 1 | -1/+8 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 1 | -1/+1 |
2009-02-13 | * refactor: move alert commands from Scene to DialogModule | Justin Clarke Casey | 1 | -10/+0 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -2/+2 |
2009-02-04 | * minor: remove deprecated and unused terrain method from SceneManager | Justin Clarke Casey | 1 | -16/+9 |
2009-01-30 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -2/+0 |
2009-01-25 | * Adds console command, 'predecode-j2k <number of threads>' to load all of th... | Teravus Ovares | 1 | -0/+127 |
2009-01-13 | * Removing set-time command since it doesn't actually do anything at all | Justin Clarke Casey | 1 | -10/+0 |
2009-01-07 | * Move general alert code to DialogModule. | Justin Clarke Casey | 1 | -1/+1 |
2008-12-19 | * refactor: move saved named prims to xml2 method out into the serialization ... | Justin Clarke Casey | 1 | -1/+3 |
2008-12-19 | minor: Remove some serialization module scene wrappers | Justin Clarke Casey | 1 | -2/+6 |
2008-12-19 | * refactor: remove xml serialization wrappers from Scene | Justin Clarke Casey | 1 | -2/+6 |
2008-12-19 | * refactor: Remove archiver module scene wrappers | Justin Clarke Casey | 1 | -2/+6 |
2008-12-01 | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 1 | -0/+3 |
2008-11-21 | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 1 | -1/+1 |
2008-10-14 | * minor: change m_debug to m_debugPacketLevel since that's what it is | Justin Clarke Casey | 1 | -2/+7 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -6/+6 |
2008-09-03 | Mantis#2105. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 1 | -0/+13 |
2008-08-05 | * Add / as a shortcut to select the root region | Justin Clarke Casey | 1 | -3/+3 |
2008-07-21 | * minor: add wiki link to archiving function invocation | Justin Clarke Casey | 1 | -1/+0 |
2008-07-15 | removes a Console.WriteLine(...) remnant. | Dr Scofield | 1 | -1/+1 |
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to... | MW | 1 | -0/+5 |
2008-06-25 | forgotten methods in SceneManager for the terrain serialising. | MW | 1 | -0/+11 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -3/+3 |
2008-05-30 | while investigating why IRCBridgeModule.Close() was having no effect, i | Dr Scofield | 1 | -0/+18 |
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-28 | * Put in stubs for "load-oar" command, including ultra-primitive temporary ta... | Justin Clarke Casey | 1 | -3/+3 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-05-24 | * Get the xml2 entities serialization representation in the archiver module | Justin Clarke Casey | 1 | -2/+2 |
2008-05-22 | * Plug in stubbed out archiver module | Justin Clarke Casey | 1 | -4/+4 |
2008-05-22 | * Documentation for load/save xml methods | Justin Clarke Casey | 1 | -1/+38 |
2008-05-18 | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 1 | -1/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-05-14 | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per... | Teravus Ovares | 1 | -1/+1 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-05 | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 1 | -1/+1 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -41/+41 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -41/+41 |
2008-04-28 | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -13/+2 |
2008-04-27 | * Patch from XenReborn to make remove-region work properly without needing to... | Teravus Ovares | 1 | -2/+13 |
2008-04-21 | * Various compiler warning cleanups. | Adam Frisby | 1 | -1/+1 |
2008-04-21 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 1 | -0/+16 |