Commit Graph

9869 Commits

Author SHA1 Message Date
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
Yao Wei Tjong 姚伟忠
698e5fb385 For Travis CI - use rsync for sync-ing readme and license files.
[ci skip]
2014-03-05 12:33:30 +08:00
urho3d-travis-ci
3c6fc3b084 Travis CI: API documentation update at 2014-03-05 04:33:15 UTC.
[ci package]
2014-03-05 04:33:15 +00:00
aster2013
058347b555 Don't export LuaScript to Lua API, make SetExecuteConsoleCommands GetExecuteConsoleCommands as global functions. 2014-03-05 12:17:07 +08:00
Lasse Öörni
8990f7129b Fixed comment. 2014-03-04 22:16:52 +02:00
Lasse Öörni
554e19628e Added Lua version of ConsoleInput sample. 2014-03-04 22:08:52 +02:00
urho3d-travis-ci
e51d0a183e Travis CI: API documentation update at 2014-03-04 17:27:35 UTC.
[ci package]
2014-03-04 17:27:35 +00:00
Lasse Öörni
347381c3b1 Added function in LuaScript subsystem to disable console input execution. 2014-03-04 18:55:15 +02:00
Lasse Öörni
b581164be7 Added contributor credit. 2014-03-04 16:40:39 +02:00
Lasse Öörni
5b459e66b6 Merge pull request #228 from andmar1x/master
Fixed shader error: '*' does not operate on 'int' and 'vec2' in PostProcess.glsl
2014-03-04 16:04:57 +02:00
andmar1x
219aef9250 Fixed shader error: '*' does not operate on 'int' and 'vec2', in PostProcess.glsl 2014-03-04 15:27:01 +03:00
Lasse Öörni
0b569ee794 Fixed headless NinjaSnowWar. 2014-03-04 13:05:56 +02:00
urho3d-travis-ci
7ad6d9cc9b Travis CI: API documentation update at 2014-03-04 10:52:52 UTC.
[ci package]
2014-03-04 10:52:52 +00:00
Lasse Öörni
7fd40cf630 Moved the test for ENABLE_TESTING into GetConsoleInput(), as script applications can not know whether it is safe to call.
Show OS mouse cursor in ConsoleInput sample.
2014-03-04 12:16:31 +02:00
Lasse Öörni
ac21be3e39 Implemented ConsoleInput sample in AngelScript. Added possibility to the Script subsystem to disable automatic execution of console input as AngelScript. Tidied up newlines from the ConsoleInput sample. 2014-03-04 11:51:28 +02:00
Yao Wei Tjong 姚伟忠
c08e1a2822 Fix last sample to bypass taking input from stdin during CI testing.
For some reason, xcodebuild does not support non-blocking stdin read while running the last test. Interestingly xctool does not have this problem. Alas, we use xcodebuild instead of xctool when performing testing because the former provides immediate testing results.
2014-03-04 16:58:33 +08:00
aster2013
024cfdbe46 Demonstrate coroutine usage in 12_PhysicsStressTest.lua. 2014-03-04 13:07:26 +08:00
aster2013
b5bc037c8e Merge branch 'master' of https://github.com/urho3d/Urho3D 2014-03-04 12:29:13 +08:00
aster2013
8cba7977dc Add main thread check. 2014-03-04 12:28:52 +08:00
urho3d-travis-ci
4a5a144a06 Travis CI: API documentation update at 2014-03-04 04:23:09 UTC.
[ci package]
2014-03-04 04:23:09 +00:00
aster2013
2d8f14ce12 Merge branch 'master' of https://github.com/urho3d/Urho3D 2014-03-04 11:51:25 +08:00
Yao Wei Tjong 姚伟忠
b5f9b52717 Minor fixes on C++ ConsoleInput sample class. 2014-03-04 11:39:36 +08:00
aster2013
3e7aa8512e Fixed warning. 2014-03-04 11:21:06 +08:00
aster2013
a9afb47a7e Fixed warning. 2014-03-04 11:20:46 +08:00