Commit Graph

  • 64d7e83711 Fixed missing files dragonCASTjosh 2017-06-13 04:59:00 +0100
  • bf40c8c7c4 Changed the diffuse and fresnel models dragonCASTjosh 2017-06-13 04:03:48 +0100
  • 45d619e80c Possible fix for PBR Artifacts dragonCASTjosh 2017-06-12 20:48:33 +0100
  • e41b74c463 Merge branch 'update-bullet' Lasse Öörni 2017-06-12 19:27:06 +0300
  • 417ad2966a Small roughness tweek under area lights dragonCASTjosh 2017-06-12 00:07:02 +0100
  • e741c50b11 Improved Area Lighting dragonCASTjosh 2017-06-11 21:37:53 +0100
  • e0cd084c74 Improved Sphere lights dragonCASTjosh 2017-06-11 20:11:31 +0100
  • 31f698fa60 Travis CI: API documentation update at 2017-06-10 21:26:46 UTC. [ci package] urho3d-travis-ci 2017-06-10 21:26:46 +0000
  • 00eb0c6ff0 Merge pull request #1979 from eugeneko/master Eugene Kozlov 2017-06-10 23:06:57 +0300
  • 86ba5e5bdd Update Bullet to 2.86.1. Thanks to slapin for the initial work. Lasse Öörni 2017-06-10 20:30:42 +0300
  • 52e99da087 Add Model metadata support. Eugene Kozlov 2017-06-09 00:22:21 +0300
  • bce517af5d Add contributor credit. Lasse Öörni 2017-06-09 23:08:40 +0300
  • 1741073835 Merge remote-tracking branch 'iainmerrick/fontfix' Lasse Öörni 2017-06-09 22:14:05 +0300
  • 457976366b Fix rounding error that can lead to clipped glyphs (closes #1978) Iain Merrick 2017-06-09 12:54:46 -0500
  • 39930c9ab4 Fix bug in FontFaceFreeType::CanLoadAllGlyphs that can make text vanish Iain Merrick 2017-06-08 11:10:56 -0500
  • 14bb9f98be Remember custom depth stencil surface if defined during renderpath, and use it also for any debug rendering. Closes #1975. Lasse Öörni 2017-06-08 18:22:17 +0300
  • 63f3c10054 Add contributor. Lasse Öörni 2017-06-07 18:32:05 +0300
  • fb6492a948 Reposition the window also in borderless mode if it's sized as large as the monitor bounds. Lasse Öörni 2017-06-07 18:30:30 +0300
  • d9d98cd35b restore the commits in Sample.inl Pengfei Li 2017-06-05 16:40:39 +0800
  • 353fc4d7b3 Consider the initial position for the borderless window Pengfei Li 2017-06-05 16:39:44 +0800
  • 3a6f3e5543 Avoid hard-coding of shell script / batch file names. Fix #1974. Yao Wei Tjong 姚伟忠 2017-06-06 22:18:52 +0800
  • 12a26358dd Merge pull request #1972 from henu/static_vertexbuffer_updateoffsets Lasse Öörni 2017-06-06 10:52:58 +0300
  • 6ff0a0b53a Static VertexBuffer::UpdateOffsets() Henrik Heino 2017-06-06 01:02:51 +0300
  • 460a3a38c0 Update migration note. Yao Wei Tjong 姚伟忠 2017-06-05 23:08:12 +0800
  • a6301ac772 Documentation update for the tvOS build process. Yao Wei Tjong 姚伟忠 2017-05-31 13:56:03 +0800
  • c7a0149dc9 Another sweep for tvOS conditional code branch. Yao Wei Tjong 姚伟忠 2017-05-31 13:53:52 +0800
  • 75b8420a31 Initial work for porting Urho3D to AppleTV platform. Yao Wei Tjong 姚伟忠 2016-02-05 14:53:56 +0800
  • 392155397b Add / remove the vehicle Action when RaycastVehicle component is enabled or disabled. Closes #1954. Minor code reformatting in 46_RaycastVehicleDemo.as. Lasse Öörni 2017-06-03 23:22:29 +0300
  • 5c7ee10f5f Travis CI: API documentation update at 2017-06-02 23:52:55 UTC. [ci package] urho3d-travis-ci 2017-06-02 23:52:55 +0000
  • d2ac2067c6 Merge pull request #1966 from eugeneko/master Eugene Kozlov 2017-06-03 01:46:38 +0300
  • 3f99b1e630 Minor code formatting. Lasse Öörni 2017-06-03 01:06:40 +0300
  • b5e664d4c3 Merge remote-tracking branch 'ricab/master' Lasse Öörni 2017-06-03 00:39:04 +0300
  • 3b799b7712 Avoid duplication of code for the float-to-raw-unsigned-bits conversion. Lasse Öörni 2017-06-03 00:28:04 +0300
  • 792c4900a8 Remove P_CONTACT parameter from 2D physics events. Rename P_CONTACTPOINTS to P_CONTACTS. Eugene Kozlov 2017-06-02 22:48:04 +0300
  • 7ec6f94e06 Disable DCE for main module permanently. Yao Wei Tjong 姚伟忠 2017-06-02 23:58:38 +0800
  • e4fe4f04bb Add contributor. Prefer union-based float to raw bits conversion. Lasse Öörni 2017-06-02 18:42:34 +0300
  • 9b1fc0715f Re-factored PhysicsWorld2D::ContactInfo. Removed NodeEndContact2D::P_CONTACT and PhysicsEndContact2D::P_CONTACT event parameters. Fixed #1958. Fixed #1965. Eugene Kozlov 2017-06-01 21:51:27 +0300
  • 07e2c6fcca Update Vector3.h CG-SS 2017-05-29 17:53:49 -0300
  • 75db281fcc Hash code calculation for Vector3 CG-SS 2017-05-29 17:36:56 -0300
  • 98a8097de6 Update MathDefs.h CG-SS 2017-05-29 17:23:39 -0300
  • 59e0939c75 Adding FloatToRawIntBits CG-SS 2017-05-29 17:22:56 -0300
  • 5fbbec8b7a Fix RigidBody2D failure to apply transforms that would return it to original position and rotation; fixes #1960 Ricardo Abreu 2017-05-28 00:45:00 +0100
  • 84c8be164b For CI - fix generic ARM CI build. [skip appveyor] [ci only: ARM, OSX] Yao Wei Tjong 姚伟忠 2017-05-24 22:57:13 +0800
  • 07dfd7b720 Fix copypaste error in SpriteSheet2D load code. Closes #1951. Lasse Öörni 2017-05-24 00:01:58 +0300
  • ba9444ee72 Code convention edits. Lasse Öörni 2017-05-21 21:45:30 +0300
  • 2fd97bd798 Fixed memleak by running Init multiple times (ApplyAttributes/Editor thing) Sergey Lapin 2017-05-20 17:48:41 +0300
  • d6ed2104a1 Remove vehicle from Bullet action list Sergey Lapin 2017-05-20 17:21:31 +0300
  • e30de5eb5b Temporarily disable the DCE on main module to make it runnable. Yao Wei Tjong 姚伟忠 2017-05-21 00:06:33 +0800
  • 3d39061627 Simplify the build option for sharing pak-loader script and data. Yao Wei Tjong 姚伟忠 2017-05-14 20:58:10 +0800
  • c935c7dc3f Glue main module and side module(s) together in final output. Yao Wei Tjong 姚伟忠 2017-05-07 10:09:52 +0800
  • 364521c1ee Do not transform root bone with model's root node in AssetImporter, only with nodes in between (if any). Possible fix to #1944. Lasse Öörni 2017-05-20 15:39:23 +0300
  • df475cc7ce Drop RapidJSON documentation. Yao Wei Tjong 姚伟忠 2017-05-20 08:31:08 +0800
  • 0f640eb4d2 Update Doxygen configuration file. [ci only: master] [skip appveyor] Yao Wei Tjong 姚伟忠 2017-05-19 23:39:31 +0800
  • 46342d1b17 For CI - fix Android CI packaging build. [ci package] [skip appveyor] [ci only: Android] Yao Wei Tjong 2017-05-19 09:36:51 +0800
  • 110ac2fe84 Travis CI: API documentation update at 2017-05-18 15:07:05 UTC. [ci package] urho3d-travis-ci 2017-05-18 15:07:05 +0000
  • 363f68d36e When the search path is required, search it as rooted and not-rooted. Yao Wei Tjong 姚伟忠 2017-05-17 23:16:32 +0800
  • b9947eee3a For CI - Upgrade CMake (3.8.1) and compiler toolchain to support C++11. Yao Wei Tjong 姚伟忠 2017-02-19 21:46:39 +0800
  • ef304f6bca Fix Node::GetSignedWorldScale. Related to #1926. Eugene Kozlov 2017-05-17 23:10:10 +0300
  • c93d95854d Add helper getters for Matrix3, Matrix3x4, Matrix4. Minor style and typo fixes. Eugene Kozlov 2017-05-17 22:58:59 +0300
  • 268c4523cb Merge pull request #1939 from eugeneko/master Eugene Kozlov 2017-05-17 21:14:37 +0300
  • 77170d68ad Avoid calling strlen unnecessarily within AngelScript's ParseToken. May have effect on #1946. Lasse Öörni 2017-05-17 10:52:55 +0300
  • 34adb450f0 Remove trailing spaces. Eugene Kozlov 2017-05-16 09:18:41 +0300
  • baf0daf7aa Add support of arbitrary data in Sound, Animation and Texture resources. Eugene Kozlov 2017-05-16 00:26:46 +0300
  • 7493684840 Disable unsupported functions on iOS. Lasse Öörni 2017-05-16 10:22:20 +0300
  • 9be9330851 Merge remote-tracking branch 'Florastamine/master' into platform-query-functions Lasse Öörni 2017-05-16 10:09:16 +0300
  • 497d09f997 Fixed coding convention, replaced atoi(), minor cleanup. Huy Nguyen 2017-05-15 20:23:14 +0700
  • 3db26b4fad Fixed missing include for atoi(). Huy Nguyen 2017-05-14 21:37:20 +0700
  • fea5ece69b Added macOS/Mac OS X support for OSGetVersion(). Huy Nguyen 2017-05-14 21:30:10 +0700
  • 71d7325335 Updated UrhoCommon.cmake to link against CoreFoundation & SystemConfiguration, which is needed by GetLoginName(). Huy Nguyen 2017-05-14 21:29:02 +0700
  • 973c426d69 Rewrote GetLoginName() to properly detect the logged on user. Huy Nguyen 2017-05-14 21:26:42 +0700
  • 0df11623c6 Sync with the platform-query-functions branch. Huy Nguyen 2017-05-14 19:10:21 +0700
  • ea15976d7c Add Print() 64-bit integer overloads to AngelScript API. Lasse Öörni 2017-05-13 21:17:08 +0300
  • 2af2ec66a2 Merge pull request #1943 from PredatorMF/master Lasse Öörni 2017-05-13 23:04:42 +0300
  • 8e32ad01b4 Code convention / comment edits and remove unnecessary ? operator. Lasse Öörni 2017-05-13 18:24:32 +0300
  • e88a03154f Travis CI: API documentation update at 2017-05-13 11:38:55 UTC. [ci package] urho3d-travis-ci 2017-05-13 11:38:55 +0000
  • a90bc49b56 Move SoundSource new function registration to APITemplates.h so it works on both SoundSource & SoundSource3D. Minor comment formatting fix. Add contributor. Lasse Öörni 2017-05-13 13:05:51 +0300
  • e6b9b9557b Squashed commit of the following: Lasse Öörni 2017-05-13 12:12:06 +0300
  • c88c5e6779 Update ProcessUtils.cpp Huy Nguyen 2017-05-12 21:49:59 +0700
  • c29baecbe2 Update ProcessUtils.cpp Huy Nguyen 2017-05-12 19:32:32 +0700
  • dc1746bc6e Exclude other platforms except Windows and Linux. Huy Nguyen 2017-05-12 19:29:30 +0700
  • 38fa8dff0f Add contributor. Lasse Öörni 2017-05-10 20:16:43 +0300
  • 51935fdcc2 Fix missing #pragma once; lhinuz 2017-05-11 00:08:51 +0800
  • 31d0a8afc5 Oops. Florastamine 2017-05-10 11:23:01 +0700
  • 4b627f7f72 Fix & minor cleanup. Florastamine 2017-05-10 11:13:04 +0700
  • 4c7647aa29 GetOSVersion() returns the version of the OS. Florastamine 2017-05-09 14:15:57 +0700
  • c0c3f56678 GetHostName() returns name of the computer. Florastamine 2017-05-09 14:13:57 +0700
  • de1af331ac GetLoginName() returns the name of the currently logged in user. Florastamine 2017-05-09 14:09:44 +0700
  • c7981ecad1 GetTotalMemory(), which returns the total amount of useable memory. Florastamine 2017-05-09 14:07:00 +0700
  • 94af133ca4 For increased sharpness and to avoid artifacts, switch UI texture to nearest filtering when scaling the editor UI. Lasse Öörni 2017-05-09 01:02:49 +0300
  • 1d4be4ca65 Travis CI: API documentation update at 2017-05-08 10:41:33 UTC. [ci package] urho3d-travis-ci 2017-05-08 10:41:33 +0000
  • cc26cac198 Use base16 for VariantMap hash key conversion in both directions in JSONValue. Expose JSONValue Get/Set Variant & VariantMap to script. Lasse Öörni 2017-05-08 13:31:28 +0300
  • ce69ad556e Travis CI: API documentation update at 2017-05-06 09:47:10 UTC. [ci package] urho3d-travis-ci 2017-05-06 09:47:10 +0000
  • af2ecd5414 Fix copy-paste error in bindings. Lasse Öörni 2017-05-06 12:23:02 +0300
  • db29964574 Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes #1926. Lasse Öörni 2017-05-06 12:21:50 +0300
  • d9b5db969f Merge pull request #1930 from 1vanK/master Lasse Öörni 2017-05-06 10:46:12 +0300
  • 16412186e0 Allow trailing commas in JSON 1vanK 2017-05-05 23:12:30 +0300
  • fa767d1dc1 40_Localization: Center mouse on start 1vanK 2017-05-05 19:39:45 +0300
  • 60f4a3b80f Merge remote-tracking branch '1vanK/master' Lasse Öörni 2017-05-05 11:56:15 +0300
  • 71270913b2 Fix issue in SanitateResourceName() on OSX where there could be /./ in executable path, leading the function to fail. Lasse Öörni 2017-05-04 22:13:16 +0300
  • d79f0f6122 Travis CI: API documentation update at 2017-05-04 17:43:08 UTC. [ci package] urho3d-travis-ci 2017-05-04 17:43:08 +0000