Huy Nguyen
|
c29baecbe2
Update ProcessUtils.cpp
|
8 years ago |
Huy Nguyen
|
dc1746bc6e
Exclude other platforms except Windows and Linux.
|
8 years ago |
Florastamine
|
31d0a8afc5
Oops.
|
8 years ago |
Florastamine
|
4b627f7f72
Fix & minor cleanup.
|
8 years ago |
Florastamine
|
4c7647aa29
GetOSVersion() returns the version of the OS.
|
8 years ago |
Florastamine
|
c0c3f56678
GetHostName() returns name of the computer.
|
8 years ago |
Florastamine
|
de1af331ac
GetLoginName() returns the name of the currently logged in user.
|
8 years ago |
Florastamine
|
c7981ecad1
GetTotalMemory(), which returns the total amount of useable memory.
|
8 years ago |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
Lasse Öörni
|
939e7c9fd3
Revert "String + number operator". Remove String + operator with char parameter to prevent accidental truncation and replace with string literal concatenation where needed.
|
9 years ago |
Yao Wei Tjong 姚伟忠
|
3ab69da3af
Use __ANDROID__ compiler define consistently.
|
9 years ago |
Yao Wei Tjong 姚伟忠
|
64d975ba1a
Add initial build support for generic ARM platform.
|
9 years ago |
proller
|
0dc85f14a9
compile on arm arch with opengles2
|
9 years ago |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 years ago |
Lasse Öörni
|
5e780d9e8b
Allow configurable minidump write location via ProcessUtils.h functions. Closes #1142.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
431559c2bd
For Travis CI & AppVeyor - unified 'ci' rake task and spring cleaning.
|
10 years ago |
Jukka Jylänki
|
f7d5684001
Implement GetNumPhysicalCPUs() and GetNumLogicalCPUs() on Emscripten, which calls to emscripten_num_logical_cores() (navigator.hardwareConcurrency API in JS when available, or a guessed "4 cores" when not)
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
32fb97b5c9
Avoid SDL dependency when building mini Urho for PackageTool target.
|
10 years ago |
Lasse Öörni
|
973a6fa807
Use _WIN32 consistently in Urho3D engine code. Simplify some preprocessor conditionals. Closes #1036.
|
10 years ago |
Lasse Öörni
|
12bac51e78
Use freopen() instead of low level API calls to redirect stdin & stdout to opened console window to fix crash on 64bit build. Closes #999.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
e1341f7261
Replace the usage of Emscripten define and include to follow its norm.
|
10 years ago |
Lasse Öörni
|
a7c488b1bc
Use SDL message box for ErrorDialog() function for cross-platform support.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
fa77a456f8
Reformat Urho3D source files to get rid of the indents on empty lines.
|
10 years ago |
Lasse Öörni
|
ff8f4b7525
On Windows, when stdout/stderr has been redirected, use fprintf instead of WriteConsoleW() to allow capturing log output from tools. Closes #703.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
536b0a5429
Add new build option for better targeting Raspberry Pi platform.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
c48a46303b
Use -g4 flag for Emscripten Debug configuration build.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
e076d037c6
Minor convention and code clean up.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
6763207787
Complet the rebase to master branch.
|
11 years ago |
t
|
5d92f18b46
engine source changes for emscripten
|
11 years ago |
Lasse Öörni
|
bb2ebf7568
Bump copyright to 2015.
|
11 years ago |