Commit Graph

9836 Commits

Author SHA1 Message Date
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
Lasse Öörni
4d8330c5df When text is wordwrapping, do not update its width in text update at all. Possible fix for #2043. 2017-07-25 12:36:04 +03:00
carnalis
3dfc8f750c Add SaveWEBP() bindings. 2017-07-25 02:22:00 -04:00
carnalis
1f41a8c7c3 Implemented SaveWEBP() with optional compression level. 2017-07-24 11:47:09 -04:00
Yao Wei Tjong
d9b4602003 Merge pull request #2040 from 1vanK/master
Fix mklink test when current path is not sources dir (for example whe used cmake-gui).
Close #2037
2017-07-24 22:19:52 +08:00
1vanK
8c11d7180c Fix mklink test when current path is not sources dir (for example when used cmake-gui) 2017-07-24 16:06:42 +03:00
urho3d-travis-ci
fff56a6ba5 Travis CI: API documentation update at 2017-07-23 12:44:04 UTC.
[ci package]

Commit: dd1582dc6f

Message: Merge branch 'webp'
2017-07-23 12:44:04 +00:00
Lasse Öörni
dd1582dc6f Merge branch 'webp' 2017-07-23 14:41:09 +03:00
Lasse Öörni
864eb87e87 Merge pull request #2036 from iainmerrick/master
Fix uninitialized FontGlyph fields in FontFaceBitmap (closes #2035)
2017-07-23 14:29:13 +03:00
Eugene Kozlov
661edb1c49 Merge pull request #2038 from eugeneko/master
Enable multi-thread compilation in Visual Studio. Fixed #1407.
2017-07-23 13:49:15 +03:00
Eugene Kozlov
32a3e1dd29 Enable multi-thread compilation in Visual Studio. Fixed #1407. 2017-07-23 11:39:52 +03:00
Iain Merrick
2780c70cd3 Fix uninitialized FontGlyph fields in FontFaceBitmap (closes #2035)
Commit 0450bcd1 added two extra fields to FontGlyph, texWidth_ and texHeight_,
but these weren't being initialized for bitmap fonts.

Bitmap text would sometimes randomly look OK if the uninitialized fields
contained large numbers, and fail if the fields contained zeroes.
2017-07-22 22:31:13 -05:00
Lasse Öörni
aa47eb13ba Merge branch 'master' into webp 2017-07-22 13:36:51 +03:00
Lasse Öörni
5fb53f9bd8 Better check for Android NEON support in WebP. 2017-07-22 13:18:48 +03:00
Lasse Öörni
93fc311b30 Disable NEON from WebP library on Android for now, as it results in compile error from the include files if the NEON instruction set is not in use. 2017-07-21 22:38:49 +03:00
Yao Wei Tjong 姚伟忠
d5ff93a128 For CI - switch off the OSX precache build.
It will be reimplemented as build stage later when Travis supports conditional build stage.
2017-07-21 23:54:28 +08:00
Yao Wei Tjong 姚伟忠
86a03ec62e For CI - remove old hacks in the build scripts. 2017-07-21 23:54:28 +08:00