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