86ba5e5bddUpdate Bullet to 2.86.1. Thanks to slapin for the initial work.
Lasse Öörni
2017-06-10 20:30:42 +0300
52e99da087Add Model metadata support.
Eugene Kozlov
2017-06-09 00:22:21 +0300
bce517af5dAdd contributor credit.
Lasse Öörni
2017-06-09 23:08:40 +0300
1741073835Merge remote-tracking branch 'iainmerrick/fontfix'
Lasse Öörni
2017-06-09 22:14:05 +0300
457976366bFix rounding error that can lead to clipped glyphs (closes#1978)
Iain Merrick
2017-06-09 12:54:46 -0500
39930c9ab4Fix bug in FontFaceFreeType::CanLoadAllGlyphs that can make text vanish
Iain Merrick
2017-06-08 11:10:56 -0500
14bb9f98beRemember 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
63f3c10054Add contributor.
Lasse Öörni
2017-06-07 18:32:05 +0300
fb6492a948Reposition 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
d9d98cd35brestore the commits in Sample.inl
Pengfei Li
2017-06-05 16:40:39 +0800
353fc4d7b3Consider the initial position for the borderless window
Pengfei Li
2017-06-05 16:39:44 +0800
3a6f3e5543Avoid hard-coding of shell script / batch file names. Fix#1974.
Yao Wei Tjong 姚伟忠
2017-06-06 22:18:52 +0800
12a26358ddMerge pull request #1972 from henu/static_vertexbuffer_updateoffsets
Lasse Öörni
2017-06-06 10:52:58 +0300
6ff0a0b53aStatic VertexBuffer::UpdateOffsets()
Henrik Heino
2017-06-06 01:02:51 +0300
460a3a38c0Update migration note.
Yao Wei Tjong 姚伟忠
2017-06-05 23:08:12 +0800
a6301ac772Documentation update for the tvOS build process.
Yao Wei Tjong 姚伟忠
2017-05-31 13:56:03 +0800
c7a0149dc9Another sweep for tvOS conditional code branch.
Yao Wei Tjong 姚伟忠
2017-05-31 13:53:52 +0800
75b8420a31Initial work for porting Urho3D to AppleTV platform.
Yao Wei Tjong 姚伟忠
2016-02-05 14:53:56 +0800
392155397bAdd / 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
5c7ee10f5fTravis CI: API documentation update at 2017-06-02 23:52:55 UTC. [ci package]
urho3d-travis-ci
2017-06-02 23:52:55 +0000
5fbbec8b7aFix 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
84c8be164bFor CI - fix generic ARM CI build. [skip appveyor] [ci only: ARM, OSX]
Yao Wei Tjong 姚伟忠
2017-05-24 22:57:13 +0800
07dfd7b720Fix copypaste error in SpriteSheet2D load code. Closes#1951.
Lasse Öörni
2017-05-24 00:01:58 +0300
ba9444ee72Code convention edits.
Lasse Öörni
2017-05-21 21:45:30 +0300
2fd97bd798Fixed memleak by running Init multiple times (ApplyAttributes/Editor thing)
Sergey Lapin
2017-05-20 17:48:41 +0300
d6ed2104a1Remove vehicle from Bullet action list
Sergey Lapin
2017-05-20 17:21:31 +0300
e30de5eb5bTemporarily disable the DCE on main module to make it runnable.
Yao Wei Tjong 姚伟忠
2017-05-21 00:06:33 +0800
3d39061627Simplify the build option for sharing pak-loader script and data.
Yao Wei Tjong 姚伟忠
2017-05-14 20:58:10 +0800
c935c7dc3fGlue main module and side module(s) together in final output.
Yao Wei Tjong 姚伟忠
2017-05-07 10:09:52 +0800
364521c1eeDo 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
df475cc7ceDrop RapidJSON documentation.
Yao Wei Tjong 姚伟忠
2017-05-20 08:31:08 +0800
3db26b4fadFixed missing include for atoi().
Huy Nguyen
2017-05-14 21:37:20 +0700
fea5ece69bAdded macOS/Mac OS X support for OSGetVersion().
Huy Nguyen
2017-05-14 21:30:10 +0700
71d7325335Updated UrhoCommon.cmake to link against CoreFoundation & SystemConfiguration, which is needed by GetLoginName().
Huy Nguyen
2017-05-14 21:29:02 +0700
973c426d69Rewrote GetLoginName() to properly detect the logged on user.
Huy Nguyen
2017-05-14 21:26:42 +0700
0df11623c6Sync with the platform-query-functions branch.
Huy Nguyen
2017-05-14 19:10:21 +0700
ea15976d7cAdd Print() 64-bit integer overloads to AngelScript API.
Lasse Öörni
2017-05-13 21:17:08 +0300
2af2ec66a2Merge pull request #1943 from PredatorMF/master
Lasse Öörni
2017-05-13 23:04:42 +0300
8e32ad01b4Code convention / comment edits and remove unnecessary ? operator.
Lasse Öörni
2017-05-13 18:24:32 +0300
e88a03154fTravis CI: API documentation update at 2017-05-13 11:38:55 UTC. [ci package]
urho3d-travis-ci
2017-05-13 11:38:55 +0000
a90bc49b56Move 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
e6b9b9557bSquashed commit of the following:
Lasse Öörni
2017-05-13 12:12:06 +0300
4b627f7f72Fix & minor cleanup.
Florastamine
2017-05-10 11:13:04 +0700
4c7647aa29GetOSVersion() returns the version of the OS.
Florastamine
2017-05-09 14:15:57 +0700
c0c3f56678GetHostName() returns name of the computer.
Florastamine
2017-05-09 14:13:57 +0700
de1af331acGetLoginName() returns the name of the currently logged in user.
Florastamine
2017-05-09 14:09:44 +0700
c7981ecad1GetTotalMemory(), which returns the total amount of useable memory.
Florastamine
2017-05-09 14:07:00 +0700
94af133ca4For 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
1d4be4ca65Travis CI: API documentation update at 2017-05-08 10:41:33 UTC. [ci package]
urho3d-travis-ci
2017-05-08 10:41:33 +0000
cc26cac198Use 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
ce69ad556eTravis CI: API documentation update at 2017-05-06 09:47:10 UTC. [ci package]
urho3d-travis-ci
2017-05-06 09:47:10 +0000
af2ecd5414Fix copy-paste error in bindings.
Lasse Öörni
2017-05-06 12:23:02 +0300
db29964574Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes#1926.
Lasse Öörni
2017-05-06 12:21:50 +0300
d9b5db969fMerge pull request #1930 from 1vanK/master
Lasse Öörni
2017-05-06 10:46:12 +0300
16412186e0Allow trailing commas in JSON
1vanK
2017-05-05 23:12:30 +0300
fa767d1dc140_Localization: Center mouse on start
1vanK
2017-05-05 19:39:45 +0300
60f4a3b80fMerge remote-tracking branch '1vanK/master'
Lasse Öörni
2017-05-05 11:56:15 +0300
71270913b2Fix 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