aboutsummaryrefslogtreecommitdiff
path: root/redist
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few warningsMike Turvey2018-01-152-4/+3
|
* Fix compiler warningsMike Turvey2018-01-151-1/+1
|
* Start work on determining rotation using quaternions onlyMike Turvey2017-12-282-0/+38
| | | | | | | | Rotation was previously approximated using axis/angle This change starts down the path of using quaternions exclusively. This change appears to give at least as good as answers as the axis/angle model in basic cases (also only tested with 1 lighthouse), but it is currently much slower and runs in unpredictable time.
* Add angleaxisfrom2vect()Mike Turvey2017-05-302-0/+41
|
* Fix Tori PoserMike Turvey2017-05-211-15/+17
| | | | | | quattomatrix33() needed to be updated after the fix in quatfrom2vectors Additional poser updates to make it more robust. Poser is now updating based on both lighthouses. Expect significant jitter from this.
* Included CNFGCocoaNSImageDriver now defaultultramn2017-05-171-3/+3
|
* Added Viknet's Cocoa driver.ultramn2017-05-171-0/+169
|
* Added CocoaDriverultramn2017-05-141-0/+646
|
* remove last reference to non-cnfg graphics.cnlohr2017-05-131-1/+1
|
* add function to parse array of floats from jsonJoshua Allen2017-05-062-0/+33
|
* Fixing quatfrom2vectorsmwturvey2017-05-021-7/+5
|
* cleanup warningscnlohr2017-04-291-13/+15
|
* Support calling the library from C++, by adding extern "C" decorations, and ↵Dr. Orion Lawlor2017-04-171-8/+9
| | | | including correct prototypes.
* Merge pull request #45 from mwturvey/AddingPosersMichael Turvey2017-03-273-0/+473
|\ | | | | Tori Tracking is getting VERY close
| * Getting very closemwturvey2017-03-271-0/+3
| |
| * Adding operation for rotating about an axismwturvey2017-03-272-0/+20
| |
| * Adding svdMike Turvey2017-03-261-0/+450
| |
* | Merge pull request #43 from mwturvey/alternate_disambiguatorMichael Turvey2017-03-252-3/+4
|\| | | | | Alternate disambiguator
| * More cleanup & finishing genericization of calibratormwturvey2017-03-242-2/+2
| |
| * Added support for empty string in config.json & other cleanup.mwturvey2017-03-231-1/+2
| |
* | Dave's affine solve is getting close.cnlohr2017-03-241-1/+1
|/
* Fix Windows compile if OGL is turned on.CNLohr2017-03-221-0/+4
|
* Update RawDraw to version that can at least support OpenGL if we want it.cnlohr2017-03-224-13/+221
|
* bump rawdraw to newest version.cnlohr2017-03-176-111/+191
|
* Fix non-needed header.CNLohr2017-03-171-1/+0
|
* Add needed function to rdrCNLohr2017-03-171-0/+5
|
* Add rasterizer tools.CNLohr2017-03-171-0/+234
|
* Move the HID file over to the right place.CNLohr2017-03-172-1/+997
|
* Add HID-OSXcnlohr2017-03-162-0/+1516
|
* Remove winbuild folder.CNLohr2017-03-171-1/+2
|
* Fix TCC compile.CNLohr2017-03-171-1/+1
|
* Fix WarningsCNLohr2017-03-176-16/+21
|
* Update, adding rawdrawnull for OSX.CNLohr2017-03-171-0/+74
|
* Almost compiles on Apple (not quite there)ultramn2017-03-161-1/+1
|
* zao's changes for FreeBSDmwturvey2017-03-161-0/+2
|
* Building & basic runningmwturvey2017-03-151-1/+1
|
* Windows Compilingmwturvey2017-03-152-2/+38
|
* Handle autoregistration of startup functions.cnlohr2017-03-141-3/+1
|
* Add a symbol enumerator for systems that don't support __contructor__.CNLohr2017-03-142-0/+255
|
* Update with the start of things to make TCC go in Windows.CNLohr2017-03-143-3/+558
|
* Almost able to build on Windows.CNLohr2017-03-143-1/+987
|
* Move glutil out of the root.CNLohr2017-03-142-0/+23
|
* Update to posers, etc... Still not working.cnlohr2017-03-121-9/+27
|
* update with another test.cnlohr2017-03-123-3/+71
|
* Update with almost working poser information stuff. This has been long ↵cnlohr2017-03-113-2/+227
| | | | stream to live. Goobye.
* general updates from the current livestream.cnlohr2017-03-111-3/+13
|
* Merge pull request #34 from mwturvey/PoserUpdates2CNLohr2017-03-111-147/+0
|\ | | | | Poser updates2
| * Merge remote-tracking branch 'remotes/upstream/master' into Octavios_AlgorithmMike Turvey2017-03-113-21/+61
| |\ | | | | | | | | | | | | Conflicts: redist/linmath.c
| * | Cleanup & torus updatesmwturvey2017-03-101-147/+0
| | |
* | | Update a few files... need to get working with linmath. But first switching ↵cnlohr2017-03-112-1/+46
| |/ |/| | | | | accounts.