Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: .net framework4.5 | UbitUmarov | 2017-08-31 | 1 | -2/+27 |
| | |||||
* | get back to .net4.0 for now | UbitUmarov | 2017-05-27 | 1 | -91/+91 |
| | |||||
* | Merge branch 'master' into httptests | UbitUmarov | 2017-05-14 | 1 | -2/+0 |
|\ | |||||
| * | remove forgotten refs to Mono.Posix.dll | UbitUmarov | 2017-05-12 | 1 | -2/+0 |
| | | |||||
* | | push .Net framework to 4.5, this means minimal OS is now windows Vista (not ↵ | UbitUmarov | 2017-05-08 | 1 | -91/+91 |
|/ | | | | XP), but we do need this, namely for easier SSL implementation | ||||
* | Add Permission tests project | Diva Canto | 2017-04-30 | 1 | -1/+40 |
| | |||||
* | Add missing dependency for etcd moduile | Melanie Thielker | 2017-03-31 | 1 | -0/+1 |
| | |||||
* | Also add the ability to quit on SIGTERM for ROBUST | Melanie Thielker | 2017-01-11 | 1 | -0/+1 |
| | |||||
* | Allow OpenSim to respond to Unix signals. This may need work to be | Melanie Thielker | 2016-12-12 | 1 | -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.xml | Kevin Cozens | 2016-04-25 | 1 | -15/+15 |
| | |||||
* | Adding missing references to Prebuild.xml | Geir Nøklebye | 2016-04-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (last part of mantis #7843) | ||||
* | Update Prebuild.xml. There are no longer Test in OptionalModules | Geir Nøklebye | 2016-04-25 | 1 | -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 Canto | 2016-02-21 | 1 | -0/+1 |
| | | | | replace anymore. | ||||
* | remove Ode.Net - missing files. ( old ode may be broken now) | UbitUmarov | 2015-11-20 | 1 | -2/+0 |
| | |||||
* | Removed invalid dependencies from prebuild (those dlls no longer exist) | Diva Canto | 2015-10-22 | 1 | -2/+0 |
| | |||||
* | use System.IO.Compression.DeflateStream for mesh decompression like master, ↵ | UbitUmarov | 2015-10-11 | 1 | -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 break | Melanie Thielker | 2015-09-13 | 1 | -67/+67 |
| | |||||
* | rename Ubit physics modules | UbitUmarov | 2015-09-12 | 1 | -2/+2 |
| | |||||
* | demote ConvexDecompositionDotNet to a simple dll, i had made it a region module | UbitUmarov | 2015-09-09 | 1 | -4/+4 |
| | |||||
* | and now.. seems to work.. but does it really work? | UbitUmarov | 2015-09-08 | 1 | -1/+3 |
| | |||||
* | a mess with Modules and Module | UbitUmarov | 2015-09-08 | 1 | -9/+9 |
| | |||||
* | more on compile.. | UbitUmarov | 2015-09-08 | 1 | -4/+4 |
| | |||||
* | more on compile.. | UbitUmarov | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | rename Ubitode | UbitUmarov | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | fix some compile | UbitUmarov | 2015-09-08 | 1 | -4/+6 |
| | |||||
* | More 'everything is a module' merging. | Robert Adams | 2015-09-08 | 1 | -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 Adams | 2015-09-08 | 1 | -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 Canto | 2015-09-05 | 1 | -52/+0 |
| | | | | | | | | eliminating 2 top-level dlls that didn't make much sense. | ||||
| * | Moved UserStatistics feature to OptionalModules too. | Diva Canto | 2015-09-04 | 1 | -48/+2 |
| | | |||||
| * | Moved DataSnapshot feature to OptionalModules too. | Diva Canto | 2015-09-04 | 1 | -35/+0 |
| | | |||||
| * | Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵ | Diva Canto | 2015-09-04 | 1 | -36/+0 |
| | | | | | | | | top-level project/dll. | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 1 | -76/+1 |
| | | | | | | | | OpenSim.Framework. | ||||
| * | Fixed wrong path to Meshing dll | Diva Canto | 2015-09-04 | 1 | -1/+1 |
| | | |||||
| * | Transformed the LLUDP ad-hoc plugin into a region module. It works. | Diva Canto | 2015-09-03 | 1 | -42/+1 |
| | | |||||
| * | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵ | Diva Canto | 2015-09-01 | 1 | -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 Canto | 2015-08-31 | 1 | -0/+1 |
| | | | | | | | | More unit tests fixed. | ||||
| * | Physics refactoring: all unit tests pass. | Diva Canto | 2015-08-31 | 1 | -3/+4 |
| | | |||||
| * | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 1 | -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 Canto | 2015-08-31 | 1 | -3/+1 |
| | | |||||
| * | Fixed a namespace dependency. Also started preparing prebuild.xml for making ↵ | Diva Canto | 2015-08-31 | 1 | -138/+146 |
| | | | | | | | | physics region modules. | ||||
| * | Refactored Meshing modules: | Diva Canto | 2015-08-31 | 1 | -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 Canto | 2015-08-30 | 1 | -22/+22 |
| | | |||||
| * | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 2015-08-30 | 1 | -34/+34 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -3/+129 |
|\ \ | |/ |/| | |||||
| * | Intermediate commit. Sill errors. | Melanie | 2014-01-05 | 1 | -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 careminster | Melanie | 2013-12-07 | 1 | -1/+0 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-11-23 | 1 | -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 careminster | Melanie | 2013-11-03 | 1 | -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 careminster | Melanie | 2013-10-04 | 1 | -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 | ||||
| * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-08-01 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs |