f77939e7aeFor CI - separate MinGW build tree from VS build tree. Test [cache clear].
Yao Wei Tjong 姚伟忠
2017-02-10 08:06:15 +0800
71cdfdbf26Revert "For CI - still exclude tool building for PR build on AppVeyor."
Yao Wei Tjong 姚伟忠
2017-02-10 08:02:56 +0800
306daeded5Change sigma table naming to fit conventions
JSandusky
2017-02-09 13:16:42 -0500
d7bae3aef8For 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.
Yao Wei Tjong 姚伟忠
2017-02-10 01:39:23 +0800
949fef6239For CI - take advantage of AppVeyor's cache mechanism. Close#1804.
Yao Wei Tjong 姚伟忠
2017-02-10 00:57:52 +0800
eeff00e2a8Add contributor.
Lasse Öörni
2017-02-09 16:59:55 +0200
337056b657Squashed commit of the following:
Lasse Öörni
2017-02-09 15:34:36 +0200
c0f6b0dac7Configure 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.
Yao Wei Tjong 姚伟忠
2017-02-09 01:44:44 +0800
b167cc1640Merge pull request #1800 from cosmy1/update-sqlite
Lasse Öörni
2017-02-07 11:01:37 +0200
171896ddb4Hide 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.
Lasse Öörni
2017-02-06 19:00:12 +0200
13281d9b55Add links to contributor checklist + code convention to README.
Lasse Öörni
2017-02-06 13:26:47 +0200
46e1f25eafAdd contributor.
Lasse Öörni
2017-02-06 12:11:45 +0200
af243bb98cMerge pull request #1799 from mvendra/master
Lasse Öörni
2017-02-06 12:10:29 +0200
bf64ce42f2Update SQLite to 3.16.2.
cosmy1
2017-02-05 21:22:12 +0100
78b77ed48fFixing small typos in comments
Mateus Vendramini
2017-02-05 17:33:01 -0200
68d8681c2bAlways use export header for auto-discovering the build options. Fix#1796.
Yao Wei Tjong 姚伟忠
2017-02-05 20:58:16 +0800
8ac70b2ad3For CI - setup new MinGW CI build on Windows server.
Yao Wei Tjong 姚伟忠
2017-01-19 00:20:23 +0800
ebdf905538Always recalculate scale factor for fixed size billboards. Does not dirty the buffer unless actually changed. Closes#1790.
Lasse Öörni
2017-02-04 01:23:52 +0200
0cc2bf595eFix multisample quality handling on D3D11 feature level 10.0. Closes#1792.
Lasse Öörni
2017-02-02 22:01:30 +0200
638398faa8Travis CI: API documentation update at 2017-02-02 16:55:43 UTC. [ci package]
urho3d-travis-ci
2017-02-02 16:55:43 +0000
4dce27a248Add missing IntVector3 global functions to Angelscript.
Lasse Öörni
2017-02-02 18:40:51 +0200
8e8bf35378Add contributor. Fix missing script expose in ConstraintDistance2D.
Lasse Öörni
2017-02-02 18:40:35 +0200
cb59f60be2Merge remote-tracking branch 'barograf/fix/joints-handling'
Lasse Öörni
2017-02-02 18:15:33 +0200
22c421989fMerge remote-tracking branch 'henu/intvector3'
Lasse Öörni
2017-02-02 18:14:19 +0200
97b594de36Fix assigning of global animation start/end time variables which would have unintended consequences when saving multiple animations. Closes#1789.
Lasse Öörni
2017-02-01 13:59:42 +0200
858786f9afRemove old unneeded input code brought back by merge.
Lasse Öörni
2017-01-31 11:34:16 +0200
be9257a3fdAdd MINI_URHO guards to Context for SDL init / uninit. No-op when MINI_URHO defined. Minor code style edits.
Lasse Öörni
2017-01-30 18:41:59 +0200
a926e43496Travis CI: API documentation update at 2017-01-30 14:19:08 UTC. [ci package]
urho3d-travis-ci
2017-01-30 14:19:08 +0000
32310a2c12Rename FONT_TYPE enum to FontType and expose it to Font public API. Closes#1786.
Lasse Öörni
2017-01-30 16:03:45 +0200
2d8c0cf247IntVector2 bindings, conversions, serialization, etc. Also two typos "Intvector2" and "Intrect" fixed.
Henrik Heino
2017-01-29 12:35:41 +0200
ed612b2ef6Merge pull request #1 from urho3d/master
Konstantin Guschin
2017-01-29 21:43:07 +0800
be4dc04f9aRemoving SDL_INIT_NOPARACHUTE, it does nothing in SDL 2.x
TheComet
2017-01-29 13:30:00 +0100
10c878b42bfixes#1781 - Moved SDL_Init() into Context class
TheComet
2017-01-26 21:50:47 +0100
b8c03fb7ecFix ifdef.
Lasse Öörni
2017-01-28 20:29:36 +0200
dd32227ed7Implement Graphics::GetMultiSampleLevels() on OpenGL by querying GL_MAX_SAMPLES. Closes#1774.
Lasse Öörni
2017-01-28 18:12:33 +0200
37cf41de42IntVector3
Henrik Heino
2017-01-27 22:55:24 +0200
23c5dd19e8Merge pull request #1777 from urho3d/update-freetype
Lasse Öörni
2017-01-27 12:16:03 +0200
0073217862Fix crash related to TileMap2D and StaticSprite2D
Gauthier Billot
2017-01-26 16:24:47 +0100
a8b58c0c28Merge pull request #1771 from urho3d/update-angelscript
Lasse Öörni
2017-01-24 12:33:01 +0200
0640c2075dClarify GeometryType enum, according to suggestion from eugeneko. Closes#1778.
Lasse Öörni
2017-01-24 12:15:01 +0200
38b852a282Add a new section on how to setup Windows user with MKLINK privilege. [ci only: master]
Yao Wei Tjong 姚伟忠
2017-01-23 00:20:50 +0800
2ebbbd477bUpdate FreeType to 2.7.1.
Lasse Öörni
2017-01-21 13:21:43 +0200
789c6752b6Merge remote-tracking branch '1vanK/master'
Lasse Öörni
2017-01-20 11:03:25 +0200
0c1c14871cRemake 'Anonymous Pro.sdf' font
1vanK
2017-01-19 12:15:05 +0300
da8a39cf5aUnconditionally disable the x86 syscall prologs / epilogs on GCC, since the assembler error related to cfi instructions could also happen on newer versions.
Lasse Öörni
2017-01-18 19:57:16 +0200
9ceafbd9c3Merge remote-tracking branch '1vanK/master'
Lasse Öörni
2017-01-18 11:38:12 +0200
f3dd4967cfTypo fix.
Lasse Öörni
2017-01-18 11:14:47 +0200
5ad684ce68Add documentation for PaintSelection
MonkeyFirst
2017-01-17 18:32:23 +0700
b0cade9697add global handlers
MonkeyFirst
2017-01-17 06:24:55 +0700
984ba731bbPaintSelection and Origins
MonkeyFirst
2017-01-17 06:23:21 +0700
5db9581a97For CI - keep Travis happy - old Ruby version doesn't support grep_v(). [ci only: Web]
Yao Wei Tjong 姚伟忠
2017-01-16 01:35:33 +0800
cd0b9c463cFor CI - attempt to reuse the web package uuid to reduce commit size. Close#1762. [ci only: Web]
Yao Wei Tjong 姚伟忠
2017-01-16 00:58:41 +0800
34db6678e2Merge pull request #1763 from KonstantinTomashevich/fix-copy-paste-error-in-seializable-macro-docs
Lasse Öörni
2017-01-15 16:45:02 +0200
2e38a651c7Fix another typo in Serializable macro docs.
Konstant
2017-01-15 14:43:02 +0200
ff12f61382Fix small error in Serializable.h in URHO3D_ACCESSOR_VARIANT_VECTOR_STRUCTURE_ATTRIBUTE docs.
Konstant
2017-01-15 14:33:43 +0200
a4d2c052ecFix Text3D not showing other batches correctly, than the first. Closes#1758.
Lasse Öörni
2017-01-14 22:36:50 +0200
1481228bb5For CI - fix the sample upload task to preserve the index.md file. Change the task execution order. Now upload samples first then perform packaging build, if it is required. The artifacts may have been ruined after the packaging build. [ci only: Web]
Yao Wei Tjong 姚伟忠
2017-01-14 17:17:48 +0800
ed22596dbfFor CI - upload web samples from each CI build. It appears that peoples are expecting this instead. Previously the samples were only uploaded during "packaging" build which is only triggered whenever there is "big" code changes. [ci only: Web]
Yao Wei Tjong 姚伟忠
2017-01-14 16:26:45 +0800
cc2e166157Travis CI: API documentation update at 2017-01-12 16:29:43 UTC. [ci package]
urho3d-travis-ci
2017-01-12 16:29:43 +0000
f20475161fAdd XMLFile::GetOrCreateRoot() & XMLElement::GetOrCreateChild(). Closes#1756.
Lasse Öörni
2017-01-12 18:15:36 +0200
bd95787c1aFix Web build Urho3DPlayer not reading script file name from Module.arguments. Make sure the error exit due to no script name happens.
Lasse Öörni
2017-01-11 14:56:54 +0200
0e1e46fbb9Refactor Urho3DPlayer to attempt reading CommandLine.txt from the resource system later on all platforms, if reading from the filesystem fails. Closes#1754.
Lasse Öörni
2017-01-10 20:13:59 +0200
d42723a45eEnable high DPI on Apple retina display device by default. High DPI mode can still be programmatically disabled via Engine parameter only.
Yao Wei Tjong 姚伟忠
2017-01-10 23:43:03 +0800
314a3af082Fix artifacts in SDF text effects when supersampling is off.
Lasse Öörni
2017-01-10 11:46:03 +0200
09762ae735Merge remote-tracking branch '1vanK/master'
Lasse Öörni
2017-01-10 11:06:12 +0200
9fb189a51cTravis CI: API documentation update at 2017-01-10 08:03:34 UTC. [ci package]
urho3d-travis-ci
2017-01-10 08:03:34 +0000
d229db148cWhen Input detects screen mode change (initial or otherwise), calculate scaling ratio from SDL window size and Graphics backbuffer size. Scale mouse positions and deltas with the input scale. Inspired by work of Elissa Ross in PR #1725. Related to issue #1252, might resolve it, but not tested on actual Retina hardware.
Lasse Öörni
2017-01-04 21:37:34 +0200
20b3b18602For CI - modify JSON data file for web samples. [ci skip]
Yao Wei Tjong 姚伟忠
2017-01-09 00:50:41 +0800