Commit Graph

9869 Commits

Author SHA1 Message Date
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
Lasse Öörni
f413945c98 Fix editor UI resolution detection for whether to lay out the status text on 1 or 2 rows. 2017-05-03 02:00:53 +03:00
urho3d-travis-ci
81fc8cb79f Travis CI: API documentation update at 2017-05-02 18:52:39 UTC.
[ci package]

Commit: 29ebd52590

Message: Expose getting JSONValue keys & values as arrays in AngelScript. Closes #1924.
2017-05-02 18:52:39 +00:00
Lasse Öörni
29ebd52590 Expose getting JSONValue keys & values as arrays in AngelScript. Closes #1924. 2017-05-02 21:43:10 +03:00
Lasse Öörni
d57e7bc5c4 Fix JSONValue::End() and typo. Closes #1925. 2017-05-02 20:46:46 +03:00
urho3d-travis-ci
c211d51e6b Travis CI: API documentation update at 2017-04-29 18:44:32 UTC.
[ci package]

Commit: 61d73cf659

Message: Add contributor credit.
2017-04-29 18:44:32 +00:00
Lasse Öörni
61d73cf659 Add contributor credit. 2017-04-29 21:35:00 +03:00
Lasse Öörni
d4df1937c8 Line breaks formatting for RaycastVehicle demo code. 2017-04-29 20:33:36 +03:00
Lasse Öörni
13cfad66ef RaycastVehicle code / comments formatting and AngelScript fix. RegisterRaycastVehicleLibrary function removed and class registration performed as part of Physics library initialization instead. 2017-04-29 20:21:55 +03:00
Lasse Öörni
c145b3e03d Merge remote-tracking branch 'slapin/raycast-vehicle' 2017-04-29 19:04:50 +03:00
Lasse Öörni
0fe1f9d6ca Fix the GetElementAt() layout optimization, which should not check up/left limits for child elements in layout. Closes #1923. 2017-04-28 16:40:26 +03:00
Yao Wei Tjong
108530ff45 Merge pull request #1921 from cosmy1/libs-update
Libs update
2017-04-28 09:36:14 +08:00
Yao Wei Tjong 姚伟忠
9623f94230 For CI - prevent coverity scan for CI build on feature branches.
[ci only: Web]
2017-04-27 23:18:04 +08:00
Lasse Öörni
ffb5786e06 Add porting note. 2017-04-27 16:00:51 +03:00
Lasse Öörni
1dcc111e72 Fixed remaining morph weight check to just check for not equal to zero. 2017-04-27 15:59:33 +03:00
Lasse Öörni
fd68fb6a5e Remove morph clamping. 2017-04-27 13:37:32 +03:00
cosmy
aa6c87f18d Update LZ4 license year. 2017-04-26 20:39:09 +02:00
cosmy
fbff46c4c7 Update docs. 2017-04-26 20:16:15 +02:00
cosmy
7902fba3b9 Replace deprecated LZ4 functions in Urho3D. 2017-04-26 20:15:04 +02:00
cosmy
0d91c33e22 Update LZ4 to 1.7.5. 2017-04-26 20:14:28 +02:00
Yao Wei Tjong 姚伟忠
10881e0f9e For CI - perform the coverity scan on each CI build now.
It appears the service quota has been increased to one scan per day for the project of our size.
2017-04-27 00:12:55 +08:00
Yao Wei Tjong 姚伟忠
eb2c9719a7 Add Coverity Scan badge to README page. 2017-04-27 00:12:55 +08:00
Lasse Öörni
a6086708a8 Add contributor. 2017-04-25 21:00:33 +03:00
Lasse Öörni
cbed718c31 Merge remote-tracking branch 'viva64/loop_conditional' 2017-04-25 21:00:00 +03:00