Commit Graph

  • 8c11d7180c Fix mklink test when current path is not sources dir (for example when used cmake-gui) 1vanK 2017-07-24 16:06:42 +0300
  • fff56a6ba5 Travis CI: API documentation update at 2017-07-23 12:44:04 UTC. [ci package] urho3d-travis-ci 2017-07-23 12:44:04 +0000
  • dd1582dc6f Merge branch 'webp' Lasse Öörni 2017-07-23 14:41:09 +0300
  • 864eb87e87 Merge pull request #2036 from iainmerrick/master Lasse Öörni 2017-07-23 14:29:13 +0300
  • 661edb1c49 Merge pull request #2038 from eugeneko/master Eugene Kozlov 2017-07-23 13:49:15 +0300
  • 32a3e1dd29 Enable multi-thread compilation in Visual Studio. Fixed #1407. Eugene Kozlov 2017-07-23 11:27:36 +0300
  • 2780c70cd3 Fix uninitialized FontGlyph fields in FontFaceBitmap (closes #2035) Iain Merrick 2017-07-22 22:31:13 -0500
  • aa47eb13ba Merge branch 'master' into webp Lasse Öörni 2017-07-22 13:36:51 +0300
  • 5fb53f9bd8 Better check for Android NEON support in WebP. Lasse Öörni 2017-07-22 13:18:48 +0300
  • 93fc311b30 Disable NEON from WebP library on Android for now, as it results in compile error from the include files if the NEON instruction set is not in use. Lasse Öörni 2017-07-21 22:38:49 +0300
  • d5ff93a128 For CI - switch off the OSX precache build. It will be reimplemented as build stage later when Travis supports conditional build stage. Yao Wei Tjong 姚伟忠 2017-07-21 23:17:48 +0800
  • 86a03ec62e For CI - remove old hacks in the build scripts. Yao Wei Tjong 姚伟忠 2017-07-21 23:13:28 +0800
  • 78643541e4 Travis CI: API documentation update at 2017-07-20 22:28:36 UTC. [ci package] urho3d-travis-ci 2017-07-20 22:28:36 +0000
  • 1c992b2611 Merge pull request #2033 from eugeneko/master Eugene Kozlov 2017-07-20 23:40:34 +0300
  • 95062fcb63 Always have SaveWEBP in public API of Image; add script binding. Will be a no-op if not supported. Lasse Öörni 2017-07-20 22:35:13 +0300
  • 51e49e6f7d Default WebP on. Lasse Öörni 2017-07-20 22:26:14 +0300
  • 157130c612 Add WebP license and mention to library list. Lasse Öörni 2017-07-20 22:13:49 +0300
  • da996ddae9 Merge remote-tracking branch 'carnalis/webp' Lasse Öörni 2017-07-20 22:06:08 +0300
  • cf0d6b6f78 Fix DebugRenderer::AddSphereSector AS binding. Use AddSphereSector for rendering SoundSource3D. Eugene Kozlov 2017-07-20 20:55:40 +0300
  • 4739de573d Improved convex hull debug draw from Lumak. Works only when called individually for CollisionShape; whole physics world debug draw still uses Bullet's internal rendering. Closes #2031. Lasse Öörni 2017-07-20 13:52:35 +0300
  • 2d435b3d57 Travis CI: API documentation update at 2017-07-20 10:03:25 UTC. [ci package] urho3d-travis-ci 2017-07-20 10:03:25 +0000
  • f916c02a4e Fixed HeightMapToWorld contributed by Lumak. Closes #2030. Lasse Öörni 2017-07-20 12:40:56 +0300
  • 0f2480847a Several tilemap improvements Guschin Konstantin 2017-07-20 16:34:36 +0700
  • f266475994 Add Sphere::GetPoint and Sphere::GetLocalPoint functions. Add DebugRenderer::AddSphereSector function. Eugene Kozlov 2017-07-20 08:55:02 +0300
  • 3339e5012b Initial commit of WebP image support carnalis 2017-07-20 00:43:15 -0400
  • a3a0465c8d For CI - take advantage of Travis CI's build stages. Perform housekeeping at the last stage when all the build jobs in the build stage have completed. Add a placeholder for new lint stage in primary CI. Use alternate mirror branch to prevent technical error due to multiple commits being pushed to HEAD on slow moving build queues. Close #1942. Yao Wei Tjong 姚伟忠 2017-07-16 14:24:32 +0800
  • ec84cfdfd1 Remove the usage of add_compiler_export_flags() deprecated function. Fix #1945. Yao Wei Tjong 姚伟忠 2017-07-13 00:28:13 +0800
  • c8ecd9f55c Typo fix in AssetImporter. Lasse Öörni 2017-07-13 14:03:22 +0300
  • ea783ae69f For CI - upgrade CMake version to 3.8.2 for builds that uses Linux VM. Yao Wei Tjong 姚伟忠 2017-07-11 22:22:10 +0800
  • 60c478212c Fix wrong AngelScript binding in ResourceCache::GetExistingResource(). Closes #2016. Lasse Öörni 2017-07-11 14:10:35 +0300
  • d03134682a Travis CI: API documentation update at 2017-07-10 07:05:23 UTC. [ci package] urho3d-travis-ci 2017-07-10 07:05:23 +0000
  • dfe94e36ca Merge pull request #2014 from eugeneko/master Eugene Kozlov 2017-07-10 09:56:18 +0300
  • 550f44c56a Prevent sending events for subscribers added during event handling. Fixes #2013. Eugene Kozlov 2017-07-09 17:15:39 +0300
  • a5ee22ce9e Expose Context::CreateObject to AngelScript API. Eugene Kozlov 2017-07-04 10:15:58 +0300
  • 7fc9aa816a Make clean for MinGW/Android/Web platforms. The rest of the platforms are already taken care of by this commit, however, only tested explicitly on Linux native, RPI, and ARM. Yao Wei Tjong 姚伟忠 2017-07-09 10:38:38 +0800
  • 7655048160 Add contributor. Lasse Öörni 2017-07-08 13:54:28 +0300
  • a725b608ec Merge remote-tracking branch 'Mezozoysky/bgload' Lasse Öörni 2017-07-08 13:38:28 +0300
  • 9bb48ed015 Background loading: add resource into cache before sending E_RESOURCEBACKGROUNDLOADED. Stanislav Demyanovich 2017-07-08 15:29:56 +0700
  • ace4a00fea Reinstate source group for VS and Xcode IDE. The "resources being added into multiple groups" issue is not reproducible in Xcode IDE anymore, probably the more recent define_resources_dirs() macro has "properly" fixed it. Yao Wei Tjong 姚伟忠 2017-07-07 23:25:35 +0800
  • 18df5b8525 Also send highdpi parameter in window resize event on D3D9/D3D11 to match OpenGL behavior. Lasse Öörni 2017-07-06 20:04:10 +0300
  • 28e1f20487 Merge remote-tracking branch 'iainmerrick/highdpi_fix' Lasse Öörni 2017-07-06 19:06:13 +0300
  • 83c17c7dc6 Robustness improvements for terrain editor brush loading. Closes #2011. Lasse Öörni 2017-07-06 18:13:13 +0300
  • 237b2b0fe6 Fix Graphics::GetHighDPI() on OS X (closes #2009) Iain Merrick 2017-07-05 12:41:05 -0500
  • 5a3f1049c3 Merge pull request #2008 from iainmerrick/master Lasse Öörni 2017-07-06 16:06:30 +0300
  • 7ced601b6c Scale kerning values correctly (closes #2007) Iain Merrick 2017-07-05 11:47:39 -0500
  • 20ec572c9d Switch to use "urho3d" own account in AppVeyor. Close #1959. Yao Wei Tjong 姚伟忠 2017-07-05 22:57:50 +0800
  • 650f380623 Add base64 license, apply Urho code convention to base64 code since it's inside StringUtils.cpp. Lasse Öörni 2017-07-05 12:02:51 +0300
  • dddbdcc595 Add csv and base64 encodings for tmxfile Konstantin Guschin 2017-07-04 13:36:29 +0700
  • 6c5f0f4815 Travis CI: API documentation update at 2017-07-05 08:42:09 UTC. [ci package] urho3d-travis-ci 2017-07-05 08:42:09 +0000
  • cd38109ddf Minor doc edit & header comment fix. Lasse Öörni 2017-07-04 23:47:19 +0300
  • 68b43b19f4 Add docs for subpixel font rendering options (#1953) Iain Merrick 2017-07-03 12:25:02 -0500
  • 0450bcd11e Add configurable oversampling to improve subpixel font rendering (#1953) Iain Merrick 2017-06-30 16:59:07 -0500
  • 5475c48298 Merge pull request #2004 from iainmerrick/kerning_fix Lasse Öörni 2017-07-03 12:24:44 +0300
  • 2ab978e968 Fix kerning pairs (#2003) Iain Merrick 2017-07-02 21:42:03 -0500
  • 3c9881faca Further consistency edit to return (?) on failure path in all ProcessUtils detection functions. Improve function comments in header. Lasse Öörni 2017-07-01 21:12:56 +0300
  • e602496be7 Minor incoherent fix. Florastamine 2017-07-01 19:37:47 +0700
  • 752609701b Indirectly detect the availability of the "RtlGetVersion" function. Fix #1998. Yao Wei Tjong 姚伟忠 2017-07-01 17:21:36 +0800
  • bd222aa2d2 Merge pull request #5 from urho3d/master SuperWangKai 2017-06-30 12:26:55 +0800
  • 0bdb20fd8e Add MINI_URHO check to disable Windows OS version detection, to help with issue #1998. Lasse Öörni 2017-06-27 20:04:49 +0300
  • ce98afc76e Add contributor credits. Re-add old behavior of also acquiring properties directly from tileElem in TmxFile2D, if defined. Lasse Öörni 2017-06-26 13:11:27 +0300
  • 3981a92a05 Added b2ChainShape::Clear() call into CollisionChain2D::RecreateFixture() (fixes #1995) Georgii Pelageikin 2017-06-24 20:15:20 +0300
  • ef63c079cb fixed loading user defined tile properties from tileset-file. Thomas Böhm 2017-06-22 08:48:01 +0200
  • ecacd32e33 Travis CI: API documentation update at 2017-06-26 10:23:08 UTC. [ci package] urho3d-travis-ci 2017-06-26 10:23:08 +0000
  • 1826fdb73a Merge pull request #1997 from eugeneko/master Eugene Kozlov 2017-06-26 13:12:01 +0300
  • 7f1f44d5cc Add Vector3::Orthogonalize helper function. Eugene Kozlov 2017-06-26 00:39:00 +0300
  • 7a905bd056 Travis CI: API documentation update at 2017-06-23 22:50:38 UTC. [ci package] urho3d-travis-ci 2017-06-23 22:50:38 +0000
  • 071b42819d Amend porting note. Lasse Öörni 2017-06-24 01:40:21 +0300
  • bb31dee5f9 Merge remote-tracking branch 'iainmerrick/fractional_glyph_advances' Lasse Öörni 2017-06-23 18:24:05 +0300
  • b51625df5b Travis CI: API documentation update at 2017-06-23 06:45:43 UTC. [ci package] urho3d-travis-ci 2017-06-23 06:45:43 +0000
  • 58277e3621 Add AS bindings for searching Node children by name. Eugene Kozlov 2017-06-23 09:35:27 +0300
  • e603eed814 Add a 'subpixel glyph positions' option to UI (#1953) Iain Merrick 2017-06-20 17:04:56 -0500
  • 7fa6f9c960 Travis CI: API documentation update at 2017-06-19 20:16:14 UTC. [ci package] urho3d-travis-ci 2017-06-19 20:16:14 +0000
  • 216cf57e96 Add font size porting note. Lasse Öörni 2017-06-19 22:58:00 +0300
  • 1e3a1edd45 Change font size to a float (closes #1952) Iain Merrick 2017-06-15 12:58:01 -0500
  • c1e3969440 Travis CI: API documentation update at 2017-06-18 01:22:28 UTC. [ci package] urho3d-travis-ci 2017-06-18 01:22:28 +0000
  • bcd90a977d Change attribute to default type & accessor. Add contributor credit. Lasse Öörni 2017-06-17 22:43:26 +0300
  • 6ab29705d2 Merge remote-tracking branch 'kostik1337/master' Lasse Öörni 2017-06-17 22:34:36 +0300
  • b9c3199a25 Merge remote-tracking branch 'iainmerrick/font_hinting' Lasse Öörni 2017-06-17 22:17:59 +0300
  • 9ef8ac9ba9 Tabs to spaces. Lasse Öörni 2017-06-17 00:09:05 +0300
  • e5dcfdafbb Merge remote-tracking branch 'dragonCASTjosh/master' Lasse Öörni 2017-06-17 00:08:03 +0300
  • 0b8af7cf04 Remove the FreeType docs/reference folder, as it has been Urho3D tradition to not include it. Lasse Öörni 2017-06-17 00:06:00 +0300
  • 0fd29cfd3b renamed 'is_emitting' angelscript method to 'get_emitting' Konstantin Guschin 2017-06-17 00:42:43 +0700
  • cc3c544485 use 'logical AND' instead of nested ifs Guschin Konstantin 2017-06-16 22:00:39 +0700
  • 3d1ded0e79 Merge remote-tracking branch 'origin/update-freetype' Lasse Öörni 2017-06-16 15:16:22 +0300
  • 448b3a66b1 added emitting flag for ParticleEmitter2D Guschin Konstantin 2017-06-16 18:50:08 +0700
  • bc98863c8f Update FreeType version in documentation. Lasse Öörni 2017-06-16 00:23:40 +0300
  • 38cf46df54 Merge remote-tracking branch 'iainmerrick/freetype2.8' into update-freetype Lasse Öörni 2017-06-16 00:21:40 +0300
  • 282f250e3a Add UI.FontHintLevel property Iain Merrick 2017-06-13 22:40:07 -0500
  • 77e1232556 Merge pull request #1980 from iainmerrick/typography Lasse Öörni 2017-06-15 22:55:39 +0300
  • 8c18d60896 Merge remote-tracking branch 'iainmerrick/typography' Lasse Öörni 2017-06-15 22:39:47 +0300
  • 4e851dbd4d Update FreeType to 2.8. Iain Merrick 2017-06-15 12:59:00 -0500
  • 90424e3bd9 Merge pull request #2 from urho3d/master Konstantin Guschin 2017-06-15 00:59:40 +0700
  • db6f4f9029 AngelScript version of Typography sample program Iain Merrick 2017-06-13 11:43:30 -0500
  • 8fe78f261b Lua version of Typography sample program Iain Merrick 2017-06-13 11:30:53 -0500
  • a476c43a24 Add a 'Typography' sample program Iain Merrick 2017-06-12 15:35:16 -0500
  • 53c36d25f9 Added PBR demo changes to LUA and AS dragonCASTjosh 2017-06-13 19:25:40 +0100
  • 5498140d84 Fixed dark artifact in PBR dragonCASTjosh 2017-06-13 16:03:26 +0100
  • 879885b843 Add note of sample applications to the contribution checklist. Lasse Öörni 2017-06-13 13:39:41 +0300
  • eebc9f04c3 Fixed sphere light issue dragonCASTjosh 2017-06-13 06:01:59 +0100
  • b782b86b2d OpenGL PBR fixes dragonCASTjosh 2017-06-13 05:32:46 +0100