873cef9840Folders that autoload subfolders/paks on load
Chris Friesen
2014-04-16 20:49:58 -0500
bf138fb567Added middle editor mouse button to documentation
Chris Friesen
2014-04-16 22:19:40 -0500
0171669690Adds package entry filenames to PackageFile
Chris Friesen
2014-04-16 19:42:27 -0500
ec25e56046Refactor Samples to support yaw and pitch by touch on mobile platform.
Yao Wei Tjong 姚伟忠
2014-04-17 01:56:59 +0800
ac81ae1c7fFix static key binding map population for screen joystick.
Yao Wei Tjong 姚伟忠
2014-04-17 01:32:50 +0800
7289f4be7aNinjaSnowWar: when the console is visible, do not react to any controls. When OS mouse cursor changes from visible to hidden, center it to avoid erratic mouse move on the next frame.
Lasse Öörni
2014-04-16 16:22:59 +0300
6454c2831dTravis CI: API documentation update at 2014-04-16 12:55:43 UTC. [ci package]
urho3d-travis-ci
2014-04-16 12:55:43 +0000
4a449869ebAdd a close button for Console to ensure it can be closed on iOS. Fix Console being overlapped by other UI elements in Editor.
Yao Wei Tjong 姚伟忠
2014-04-16 20:22:10 +0800
a38433b0aaClean up hats' key binding code for screen joystick.
Yao Wei Tjong 姚伟忠
2014-04-16 20:04:52 +0800
c2c4808d2aFix TranslateRelative in TestScene.lua.[ci skip]
aster
2014-04-16 17:09:42 +0800
2a4c4c9ecaSpriteSheet add load texture in current directory.
aster
2014-04-16 17:03:48 +0800
79cdbabb55Add abilility to use key mapping also for hats on screen joystick. This should make it possible to bind the hats to something like "UP DOWN LEFT RIGHT". This commit breaks earlier commits slightly. The default hats binding is now "WSAD" instead of "WASD".
Yao Wei Tjong 姚伟忠
2014-04-16 16:49:11 +0800
00f08ad608Break Deserializer::ReadString() on EOF to allow reading a whole text file at once without getting stuck. Closes#312.
Lasse Öörni
2014-04-16 11:15:08 +0300
67e46f1d71Improve Input documentation. Reorder InputEvents.h to match the order in documentation.
Lasse Öörni
2014-04-16 10:45:12 +0300
d6c5aa05bcTravis CI: API documentation update at 2014-04-16 06:02:35 UTC. [ci package]
urho3d-travis-ci
2014-04-16 06:02:35 +0000
e0737e6c46Replace Char event with TextInput event for CJK IME support.
aster
2014-04-16 13:44:40 +0800
c346c3db23Take screenshots in the editor w/ F11
Chris Friesen
2014-04-15 22:59:58 -0500
fff89efdd8Make 2D camera auto aspect ratio.
aster
2014-04-16 10:59:01 +0800
742abf7866Travis CI: API documentation update at 2014-04-15 21:59:46 UTC. [ci package]
urho3d-travis-ci
2014-04-15 21:59:46 +0000
b2b4d4f7daCorrect touch gesture term in documentation.
Lasse Öörni
2014-04-15 23:58:04 +0300
9906e7ed25Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes#304.
Lasse Öörni
2014-04-15 23:41:44 +0300
f2f704f050Travis CI: API documentation update at 2014-04-15 15:24:02 UTC. [ci package]
urho3d-travis-ci
2014-04-15 15:24:03 +0000
c78f34d5caImprove the hats response on screen joystick (in joystick event mode). Refactor Samples base class to take advantage of the screen joystick. Add second screen joystick layout for changing app settings. Closes#264.
Yao Wei Tjong 姚伟忠
2014-04-14 17:28:38 +0800
4f8545f061When external window exist, set alpha size to 8, fix issue #310. [ci skip]
aster
2014-04-15 21:08:19 +0800
8c6f3823c9Readd new BlueHighway.ttf, and change UI style and NinjaSnowWar.as.[ci skip]
aster
2014-04-15 18:38:34 +0800
5c11a771f3Properly skip unsupported kerning subtables.
Lasse Öörni
2014-04-15 11:38:14 +0300
50b8c25a7aRevert "Update BlueHighway.ttf to version 5.001. [ci skip]"
Lasse Öörni
2014-04-15 11:37:46 +0300
cc5135ae4bUpdate BlueHighway.ttf to version 5.001. [ci skip]
aster
2014-04-15 14:20:19 +0800
d41293899dInstead of fatal font loading error, skip loading the kerning table if wrong version. Skip over the searchRange, entrySelector & rangeShift fields in kerning data. Sanity check glyph indices in kerning data.
Lasse Öörni
2014-04-14 22:30:24 +0300
c5ffddc2bcFix out of memory crash when use large font file.
aster2013
2014-04-14 22:18:51 +0800
c5c4b9edffUpdate credits.
Lasse Öörni
2014-04-14 11:12:34 +0300
afa6f717e7Merge remote-tracking branch 'remotes/thebluefish/master'
Lasse Öörni
2014-04-14 10:58:16 +0300
bc17280454Travis CI: API documentation update at 2014-04-14 05:23:45 UTC. [ci package]
urho3d-travis-ci
2014-04-14 05:23:45 +0000
489119f1cbChange lineHeight in savexml.[ci skip[
aster
2014-04-14 13:03:53 +0800
4c6b1e10dfChange lineheight to lineHeight, because bitmap font is generated by external tool, it use lineHeight.[ci skip]
aster
2014-04-14 12:18:13 +0800
c9d9165932Correct formatting in the ScreenJoystick.xml. [ci skip]
Yao Wei Tjong 姚伟忠
2014-04-13 23:39:06 +0800
02c8dc1f76Travis CI: API documentation update at 2014-04-13 15:51:15 UTC. [ci package]
urho3d-travis-ci
2014-04-13 15:51:15 +0000
1518c332c1Add user customizable screen joystick for mobile platforms.
Yao Wei Tjong 姚伟忠
2014-04-13 23:32:01 +0800
b4ba4a3573Fix AngelScript bindings on MSVC (asMETHODPR macro needs to be used in the template base class registration functions to allow static_cast to work). Make the class names links on the attribute list page.
Lasse Öörni
2014-04-13 14:30:52 +0300
564b05c269Travis CI: API documentation update at 2014-04-13 04:54:23 UTC. [ci package]
urho3d-travis-ci
2014-04-13 04:54:23 +0000
57d6c7827bMinor refactoring on attribute animation classes.
Yao Wei Tjong 姚伟忠
2014-04-13 12:38:00 +0800
9a7a9110a2Added generated attribute documentation. Move AngelScript API dumping to a separate .cpp file. Hack fix for Doxygen parsing bug which would cause the Events page not to be recognized. Closes#303.
Lasse Öörni
2014-04-13 01:45:27 +0300
c4e5b7295bTravis CI: API documentation update at 2014-04-12 16:17:26 UTC. [ci package]
urho3d-travis-ci
2014-04-12 16:17:26 +0000
e06c503f64Fix GCC Makefile build on Mac OS X platform for good.
Yao Wei Tjong 姚伟忠
2014-04-12 23:09:03 +0800
3897718a40Handle corner case: soft-cursor is invisible + OS-cursor is visible.
Yao Wei Tjong 姚伟忠
2014-04-12 21:47:45 +0800
2c672b154bRemove animation only attribute support.
aster2013
2014-04-12 21:47:08 +0800
6daabe1b74Add GetRigidBody function mouse position in PhysicsWorld2D.
aster2013
2014-04-12 21:39:32 +0800
1f2d5c597eTravis CI: API documentation update at 2014-04-12 11:54:48 UTC. [ci package]
urho3d-travis-ci
2014-04-12 11:54:48 +0000
0425358f5cFix GCC Makefile build on Mac OS X platform.
Yao Wei Tjong 姚伟忠
2014-04-12 19:31:19 +0800
cbb95bbc7fTravis CI: API documentation update at 2014-04-12 06:20:48 UTC. [ci package]
urho3d-travis-ci
2014-04-12 06:20:48 +0000
f9107d4fedAdd scene attribute animation update event.
aster2013
2014-04-12 13:55:03 +0800
f8bce6a56eMove wrap mode out of ObjectAnimation.h.[ci skip]
aster2013
2014-04-12 13:26:41 +0800
afaa9c7702Demonstrate usage of spline interpolated animation, and set animation to node's world position(animation only attribute).
aster2013
2014-04-12 13:12:29 +0800
60b09d480aTravis CI: API documentation update at 2014-04-12 03:33:38 UTC. [ci package]
urho3d-travis-ci
2014-04-12 03:33:38 +0000
97a1ab4267Rename InterpolationMethod to InterpMethod, avoid conflict with Spline class, Add animated only attribute support, like Node's world position attribute.
aster2013
2014-04-12 11:17:04 +0800
1c2d24b55dAllow load and save interpolation method and spline tension to file.
aster2013
2014-04-12 00:21:08 +0800
eb7cce7b4dAdd new line at end of file.[ci skip]
aster2013
2014-04-12 00:02:40 +0800
2d9a7b2915Add cardinal spline interpolation for AttributeAnimation.
aster2013
2014-04-11 23:54:40 +0800
802af0c21bRefactor AttributeAnimation, make IntVector2 and IntRect interpolatable.
aster2013
2014-04-11 22:52:19 +0800
cea3743ea7Filesystem class also captures stderr when executing console command. Turn on SDL filesystem support for Linux platform.
Yao Wei Tjong 姚伟忠
2014-04-11 14:54:07 +0800
1cec91b50aTravis CI: API documentation update at 2014-04-11 05:58:52 UTC. [ci package]
urho3d-travis-ci
2014-04-11 05:58:52 +0000
5ce5be8d66Enhance FileSystem class to also able to execute console command.
Yao Wei Tjong 姚伟忠
2014-04-11 12:35:13 +0800
2c18a1ca65Add AttributeAnimationInfo class, add more comment for animation class, use XMLElement::SetVariant/GetVariant save attribute animation frame value.
Aster Jian
2014-04-11 09:43:55 +0800
740547e488Travis CI: API documentation update at 2014-04-10 13:59:31 UTC. [ci package]
urho3d-travis-ci
2014-04-10 13:59:32 +0000
8939179787Refactor to use small case for xml tag and attribute names. It is for consistency sake with existing code base. Exclude tag and attribute names from external XML declaration. This commit may break user-created Urho2D XML resources.
Yao Wei Tjong 姚伟忠
2014-04-10 19:09:31 +0800
41df6dc2e0Expose Color constants in AngelScript. Use them in sample app.
Yao Wei Tjong 姚伟忠
2014-04-10 13:53:34 +0800
caf6f1b35aMove wrap mode out of AttributeAnimation.
Aster Jian
2014-04-10 14:37:00 +0800
891aa80bb7Travis CI: API documentation update at 2014-04-10 06:28:34 UTC. [ci package]
urho3d-travis-ci
2014-04-10 06:28:34 +0000
0b9ff78dccChange cycle mode to wrap mode in AttributeAnimation, add ONCE mode make can play animation then auto remove it. remove PINGPONG mode (now PINGPONG mode is just for sprite animation).
Aster Jian
2014-04-10 13:34:21 +0800
6c7db54e4bConsole remembers the last used interpreter if there are more than one. Editor persists the last used command interpreter in configuration file.
Yao Wei Tjong 姚伟忠
2014-04-09 22:17:03 +0800
d2f9db942aAdd LightAnimation in AngelScript.[ci skip]
aster2013
2014-04-09 23:17:45 +0800
58b66ac3d2Add LightAnimation sample in Lua.[ci skip]
aster2013
2014-04-09 23:10:18 +0800