683a8d0aa4Merge pull request #2134 from Modanung/docs-correction
Yao Wei Tjong
2017-09-28 22:53:35 +0800
4482278841Two minor corrections in Network documentation
Frode Lindeijer
2017-09-26 17:40:05 +0200
b53cda9d6fRemove the nanodbc internal build options. To revisit when our code base and/or build system has catched up with them.
Yao Wei Tjong 姚伟忠
2017-09-24 12:07:23 +0800
1e7efab8afUpdate nanodbc version.
Yao Wei Tjong 姚伟忠
2017-09-23 21:03:42 +0800
d8d00567fbRename nanodbc string type to match the upstream.
Yao Wei Tjong 姚伟忠
2017-09-23 21:01:09 +0800
27d00d19c6Merge commit 'c5706e2c884636104906ea75dbf444ad82abf0f4' into master.
Yao Wei Tjong 姚伟忠
2017-09-23 20:58:06 +0800
c5706e2c88Squashed 'Source/ThirdParty/nanodbc/' changes from 8f7d426..ccef5e9
Yao Wei Tjong 姚伟忠
2017-09-23 20:57:01 +0800
2811ecadf4Add contributor.
Yao Wei Tjong 姚伟忠
2017-09-23 11:53:33 +0800
b78308a9f1Merge branch 'Liichi-fix-vegetation' into master. Close#2127.
Yao Wei Tjong 姚伟忠
2017-09-23 11:52:04 +0800
8437361ebaAdd Vector4::ToHash and Color::ToHash. Fixes#2131.
Eugene Kozlov
2017-09-23 01:48:26 +0300
788cd8ca17Merge pull request #2130 from c4augustus/pr-c4augustus-android-sdlactivity-nolibs
Yao Wei Tjong
2017-09-22 23:45:31 +0800
04f393c5a7improve Android SDLActivity to check for no shared libraries found when loading and alert instead of null crashing
Christopher Augustus
2017-09-21 17:18:10 -0700
7be156e604Add ability to specify an image offset for buttons that are disabled. Enables displaying a grayed-out version of the button when disabled if desired.
JTippetts
2017-09-13 23:21:19 -0600
63f4b8d3f4If no constraint created yet, create even when type is set to same. Fixes programmatic point constraint creation after RigidBody. Closes#2116.
Lasse Öörni
2017-09-06 14:49:24 +0300
0e88ed738eEditor camera improved: 1. Camera now has a virtual look-at point. Camera can now rotate around the look-at point or as well as itself. No focus will be lost during camera operation (issue #2039). New object can place at this look-at point(view center). 2. Better camera close-look - adjust pos/zoom of camera and make view frustum fit the calculated bounding box of selected nodes and components. 3. Double click component in Hierarchy Window can also look close to the node. 4. Camera smooth interpolation - pos/rot/zoom smooth interpolating for close-look, top/front/side view switching. 5. Removed MouseWheelCameraPosition to make camera less confusing. 6. Key/Mouse changed - Added F key(Standard Hotkey, many popular tools use this key) and NumPad Period(Blender Hotkey) for camera close-look. Moving middle mouse button for orbiting around look-at and right button movement for orbiting around camera itself (For standard Hotkey).
SuperWangKai
2017-09-06 16:51:30 +0800
a5ede8b327Merge pull request #6 from urho3d/master
SuperWangKai
2017-09-06 14:50:06 +0800
dad96f2c2eFix local variable naming convention and comment out unused parameters. Related to commit 61d870b657.
Yao Wei Tjong 姚伟忠
2017-09-05 22:56:11 +0800
61d870b657Prevent windows UI-element moving while it is being resized. Fix#2114.
Yao Wei Tjong 姚伟忠
2017-09-05 22:10:28 +0800
19acb12713Hot-fix to AngelScript: fixed compile with address sanitizer.
Rainer Deyke
2017-09-05 11:43:30 +0200
6acff357c5For CI - cache the whole initial build tree for OSX-CI builds. Close#2095
Yao Wei Tjong 姚伟忠
2017-09-01 14:38:57 +0800
a6456e7308Update sqlite to 3.20.1.
cosmy
2017-08-24 21:15:24 +0200
6ba4cab0c7Travis CI: API documentation update at 2017-08-24 03:30:13 UTC. [ci package]
urho3d-travis-ci
2017-08-24 03:30:13 +0000
d01134d7e1Fix shared library build.
Lasse Öörni
2017-08-24 00:58:59 +0300
7b7c15d6f7Cleanup Scene include / forward declaration.
Lasse Öörni
2017-08-23 23:57:47 +0300
4f54e7a95eHello3DUI Lua version and minor Lua binding fix.
Lasse Öörni
2017-08-23 23:29:02 +0300
a7dc56b5a3Minor consistency fix in Text::GetFont(), the filename version. Move UIComponent getters to implementation to avoid requiring class definitions.
Lasse Öörni
2017-08-23 22:23:09 +0300
50fbdbd12eUIComponent AngelScript API fix, AS example and shutdown crash fix.
Lasse Öörni
2017-08-23 22:02:51 +0300
df669fbe1bRestore earlier HelloGUI sample, instead create separate Hello3DUI which demonstrates 3D UI render to texture. Move getting viewport related to scene from Scene to Renderer, so that Scene doesn't have to know about Renderer unnecessarily. Refactor the internal UI render calls related to rendertarget use.
Lasse Öörni
2017-08-23 20:08:31 +0300
d95aae9477Merge remote-tracking branch 'rokups/feature/3D-UI'
Lasse Öörni
2017-08-23 19:30:27 +0300