Robert Adams
01d73acf7d
Update binaries and version
...
Make setupConvoar.sh executable
2022-05-20 16:13:06 +00:00
Robert Adams
98d4885dd2
Update version to 2.0.6
...
Update binaries
2022-05-16 13:53:33 -07:00
Robert Adams
628a932bda
Update binary files in dist/
2022-05-10 20:31:22 -07:00
Robert Adams
7092e6d7b3
Checkin complete built version of Convoar in dist/ directory.
2022-05-10 11:50:28 -07:00
Robert Adams
ff6efbac6d
Display versions of Herbal3d libraries used on startup
...
Update dist/ binaries
Update version to 2.0.5
2022-05-03 09:25:12 -06:00
Robert Adams
1aeb58f95a
Bump version to 2.0.4
...
Update binary files in dist/ directory
Eliminate compile warning
2022-05-03 08:48:29 -06:00
Robert Adams
82a61ffe06
Update version and executables
2022-05-02 20:23:35 -06:00
Robert Adams
c7c8549939
Update binaries in runnable dist/ directory
2022-05-02 14:56:49 -06:00
Robert Adams
a90774dd09
Add long version format and put in globals for display.
...
Update logger and parameters to log to console and to file.
Update Herbal3d libraries.
2022-04-28 22:49:18 -04:00
Robert Adams
f779ca06f2
Add a few missing library and config files in the dist/ directory.
2022-04-18 09:11:11 -04:00
Robert Adams
55a068c750
Rework build so Herbal libraries are placed in "addon-modules" directory
...
so they are the same location as if being built under OpenSimulator.
Move library DLLs from "libs" to "bin" so they are in the same place
as under OpenSimulator builds.
Many changes to make things compile.
Update OpenSim libraries
Update libOpenMetaverse libraries
2022-04-18 09:03:55 -04:00
Robert Adams
b1674b0066
Update the contests of the dist/ directory with latest Windows10 things.
...
This completes the change from .NET Core to one of the Frameworks
in order to match whatever the OpenSimulator binaries needed.
Updated gatherLibs.sh to fetch both OpenSimulator and libOpenMetaverse
binaries from the OpenSimulator bin/ directory so that everything
matches.
2020-01-15 16:48:57 -08:00
Robert Adams
f3cdbf2c80
Rebuild of binaries with latest versions of things.
2019-12-21 08:36:31 -08:00
Robert Adams
705ade45d5
Convert convoar to use newer version of Herbal3d.CommonEntities.
...
Add section to README with notes on what is converted.
2019-12-21 08:33:35 -08:00
Robert Adams
ba852b32b7
Move CommonEntities and CommonEntitiesUtil to separate Solution
...
(HerbalCommonEntitiesCS) so it can be used in multiple projects.
Build now relies on these external projects.
2019-02-26 11:48:55 -08:00
Robert Adams
3cbd60abe2
Remove some commented out code.
2019-02-26 08:23:58 -08:00
Robert Adams
5b514c9fba
Rework asset storage system to separate OpenSim assets from
...
BInstance asset storage from filesystem output storage.
2019-02-25 08:44:44 -08:00
Robert Adams
00ea2c2bb8
Remove problem with double OutputDir creation.
2019-02-23 16:39:42 -08:00
Robert Adams
70c3f6946c
Fix length of indices array created when ushort type indices.
...
(This is one of those 'how did it ever work' situations).
2019-02-23 16:11:35 -08:00
Robert Adams
16feccca5d
Remove unused parameter from GetStorageDir() and StorageDirectory().
...
Use parameters "OutputDir" as the base directory for storage.
2019-02-17 15:13:17 -08:00
Robert Adams
df185c5299
Make interface to PersistRules.GetFilename() more general.
2019-02-17 13:14:36 -08:00
Robert Adams
2cd3e2a00e
When using long storage names, have images use their SHA256 value as filename.
2019-02-16 20:54:30 -08:00
Robert Adams
56280830e3
Much hacking to change the generation of filenames and storage of same.
...
Option of creating 'deep directory' storage of filename.
Stored things now can have long names which is usually its UUID.
Got rid of the 'image' directory.
2019-02-16 20:19:58 -08:00
Robert Adams
3587d7ce6f
Rebuild
2019-02-14 22:12:16 -08:00
Robert Adams
4b63f5c3a6
Add other functions to LoggerLog4Net so the logger can be passed in.
2019-02-14 21:59:09 -08:00
Robert Adams
9f287cbd10
Move MemAssetService to CommonEntities.
2019-02-14 21:27:19 -08:00
Robert Adams
880a5c0e5e
Move functionality for converting region to BScene from OARConverter
...
to BConverterOS.
2019-02-14 21:18:29 -08:00
Robert Adams
0f15570fb3
Rebuild.
2019-02-14 16:24:56 -08:00
Robert Adams
6f797be6e4
Attempt to allow uint's for vertices indices so meshes can be larger
...
than 64K. Didn't seem to work but it doesn't crash.
2019-02-13 17:28:13 -08:00
Robert Adams
c4ccdbd7f3
Restore project, NuGet, and linkages. Rebuild.
2019-02-12 12:02:52 -08:00
Robert Adams
deae73470e
Include MesherizerR.cs in CommonEntites as it is not included inthe
...
libOpenMetaverse dll used in OpenSimulator.
2019-02-11 15:21:49 -08:00
Robert Adams
24d8597060
Version 1.2.4
2019-02-11 11:34:56 -08:00
Robert Adams
36d7717c76
Even more CommonEntitiesUtil.
2019-02-11 11:28:19 -08:00
Robert Adams
581200f6ff
Finish renaming Util to CommonEntitiesUtil.
...
It's amazing all the places that things are referenced.
2019-02-11 11:26:40 -08:00
Robert Adams
02a4385e96
Rename 'Util' to 'CommonEntitiesUtil' so it can be added to other
...
projects without name confusion.
2019-02-11 06:50:19 -08:00
Robert Adams
b2421aa88c
Update executables.
2019-02-09 10:23:04 -08:00
Robert Adams
d98fce3d25
Split up BConvertOS to the oar reader and OpenSim fake service
...
implementations to create CommonEntities/BConverterOS.cs and
convoar/OarConverter.cs. No functional change.
2019-02-09 10:21:18 -08:00
Robert Adams
688668cec0
Version 1.2.3 build.
2019-02-09 07:43:50 -08:00
Robert Adams
a77ce7c6fa
Some internal changing trying to get the Task system to do
...
some parallel processing.
Version 1.2.3
2019-02-09 07:42:54 -08:00
Robert Adams
89e211a0b3
Convert from Promise library to async/await.
...
Version 1.2.2
2019-02-08 21:40:29 -08:00
Robert Adams
5b8758e2e8
Bump version to 1.2.1 and build Release.
2019-02-08 17:08:31 -08:00
Robert Adams
6f7aae1b8b
Fix bug causing exceptions in BConverterOS (parameter class not set
...
before use).
Add missing reference to log4net.
2019-02-08 16:50:35 -08:00
Robert Adams
4e0e93e493
A bunch of source formatting suggested by Visual Studio.
2019-02-07 22:21:37 -08:00
Robert Adams
c045e6c38b
Fix initialization of AssetManager to prevent null exceptions.
2019-02-07 17:01:54 -08:00
Robert Adams
44dba0dfe8
Massive changes to library'ify the conversion routines for use
...
elsewhere.
2019-02-07 16:54:32 -08:00
Robert Adams
53c1d3e6ab
More Visual Studio source code changes.
2019-02-06 07:51:23 -08:00
Robert Adams
a68f38d09e
Change jpeg image conversion from CSJ2K back to OpenJPEG.
...
There is some problem with transparancy in CSJ2K.
Add parameter to switch between OpenJPEG and CSJ2K.
Default is OpenJPEG.
Do a bunch of VS code formatting suggestions.
2019-01-17 17:06:07 -08:00
Robert Adams
f92137f57c
Build v1.2.
2019-01-17 09:50:01 -08:00
Robert Adams
d839f67c91
Update version to 1.2.
2019-01-14 18:29:26 -08:00
Robert Adams
f4760532d3
Change form of Promise in BConverterOS.cs -- maybe a new pattern to use elsewhere.
...
Use NuGet CSJ2K for main image conversions.
2019-01-14 18:03:22 -08:00