Commit Graph

9886 Commits

Author SHA1 Message Date
Lasse Öörni
2821837f2a Remove zero damping from Urho2DConstraints sample to eliminate jittering behavior. Closes #1816. 2017-02-11 15:33:09 +02:00
Lasse Öörni
cdccc64153 Update RampGenerator documentation. Add contributor credit. 2017-02-11 14:30:30 +02:00
Lasse Öörni
131e87e91f Merge remote-tracking branch 'JSandusky/master' 2017-02-11 13:00:15 +02:00
Yao Wei Tjong 姚伟忠
8ac9db6772 For CI - upgrade to the latest Linaro ARM compiler toolchains.
[ci only: ARM]
2017-02-11 13:44:12 +08:00
urho3d-travis-ci
15c2da904e Travis CI: API documentation update at 2017-02-10 10:18:17 UTC.
[ci package]

Commit: 26574dcc27

Message: Add explicit Vector2 & Vector3 constructors taking IntVector2 & IntVector3. Add Graphics::GetSize(). Closes #1814.
2017-02-10 10:18:17 +00:00
Lasse Öörni
26574dcc27 Add explicit Vector2 & Vector3 constructors taking IntVector2 & IntVector3. Add Graphics::GetSize(). Closes #1814. 2017-02-10 11:58:42 +02:00
Yao Wei Tjong 姚伟忠
f77939e7ae For CI - separate MinGW build tree from VS build tree.
Test [cache clear].
2017-02-10 08:08:03 +08:00
Yao Wei Tjong 姚伟忠
71cdfdbf26 Revert "For CI - still exclude tool building for PR build on AppVeyor."
This reverts commit d7bae3aef8.
2017-02-10 08:02:56 +08:00
JSandusky
306daeded5 Change sigma table naming to fit conventions 2017-02-09 13:16:42 -05:00
Yao Wei Tjong 姚伟忠
d7bae3aef8 For CI - still exclude tool building for PR build on AppVeyor.
Unlike Travis, initial build for PR on AppVeyor does not inherit cache from the master branch, thus exclude the tool for faster build time.
2017-02-10 01:39:23 +08:00
Yao Wei Tjong 姚伟忠
949fef6239 For CI - take advantage of AppVeyor's cache mechanism.
Close #1804.
2017-02-10 01:02:04 +08:00
Lasse Öörni
eeff00e2a8 Add contributor. 2017-02-09 16:59:55 +02:00
Lasse Öörni
337056b657 Squashed commit of the following:
commit 53b7204fded9ce69fa69e96b0531a12161c1036d
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Tue Feb 7 13:52:27 2017 -0300

    Restore windows positions when viewportmode switch

    Now the hierarchy and inspector windows will be restored to original state if you switch between viewport_compact and others.

commit 8a15c06ea468fd42268fa3d937433ff624b03a42
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 15:04:43 2017 -0300

    Replaced tabs by spaces.

commit 9663fef07f5dcebc3a78d2e82c875736cb6d1a70
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 14:56:06 2017 -0300

    Replaced tabs by spaces.

commit 6fbea29b26491675d9783769cc9f01e8f925dabe
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 14:49:15 2017 -0300

    Replaced tabs by spaces.

commit 6dbe8b451e444391f82c642374f1bcba506035ce
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 14:48:30 2017 -0300

    Replaced tabs by spaces.

commit 1d3c98689183abcc99271a65fe9ec3d9be5b6ca0
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 14:19:00 2017 -0300

    Fixed stats text position.

commit 9632876aee4470d722872223f62a072cef1e8137
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 13:54:20 2017 -0300

    Prevent inspector hide if viewport_compact

commit 46775b205bb340dddcb2f1950d9c1912845d36aa
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 13:52:25 2017 -0300

    Prevent hierarchy hide if viewport_compact

commit b301b244a47c4f374ca7b97f6c06029f95531c5e
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 13:47:10 2017 -0300

    Replaced .visible by functions.

commit a30879d68d2145c6521a9ed9f7d282e9f63b4404
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 13:42:51 2017 -0300

    Enable hierarchy/inspector on compact viewport mode.

commit d6f9d2748e96d8f7b76ea875e5079385f4d9af60
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Mon Feb 6 13:30:18 2017 -0300

    Clean version of code

    Now the content of SetCompactMode is inside of SetViewportMode.
    Code commented.
    Now the code match the engine code convention.

commit 9777750d41f6f45701438b65fae20ea008db3f71
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Sat Feb 4 17:21:57 2017 -0300

    Update EditorView.as

commit e00dbbac2a528a535dab2e1bbc24fe91933caf3b
Author: Liichi <lisandrobruzzo@gmail.com>
Date:   Sat Feb 4 17:18:11 2017 -0300

    Added compact option to viewport mode list.
2017-02-09 15:34:36 +02:00
JSandusky
7a3ddb11ee JS: Add IES cookie generation to RampGenerator 2017-02-09 00:48:19 -05:00
Yao Wei Tjong 姚伟忠
c0f6b0dac7 Configure MinGW to use -O2 instead of -O3 for Release build config.
For some reason CMake/MinGW generator uses -O3 for newer MinGW versions. Explicitly set it to -O2 to prevent crashes on 32-bit mode.
Fix #1765.
2017-02-09 01:51:08 +08:00
Lasse Öörni
b167cc1640 Merge pull request #1800 from cosmy1/update-sqlite
Update sqlite
2017-02-07 11:01:37 +02:00
Lasse Öörni
171896ddb4 Hide instead of skip UI element internal vars in AttributeEditor so that indexing works for user-added UI element variables (subindex 0 must always be found in current implementation.) Closes #1788. 2017-02-06 19:00:12 +02:00
Lasse Öörni
13281d9b55 Add links to contributor checklist + code convention to README. 2017-02-06 13:26:47 +02:00
Lasse Öörni
46e1f25eaf Add contributor. 2017-02-06 12:11:45 +02:00
Lasse Öörni
af243bb98c Merge pull request #1799 from mvendra/master
Fixing small typos in comments
2017-02-06 12:10:29 +02:00
cosmy1
bf64ce42f2 Update SQLite to 3.16.2. 2017-02-05 21:22:12 +01:00
cosmy1
478f089239 Update docs. 2017-02-05 21:21:17 +01:00
Mateus Vendramini
78b77ed48f Fixing small typos in comments 2017-02-05 17:33:01 -02:00
Yao Wei Tjong 姚伟忠
68d8681c2b Always use export header for auto-discovering the build options.
Fix #1796.
2017-02-05 21:01:21 +08:00
Yao Wei Tjong 姚伟忠
8ac70b2ad3 For CI - setup new MinGW CI build on Windows server. 2017-02-05 19:26:30 +08:00
Lasse Öörni
ebdf905538 Always recalculate scale factor for fixed size billboards. Does not dirty the buffer unless actually changed. Closes #1790. 2017-02-04 01:23:52 +02:00
Lasse Öörni
0cc2bf595e Fix multisample quality handling on D3D11 feature level 10.0. Closes #1792. 2017-02-02 22:01:30 +02:00
urho3d-travis-ci
638398faa8 Travis CI: API documentation update at 2017-02-02 16:55:43 UTC.
[ci package]

Commit: 4dce27a248

Message: Add missing IntVector3 global functions to Angelscript.
2017-02-02 16:55:43 +00:00
Lasse Öörni
4dce27a248 Add missing IntVector3 global functions to Angelscript. 2017-02-02 18:40:51 +02:00
Lasse Öörni
8e8bf35378 Add contributor. Fix missing script expose in ConstraintDistance2D. 2017-02-02 18:40:35 +02:00
Lasse Öörni
cb59f60be2 Merge remote-tracking branch 'barograf/fix/joints-handling' 2017-02-02 18:15:33 +02:00
Lasse Öörni
22c421989f Merge remote-tracking branch 'henu/intvector3' 2017-02-02 18:14:19 +02:00
Mariusz Richtscheid
f0eda3dfd6 Improve Box2D joints handling, fixes #1787 2017-02-02 08:31:05 +01:00
Lasse Öörni
97b594de36 Fix assigning of global animation start/end time variables which would have unintended consequences when saving multiple animations. Closes #1789. 2017-02-01 13:59:42 +02:00
Lasse Öörni
b8ee493454 Restore FreeType gzip debug build fix. 2017-01-31 14:29:12 +02:00
Lasse Öörni
858786f9af Remove old unneeded input code brought back by merge. 2017-01-31 11:34:16 +02:00
Lasse Öörni
be9257a3fd Add MINI_URHO guards to Context for SDL init / uninit. No-op when MINI_URHO defined. Minor code style edits. 2017-01-30 18:41:59 +02:00
urho3d-travis-ci
a926e43496 Travis CI: API documentation update at 2017-01-30 14:19:08 UTC.
[ci package]

Commit: 32310a2c12

Message: Rename FONT_TYPE enum to FontType and expose it to Font public API. Closes #1786.
2017-01-30 14:19:08 +00:00
Lasse Öörni
32310a2c12 Rename FONT_TYPE enum to FontType and expose it to Font public API. Closes #1786. 2017-01-30 16:03:45 +02:00
Henrik Heino
2d8c0cf247 IntVector2 bindings, conversions, serialization, etc.
Also two typos "Intvector2" and "Intrect" fixed.
2017-01-29 17:57:16 +02:00
Konstantin Guschin
ed612b2ef6 Merge pull request #1 from urho3d/master
merge with urho3d
2017-01-29 21:43:07 +08:00
TheComet
be4dc04f9a Removing SDL_INIT_NOPARACHUTE, it does nothing in SDL 2.x 2017-01-29 13:33:24 +01:00
TheComet
92d50f025a Fix coding conventions 2017-01-29 13:33:24 +01:00
TheComet
10c878b42b fixes #1781 - Moved SDL_Init() into Context class 2017-01-29 13:33:24 +01:00
Lasse Öörni
b8c03fb7ec Fix ifdef. 2017-01-28 20:29:36 +02:00
Lasse Öörni
dd32227ed7 Implement Graphics::GetMultiSampleLevels() on OpenGL by querying GL_MAX_SAMPLES. Closes #1774. 2017-01-28 18:12:33 +02:00
Henrik Heino
37cf41de42 IntVector3 2017-01-27 23:04:36 +02:00
Lasse Öörni
23c5dd19e8 Merge pull request #1777 from urho3d/update-freetype
Update FreeType to 2.7.1.
2017-01-27 12:16:03 +02:00
Gauthier Billot
0073217862 Fix crash related to TileMap2D and StaticSprite2D 2017-01-26 16:24:47 +01:00
Lasse Öörni
a8b58c0c28 Merge pull request #1771 from urho3d/update-angelscript
Update AngelScript
2017-01-24 12:33:01 +02:00