urho3d-travis-ci
eeb4eab788
Travis CI: API documentation update at 2017-03-20 16:32:22 UTC.
...
[ci package]
Commit: 90e95ab2e3
Message: Update documentation. Add contributor credit. Minor code comment fixes.
2017-03-20 16:32:22 +00:00
Lasse Öörni
90e95ab2e3
Update documentation. Add contributor credit. Minor code comment fixes.
2017-03-20 18:11:12 +02:00
Lasse Öörni
4e30d6f522
Merge remote-tracking branch 'PredatorMF/master'
2017-03-20 17:07:48 +02:00
PredatorMF
0b560f3667
Fix get_monitorCount causing error in AS
2017-03-19 15:35:45 +02:00
Yao Wei Tjong 姚伟忠
4399c04d3a
Add pre-js script to process request parameters as app's arguments.
...
Fix #1747 . [ci only: Web]
2017-03-19 21:02:38 +08:00
PredatorMF
61b7993b20
Expose monitor count to scripting API
2017-03-19 14:44:51 +02:00
PredatorMF
41cca32000
Add Graphics::GetMonitorCount()
2017-03-19 14:42:22 +02:00
PredatorMF
7190e053c4
Fix fullscreen mode not using the correct monitor
2017-03-19 14:40:36 +02:00
Lasse Öörni
5f2b2132d7
Fix use of fileSystem.programDir in the terrain editor. Use the resource system / scene resource path instead. Closes #1852 .
2017-03-19 12:12:35 +02:00
Lasse Öörni
8630065fbd
Merge pull request #1869 from Modanung/patch-1
...
Added heXon and Quatter to external links
2017-03-19 12:07:32 +02:00
urho3d-travis-ci
03fdf19758
Travis CI: API documentation update at 2017-03-19 03:39:21 UTC.
...
[ci package]
Commit: 8c91b0b32f
Message: Use a dummy enum declaration to avoid duplicate Lua global constants.
2017-03-19 03:39:21 +00:00
Yao Wei Tjong 姚伟忠
8c91b0b32f
Use a dummy enum declaration to avoid duplicate Lua global constants.
2017-03-19 11:30:21 +08:00
Frode Lindeijer
092a426285
Added heXon and Quatter to external links
...
As discussed [here](http://discourse.urho3d.io/t/next-release/2031/13 ).
2017-03-19 03:54:35 +01:00
PredatorMF
2bef979152
Add monitor and refreshrate parameters to E_SCREENMODE
2017-03-18 12:59:27 +02:00
PredatorMF
11c8bf9d16
Fix DX11 renderer with monitor/refresh rate options
2017-03-18 00:00:19 +02:00
PredatorMF
f8beaad5cb
Fix OpenGL renderer with monitor/refresh rate options
2017-03-17 23:26:01 +02:00
PredatorMF
07b9675dfd
Add monitor and refresh rate options for fullscreen/borderless
2017-03-17 22:01:23 +02:00
urho3d-travis-ci
b8515b563f
Travis CI: API documentation update at 2017-03-16 18:26:27 UTC.
...
[ci package]
Commit: 53d18649d4
Message: Redefine AutoRemoveMode where used in the Lua pkgs to prevent incorrect bindings code generation.
2017-03-16 18:26:27 +00:00
Lasse Öörni
53d18649d4
Redefine AutoRemoveMode where used in the Lua pkgs to prevent incorrect bindings code generation.
2017-03-16 20:17:13 +02:00
Lasse Öörni
3f177185eb
Merge remote-tracking branch 'Enhex/master'
2017-03-16 19:20:01 +02:00
Enhex
0e2182b4e8
Updated sound effects Lua sample to use SetAutoRemoveMode() instead of nodes.
2017-03-15 21:15:56 +02:00
Enhex
a3795cfc3a
Fix Doxygen comment
2017-03-15 21:15:37 +02:00
Lasse Öörni
a5ff4f43c6
Avoid calling asGetActiveContext() in template functions, as it might result in undefined symbol when used in application code with shared library Urho3D build. Make GetScriptContext() safe to call when it would return null. Provide function GetActiveASContext() (in ScriptInstance.h) as a wrapper.
2017-03-15 17:37:07 +02:00
Lasse Öörni
eccf7cef88
Added documentation chapter on scene graph events, and that individual component removals are not signaled when node is removed. Closes #1864 .
2017-03-15 12:12:06 +02:00
Enhex
490d402d4f
Updated sound effects AngelScript sample to use SetAutoRemoveMode() instead of nodes.
2017-03-15 01:10:47 +02:00
Enhex
516fcf18e5
Updated sound effects sample to use SetAutoRemoveMode() instead of nodes.
2017-03-14 23:58:59 +02:00
Lasse Öörni
8561254832
Remove no longer used function declaration. Closes #1861 .
2017-03-14 11:34:11 +02:00
Lasse Öörni
21ead269a4
Set renderorder 0 to example alpha pass decal materials to make sure they render before e.g. particles. Closes #1862 .
2017-03-14 11:32:10 +02:00
Lasse Öörni
8ad433138b
Merge pull request #1857 from rokups/fix/jumpy_slider_knob
...
Fix jumping slider knob when it's size is fixed.
2017-03-12 18:03:06 +02:00
Rokas Kupstys
c92d668940
Fix jumping slider knob when it's size is fixed.
2017-03-11 17:34:01 +02:00
Lasse Öörni
5f0b5a6211
Fix ParticleEmitter finish event not working when emission is explicitly disabled with SetEmitting(false). Cleanup ParticleEmitter code. Closes #1854 .
2017-03-11 16:25:17 +02:00
Lasse Öörni
1d995bcc7e
Remove email / GD.net username from readme, as they do not represent preferred communication channels.
2017-03-11 13:38:21 +02:00
Yao Wei Tjong 姚伟忠
1bfd14e5f4
Minor documentation update to highlight EMSCRIPTEN_WASM build option.
...
[ci only: master] [skip appveyor]
2017-03-11 14:18:10 +08:00
Lasse Öörni
d27da7d81c
Fix call to Vector & PODVector::EraseSwap(). Closes #1855 .
2017-03-11 00:58:05 +02:00
Lasse Öörni
513f9592fa
Prevent MSVC attempting to use the "strip" command when invoked through NMake in Release configuration. Closes #1851 .
2017-03-10 13:45:33 +02:00
Yao Wei Tjong
106bfcb919
Merge pull request #1849 from iSLC/master
...
Remove duplicate macro in SDL windows joystick implementation.
2017-03-08 21:42:11 +08:00
Lasse Öörni
48a1f3dcdd
Take fix from AngelScript WIP version to fix temp variable corruption. Remove now unnecessary fix from Editor script code. Closes #1850 .
2017-03-08 14:26:52 +02:00
Sandu Liviu Catalin
d94a10f488
Remove duplicate macro in SDL windows joystick implementation.
2017-03-07 21:38:50 +02:00
Lasse Öörni
1b725367fc
Place proper type check for StaticModel vs. AnimatedModel SetModel() into AngelScript API instead of StaticModel C++ code logging a warning and redirecting. Add a porting note related to this.
2017-03-07 17:36:58 +02:00
Lasse Öörni
ac821d21c1
Fix editor resource browser preview camera position and failure to assign model by drag & drop. Closes #1848 .
2017-03-07 17:25:17 +02:00
Lasse Öörni
9999c44809
Fix resource browser scene node addition/removal getting reflected in the editor hierarchy window.
2017-03-07 16:55:52 +02:00
Yao Wei Tjong 姚伟忠
5579d1cca8
Prevent unnecessary incremental build due to git branch switching.
2017-03-06 23:09:50 +08:00
Yao Wei Tjong 姚伟忠
ff85c9522a
Rename the module and toolchain names to follow new naming convention.
2017-03-06 22:12:27 +08:00
Yao Wei Tjong 姚伟忠
6b8e469d7d
Adding a porting note for build system.
...
[ci only: Web] [skip appveyor]
2017-03-05 13:49:57 +08:00
Yao Wei Tjong 姚伟忠
0b443c9fd9
For CI - reduce the job number to 1 for Web STATIC CI build.
...
From the past few CI builds the fastcomp occasionally produced stack dump or other errors. Probably it requires more memory for this build configuration.
2017-03-05 08:46:37 +08:00
Yao Wei Tjong 姚伟忠
c9b45bf1f1
Allow generation of .js instead of .html as output for Web platform.
2017-03-05 08:46:37 +08:00
Yao Wei Tjong 姚伟忠
49996b1617
Minor documentation update and typo correction.
2017-03-05 08:46:37 +08:00
Yao Wei Tjong 姚伟忠
81d7b6a71b
Rename CMake/Emscripten toolchain file to follow new naming convention.
2017-03-05 08:46:33 +08:00
Yao Wei Tjong 姚伟忠
6eef852fe2
When targeting WASM, allow memory growth and code gen that could trap.
2017-03-05 08:46:33 +08:00
Yao Wei Tjong 姚伟忠
7102a25409
For CI - disable web run tests as they are not reliable on Travis.
2017-03-05 08:46:29 +08:00