| Commit message (Expand) | Author | Age | Files | Lines |
* | Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo... | Oren Hurvitz | 2015-08-11 | 1 | -8/+32 |
* | WARNING: massive refactor to follow libomv's latest changes regarding invento... | Diva Canto | 2015-08-08 | 1 | -9/+1 |
* | Mantis #7657 and #7514. This should alleviate the problem of bad object asset... | Diva Canto | 2015-08-01 | 1 | -0/+19 |
* | Refactored some code that is used in two different dlls related to SOP rewrit... | Diva Canto | 2015-05-05 | 1 | -1/+183 |
* | It wasn't that. Revert "Mantis #7514" | Diva Canto | 2015-05-02 | 1 | -3/+0 |
* | Mantis #7514 | Diva Canto | 2015-05-02 | 1 | -0/+3 |
* | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 2015-04-29 | 1 | -1/+1 |
* | Ignore whitespace when reading serialized XML objects. | Justin Clark-Casey (justincc) | 2014-08-29 | 3 | -31/+31 |
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 1 | -1/+1 |
* | When saving an OAR in "Publish" mode, also discard Group information | Oren Hurvitz | 2014-05-26 | 2 | -10/+11 |
* | Refactored: ExternalRepresentationUtils should be the only place where the "C... | Oren Hurvitz | 2014-03-24 | 2 | -4/+15 |
* | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 2014-01-20 | 1 | -0/+3 |
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
* | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 1 | -1/+1 |
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 2 | -2/+2 |
* | Fix bug where loading an OAR with a deeded parcel would always set the parcel... | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -0/+5 |
* | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 1 | -0/+33 |
* | Support multi-region OAR files | Oren Hurvitz | 2012-09-14 | 1 | -0/+5 |
* | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 2012-08-29 | 1 | -3/+11 |
* | Fix old regression that stopped saving parcel owner data in OARs. | Justin Clark-Casey (justincc) | 2012-08-03 | 2 | -35/+72 |
* | Rather than instantiating a UTF8 encoding everywhere when we want to supress ... | Justin Clark-Casey (justincc) | 2012-07-13 | 1 | -3/+1 |
* | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 2012-07-11 | 4 | -23/+16 |
* | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-06-30 | 2 | -2/+2 |
* | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 2012-05-14 | 2 | -2/+43 |
* | Revert "Save the Telehub and its Spawn Points in the OAR" | Justin Clark-Casey (justincc) | 2012-05-12 | 2 | -43/+2 |
* | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 2012-05-10 | 2 | -2/+43 |
* | On object deserialization, go back to logging errors at DEBUG level rather th... | Justin Clark-Casey (justincc) | 2012-02-13 | 1 | -6/+13 |
* | Add TestRegionSettingsDeserialize | Justin Clark-Casey (justincc) | 2012-02-04 | 2 | -1/+135 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-02-03 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensim | Snoopy Pfeffer | 2012-02-04 | 5 | -106/+204 |
| |\ |
|
| * | | Changed save oar and save iar parameter -p|--profile to -h|--home, including ... | Snoopy Pfeffer | 2012-02-03 | 1 | -2/+2 |
* | | | Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut... | Justin Clark-Casey (justincc) | 2012-02-03 | 1 | -9/+28 |
| |/
|/| |
|
* | | Refactor common deserialization processor code to generic method ExternalRepr... | Justin Clark-Casey (justincc) | 2012-02-03 | 3 | -98/+62 |
* | | Change LandDataSerializer deserialization so that in the future it won't care... | Justin Clark-Casey (justincc) | 2012-02-03 | 4 | -74/+208 |
|/ |
|
* | Fix test failure | Melanie | 2012-02-03 | 1 | -0/+1 |
* | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 2 | -11/+13 |
* | HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio... | Diva Canto | 2012-01-12 | 1 | -4/+4 |
* | Save the sun's position in OARs | Oren Hurvitz | 2011-06-10 | 1 | -2/+6 |
* | remove now unused individual LandData prim counts. | Justin Clark-Casey (justincc) | 2011-04-05 | 1 | -6/+2 |
* | Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta... | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -1/+18 |
* | Addresses mantis #5360: CreatorData was being written as long as it wasn't nu... | Diva Canto | 2011-02-03 | 1 | -1/+1 |
* | Added some comments. Better than listening to the boring speaker... | Diva Canto | 2010-12-01 | 1 | -0/+12 |
* | Fix unit test. | Diva Canto | 2010-11-29 | 1 | -0/+6 |
* | Preservation of creator information now also working in IARs. Cleaned up usag... | Diva Canto | 2010-11-29 | 3 | -8/+295 |
* | Changed the parser for InventoryItem deserialization. Moved some utility func... | Diva Canto | 2010-11-27 | 1 | -30/+168 |
* | Allow OARs and IARs to save and load meshes. | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -0/+2 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -10/+10 |
* | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 1 | -2/+3 |