Commit Graph

2197 Commits

Author SHA1 Message Date
Yao Wei Tjong 姚伟忠 2efbcd570c Rename "define_resource_files" macro to "define_resource_dirs".
Enhance it to take extra arguments for specifiying target-specific resource directories and other extra for Web platform support.
Close #809.
2017-04-05 18:16:36 +08:00
urho3d-travis-ci 4078b9f842 Travis CI: API documentation update at 2017-04-04 18:11:18 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/cd6f76f26e8ae0ee9682eba9edf95813e62617fb

Message: Merge pull request #1856 from eugeneko/master

Improve Box2D integration
2017-04-04 18:11:18 +00:00
urho3d-travis-ci d59424daae Travis CI: API documentation update at 2017-04-03 23:26:36 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/0eb813518a43e871a36bafc36787e0c3ce5c1fd4

Message: Merge remote-tracking branch 'origin/TheComet93-InverseKinematics'
2017-04-03 23:26:36 +00:00
Lasse Öörni 0eb813518a Merge remote-tracking branch 'origin/TheComet93-InverseKinematics' 2017-04-03 21:26:17 +03:00
Lasse Öörni 98322561be Minor code formatting. Add contributor. 2017-04-03 21:16:46 +03:00
Yao Wei Tjong 姚伟忠 e62179f133 Integrate IK sub-library with Urho3D's build system. 2017-04-01 21:28:27 +08:00
urho3d-travis-ci f2c01b1c00 Travis CI: API documentation update at 2017-03-30 14:09:06 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7bf75955d8a92f9617fad51d028eb5d1d7e2f7cd

Message: Minor code convention edit to avoid underscore in function name.
2017-03-30 14:09:07 +00:00
Lasse Öörni 34a45587e9 Add contributor credit. 2017-03-30 11:00:41 +03:00
Lasse Öörni 0a36e92bc9 Add note on using server & client functionality in Network subsystem simultaneously. 2017-03-27 11:30:31 +03:00
Yao Wei Tjong 姚伟忠 cd57326098 Minor documentation update on how to use Urho3D libary. 2017-03-26 22:18:35 +08:00
Yao Wei Tjong 姚伟忠 9d84ccffe4 Initial attempt to support MODULE library type for Web platform.
Disallow memory growth when using MODULE lib-type.
Move the resource defining and checking logic into their own macros.
2017-03-26 22:18:35 +08:00
urho3d-travis-ci c73f0651e7 Travis CI: API documentation update at 2017-03-22 21:12:55 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/e92c0ee093f01360ba14f4c06dfd9bfb98027b9a

Message: Merge pull request #1872 from Florastamine/master

Add Animation::GetTrack(unsigned)
2017-03-22 21:12:55 +00:00
urho3d-travis-ci eeb4eab788 Travis CI: API documentation update at 2017-03-20 16:32:22 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/90e95ab2e31c0948dff2f28297f723062e94992c

Message: Update documentation. Add contributor credit. Minor code comment fixes.
2017-03-20 16:32:22 +00:00
Lasse Öörni 90e95ab2e3 Update documentation. Add contributor credit. Minor code comment fixes. 2017-03-20 18:11:12 +02:00
Lasse Öörni 8630065fbd Merge pull request #1869 from Modanung/patch-1
Added heXon and Quatter to external links
2017-03-19 12:07:32 +02:00
urho3d-travis-ci 03fdf19758 Travis CI: API documentation update at 2017-03-19 03:39:21 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/8c91b0b32fb7226dd2f53445009358c562f779ce

Message: Use a dummy enum declaration to avoid duplicate Lua global constants.
2017-03-19 03:39:21 +00:00
Frode Lindeijer 092a426285 Added heXon and Quatter to external links
As discussed [here](http://discourse.urho3d.io/t/next-release/2031/13).
2017-03-19 03:54:35 +01:00
urho3d-travis-ci b8515b563f Travis CI: API documentation update at 2017-03-16 18:26:27 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/53d18649d45b1fe4974593d6ab3fb73cffb3b4ae

Message: Redefine AutoRemoveMode where used in the Lua pkgs to prevent incorrect bindings code generation.
2017-03-16 18:26:27 +00:00
Lasse Öörni eccf7cef88 Added documentation chapter on scene graph events, and that individual component removals are not signaled when node is removed. Closes #1864. 2017-03-15 12:12:06 +02:00
Lasse Öörni 1d995bcc7e Remove email / GD.net username from readme, as they do not represent preferred communication channels. 2017-03-11 13:38:21 +02:00
Yao Wei Tjong 姚伟忠 1bfd14e5f4 Minor documentation update to highlight EMSCRIPTEN_WASM build option.
[ci only: master] [skip appveyor]
2017-03-11 14:18:10 +08:00
Lasse Öörni 1b725367fc Place proper type check for StaticModel vs. AnimatedModel SetModel() into AngelScript API instead of StaticModel C++ code logging a warning and redirecting. Add a porting note related to this. 2017-03-07 17:36:58 +02:00
Yao Wei Tjong 姚伟忠 6b8e469d7d Adding a porting note for build system.
[ci only: Web] [skip appveyor]
2017-03-05 13:49:57 +08:00
Yao Wei Tjong 姚伟忠 49996b1617 Minor documentation update and typo correction. 2017-03-05 08:46:37 +08:00
Yao Wei Tjong 姚伟忠 6eef852fe2 When targeting WASM, allow memory growth and code gen that could trap. 2017-03-05 08:46:33 +08:00
Yao Wei Tjong 姚伟忠 d7eded9178 Add new build option to enable WASM support.
Remove redundant Emscripten build option for pre-generating the system libraries because newer Emscripten version has fixed the cache lock issue.
2017-03-05 08:46:29 +08:00
Yao Wei Tjong 姚伟忠 98bdf13583 Enhance toolchain files to first check on suitable ccache symlink.
If a suitable symlink is found in the standard ccache symlink directory then skip creating fallback symlink in the build tree.
2017-03-05 08:45:39 +08:00
Yao Wei Tjong 姚伟忠 f32cbb72b0 Rename Urho3D-CMake-common.cmake module to UrhoCommon.cmake.
To be consistent with the other modules. Drop the '3D' simply because it sticks out in 'Urho3DCommon'.
2017-03-05 08:45:39 +08:00
Yao Wei Tjong 姚伟忠 73c97d9f64 Only add defines at the scope they are actually required. 2017-03-05 08:45:38 +08:00
Yao Wei Tjong 姚伟忠 9f19d51c08 Remove older constructs that have been earmarked previously. 2017-03-05 08:34:41 +08:00
Yao Wei Tjong 姚伟忠 3475afba54 Bump the CMake minimum version in the CMakeLists.txt files. 2017-03-05 08:34:41 +08:00
urho3d-travis-ci e63db60b9a Travis CI: API documentation update at 2017-03-04 18:23:30 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/c9331a6cc98f42056d0ef48aba493479ebf77fbd

Message: Merge pull request #1832 from eugeneko/master

Extract some code to increase reusability.
2017-03-04 18:23:30 +00:00
Lasse Öörni 9ef6c6397a Clarify license / author information of assets where not otherwise mentioned. Closes #1844. 2017-03-04 18:36:33 +02:00
urho3d-travis-ci f219fb5d23 Travis CI: API documentation update at 2017-03-04 14:22:17 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/07da64de5823e3c626e9634dcd0bbe82e7f3a5d8

Message: Fix registration of NamedPipe to AngelScript API to use the proper class.
2017-03-04 14:22:17 +00:00
urho3d-travis-ci 8230d0bb99 Travis CI: API documentation update at 2017-03-02 20:19:12 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/08fd3b7690fabffbfe9fc5fae86981fb3271807c

Message: Minor documentation expansion on use of std::bind() for events.

commit 873adf5565f8537f9d06f69a649c57635ab1c2de
Merge: 0a19418 f75a784
Author: carnalis <carnalis.j@gmail.com>
Date:   Thu Mar 2 14:25:42 2017 -0500

    Merge branch 'master' of github.com:carnalis/Urho3D

commit 0a1941814ec656d31bb5399c919ba516a2cda7cb
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.

commit f75a784102708998841302c70736be39eeb2300d
Merge: 84a1f82 06d2100
Author: carnalis <carnalis.j@gmail.com>
Date:   Thu Mar 2 04:42:56 2017 -0500

    Merge branch 'master' of github.com:carnalis/Urho3D

commit 84a1f827752335260b7a5bd6a180613bd018af7e
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.

commit 06d210045af24646a6161daeaff28fd9828dccfd
Merge: 20877d0 71e9501
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 20 09:59:31 2017 -0500

    Merge branch 'master' of github.com:carnalis/Urho3D

commit 20877d01c805f58234798f6a0b1baeeee1e1628e
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.

commit 71e9501934cc9a67eeae1d0c524dbc11a1bd96db
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.
2017-03-02 20:19:12 +00:00
Lasse Öörni 08fd3b7690 Minor documentation expansion on use of std::bind() for events.
commit 873adf5565f8537f9d06f69a649c57635ab1c2de
Merge: 0a19418 f75a784
Author: carnalis <carnalis.j@gmail.com>
Date:   Thu Mar 2 14:25:42 2017 -0500

    Merge branch 'master' of github.com:carnalis/Urho3D

commit 0a1941814ec656d31bb5399c919ba516a2cda7cb
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.

commit f75a784102708998841302c70736be39eeb2300d
Merge: 84a1f82 06d2100
Author: carnalis <carnalis.j@gmail.com>
Date:   Thu Mar 2 04:42:56 2017 -0500

    Merge branch 'master' of github.com:carnalis/Urho3D

commit 84a1f827752335260b7a5bd6a180613bd018af7e
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.

commit 06d210045af24646a6161daeaff28fd9828dccfd
Merge: 20877d0 71e9501
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 20 09:59:31 2017 -0500

    Merge branch 'master' of github.com:carnalis/Urho3D

commit 20877d01c805f58234798f6a0b1baeeee1e1628e
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.

commit 71e9501934cc9a67eeae1d0c524dbc11a1bd96db
Author: carnalis <carnalis.j@gmail.com>
Date:   Fri Jan 13 21:24:53 2017 -0500

    Minor documentation expansion on use of std::bind() for events.
2017-03-02 21:57:20 +02:00
urho3d-travis-ci 70186e700e Travis CI: API documentation update at 2017-03-01 19:27:37 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/00816efec2281fa06d4c93d7d3a197bdbd3fa456

Message: Add XMLElement::GetInt64 & GetUInt64 for completeness.
2017-03-01 19:27:37 +00:00
urho3d-travis-ci 1760b0fa7c Travis CI: API documentation update at 2017-02-25 12:46:18 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/e1202b725a93631fe9fcf8f33d37f6eba5454d3f

Message: Add other body nodeID attribute to Constraint2D for proper body connection serialization. Closes #1825.
2017-02-25 12:46:18 +00:00
Yao Wei Tjong 姚伟忠 f38487f14e Add new option to control how to share resources on web platform.
Related to #1762.
2017-02-23 07:46:41 +08:00
urho3d-travis-ci af1aba2011 Travis CI: API documentation update at 2017-02-20 19:27:37 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7451d6feceb303d3fe43663057aaa05418ac642f

Message: Add EndAllViewsRender event, emitted when Renderer::Render() is finished. Closes #1830.
2017-02-20 19:27:37 +00:00
Lasse Öörni 7482c19260 Add contributor. 2017-02-18 23:04:44 +02:00
Lasse Öörni 64de07e19e Update version information & add contributor. 2017-02-17 17:06:55 +02:00
Lasse Öörni 9480e201d2 Update Box2D version according to version identifier in code. 2017-02-16 17:53:08 +02:00
urho3d-travis-ci 7c1af59287 Travis CI: API documentation update at 2017-02-16 11:56:12 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/472d0dc549e59311b59922e3b8ae8875fde63fa8

Message: Merge remote-tracking branch '1vanK/master'
2017-02-16 11:56:12 +00:00
Lasse Öörni 6a490f05f2 Update LibCpuId to 0.4.0. Closes #1819. 2017-02-13 22:20:48 +02:00
Lasse Öörni cdccc64153 Update RampGenerator documentation. Add contributor credit. 2017-02-11 14:30:30 +02:00
urho3d-travis-ci 15c2da904e Travis CI: API documentation update at 2017-02-10 10:18:17 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/26574dcc27c2f8dff9b321cce9e460cb7fa5c466

Message: Add explicit Vector2 & Vector3 constructors taking IntVector2 & IntVector3. Add Graphics::GetSize(). Closes #1814.
2017-02-10 10:18:17 +00:00
Lasse Öörni eeff00e2a8 Add contributor. 2017-02-09 16:59:55 +02:00
Lasse Öörni b167cc1640 Merge pull request #1800 from cosmy1/update-sqlite
Update sqlite
2017-02-07 11:01:37 +02:00
Lasse Öörni 46e1f25eaf Add contributor. 2017-02-06 12:11:45 +02:00