Commit Graph

9869 Commits

Author SHA1 Message Date
urho3d-travis-ci
91b8171b06 Travis CI: API documentation update at 2014-09-21 15:18:39 UTC.
[ci package]
2014-09-21 15:18:39 +00:00
Lasse Öörni
066589b67d Fixed warnings. Added script bindings for scroll deceleration parameters. 2014-09-21 18:06:51 +03:00
Lasse Öörni
380a94b58e Merge remote-tracking branch 'remotes/hdunderscore/scrollView_fix' 2014-09-21 16:39:02 +03:00
Lasse Öörni
485f9d53f4 Merge pull request #463 from Mike3D/patch-2
Fix Animated sprites documentation
2014-09-21 16:14:37 +03:00
Mike3D
18916bb3fd Fix Animated sprites documentation 2014-09-21 08:57:01 +02:00
Lasse Öörni
e9f0baa398 Remote event registration is checked only when receiving. 2014-09-21 00:12:49 +03:00
Lasse Öörni
5f0ed3fcf8 Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. 2014-09-21 00:00:05 +03:00
hdunderscore
9096279170 Changed it so touchScrollSpeedMax_ reflects instantly, giving more control / removing unexpected scroll on a fast->slow swipe. 2014-09-20 15:08:15 +10:00
hdunderscore
fab71cf12e Typo fix. 2014-09-20 01:28:52 +10:00
Lasse Öörni
da55f6eca7 Added contributor credit. 2014-09-19 17:19:17 +03:00
Lasse Öörni
bc1165e76f Merge remote-tracking branch 'remotes/hdunderscore/touchEmulation_fix' 2014-09-19 17:12:09 +03:00
hdunderscore
b3fbca1182 Fixed a bug that existed in touch mode, where scrolling with the scroll bar would 'conflict' against scrolling with touch scrolling, causing the scrollbar to 'slide' and 'jump'. 2014-09-19 21:09:10 +10:00
hdunderscore
12d25b7029 Polished a hiccup in the touch scrolling when doing a very small scroll. Also 'freed' the momentum so it feels more natural / unhindered. 2014-09-19 18:36:25 +10:00
hdunderscore
f12d40168a Added deceleration to ScrollView + fps independence + attributes for a better experience on mobile devices. Holding finger down keeps control / flicking and putting finger down stops it. 2014-09-19 14:36:18 +10:00
hdunderscore
d6e63013a2 SDL_FINGERMOTION was sometimes creating a new entry in touches_, after SDL_FINGERUP removed it. This made it difficult to work with touch emulation. 2014-09-19 11:54:40 +10:00
Lasse Öörni
0ee5f2fe1c Add private copy constructor / assignment where necessary to prevent warnings. 2014-09-19 01:56:05 +03:00
Yao Wei Tjong 姚伟忠
76c4d8f21a Ensure Android (virtual) device could be unlocked before running test.
On non-CI environment, the device may already be created and just being reattached to the daemon. The unlock key event should only be sent after the device is ready (the launcher is running nd no more bootanimation process).
2014-09-18 15:20:37 +08:00
aster2013
21050c613a Add .PList sprite sheet support. 2014-09-17 22:52:06 +08:00
Lasse Öörni
89812eed03 Ensure the app preferences path is returned in Urho internal format: slashes instead of backslashes. 2014-09-17 16:26:23 +03:00
Lasse Öörni
aa6d76551f Allow C++ access to Engine's next frame timestep. 2014-09-17 14:10:09 +03:00
Yao Wei Tjong 姚伟忠
99253ea132 Fix Android installing/packaging instruction due to rename APK file.
[ci package]
2014-09-17 15:50:00 +08:00
urho3d-travis-ci
3a48762495 Travis CI: API documentation update at 2014-09-16 23:50:08 UTC.
[ci package]
2014-09-16 23:50:08 +00:00
Lasse Öörni
552a323b84 Allow non-const access to a Connection's identity also in C++. 2014-09-17 01:01:14 +03:00
urho3d-travis-ci
742364d7ca Travis CI: API documentation update at 2014-09-16 21:19:33 UTC.
[ci package]
2014-09-16 21:19:33 +00:00
Lasse Öörni
ec7c262be6 Expose Matrix4 * Matrix3x4 to scripting. Move the multiply as a Matrix4 member function so that it can be properly exposed to lua. 2014-09-16 23:52:44 +03:00
aster
19e0a104fa Add more comment for trimmed sprite. 2014-09-16 23:54:50 +08:00
aster
db9740ccbe Update GoldIcon files.[ci skip] 2014-09-16 23:52:12 +08:00
Yao Wei Tjong 姚伟忠
a1a889c21a For Travis CI - fix MingW 32-bit CI build. 2014-09-15 23:21:18 +08:00
Yao Wei Tjong 姚伟忠
04328aeed2 For Travis CI - when cross-compiling don't touch native toolchain. 2014-09-15 22:30:01 +08:00
urho3d-travis-ci
16fdf3b259 Travis CI: API documentation update at 2014-09-15 12:19:12 UTC.
[ci package]
2014-09-15 12:19:12 +00:00
Lasse Öörni
5ce05d4cb6 Fixed missing horizontal flip from the vertical cross cubemap layout. 2014-09-15 15:04:27 +03:00
Yao Wei Tjong 姚伟忠
47fb292a3a Add documentation for the OS X and iOS deployment target build options. 2014-09-15 14:51:18 +08:00
Yao Wei Tjong 姚伟忠
a490436324 For Travis CI - when housekeeping SF.net, sort by name instead of time.
Occassionally there could be multiple successive commits causing multiple CI jobs queue up in the Travis CI. Due to latency of each jobs, the jobs may finish not in the same order as the commits. If the CI build happens to be instructed to perform package upload then the uploaded packages may come in not in the right order as the result.
2014-09-15 14:26:16 +08:00
Yao Wei Tjong 姚伟忠
de93f17310 Refine comment on the PATH_SUFFIX variable. 2014-09-15 13:33:22 +08:00
Yao Wei Tjong 姚伟忠
e48f134290 Code cleanup and fix iOS build.
[ci package]
2014-09-15 00:53:19 +08:00
Yao Wei Tjong 姚伟忠
08f54f96e6 Enhance CMake build script to support iOS deployment target.
For Travis CI - set the iOS deployment target to 7.0 explicitly but have to bump the OSX deployment target to 10.8 because Travis-CI only have 10.8 and 10.9 SDKs installed.
[ci package]
2014-09-14 23:48:42 +08:00
Yao Wei Tjong 姚伟忠
bebe9b6197 For Travis CI - set the OSX deployment target to 10.7 explicitly.
If the option is not set, Urho3D CMake build script by default configures it to match the currently running OS X version. On Travis-CI that is 10.9 which is too high for binary packaging. Closes #447.
2014-09-14 22:40:54 +08:00
Yao Wei Tjong 姚伟忠
a5e34ea512 Adjust RPATH to also search lib directory relative to the executables.
Closes #448.
2014-09-13 23:41:09 +08:00
Lasse Öörni
f1e25381a3 Support single image splitting for cube maps. Closes #445. 2014-09-13 15:33:55 +03:00
Yao Wei Tjong 姚伟忠
5a79a7c552 Add the new build options to documentation page.
Closes #446. [ci skip]
2014-09-13 14:55:08 +08:00
Yao Wei Tjong 姚伟忠
9f0b6412b9 For Travis CI - rename source package to use same version delimiter.
[ci skip]
2014-09-13 10:45:08 +08:00
Lasse Öörni
36175d471f Make attribute accessor base class abstract to avoid unused parameter warnings when including Attribute.h. The base class is not useful in any case. 2014-09-12 13:30:32 +03:00
Yao Wei Tjong 姚伟忠
036fe0959c For Travis CI - code cleanup but add more memory diagnostics.
[ci package]

- Simplify the check on environment variable containing the commit-ish used in the 'git describe' command.
- Shuffle the rebase order in 'ci_rebase' rake task, move the OSX-CI rebase to the last as OSX Travis-CI build environment is extremely slow lately (has longer job queue).
- Improve 'android' rake task to only create named AVD for CI test when necessary and to turn off graphics acceleration explicitly when starting the emulator in CI environment.
- Add more memory diagnostics to help in investigation of process being killed by Travis CI upstream issue reported in #430.
2014-09-12 13:52:00 +08:00
urho3d-travis-ci
503b3e751c Travis CI: API documentation update at 2014-09-11 22:27:40 UTC.
[ci package]
2014-09-11 22:27:40 +00:00
Lasse Öörni
6f980453b6 Added success return value to Image::FlipVertical(). Fixed return value of Image::Resize() in AngelScript bindings. 2014-09-12 01:16:37 +03:00
Lasse Öörni
0330a94d42 Added support for flipping DXT1,3,5 compressed images vertically. 2014-09-12 00:53:23 +03:00
Lasse Öörni
e4fab0f5ab Enable link stage response files on Windows when building for Android. Otherwise building a shared Urho3D library could fail. 2014-09-11 21:46:34 +03:00
Yao Wei Tjong 姚伟忠
2e532412fe For Travis CI - minor refactor to use the same commit-ish as Travis-CI.
Simplify build artifact housekeeping logic as now all the mirror CI branches will produce the same package description as the master branch.
[ci package]
2014-09-11 23:17:53 +08:00
Yao Wei Tjong 姚伟忠
c99c3dec2e Fix the heading size for the generated pages using markdown.
[ci skip]
2014-09-11 21:37:17 +08:00
Lasse Öörni
d5fddaba86 Added compressed image support to Image::GetSubimage() and fixed bugs in the function. 2014-09-10 23:32:26 +03:00