Commit History

Author SHA1 Message Date
  Diva Canto 9dc4b2c479 Commented out clear_registry_ because (1) it isn't clearing up anything anymore -- mono addins moved to suffix -002 at least since BlueWall updated it; (2) we shouldn't clear the registry, period. People who run many sims from the same bin folder need to configure each sim to use its own RegistryLocation, just like they configure them to use their own port. 10 years ago
  Diva Canto 16ff808595 Fix name of EstateDataRemoteConnector in the comment. 10 years ago
  Diva Canto 14b3ee636d Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 10 years ago
  Diva Canto 46ab59723d Added a different/better way of specifying data services in DataSnapshot -- using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically. 10 years ago
  Robert Adams 6e2b532255 BulletSim: fix line ending problems. 10 years ago
  Robert Adams 4959dbba5e BulletSim: make computation of hole cut in hull tester explicit 10 years ago
  Robert Adams 700543b161 BulletSim: tweek step parameters and logic to make walking up steps 10 years ago
  Diva Canto 8e562f04d1 Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. 10 years ago
  Diva Canto 502aa7bb15 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 10 years ago
  Diva Canto ce1a87b784 Added overloaded LoadArchSpecificWindowsDll, to help addins load native libraries. 10 years ago
  BlueWall 383a1a6fe1 Fix typo in OpenSim.ini.example 10 years ago
  Robert Adams 103aad27f2 BulletSim: comment out the reference to BSShapeHull in BulletSim tests 10 years ago
  Robert Adams d3a74894ab BulletSim: update BulletSim DLLs and SOs to remove chatty debug log messages. 10 years ago
  Robert Adams a617159f8b BulletSim: correct some of the debugging input and output of PrimitiveBaseShape. 10 years ago
  Diva Canto 5179f078f7 Removing the Wifi config example from Robust.HG.ini.example, because it is not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin. 10 years ago
  Diva Canto 08596a15ba Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 10 years ago
  Diva Canto 53c8318124 Added utility function that simplifies configuration loading of all addins. 10 years ago
  Robert Adams cfa89bbe31 Make bin/mautil.exe executable when checked out. 10 years ago
  Diva Canto b379eaa169 Remove the extra key expansion added in commit a88bc50a168ae729307740fa84540e9571258b13. It's not needed. 10 years ago
  Diva Canto 04e76dc5d6 Comment out the suppression of console output for mono addins in robust too. Seriously, ppl, let's not ignore important warning messages! 10 years ago
  Diva Canto e643722d7c Changed the dll name that comes in Robust.HG.ini.example for Wifi. 10 years ago
  Diva Canto d520611f57 Amend to previous commits -- also needed for bug fixes: the mono addins dlls. 10 years ago
  Diva Canto faea742f32 Slight change in the way region module addins handle their configuration. Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins. 10 years ago
  Diva Canto 08509a87cd Another minor improvement to mautil related to https://github.com/mono/mono-addins/issues/22. And since these commits show up in that issue report, I thought I'd say 'hi' to the zealous Xamarin developer who seems to be eager to get pull requests. Not yet, my friend, not until I fix all the bugs that stand in my way, now that I'm using mautil :-) 10 years ago
  Diva Canto 63e771b593 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 10 years ago
  Diva Canto 36eb45fc8e Switched mautil.exe with another that has a bug fix for this bug report: https://github.com/mono/mono-addins/issues/22 10 years ago
  Diva Canto bd2ec3edf5 Bug fix in LoadPLugin so that it can take paths to dlls that look like this "C:\foo\MyDll.dll:MyType" -- the split on : was messing things up. 10 years ago
  Diva Canto 7d1c59b8e3 Changed the Robust-as-addin version number to match OpenSim release numbers. 10 years ago
  Robert Adams 7c2aeb9e8e Fix cut-and-paste error that made StatsManager web fetch queries 10 years ago
  Robert Adams 2496da2dac BulletSim: remove compile reference error trying to figure out why mono compiling doesn't like it 10 years ago