Eugene Kozlov
d2ac2067c6
Merge pull request #1966 from eugeneko/master
...
Re-factored PhysicsWorld2D::ContactInfo. Removed NodeEndContact2D::P_…
2017-06-03 01:46:38 +03:00
Lasse Öörni
3f99b1e630
Minor code formatting.
2017-06-03 01:31:26 +03:00
Lasse Öörni
b5e664d4c3
Merge remote-tracking branch 'ricab/master'
2017-06-03 00:39:04 +03:00
Lasse Öörni
3b799b7712
Avoid duplication of code for the float-to-raw-unsigned-bits conversion.
2017-06-03 00:28:04 +03:00
Eugene Kozlov
792c4900a8
Remove P_CONTACT parameter from 2D physics events. Rename P_CONTACTPOINTS to P_CONTACTS.
2017-06-02 22:48:04 +03:00
Yao Wei Tjong 姚伟忠
7ec6f94e06
Disable DCE for main module permanently.
2017-06-02 23:58:38 +08:00
Lasse Öörni
e4fe4f04bb
Add contributor. Prefer union-based float to raw bits conversion.
2017-06-02 18:42:34 +03:00
Eugene Kozlov
9b1fc0715f
Re-factored PhysicsWorld2D::ContactInfo. Removed NodeEndContact2D::P_CONTACT and PhysicsEndContact2D::P_CONTACT event parameters. Fixed #1958 . Fixed #1965 .
2017-06-01 21:59:45 +03:00
CG-SS
07e2c6fcca
Update Vector3.h
2017-05-29 17:53:49 -03:00
CG-SS
75db281fcc
Hash code calculation for Vector3
...
Added ToHash() for Vector3, using FloatToRawIntBits from MathDefs.h
2017-05-29 17:36:56 -03:00
CG-SS
98a8097de6
Update MathDefs.h
2017-05-29 17:23:39 -03:00
CG-SS
59e0939c75
Adding FloatToRawIntBits
...
The FloatToRawIntBits function is used to calculate float hashes.
2017-05-29 17:22:56 -03:00
Ricardo Abreu
5fbbec8b7a
Fix RigidBody2D failure to apply transforms that would return it to original position and rotation; fixes #1960
2017-05-28 00:45:00 +01:00
Yao Wei Tjong 姚伟忠
84c8be164b
For CI - fix generic ARM CI build.
...
[skip appveyor] [ci only: ARM, OSX]
2017-05-25 00:03:47 +08:00
Lasse Öörni
07dfd7b720
Fix copypaste error in SpriteSheet2D load code. Closes #1951 .
2017-05-24 00:01:58 +03:00
Lasse Öörni
ba9444ee72
Code convention edits.
2017-05-21 21:46:01 +03:00
Sergey Lapin
2fd97bd798
Fixed memleak by running Init multiple times (ApplyAttributes/Editor thing)
2017-05-21 21:46:01 +03:00
Sergey Lapin
d6ed2104a1
Remove vehicle from Bullet action list
...
...on component removal
Closes #1949
2017-05-21 21:46:01 +03:00
Yao Wei Tjong 姚伟忠
e30de5eb5b
Temporarily disable the DCE on main module to make it runnable.
2017-05-21 20:21:27 +08:00
Yao Wei Tjong 姚伟忠
3d39061627
Simplify the build option for sharing pak-loader script and data.
2017-05-21 20:21:27 +08:00
Yao Wei Tjong 姚伟忠
c935c7dc3f
Glue main module and side module(s) together in final output.
2017-05-21 20:21:27 +08:00
Lasse Öörni
364521c1ee
Do not transform root bone with model's root node in AssetImporter, only with nodes in between (if any). Possible fix to #1944 .
2017-05-20 15:39:23 +03:00
Yao Wei Tjong 姚伟忠
df475cc7ce
Drop RapidJSON documentation.
2017-05-20 08:31:08 +08:00
Yao Wei Tjong 姚伟忠
0f640eb4d2
Update Doxygen configuration file.
...
[ci only: master] [skip appveyor]
2017-05-19 23:40:39 +08:00
Yao Wei Tjong
46342d1b17
For CI - fix Android CI packaging build.
...
[ci package] [skip appveyor] [ci only: Android]
2017-05-19 21:04:15 +08:00
urho3d-travis-ci
110ac2fe84
Travis CI: API documentation update at 2017-05-18 15:07:05 UTC.
...
[ci package]
Commit: 363f68d36e
Message: When the search path is required, search it as rooted and not-rooted.
2017-05-18 15:07:05 +00:00
Yao Wei Tjong 姚伟忠
363f68d36e
When the search path is required, search it as rooted and not-rooted.
2017-05-18 22:40:17 +08:00
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