Commit History

作者 SHA1 備註 提交日期
  Wei Tjong Yao 6a6a5e4adc Fixed GetPlatform() to correctly return 'Raspberry Pi' as the platform name on Pi. Fixed Editor's mouse cursor not visible on Pi. 12 年之前
  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. 12 年之前
  Lasse Öörni ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 年之前
  Lasse Öörni 9e3282aeea Initial fixes for compiling as 64bit (MSVC.) 12 年之前
  Lasse Öörni 62e3d47f6b Added option to ParseArguments() to not skip the first argument. 12 年之前
  Lasse Öörni d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. 12 年之前
  Wei Tjong Yao 51c0b76c6b Code cleanup (pardon the dust). 13 年之前
  Wei Tjong Yao 4d72b5a609 ScriptAPIDumper dumps to console when output file is not provided. Removed caveat from have to compile with ENABLE_LOGGING. Exposed variants to print to stderr to script. Added shell script for calling ConvertDocsToWiki executable. Fixed Editor application to handle exit on error gracefully. Updated documentation and wiki accordingly. 13 年之前
  Lasse Öörni 1eda3844f0 Applied further UI and editor patch from weitjong. Text is now shown at full opacity in the editor, and the min/max opacity is also configurable. 13 年之前
  Lasse Öörni da243eb31b Applied UI & editor related patch from weitjong. 13 年之前
  Lasse Öörni 55681dc55a Applied patch from weitjong. 13 年之前
  Lasse Öörni a40fead7dc Updated license for the new year. 13 年之前
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. 13 年之前
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. 13 年之前
  Lasse Öörni 290d393cfc List command line options on non-Win32 systems when run without script file name. 13 年之前
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. 13 年之前
  Lasse Öörni e1a1c974e5 Initial iOS support. 13 年之前
  Lasse Öörni 8a2ddf4971 Fixed D3D build. 13 年之前
  Lasse Öörni 5bb39d77c4 Added function to return a runtime platform identifier string. 13 年之前
  Lasse Öörni 866cd89546 Started work for experimental Android support. 13 年之前
  Lasse Öörni 3e812ec1e0 Fixed physics update bug that caused physics framerate dependency and instability. 13 年之前
  Lasse Öörni 3735bd6916 Strip double quotes from arguments. 14 年之前
  Lasse Öörni e10da28c4b Reverted PrintLine() to use printf() to allow seeing the tools' intermediate output in the MSVC output window. 14 年之前
  Lasse Öörni acd6f5be5c Fixed PrintRaw() on Unix. 14 年之前
  Lasse Öörni 89d3dc38e9 Fixed conflict with IOAPI.cpp Print() functions. 14 年之前
  Lasse Öörni 3805401100 Fixed WString returning length one char too long. 14 年之前
  Lasse Öörni a542fae7b6 Centralized printing to the console. 14 年之前
  Lasse Öörni 481468e2a0 Replaced further Win32 API calls with Unicode variants. 14 年之前
  Lasse Öörni fa017fd53d Fixed Unix compile errors. 14 年之前
  Lasse Öörni 0a3b1564d1 Further Unicode fixes. 14 年之前