Yao Wei Tjong 姚伟忠
|
96295b4923
Ensure the application logs are created in a writeable location.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
6ad8c14346
Add engine param for enabling touch emulation during initialization.
|
11 years ago |
Chris Friesen
|
873cef9840
Folders that autoload subfolders/paks on load
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
6298a15bf5
Cleanup to remove unused header file after the Console enhancement.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
3748375f67
Enhance Console class to support multiple command line interpreterers.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
b504e9f2c6
Fix competing command line interpreters issue in Editor.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
46285baf97
Refactor build scripts to group Urho3D specific build option.
|
11 years ago |
Lasse Öörni
|
2ac921de60
When editor is run from Urho3DPlayer, enable Lua if possible to allow editing Lua scripted scenes. Closes #294.
|
11 years ago |
Lasse Öörni
|
35195939c1
Exposed allowed screen orientations (effective on iOS only currently) and the flush GPU setting as engine startup parameters.
|
11 years ago |
Lasse Öörni
|
fb3306170e
Material quality, texture quality, texture filter mode and anisotropy level as engine startup parameters and command line options. Closes #241.
|
11 years ago |
Lasse Öörni
|
abc6fcd8b8
Shader precaching mechanism. Call Graphics::BeginDumpShaders() or use the engine command line parameter -ds <file> to create a shader dump file of the variations that are loaded during program run, and Graphics::PrecacheShaders() to load the dump file.
|
12 years ago |
aster2013
|
4f91bf9307
Add support for compiled Lua file(with luc extension).
|
12 years ago |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
Lasse Öörni
|
d1a8f38e93
Return in Urho3DPlayer if the script language is not supported to prevent showing two error dialog boxes.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
d719baa38b
Use on-demand shader evaluation for OpenGL as well.
|
12 years ago |
Lasse Öörni
|
721f70fe1a
Fixed D3D9 build. Added borderless as a command line option and documented it.
|
12 years ago |
Lasse Öörni
|
32a9e72752
Fixed GLES low quality shadows. Fixed Android/iOS not initializing engine parameters from CommandLine.txt.
|
12 years ago |
StevenZhang
|
a17baf2695
make AngelScript an optional module, you can use -DENABLE_ANGELSCRIPT=0 to disable it.
|
12 years ago |
Lasse Öörni
|
ee8e8031d2
Rework command line options that need a parameter value to have a space in between. Fixes #44.
|
12 years ago |
Lasse Öörni
|
cfa6b135ce
Moved Urho3DPlayer class definition to a .h file. Updated documentation to refer to Urho3DPlayer.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
c1480abfb8
Rename Urho3D script host app from "Urho3D" to "Urho3DPlayer".
|
12 years ago |