Lasse Öörni
|
b325ba5195
Support excluding 2D functionality from the build (CMake option URHO3D_URHO2D=0). Removed empty scene creation from the UIDrag example. Make compiling Civetweb conditional of URHO3D_NETWORK. Exclude samples depending on the Controls structure when URHO3D_NETWORK is disabled.
|
11 years ago |
hdunderscore
|
13412bc68f
A sample showing how to use UI drag features (drag begin/move/end/cancel and how to use most of the event data), and it can be used to demonstrate multi-touch drag support on touch-enabled devices.
|
11 years ago |
Lasse Öörni
|
807bd28a9d
Add URHO3D_NETWORK CMake parameter to control whether networking support is built.
|
11 years ago |
aster2013
|
25132bd4a0
ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS.
|
11 years ago |
aster
|
ef32eee6ee
Add tile map support in Urho2D, current not all of features are supported in Urho2D, but I think we can add it later. Fore more information about tile map, please refer http://www.mapeditor.org/.
|
11 years ago |
aster
|
436908e031
Add Use SDF option to Text3D to enable signed distance field text.
|
11 years ago |
Lasse Öörni
|
b281e555d7
Added dynamic geometry C++ sample. Minor comment & warning fixes in other samples.
|
11 years ago |
aster2013
|
6cea8b84f5
Add spriter animation sample in C++.
|
11 years ago |
Mike3D
|
c04bceb490
Update CMakeLists.txt
|
11 years ago |
Mike3D
|
bba58e1287
New Urho2D sample demonstrating constraints.
|
11 years ago |
aster
|
11a9b1f1dc
Bind material parameter animation to Lua and AngelScript, Add MaterialAnimation sample.
|
11 years ago |
aster2013
|
00b57c1231
Add LightAnimation sample, revert StaticScene.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
46285baf97
Refactor build scripts to group Urho3D specific build option.
|
11 years ago |
Lasse Öörni
|
1cc8f2b82b
Added BufferedSoundStream class and sound synthesis C++ example.
|
11 years ago |
aster2013
|
c7153fd67d
Add Urho2DPhysicsRope sample.[ci skip]
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
10cbd8deed
Add a simple Android samples launcher activity.
|
11 years ago |
aster2013
|
e116ab8150
Add 2D physics class.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
b5f9b52717
Minor fixes on C++ ConsoleInput sample class.
|
11 years ago |
Lasse Öörni
|
e2779d0509
Added ConsoleInput C++ example. Closes #159.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
1a7d032425
Misc. minor fixes.
|
11 years ago |
aster2013
|
7cfb4fe6be
Add Urho2DParticle sample in C++.
|
11 years ago |
aster2013
|
383da73503
Add Urho2DSprite sample.
|
11 years ago |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
48eb0497df
Rename var name from <package>_INCLUDE_DIR to <package>_INCLUDE_DIRS.
|
12 years ago |
Lasse Öörni
|
1ace697dc9
Added water example with reflection/refraction. Improved the water shader to include proper fresnel calculation and a noise map. Closes #120.
|
12 years ago |
StevenZhang
|
a17baf2695
make AngelScript an optional module, you can use -DENABLE_ANGELSCRIPT=0 to disable it.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
a9ed330890
Create sub-projects for Samples/Tools/Extras.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
Lasse Öörni
|
48532b2509
Added C++ / script integration samples, which reimplement AnimatingScene sample, but use a script object instead of a C++ component.
|
12 years ago |
Lasse Öörni
|
94a3c80e34
Added C++ version of HugeObjectCount example, and animation to both versions.
|
12 years ago |