Commit Graph

9869 Commits

Author SHA1 Message Date
Wei Tjong Yao
fa2c5aba99 Fixed Raspberry Pi build for Raspbian - add module file itself. 2013-07-26 07:03:27 +00:00
Wei Tjong Yao
648c363ba1 Fixed Raspberry Pi build for Raspbian. 2013-07-26 07:01:42 +00:00
Wei Tjong Yao
1addaa979d Changed the build script to make Raspberry Pi build has the same behaviour between native build and cross-compile build. 2013-07-26 00:03:33 +00:00
Wei Tjong Yao
5d28038fa4 Fixed the subproject dependency problem for Raspberry Pi native build. 2013-07-25 23:29:07 +00:00
Wei Tjong Yao
f5d649077d Reverted Doxyfile. 2013-07-25 15:58:12 +00:00
Wei Tjong Yao
cc99a07a53 Added Raspberry Pi port, currently only supported in GCC build either natively or cross compiling (if the CC tool is detected). Moved the gcc out-of-source build directory one more level up as it is better supported by cmake/eclipse generator this way. Enhanced shell scripts so they can be invoked in any directory. A few bug bug fixes on SDL library code. 2013-07-25 15:56:53 +00:00
Lasse Öörni
eea9b8da0d Added a larger version of the Urho3D logo.
Make GPUObject::GetGraphics() not inline so that including GPUObject.h does not also require including Graphics.h.
Added possibility to enable OpenGL mode through CMake command line.
2013-07-25 12:59:38 +00:00
Lasse Öörni
10bfa2423a Removed unneeded includes. 2013-07-24 23:50:07 +00:00
Lasse Öörni
0a70acdad0 Added Samples directory & first sample (HelloWorld) contributed by Paul Noome. 2013-07-24 23:41:57 +00:00
Wei Tjong Yao
e3b7eede33 Cleanup now unused member variable. 2013-07-24 12:07:20 +00:00
Lasse Öörni
adf668b386 Refactored the system cursor shape definition inside Cursor class; use SetUseSystemShapes() to enable.
Define OS cursors on demand when setting the shape; removed OS cursor visible parameter from Cursor::DefineShape().
2013-07-24 10:52:46 +00:00
Lasse Öörni
53d2404aee Applied OS cursor shape patch from Paul Noome. 2013-07-23 23:29:00 +00:00
Lasse Öörni
6325520ef3 Include large vertex shader array uniforms only when needed. 2013-07-23 23:05:27 +00:00
Aster Jian
fba80ac13b rename Eq with Equals. 2013-07-21 13:25:41 +00:00
Lasse Öörni
6dcffc2f67 Serialize the node animation states of an AnimationController.
Merged DecalSet & ParticleEmitter components to the Geometry component category.
2013-07-20 20:09:12 +00:00
Lasse Öörni
ad8b44d478 Added GetModel() & GetNode() to AnimationState.
Avoid double update in animation test, if an AnimationController is also playing the same animation.
2013-07-20 17:40:55 +00:00
Aster Jian
3f3d58c050 Rename StringEq to StringEquals. 2013-07-20 14:30:32 +00:00
Aster Jian
4248c9f65b Update Lua api. 2013-07-20 14:08:22 +00:00
Lasse Öörni
e908a9076a Support defining different action buttons for different resource types in the editor.
Added functionality to test animations in the editor.
Expose RefCounted class properly to script so that WeakHandle can point to all RefCounted types instead of just Object.
2013-07-20 13:53:42 +00:00
Aster Jian
35757c88fa Update TestScene.lua, Replace some method with property. 2013-07-20 13:49:57 +00:00
Lasse Öörni
9ff5b3d222 Renamed "Label Offset" attribute in Button to "Pressed Child Offset" to more accurately reflect what it does. 2013-07-20 09:30:31 +00:00
Lasse Öörni
3cd4625ad1 Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's.
Fixed Lua API (bindings of RenderSurface object) in OpenGL mode.
2013-07-19 19:58:58 +00:00
Aster Jian
522ea62a33 Add default value in GetMaterial function, so we can use material as a property. 2013-07-19 15:03:11 +00:00
Aster Jian
ed8eec63bd Replace some method with property in lua. 2013-07-19 15:01:57 +00:00
Aster Jian
6ba4451ffd Update Core, IO, Math Lua API. 2013-07-19 14:59:20 +00:00
Lasse Öörni
fc841ce8d1 Applied global UI double click patch from Chris Friesen. Removed individual double click handling in LineEdit & ListView elements.
Fixed RigidBody potentially moving too fast when its rotation is being forced.
Fixed NinjaSnowWar server freelook camera movement speed.
2013-07-19 10:30:59 +00:00
Aster Jian
a5abda17b7 Update Graphics Lua API. 2013-07-19 06:38:28 +00:00
Aster Jian
5e203f1bba Update Audio, Input, IO module Lua API. 2013-07-19 04:54:21 +00:00
Aster Jian
8d10c165ed Update Navigation, Network, Physics, Resource, Scene, UI Lua API. 2013-07-18 06:04:35 +00:00
Aster Jian
bf02252c65 Update Navigation Lua API. 2013-07-18 04:29:26 +00:00
Aster Jian
29b3207a8c Update Network Lua API. 2013-07-18 04:28:25 +00:00
Lasse Öörni
97af5ba002 Removed unused function declarations in RigidBody and fixed misleading comments. 2013-07-16 22:01:33 +00:00
Aster Jian
ad5bf73d10 Update Lua API. In SpriteTest.lua replace some function with property to make the code clean. 2013-07-16 15:45:27 +00:00
Aster Jian
e1780d0f74 Fixed tolua++ bug, let it generate reference property's set code. 2013-07-16 14:57:56 +00:00
Aster Jian
63dfd780ba Add property with no prefix. Remove fixed propety error code in pkg files. 2013-07-16 13:43:23 +00:00
Aster Jian
df1ee41817 Fixed tolua++ generate property code error. 2013-07-16 13:35:41 +00:00
Wei Tjong Yao
5d301cb151 Fixed UIElement's CombinedScreenRect property error in LuaScript subsystem. 2013-07-15 15:23:44 +00:00
Aster Jian
a6bae0a3db Fixed textureAttr property error. 2013-07-15 11:21:03 +00:00
Lasse Öörni
f167112a6a Update documentation. 2013-07-14 21:09:31 +00:00
Lasse Öörni
5bf8f5d56d Disable touchpad touch events on OS X, as they lead to erroneous input. 2013-07-14 20:35:42 +00:00
Aster Jian
3060463e4f Add property in UI module. Add support for function with default argument. 2013-07-14 15:02:21 +00:00
Lasse Öörni
6d852735b2 Removed the hacks to detect emulated mouse in NinjaSnowWar.
Modify SDL to remove Android & iOS emulated mouse events, and to detect Windows emulated mouse events and disregard them.
Fixed touch handling in UI.
Added Button::IsPressed() function.
2013-07-14 14:33:51 +00:00
Wei Tjong Yao
4f5763125c Removed the sed command that altered the make target to install/strip as it is not needed anymore now that the stripping is done via custom command. 2013-07-14 05:36:23 +00:00
Lasse Öörni
dac3f4e0a8 Fixed Android library stripping on some Windows configurations.
Perform Android build as out-of-source on Windows to match the Unix behavior and allow the same commands to be used.
Finalized the Android build documentation.
Removed the old Android native code build path using ndk-build.
Fixed post processing intermediate rendertargets not matching the rendertarget format.
2013-07-13 18:47:36 +00:00
Lasse Öörni
c37695b16a For consistency, emulate touch as mouse on all platforms (on Windows it is unavoidable.)
Fix erroneous controls in NinjaSnowWar when touch control is used on Windows.
2013-07-13 16:44:43 +00:00
Aster Jian
23d25cefa4 Remove unused function in LuaScript. Add Lua property to Audio module. 2013-07-13 14:55:10 +00:00
Lasse Öörni
5ad269e68c Reverted the addition of IsTouchEnabled() as on some platforms it is set dynamically on receiving the first touch. 2013-07-13 13:31:36 +00:00
Lasse Öörni
4c46fe72df Always delete CMakeLists directory also in the Windows CMake batch files to prevent using wrong toolchain.
Added IsTouchEnabled() function to Input.
2013-07-13 12:53:24 +00:00
Wei Tjong Yao
1d4bebc75c Reverted Doxyfile to keep Windows developer happy. 2013-07-11 02:23:01 +00:00
Wei Tjong Yao
f570d88f1b Fixed GCC build under Mac platform. 2013-07-11 02:16:59 +00:00