Commit Graph

1144 Commits

Author SHA1 Message Date
UbitUmarov a133a0c7ac change bullet to use dllmap 2022-11-24 10:55:42 +00:00
UbitUmarov 50ad1034dd add a needed reference - runprebuild 2022-11-23 22:22:11 +00:00
UbitUmarov f4e1bf798a update prebuild; remove duplicated Debug compile define 2022-11-10 09:24:56 +00:00
UbitUmarov 7ef28ede29 remove old ode (OpenDynamicsEngine) module. Thnaks to all that worked on it, in fact it was the basis for other modules like Bullet and ubOde 2022-11-09 02:33:43 +00:00
UbitUmarov 4678611a44 remove a xengine project from prebuild.xml 2022-10-09 20:12:00 +01:00
UbitUmarov c10b4e8760 remove list of source files where the folders structure does allow for dotnet automatic includes, ie simple flat folders per project 2022-10-04 21:00:19 +01:00
UbitUmarov 173ac39d71 change prebuild files as needed to compile and run under dotnet 6.0 2022-10-02 11:09:27 +01:00
UbitUmarov c3332713d0 remove TRACE define from release mode 2022-03-31 15:16:52 +01:00
UbitUmarov bf6885607e add parameters frameworkVersion and forceFrameworkVersion to the prebuild solution. First sets the version if not defined on projects, alternatively the second does override those. The comandline can still override all. Use command line override to compile for 4.8 so remove 4.4 xml and simplify main xml, still defaulting to 4.6 2022-03-30 18:44:54 +01:00
UbitUmarov 21770a83c1 replace EmailModule with EmailModule2. Note current use of dlls from nuget mailkit2.9.0, mimekit2.9.2 and Portable.BouncyCastle1.9.0 without all nuget useless crap 2022-03-18 13:18:00 +00:00
UbitUmarov 5e9b3b42b2 minor cleanup 2022-03-09 03:55:55 +00:00
UbitUmarov 3f9ffcdf8f update a dll 2022-03-09 03:48:49 +00:00
UbitUmarov 35f04b0def minor cleanup 2022-03-09 03:31:55 +00:00
UbitUmarov 52fdab0c67 add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login 2022-03-08 23:46:35 +00:00
UbitUmarov 22c343f9fd fix a typo 2021-05-04 23:57:02 +01:00
UbitUmarov b72676bae9 let osGetRegionStats return a list with all the avaiable values (43 currently) 2021-05-04 20:39:52 +01:00
UbitUmarov 56d3e1cdc9 add TestsAssetCache using .net MemoryCache to tests only 2020-10-22 16:51:16 +01:00
UbitUmarov 144d4a6326 let scripts dataserver do async code actions 2020-08-15 02:33:25 +01:00
UbitUmarov 67cd5efab3 replace external httpserver by embedded one (based on same code) - This may still be very bad; clean solution and runprebuild, or clone to clan folder 2020-04-02 21:44:34 +01:00
UbitUmarov b24c669c16 more on the hack (runprebuild) 2019-01-02 16:44:13 +00:00
UbitUmarov a99055160b YEngine no longer uses mono.tasklets 2018-11-27 17:47:37 +00:00
UbitUmarov c98f4d0158 remove unmaintaned and obsolete GlynnTucker.Cache 2018-11-27 13:40:09 +00:00
UbitUmarov 2129d941ac rename XMREngine as Yengine (still not all done), big mess source formating changes, move state files to proper folder, fix a source file locking on errors, more changes for cross platform including from Mike,... yes yes i know a messy commit 2018-02-23 14:52:34 +00:00
UbitUmarov 53a910e3e5 some more code from mrieker for system threads, give up of all the other mono dependent theading models only availble for linux (and possible not all platforms). This only has impact on micro-threading switching, and this only happens on long events and only every 60ms, aditionally we do remove a totally extra set of threads (that could grow in a uncontroled way on win) and their hanshake with main ones. This may of course be even more broken now :P 2018-02-07 10:26:20 +00:00
UbitUmarov 83e2fee71b add experimental script engine XMRengine donated by mrieker (DreamNation) And our Melanie. ***DANGER*** ***TESTONLY*** ***disable HG*** dont leave running when not looking... tp/crossing to Xengine will reset scripts. i do see a few issues but should be testable, so we can decide if we should invest more on it. 2018-02-02 12:49:40 +00:00
UbitUmarov 0dbed94e13 no need to set MuteListsService twice 2018-01-21 20:09:56 +00:00
UbitUmarov 389e54214d pesty warnings - run prebuild needed 2018-01-18 00:24:51 +00:00
UbitUmarov 4b1a153cfb pesty warning 2018-01-18 00:02:29 +00:00
UbitUmarov c69920376b change target framework to 4.6 for testing 2018-01-12 00:10:45 +00:00
UbitUmarov 250acf891f exclude folders obj from projects 2018-01-06 00:20:07 +00:00
UbitUmarov 0259019431 fix merge 2017-12-30 15:50:03 +00:00
UbitUmarov f0fd15ccc9 add missing entry on prebuid.xml for mutelist service 2017-12-20 18:20:26 +00:00
UbitUmarov ab0f866087 Merge branch 'master' into httptests
# Conflicts:
#	prebuild.xml
2017-12-12 22:19:31 +00:00
UbitUmarov 1e3cb82756 move some sharable items out of Xmute to Framework; add another test mutelistmodule, ignore it 2017-11-17 01:30:39 +00:00
UbitUmarov 4150a616c5 try kick jenkins/nant 2 2017-11-16 18:45:01 +00:00
UbitUmarov 366cdac656 try kick jenkins/nant 2017-11-16 18:13:32 +00:00
Melanie Thielker d35ab8c86c Donating the Avination Mute Module
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.
2017-11-14 12:12:07 +00:00
UbitUmarov 3fe3471532 improve Prefer32bit configuration option 2017-08-31 15:17:42 +01:00
UbitUmarov c9198dc1d4 .net4.5, take2; vs2010 does not do it, try to make mono5.x msbuild more happy 2017-08-31 13:42:58 +01:00
UbitUmarov 566e79b574 test: .net framework4.5 2017-08-31 13:20:47 +01:00
UbitUmarov a2c824e124 get back to .net4.0 for now 2017-05-27 13:56:28 +01:00
UbitUmarov eea247fcc5 Merge branch 'master' into httptests 2017-05-14 07:52:50 +01:00
UbitUmarov 9c46e4921a remove forgotten refs to Mono.Posix.dll 2017-05-12 04:08:55 +01:00
UbitUmarov 72811de98b push .Net framework to 4.5, this means minimal OS is now windows Vista (not XP), but we do need this, namely for easier SSL implementation 2017-05-08 19:06:37 +01:00
Diva Canto 442a736a4c Add Permission tests project 2017-04-30 21:11:30 -07:00
Melanie Thielker 5c3cb5297c Add missing dependency for etcd moduile 2017-03-31 14:38:42 +01:00
Melanie Thielker 14d6d6f7a5 Also add the ability to quit on SIGTERM for ROBUST 2017-01-11 23:05:06 +00:00
Melanie Thielker 4d1536f1ec Allow OpenSim to respond to Unix signals. This may need work to be
properly ignoed on Windows.
Windows devs, please test and check for platform flags if this causes
issues in Windows
2016-12-12 00:07:36 +00:00
Kevin Cozens 5ed0993845 Removed trailing whitespace in prebuild.xml 2016-04-25 12:10:09 -04:00
Geir Nøklebye 92035667ff Adding missing references to Prebuild.xml
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca>  (last part of mantis #7843)
2016-04-25 12:08:43 -04:00