Commit Graph

10192 Commits

Author SHA1 Message Date
Alex Parlett
7aa0d8acc9 Separated the Spline Mathematical aspect from the Component into a new Spline class under Math. No angelscript or lua bindings as of yet as I'm unsure how to go about adding the templated class in a suitable manner.
Old Spline class has been renamed to SplinePath as is build using child nodes of its parent node. To facilitate the functionality a method has been added to Node to allows you to specify the index position of where to add the child Node as that impacts the curve.  DebugGeometry was added which shows the nodes that currently make up the SplinePath and the curve.

Added CScriptArray to PODVector convertor.
2014-03-09 12:48:02 +00:00
Yao Wei Tjong 姚伟忠
dce461469f For Travis CI - detect release tag and do the necessary automatically.
When a release tag is detected in a commit, instruct CI build to perform a released package build that uploaded into release directory instead of Snapshots directory.
2014-03-09 16:42:30 +08:00
Yao Wei Tjong 姚伟忠
3b3b4544d0 For Travis CI - fix packaging for OSX platform. [ci package] 2014-03-09 14:38:38 +08:00
urho3d-travis-ci
db81e0ea61 Travis CI: API documentation update at 2014-03-09 01:50:10 UTC.
[ci package]
2014-03-09 01:50:10 +00:00
Lasse Öörni
2529f4c51a Added IsNaN() to Vector2, Vector3, Vector4, Quaternion. Safeguard against Node::LookAt() misbehaving if target is very close. Closes #231. 2014-03-09 03:34:28 +02:00
Lasse Öörni
d25872ca08 Update Recast/Detour to newest. Remove Navigation.cpp / Navigation.h in Navigation library; moved the library registration to NavigationMesh.cpp. 2014-03-09 03:27:13 +02:00
Lasse Öörni
8be6780654 Update AngelScript threading code to newest from SVN for WinXP compatibility fix. 2014-03-09 02:04:24 +02:00
Lasse Öörni
1941c508b4 Removed erroneous comment from View. Do not treat it a fatal error in OgreImporter if index optimization can't be done. 2014-03-08 17:03:58 +02:00
Chris Friesen
340e09c454 set windowd/scalable by default if no parameters specified 2014-03-07 23:11:09 -06:00
Yao Wei Tjong 姚伟忠
62ce85adfe Add new build options to control FileWatcher/profiling/logging support. 2014-03-07 23:36:07 +08:00
Lasse Öörni
435ccc4f38 Fixed Box2D compile on Android. Added Box2D license to the root License.txt file. 2014-03-07 14:58:00 +02:00
Yao Wei Tjong 姚伟忠
176a9b7009 Minor fix to vertex buffer resize logic. [ci skip] 2014-03-07 14:00:23 +08:00
aster2013
4555aff0c9 Add Box2D. 2014-03-07 13:03:36 +08:00
urho3d-travis-ci
4b5f26b455 Travis CI: API documentation update at 2014-03-07 04:50:42 UTC.
[ci package]
2014-03-07 04:50:42 +00:00
aster2013
b9f106ce9d Add draw debug triangle in DebugRenderer. 2014-03-07 12:34:46 +08:00
aster2013
7913745200 Minor change for comment. 2014-03-07 11:51:53 +08:00
Lasse Öörni
c96f313dbd Fixed erroneous event bitmasks. Optimize LogicComponent memory footprint. 2014-03-07 02:09:35 +02:00
Lasse Öörni
2c3b8117a7 Fixes to LogicComponent event subscription / unsubscription logic. Call DelayedStart() also if neither of Update or FixedUpdate is needed (subscribe once just for that, then unsubscribe.) 2014-03-07 01:44:15 +02:00
Lasse Öörni
2095043114 Added note to LogicComponent that disabling both Update & FixedUpdate will cause DelayedStart to not be called. 2014-03-07 01:18:40 +02:00
Lasse Öörni
8f6d45da02 Log full shader name when a D3D shader variation compiles or loads itself. 2014-03-07 00:18:20 +02:00
Lasse Öörni
854715a47e Fixed NoTextureUnlitVCol technique using the wrong shader, which would cause artifacts with the editor grid in deferred mode. 2014-03-07 00:18:19 +02:00
urho3d-travis-ci
ee15effdda Travis CI: API documentation update at 2014-03-06 21:02:45 UTC.
[ci package]
2014-03-06 21:02:45 +00:00
Lasse Öörni
3a0f5e1072 Update LogicComponent comments. 2014-03-06 22:44:32 +02:00
Lasse Öörni
1461021c94 For feature similarity between AngelScript, Lua and the C++ LogicComponent, remove the "Fixed update FPS" feature from ScriptInstance. DelayedExecute() in repeating mode can be used instead to call a script object method at arbitrary intervals. 2014-03-06 21:53:39 +02:00
Lasse Öörni
d0595084d4 Initial implementation of LogicComponent base class, which should make writing C++ logic/updater components more similar to scripting. Refactored C++ examples to use LogicComponent where possible. 2014-03-06 21:47:39 +02:00
a
c07b6b9d2c Urho3D V1.31 released. [ci package] 2014-03-06 19:11:09 +02:00
Lasse Öörni
45c2cb8a1e Added note of URHO3D_API macro in the contribution instructions. 2014-03-06 17:32:11 +02:00
urho3d-travis-ci
4d01971fe3 Travis CI: API documentation update at 2014-03-06 15:11:35 UTC.
[ci package]
2014-03-06 15:11:35 +00:00
aster2013
a2daae5573 Revert "Set PixelsPerUnit default value to 100, make 2D Object has suitable size in Editor."
This reverts commit 766ce1d4c1.
2014-03-06 21:12:12 +08:00
aster2013
766ce1d4c1 Set PixelsPerUnit default value to 100, make 2D Object has suitable size in Editor. 2014-03-06 21:07:50 +08:00
Lasse Öörni
7ae747063f Rename "Unit Per Pixel" attribute in Drawable2D to "Pixels Per Unit" to match the actual behavior in StaticSprite2D / AnimatedSprite2D. Remove the attribute from ParticleEmitter2D class as it doesn't have effect. Closes #230. 2014-03-06 14:54:38 +02:00
aster2013
1c0cecb87a Don't use unit per pixel in ParticleEmitter2D. 2014-03-06 20:31:05 +08:00
Yao Wei Tjong 姚伟忠
79f03f9bf9 Fix attribute network replication for AnimatedSprite2D. 2014-03-06 20:28:32 +08:00
Lasse Öörni
1fd07bdbbf Fixed storing of sound resource names in SoundEffects Lua example (setting arbitrary properties on UIElement did not work.) 2014-03-06 13:23:35 +02:00
aster2013
ced2a315af Add set animtion to AnimatedSprite2D in editor, fixed minor bug in ParticleEmitter2D. 2014-03-06 19:14:17 +08:00
Yao Wei Tjong 姚伟忠
88021f0509 Clean up the 2D library fix for the Editor. 2014-03-06 15:11:29 +08:00
Lasse Öörni
7e735afb71 Added icons for the 2D components (same as 3D for now.) 2014-03-06 00:17:44 +02:00
Lasse Öörni
d3f4041a84 Changelog fixes / additions. 2014-03-05 21:36:28 +02:00
Lasse Öörni
8663f44221 Added a guideline / checklist documentation page for contributing. 2014-03-05 21:21:45 +02:00
Yao Wei Tjong 姚伟忠
ff1f9fc7d8 Fix Drawable2D bounding box update and attribute network propagation. 2014-03-05 23:34:59 +08:00
Lasse Öörni
0cf91f489b Changelog for upcoming release. 2014-03-05 15:04:13 +02:00
Yao Wei Tjong 姚伟忠
7e3a6c71a3 Register 2D library after 3D graphic library is registered. 2014-03-05 18:02:56 +08:00
Lasse Öörni
4c67f1b254 Added mention of the Urho2D components to Rendering page. 2014-03-05 11:23:41 +02:00
aster2013
39b29de532 Fixed hot spot error in Y axis. 2014-03-05 16:17:35 +08:00
Yao Wei Tjong 姚伟忠
5e6c081d09 Fix inspecting AnimatedSprite2D & ParticleEmitter2D attrs in Editor. 2014-03-05 15:48:35 +08:00
Yao Wei Tjong 姚伟忠
d1b1db18d5 Fix Editor crash when inspecting Drawable2D attributes.
[ci skip]
2014-03-05 13:43:32 +08:00
Yao Wei Tjong 姚伟忠
f1e564fe00 Fix the directory name. [ci skip] 2014-03-05 12:33:30 +08:00
Yao Wei Tjong 姚伟忠
d13c0c80a2 Also hide grid when rendering editor's camera preview. [ci skip] 2014-03-05 12:33:30 +08:00
Yao Wei Tjong 姚伟忠
bdc0348b88 For Travis CI - do not set ENABLE_TESTING build option when packaging. 2014-03-05 12:33:30 +08:00
Yao Wei Tjong 姚伟忠
282aee4b4e Minor comment update on Lua samples. [ci skip] 2014-03-05 12:33:30 +08:00