aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing entry on prebuid.xml for mutelist serviceUbitUmarov2017-12-201-1/+60
|
* move some sharable items out of Xmute to Framework; add another test ↵UbitUmarov2017-11-171-0/+2
| | | | mutelistmodule, ignore it
* try kick jenkins/nant 2UbitUmarov2017-11-161-114/+116
|
* try kick jenkins/nantUbitUmarov2017-11-161-2/+2
|
* Donating the Avination Mute ModuleMelanie Thielker2017-11-141-0/+3
| | | | | | | | This lived out-of-tree and therefore wasn't part of the big code drop. It's classic Avination, tied to MySQL and a direct database connection and I don't have the bandwidth to fix it to core methods. However, it has all the strange mute logic that OpenSim was missing and maybe someone can step up to make it work in an open grid context.
* remove forgotten refs to Mono.Posix.dllUbitUmarov2017-05-121-2/+0
|
* Add Permission tests projectDiva Canto2017-04-301-1/+40
|
* Add missing dependency for etcd moduileMelanie Thielker2017-03-311-0/+1
|
* Also add the ability to quit on SIGTERM for ROBUSTMelanie Thielker2017-01-111-0/+1
|
* Allow OpenSim to respond to Unix signals. This may need work to beMelanie Thielker2016-12-121-0/+1
| | | | | | properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows
* Removed trailing whitespace in prebuild.xmlKevin Cozens2016-04-251-15/+15
|
* Adding missing references to Prebuild.xmlGeir Nøklebye2016-04-251-0/+2
| | | | Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (last part of mantis #7843)
* Update Prebuild.xml. There are no longer Test in OptionalModulesGeir Nøklebye2016-04-251-62/+1
| | | | Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (first part of mantis #7843)
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-0/+1
| | | | replace anymore.
* remove Ode.Net - missing files. ( old ode may be broken now)UbitUmarov2015-11-201-2/+0
|
* Removed invalid dependencies from prebuild (those dlls no longer exist)Diva Canto2015-10-221-2/+0
|
* use System.IO.Compression.DeflateStream for mesh decompression like master, ↵UbitUmarov2015-10-111-1/+0
| | | | since ACE zlib does seem to fail to decompress some meshs present at OSG, (possible same issue happens with map with option to draw prims)
* Entries in prebuild.xml are order sensitive. Fix the compile breakMelanie Thielker2015-09-131-67/+67
|
* rename Ubit physics modulesUbitUmarov2015-09-121-2/+2
|
* demote ConvexDecompositionDotNet to a simple dll, i had made it a region moduleUbitUmarov2015-09-091-4/+4
|
* and now.. seems to work.. but does it really work?UbitUmarov2015-09-081-1/+3
|
* a mess with Modules and ModuleUbitUmarov2015-09-081-9/+9
|
* more on compile..UbitUmarov2015-09-081-4/+4
|
* more on compile..UbitUmarov2015-09-081-0/+1
|
* rename UbitodeUbitUmarov2015-09-081-1/+1
|
* fix some compileUbitUmarov2015-09-081-4/+6
|
* More 'everything is a module' merging.Robert Adams2015-09-081-37/+7
| | | | | | Have most of UbitOde converted. There are compile errors in OpenSimBase as the new modules stuff is not all there. Removed ChOdePlugin as it's connection to OdePlugin was tangled.
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-458/+156
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Moved the two region loaders into the RegionLoaderPlugin dll, therefore ↵Diva Canto2015-09-051-52/+0
| | | | | | | | eliminating 2 top-level dlls that didn't make much sense.
| * Moved UserStatistics feature to OptionalModules too.Diva Canto2015-09-041-48/+2
| |
| * Moved DataSnapshot feature to OptionalModules too.Diva Canto2015-09-041-35/+0
| |
| * Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵Diva Canto2015-09-041-36/+0
| | | | | | | | top-level project/dll.
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-76/+1
| | | | | | | | OpenSim.Framework.
| * Fixed wrong path to Meshing dllDiva Canto2015-09-041-1/+1
| |
| * Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto2015-09-031-42/+1
| |
| * Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵Diva Canto2015-09-011-1/+0
| | | | | | | | very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior.
| * Deleted physics plugin classes.Diva Canto2015-08-311-0/+1
| | | | | | | | More unit tests fixed.
| * Physics refactoring: all unit tests pass.Diva Canto2015-08-311-3/+4
| |
| * First commit where physics work as region module.Diva Canto2015-08-311-36/+35
| | | | | | | | | | Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
| * All physics plugins are now region modules. Compiles but doesn't run.Diva Canto2015-08-311-3/+1
| |
| * Fixed a namespace dependency. Also started preparing prebuild.xml for making ↵Diva Canto2015-08-311-138/+146
| | | | | | | | physics region modules.
| * Refactored Meshing modules:Diva Canto2015-08-311-1/+3
| | | | | | | | | | | | | | - Moved ZeroMesher from OpenSim.Region.PhysicsModules.SharedBase to OpenSim.Region.PhysicsModules.Meshing - Created subfolder for all Meshmerizer files, also in the same Meshing dll - Made them both region modules, with ZeroMesher being the default one This compiles but doesn't run yet.
| * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-22/+22
| |
| * Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto2015-08-301-34/+34
| |
* | bad merge?UbitUmarov2015-09-011-3/+129
|\ \ | |/ |/|
| * Intermediate commit. Sill errors.Melanie2014-01-051-1/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
| * \ Merge branch 'master' into careminsterMelanie2013-12-071-1/+0
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-11-231-104/+104
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-11-031-0/+36
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-10-041-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs