Commit History

Author SHA1 Message Date
  Lasse Öörni 7493684840 Disable unsupported functions on iOS. 8 years ago
  Huy Nguyen 497d09f997 Fixed coding convention, replaced atoi(), minor cleanup. 8 years ago
  Huy Nguyen 3db26b4fad Fixed missing include for atoi(). 8 years ago
  Huy Nguyen fea5ece69b Added macOS/Mac OS X support for OSGetVersion(). 8 years ago
  Huy Nguyen 973c426d69 Rewrote GetLoginName() to properly detect the logged on user. 8 years ago
  Huy Nguyen 0df11623c6 Sync with the platform-query-functions branch. 8 years ago
  Huy Nguyen c88c5e6779 Update ProcessUtils.cpp 8 years ago
  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