Commit Graph

10192 Commits

Author SHA1 Message Date
Yao Wei Tjong 姚伟忠
b9947eee3a For CI - Upgrade CMake (3.8.1) and compiler toolchain to support C++11. 2017-05-18 22:40:17 +08:00
Eugene Kozlov
ef304f6bca Fix Node::GetSignedWorldScale. Related to #1926. 2017-05-17 23:38:27 +03:00
Eugene Kozlov
c93d95854d Add helper getters for Matrix3, Matrix3x4, Matrix4. Minor style and typo fixes. 2017-05-17 23:38:23 +03:00
Eugene Kozlov
268c4523cb Merge pull request #1939 from eugeneko/master
Add support of arbitrary data in Sound, Animation and Texture resources.
2017-05-17 21:14:37 +03:00
Lasse Öörni
77170d68ad Avoid calling strlen unnecessarily within AngelScript's ParseToken. May have effect on #1946. 2017-05-17 10:52:55 +03:00
Eugene Kozlov
34adb450f0 Remove trailing spaces. 2017-05-17 00:46:05 +03:00
Eugene Kozlov
baf0daf7aa Add support of arbitrary data in Sound, Animation and Texture resources. 2017-05-17 00:46:05 +03:00
Lasse Öörni
7493684840 Disable unsupported functions on iOS. 2017-05-16 10:22:20 +03:00
Lasse Öörni
9be9330851 Merge remote-tracking branch 'Florastamine/master' into platform-query-functions 2017-05-16 10:09:16 +03:00
Huy Nguyen
497d09f997 Fixed coding convention, replaced atoi(), minor cleanup. 2017-05-15 20:23:14 +07:00
Huy Nguyen
3db26b4fad Fixed missing include for atoi(). 2017-05-14 21:37:20 +07:00
Huy Nguyen
fea5ece69b Added macOS/Mac OS X support for OSGetVersion(). 2017-05-14 21:30:10 +07:00
Huy Nguyen
71d7325335 Updated UrhoCommon.cmake to link against CoreFoundation & SystemConfiguration, which is needed by GetLoginName(). 2017-05-14 21:29:02 +07:00
Huy Nguyen
973c426d69 Rewrote GetLoginName() to properly detect the logged on user. 2017-05-14 21:26:42 +07:00
Huy Nguyen
0df11623c6 Sync with the platform-query-functions branch. 2017-05-14 19:10:21 +07:00
Lasse Öörni
ea15976d7c Add Print() 64-bit integer overloads to AngelScript API. 2017-05-14 12:39:51 +03:00
Lasse Öörni
2af2ec66a2 Merge pull request #1943 from PredatorMF/master
Add missing monitor/refresh rate members initialization
2017-05-13 23:04:42 +03:00
Lasse Öörni
8e32ad01b4 Code convention / comment edits and remove unnecessary ? operator. 2017-05-13 18:26:06 +03:00
urho3d-travis-ci
e88a03154f Travis CI: API documentation update at 2017-05-13 11:38:55 UTC.
[ci package]

Commit: a90bc49b56

Message: Move SoundSource new function registration to APITemplates.h so it works on both SoundSource & SoundSource3D. Minor comment formatting fix. Add contributor.
2017-05-13 11:38:55 +00:00
Lasse Öörni
a90bc49b56 Move SoundSource new function registration to APITemplates.h so it works on both SoundSource & SoundSource3D. Minor comment formatting fix. Add contributor. 2017-05-13 13:05:51 +03:00
Lasse Öörni
e6b9b9557b Squashed commit of the following:
commit 2542705105c840d7507893d24af70ca4673532bd
Author: meshonline <artgolf1000@gmail.com>
Date:   Fri May 12 18:46:45 2017 +0800

    add seek method.
2017-05-13 12:12:06 +03:00
Huy Nguyen
c88c5e6779 Update ProcessUtils.cpp 2017-05-12 21:49:59 +07:00
Huy Nguyen
c29baecbe2 Update ProcessUtils.cpp 2017-05-12 19:32:32 +07:00
Huy Nguyen
dc1746bc6e Exclude other platforms except Windows and Linux. 2017-05-12 19:29:30 +07:00
Lasse Öörni
38fa8dff0f Add contributor. 2017-05-10 20:16:43 +03:00
lhinuz
51935fdcc2 Fix missing #pragma once; 2017-05-11 00:08:51 +08:00
Florastamine
31d0a8afc5 Oops. 2017-05-10 11:23:01 +07:00
Florastamine
4b627f7f72 Fix & minor cleanup. 2017-05-10 11:13:04 +07:00
Florastamine
4c7647aa29 GetOSVersion() returns the version of the OS. 2017-05-09 14:15:57 +07:00
Florastamine
c0c3f56678 GetHostName() returns name of the computer. 2017-05-09 14:13:57 +07:00
Florastamine
de1af331ac GetLoginName() returns the name of the currently logged in user. 2017-05-09 14:09:44 +07:00
Florastamine
c7981ecad1 GetTotalMemory(), which returns the total amount of useable memory. 2017-05-09 14:07:00 +07:00
Lasse Öörni
94af133ca4 For increased sharpness and to avoid artifacts, switch UI texture to nearest filtering when scaling the editor UI. 2017-05-09 01:02:49 +03:00
urho3d-travis-ci
1d4be4ca65 Travis CI: API documentation update at 2017-05-08 10:41:33 UTC.
[ci package]

Commit: cc26cac198

Message: Use base16 for VariantMap hash key conversion in both directions in JSONValue. Expose JSONValue Get/Set Variant & VariantMap to script.
2017-05-08 10:41:33 +00:00
Lasse Öörni
cc26cac198 Use base16 for VariantMap hash key conversion in both directions in JSONValue. Expose JSONValue Get/Set Variant & VariantMap to script. 2017-05-08 13:31:28 +03:00
urho3d-travis-ci
ce69ad556e Travis CI: API documentation update at 2017-05-06 09:47:10 UTC.
[ci package]

Commit: af2ecd5414

Message: Fix copy-paste error in bindings.
2017-05-06 09:47:10 +00:00
Lasse Öörni
af2ecd5414 Fix copy-paste error in bindings. 2017-05-06 12:23:02 +03:00
Lasse Öörni
db29964574 Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes #1926. 2017-05-06 12:21:50 +03:00
Lasse Öörni
d9b5db969f Merge pull request #1930 from 1vanK/master
40_Localization: Center mouse on start
2017-05-06 10:46:12 +03:00
1vanK
16412186e0 Allow trailing commas in JSON 2017-05-05 23:12:30 +03:00
1vanK
fa767d1dc1 40_Localization: Center mouse on start 2017-05-05 19:39:45 +03:00
Lasse Öörni
60f4a3b80f Merge remote-tracking branch '1vanK/master' 2017-05-05 11:56:15 +03:00
Lasse Öörni
71270913b2 Fix issue in SanitateResourceName() on OSX where there could be /./ in executable path, leading the function to fail. 2017-05-04 22:13:16 +03:00
urho3d-travis-ci
d79f0f6122 Travis CI: API documentation update at 2017-05-04 17:43:08 UTC.
[ci package]

Commit: c1da87a498

Message: Merge pull request #1927 from eugeneko/master

Minor fix and helper function
2017-05-04 17:43:08 +00:00
Eugene Kozlov
c1da87a498 Merge pull request #1927 from eugeneko/master
Minor fix and helper function
2017-05-04 20:30:51 +03:00
1vanK
e1e6016eeb Update rapidjson lib 2017-05-04 17:28:02 +03:00
Yao Wei Tjong 姚伟忠
94a415b0b8 Minor doc typo correction. 2017-05-03 22:08:54 +08:00
Yao Wei Tjong 姚伟忠
380afddfba Move creation logic for resource checker back to setup_main_executable. 2017-05-03 22:06:25 +08:00
Eugene Kozlov
06901b3eb2 Add methods to get rotation axis and angle from Quaternion. 2017-05-03 15:09:30 +03:00
Eugene Kozlov
f42bd0d24f Fix crash when ScriptObject constructor throws. 2017-05-03 12:43:44 +03:00