Commit Graph

10202 Commits

Author SHA1 Message Date
TheComet
e419afa30b Fixing grammar error, making feature flags boolean in lua script bindings 2017-08-09 00:09:11 +02:00
Eugene Kozlov
f7b98fea74 Use VectorBuffer for Lua NavigationMesh API. 2017-08-08 23:01:08 +03:00
Eugene Kozlov
ef3b6efd96 Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes. 2017-08-08 01:34:57 +03:00
Eugene Kozlov
e110998f70 Update Lua bindings. 2017-08-08 01:34:57 +03:00
Eugene Kozlov
4403b99cbd Remove separate navigation streaming samples. 2017-08-08 01:34:57 +03:00
Eugene Kozlov
f84e9d1392 Add streaming mode to C++ samples 15_Navigation and 39_CrowdNavigation . Fix using outdated navigation mesh data for streaming. 2017-08-08 01:34:57 +03:00
Eugene Kozlov
20d2133f13 Add streaming mode to AS sample 15_Navigation. 2017-08-08 01:34:57 +03:00
Eugene Kozlov
f7573971f4 Update Navigation AS API. Add streaming mode to AS sample 39_CrowdNavigation. Disable bounding box padding on NavigationMesh::Allocate. Send E_NAVIGATION_MESH_REBUILT on NavigationMesh::Allocate. 2017-08-08 01:34:56 +03:00
Eugene Kozlov
db7d92e419 Fix stuck CrowdAgent-s after NavigationMesh::AddTile. 2017-08-08 01:34:56 +03:00
Eugene Kozlov
2073349613 Partially revert commit a8a29d7 due to broken off-mesh movement. 2017-08-08 01:34:56 +03:00
Eugene Kozlov
6f57b5b4e5 Add events for navigation mesh tile operations. Fix obstacles rendering into newly added tiles. 2017-08-08 01:34:56 +03:00
Eugene Kozlov
214dcc6638 Fix C++98 compilation. 2017-08-08 01:34:56 +03:00
Eugene Kozlov
e85e9d897c Add support of sparse navigation meshes and dynamic tile management. Add two examples based on 15_Navigation and 39_CrowdNavigation. 2017-08-08 01:34:56 +03:00
Eugene Kozlov
e963e89f47 Copy 15_Navigation and 39_CrowdNavigation samples. 2017-08-08 01:34:56 +03:00
TheComet
e134de1b18 Updating sample scripts 2017-08-06 17:09:27 +02:00
TheComet
c43b269845 Updating script APIs, making sure sample compiles, see thread on the forum for more info 2017-08-06 17:08:14 +02:00
Yao Wei Tjong 姚伟忠
8cd8569243 Clean the generated PCH when 'clean' built-in target is invoked. 2017-08-06 12:59:36 +08:00
Yao Wei Tjong 姚伟忠
ba66888068 Fix PCH generation for the Web/MODULE lib type. 2017-08-06 12:59:36 +08:00
Yao Wei Tjong 姚伟忠
d0a51addf7 Generate PCH deps file using a naming convention expected by Clion.
Fix #2047.
2017-08-06 12:59:36 +08:00
TheComet
1f679d6756 fixes #2058 - It probably still has some bugs that need fixing, and the script bindings need updating 2017-08-03 23:22:32 +02:00
Yao Wei Tjong 姚伟忠
ddf64ccdb8 Make the symlinked batch files launchable via Windows Explorer.
Fix #2046.
2017-08-03 22:01:56 +08:00
TheComet
0e72531fe3 Gotta stop here, will continue tomorrow 2017-08-03 00:02:17 +02:00
TheComet
15f837d880 (Sorry) giving RebuildData() a more sensible name 2017-08-02 23:10:28 +02:00
urho3d-travis-ci
c44e954abf Travis CI: API documentation update at 2017-08-02 15:56:23 UTC.
[ci package]

Commit: e439197cfa

Message: Merge pull request #2034 from kostik1337/tilemap-improvements

Several tilemap improvements
2017-08-02 15:56:23 +00:00
Lasse Öörni
e439197cfa Merge pull request #2034 from kostik1337/tilemap-improvements
Several tilemap improvements
2017-08-02 18:45:13 +03:00
urho3d-travis-ci
0e2fd9271e Travis CI: API documentation update at 2017-08-02 11:25:11 UTC.
[ci package]

Commit: 947fe2bde7

Message: Add SeekRelative() & Tell() (which is merely an alias to GetPosition()) to Deserializer. Closes #2053.
2017-08-02 11:25:11 +00:00
Lasse Öörni
947fe2bde7 Add SeekRelative() & Tell() (which is merely an alias to GetPosition()) to Deserializer. Closes #2053. 2017-08-02 13:25:39 +03:00
urho3d-travis-ci
aa4c7fa9f4 Travis CI: API documentation update at 2017-08-01 09:45:24 UTC.
[ci package]

Commit: 0df18d3f54

Message: Merge remote-tracking branch 'TheComet93/iss1957'
2017-08-01 09:45:24 +00:00
Lasse Öörni
0df18d3f54 Merge remote-tracking branch 'TheComet93/iss1957' 2017-08-01 11:24:48 +03:00
Guschin Konstantin
5ebe92d6ee Naming fixes, angelscript bindings, refactoring 2017-07-31 21:18:39 +07:00
TheComet
ea593632a5 Setting IK_RESTRICT properly this time. Also refactoring export.h.in 2017-07-29 21:53:40 +02:00
TheComet
cc8b06c8f9 Using #cmakedefine and making the for loop more efficient 2017-07-29 16:36:03 +02:00
urho3d-travis-ci
e6d9e45ab5 Travis CI: API documentation update at 2017-07-29 14:22:05 UTC.
[ci package]

Commit: f68e04a6fc

Message: Fix tabs.
2017-07-29 14:22:05 +00:00
JTippetts
f68e04a6fc Fix tabs. 2017-07-29 07:14:38 -06:00
JTippetts
7d9cade436 Fix tabs. 2017-07-29 07:13:50 -06:00
JTippetts
39d991c750 Expose Scene::InstantiateJSON to Lua 2017-07-29 07:10:56 -06:00
Alex Murray
a7b20de253 config.h.in fail 2017-07-29 01:12:13 +02:00
TheComet
eaebb5e82b Fixing IK_HAVE_STDINT_H 2017-07-29 00:31:15 +02:00
TheComet
c628b27cf9 Not registering IKConstraint, since it doesn't do anything yet 2017-07-28 19:10:50 +02:00
TheComet
2e79d7d39a fixes #1957 2017-07-28 19:08:58 +02:00
TheComet
4f96c7c29f Refactoring the 'feature' setters and getters into a single method. Renaming a few things to be more consistent. Adding Documentation 2017-07-28 18:36:57 +02:00
TheComet
4a6d86804e Fixing bugs, updating script bindings and sample code 2017-07-28 03:42:16 +02:00
TheComet
bbaeccb11b Fixing compilation errors 2017-07-26 01:40:06 +02:00
TheComet
a6930ec06f Merging updated Urho3D wrappers and script bindings from my own test branch 2017-07-26 01:40:06 +02:00
TheComet
183cea3ef5 Merging updated IK library source files 2017-07-26 01:40:06 +02:00
Lasse Öörni
6676583e1b Merge pull request #2045 from carnalis/master
Add contributor.
2017-07-25 16:49:16 +03:00
carnalis
995b83ec3a Add contributor. 2017-07-25 08:48:28 -04:00
urho3d-travis-ci
2db441a220 Travis CI: API documentation update at 2017-07-25 11:26:41 UTC.
[ci package]

Commit: 982befaab5

Message: Add default parameter value to Image::SaveWEBP() bindings.
2017-07-25 11:26:41 +00:00
Lasse Öörni
982befaab5 Add default parameter value to Image::SaveWEBP() bindings. 2017-07-25 13:13:54 +03:00
Lasse Öörni
f51317bed5 Merge remote-tracking branch 'carnalis/master' 2017-07-25 12:55:04 +03:00