This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3f7ebec Set the shared docs directory by default. 6793703 Fixed uninitialized owner_ field in MutexBase. f66e93c Merge pull request #233 from aeneid/master f91591b Removed shared doc directory setup. a85b447 Removed shared doc directory setup. b03fa0d Removed shared doc directory setup. 89f5cc6 Modified simd4f to support for SSE1/2. b7804de Fix inclusion of SDL directory within the AOSP tree. c156ca2 Removed references to nonexistant mp3 files 8af2771 update ChangeLog 13f53d1 Redirect people to git for ogg development. 1bca48e Fix typo. f9be567 Better support of user-supplied C++ namespaces. 41a29af Update Arabic shaping table for Unicode 8.0 08ad25a Update SDK and sample app (v0.5.4)
- Loading branch information
Stewart Miles
committed
Jul 15, 2015
1 parent
ecc51e4
commit 257f2dc
Showing
9 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cardboard-java
updated
from c2a953 to 08ad25
Submodule fplutil
updated
46 files
Submodule freetype
updated
from 0a6b6f to f9be56
Submodule harfbuzz
updated
from f1b443 to 41a29a
Submodule libvorbis
updated
from 386f2d to 1bca48
Submodule mathfu
updated
13 files
+3 −3 | disttools/config.json | |
+3 −3 | docs/src/doxyfile | |
+0 −12 | docs/src/footer.html | |
+0 −66 | docs/src/index.html | |
+6 −0 | include/mathfu/constants.h | |
+5 −0 | include/mathfu/glsl_mappings.h | |
+1 −1 | include/mathfu/matrix.h | |
+4 −4 | include/mathfu/matrix_4x4.h | |
+189 −40 | include/mathfu/quaternion.h | |
+2 −2 | include/mathfu/vector_3.h | |
+1 −1 | unit_tests/matrix_test/matrix_test.cpp | |
+81 −0 | unit_tests/quaternion_test/quaternion_test.cpp | |
+6 −1 | unit_tests/vector_test/vector_test.cpp |
Submodule motive
updated
41 files