Commit Graph

  • 5b4da41b10 Code cleanup, renamed command line option. Updated AssetImporter documentation. Lasse Öörni 2014-04-17 15:03:12 +0300
  • b946be1ff5 add an option for exporting the scene meshes even if they are identical with the others hualin 2014-04-17 18:39:52 +0800
  • f3ca194c24 Fixed bug of set target call order. aster 2014-04-17 19:48:21 +0800
  • 19b008d44b Fix bug in ConstrainMouse2D. aster 2014-04-17 19:34:03 +0800
  • ed803ba21c Travis CI: API documentation update at 2014-04-17 10:35:33 UTC. [ci package] urho3d-travis-ci 2014-04-17 10:35:33 +0000
  • 728ef72062 Add degree math function, fix scale time when speed < 0. aster 2014-04-17 15:49:00 +0800
  • 55e576bc11 Only receive contact event when physics stepping. aster 2014-04-17 15:35:48 +0800
  • cb0211e586 Delay send contact event. aster 2014-04-17 12:02:40 +0800
  • 873cef9840 Folders that autoload subfolders/paks on load Chris Friesen 2014-04-16 20:49:58 -0500
  • bf138fb567 Added middle editor mouse button to documentation Chris Friesen 2014-04-16 22:19:40 -0500
  • 0171669690 Adds package entry filenames to PackageFile Chris Friesen 2014-04-16 19:42:27 -0500
  • ec25e56046 Refactor Samples to support yaw and pitch by touch on mobile platform. Yao Wei Tjong 姚伟忠 2014-04-17 01:56:59 +0800
  • ac81ae1c7f Fix static key binding map population for screen joystick. Yao Wei Tjong 姚伟忠 2014-04-17 01:32:50 +0800
  • 7289f4be7a NinjaSnowWar: 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
  • 6454c2831d Travis CI: API documentation update at 2014-04-16 12:55:43 UTC. [ci package] urho3d-travis-ci 2014-04-16 12:55:43 +0000
  • 4a449869eb Add 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
  • a38433b0aa Clean up hats' key binding code for screen joystick. Yao Wei Tjong 姚伟忠 2014-04-16 20:04:52 +0800
  • c2c4808d2a Fix TranslateRelative in TestScene.lua.[ci skip] aster 2014-04-16 17:09:42 +0800
  • 2a4c4c9eca SpriteSheet add load texture in current directory. aster 2014-04-16 17:03:48 +0800
  • 79cdbabb55 Add 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
  • 00f08ad608 Break 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
  • 67e46f1d71 Improve Input documentation. Reorder InputEvents.h to match the order in documentation. Lasse Öörni 2014-04-16 10:45:12 +0300
  • d6c5aa05bc Travis CI: API documentation update at 2014-04-16 06:02:35 UTC. [ci package] urho3d-travis-ci 2014-04-16 06:02:35 +0000
  • e0737e6c46 Replace Char event with TextInput event for CJK IME support. aster 2014-04-16 13:44:40 +0800
  • c346c3db23 Take screenshots in the editor w/ F11 Chris Friesen 2014-04-15 22:59:58 -0500
  • fff89efdd8 Make 2D camera auto aspect ratio. aster 2014-04-16 10:59:01 +0800
  • 742abf7866 Travis CI: API documentation update at 2014-04-15 21:59:46 UTC. [ci package] urho3d-travis-ci 2014-04-15 21:59:46 +0000
  • b2b4d4f7da Correct touch gesture term in documentation. Lasse Öörni 2014-04-15 23:58:04 +0300
  • 9906e7ed25 Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes #304. Lasse Öörni 2014-04-15 23:41:44 +0300
  • f2f704f050 Travis CI: API documentation update at 2014-04-15 15:24:02 UTC. [ci package] urho3d-travis-ci 2014-04-15 15:24:03 +0000
  • c78f34d5ca Improve 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
  • 4f8545f061 When external window exist, set alpha size to 8, fix issue #310. [ci skip] aster 2014-04-15 21:08:19 +0800
  • 8c6f3823c9 Readd new BlueHighway.ttf, and change UI style and NinjaSnowWar.as.[ci skip] aster 2014-04-15 18:38:34 +0800
  • 5c11a771f3 Properly skip unsupported kerning subtables. Lasse Öörni 2014-04-15 11:38:14 +0300
  • 50b8c25a7a Revert "Update BlueHighway.ttf to version 5.001. [ci skip]" Lasse Öörni 2014-04-15 11:37:46 +0300
  • cc5135ae4b Update BlueHighway.ttf to version 5.001. [ci skip] aster 2014-04-15 14:20:19 +0800
  • d41293899d Instead 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
  • c5ffddc2bc Fix out of memory crash when use large font file. aster2013 2014-04-14 22:18:51 +0800
  • c5c4b9edff Update credits. Lasse Öörni 2014-04-14 11:12:34 +0300
  • afa6f717e7 Merge remote-tracking branch 'remotes/thebluefish/master' Lasse Öörni 2014-04-14 10:58:16 +0300
  • bc17280454 Travis CI: API documentation update at 2014-04-14 05:23:45 UTC. [ci package] urho3d-travis-ci 2014-04-14 05:23:45 +0000
  • 489119f1cb Change lineHeight in savexml.[ci skip[ aster 2014-04-14 13:03:53 +0800
  • 4c6b1e10df Change lineheight to lineHeight, because bitmap font is generated by external tool, it use lineHeight.[ci skip] aster 2014-04-14 12:18:13 +0800
  • 3f92c273a1 Rename arguments names.[ci skip] aster 2014-04-14 10:47:34 +0800
  • a7ea528e42 Update Log.h thebluefish 2014-04-13 14:44:06 -0700
  • 98fd937bb6 Update Log.h thebluefish 2014-04-13 14:33:05 -0700
  • c9d9165932 Correct formatting in the ScreenJoystick.xml. [ci skip] Yao Wei Tjong 姚伟忠 2014-04-13 23:39:06 +0800
  • 02c8dc1f76 Travis CI: API documentation update at 2014-04-13 15:51:15 UTC. [ci package] urho3d-travis-ci 2014-04-13 15:51:15 +0000
  • 1518c332c1 Add user customizable screen joystick for mobile platforms. Yao Wei Tjong 姚伟忠 2014-04-13 23:32:01 +0800
  • b4ba4a3573 Fix 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
  • 564b05c269 Travis CI: API documentation update at 2014-04-13 04:54:23 UTC. [ci package] urho3d-travis-ci 2014-04-13 04:54:23 +0000
  • 57d6c7827b Minor refactoring on attribute animation classes. Yao Wei Tjong 姚伟忠 2014-04-13 12:38:00 +0800
  • 9a7a9110a2 Added 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
  • c4e5b7295b Travis CI: API documentation update at 2014-04-12 16:17:26 UTC. [ci package] urho3d-travis-ci 2014-04-12 16:17:26 +0000
  • e06c503f64 Fix GCC Makefile build on Mac OS X platform for good. Yao Wei Tjong 姚伟忠 2014-04-12 23:09:03 +0800
  • 3897718a40 Handle corner case: soft-cursor is invisible + OS-cursor is visible. Yao Wei Tjong 姚伟忠 2014-04-12 21:47:45 +0800
  • 2c672b154b Remove animation only attribute support. aster2013 2014-04-12 21:47:08 +0800
  • 6daabe1b74 Add GetRigidBody function mouse position in PhysicsWorld2D. aster2013 2014-04-12 21:39:32 +0800
  • 1f2d5c597e Travis CI: API documentation update at 2014-04-12 11:54:48 UTC. [ci package] urho3d-travis-ci 2014-04-12 11:54:48 +0000
  • 0425358f5c Fix GCC Makefile build on Mac OS X platform. Yao Wei Tjong 姚伟忠 2014-04-12 19:31:19 +0800
  • ce41b87aae Fixed spline binding.[ci skip] aster2013 2014-04-12 14:55:08 +0800
  • cbb95bbc7f Travis CI: API documentation update at 2014-04-12 06:20:48 UTC. [ci package] urho3d-travis-ci 2014-04-12 06:20:48 +0000
  • f9107d4fed Add scene attribute animation update event. aster2013 2014-04-12 13:55:03 +0800
  • f8bce6a56e Move wrap mode out of ObjectAnimation.h.[ci skip] aster2013 2014-04-12 13:26:41 +0800
  • afaa9c7702 Demonstrate usage of spline interpolated animation, and set animation to node's world position(animation only attribute). aster2013 2014-04-12 13:12:29 +0800
  • 21a14f12e5 Add closed spline end point's tangent calculate.[ci skip] aster2013 2014-04-12 12:05:35 +0800
  • 60b09d480a Travis CI: API documentation update at 2014-04-12 03:33:38 UTC. [ci package] urho3d-travis-ci 2014-04-12 03:33:38 +0000
  • 97a1ab4267 Rename 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
  • 1c2d24b55d Allow load and save interpolation method and spline tension to file. aster2013 2014-04-12 00:21:08 +0800
  • eb7cce7b4d Add new line at end of file.[ci skip] aster2013 2014-04-12 00:02:40 +0800
  • 2d9a7b2915 Add cardinal spline interpolation for AttributeAnimation. aster2013 2014-04-11 23:54:40 +0800
  • 802af0c21b Refactor AttributeAnimation, make IntVector2 and IntRect interpolatable. aster2013 2014-04-11 22:52:19 +0800
  • 098d75bad2 Update Docs/Reference.dox. [ci skip] aster 2014-04-11 15:53:52 +0800
  • cea3743ea7 Filesystem 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
  • 1cec91b50a Travis CI: API documentation update at 2014-04-11 05:58:52 UTC. [ci package] urho3d-travis-ci 2014-04-11 05:58:52 +0000
  • b7917af4fd Revert "Remove wrap mode default value." Aster Jian 2014-04-11 13:38:54 +0800
  • dfbaee4563 Add attribute animation doc.[ci skip] Aster Jian 2014-04-11 12:52:07 +0800
  • 3f832eb5d0 Remove wrap mode default value. Aster Jian 2014-04-11 11:59:39 +0800
  • 5ce5be8d66 Enhance FileSystem class to also able to execute console command. Yao Wei Tjong 姚伟忠 2014-04-11 12:35:13 +0800
  • 2c18a1ca65 Add 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
  • 740547e488 Travis CI: API documentation update at 2014-04-10 13:59:31 UTC. [ci package] urho3d-travis-ci 2014-04-10 13:59:32 +0000
  • 8939179787 Refactor 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
  • 41df6dc2e0 Expose Color constants in AngelScript. Use them in sample app. Yao Wei Tjong 姚伟忠 2014-04-10 13:53:34 +0800
  • 0fef66f780 Minor fix animation bug.[ci skip] Aster Jian 2014-04-10 15:21:23 +0800
  • caf6f1b35a Move wrap mode out of AttributeAnimation. Aster Jian 2014-04-10 14:37:00 +0800
  • 891aa80bb7 Travis CI: API documentation update at 2014-04-10 06:28:34 UTC. [ci package] urho3d-travis-ci 2014-04-10 06:28:34 +0000
  • 0b9ff78dcc Change 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
  • 9a51eef182 Fix GetFloat bug. Aster Jian 2014-04-10 13:10:15 +0800
  • 448874b245 Add animation speed parameter. Aster Jian 2014-04-10 12:32:55 +0800
  • 270a49d09f Refix issue #256.[ci skip] Aster Jian 2014-04-10 11:40:25 +0800
  • 6c7db54e4b Console 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
  • d2f9db942a Add LightAnimation in AngelScript.[ci skip] aster2013 2014-04-09 23:17:45 +0800
  • 58b66ac3d2 Add LightAnimation sample in Lua.[ci skip] aster2013 2014-04-09 23:10:18 +0800
  • 00b57c1231 Add LightAnimation sample, revert StaticScene. aster2013 2014-04-09 23:01:39 +0800
  • afddbaef76 Fix Node.pkg merge error. aster2013 2014-04-09 22:33:16 +0800
  • a2197916a7 Update LuaIntegration sample. aster2013 2014-04-09 21:47:44 +0800
  • 3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. aster2013 2014-04-05 22:17:08 +0800
  • ce7f6a6a41 Fix stack index error.[ci skip] Aster Jian 2014-04-03 16:39:40 +0800
  • 1b200184d2 Fix attribute bug. Aster Jian 2014-04-03 16:22:02 +0800
  • 76efdc19bf Finish Anglescript animation API. Aster Jian 2014-04-03 15:47:17 +0800