Commit History

Author SHA1 Message Date
  Chris Friesen 0c4c6b0f10 Add shebangs to shell scripts 11 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  Wei Tjong Yao dfd142c7d2 Added Raspberry Pi bootstrap back to fix raspi build. Moved the xmlstarlet logic to cmake_gcc.sh for code reuse. Added ANDROID_ABI into build options documentation. 12 years ago
  Wei Tjong Yao 071da6be29 Added license header lines to build scripts. 12 years ago
  Wei Tjong Yao f87ee929d2 Better Eclipse project setup. Added generated project setting file and linked resources to svn:ignore. 12 years ago
  Wei Tjong Yao 256eb5ac78 Refactored CMake build script to separate reusable commands and macros into module for easy inclusion in external project. Added option to build Urho3D static/shared library (currently only works in Linux GCC). Added new FindUrho3D.cmake module for setting up Urho3D as external library in other user-defined project. 12 years ago
  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 years ago
  Wei Tjong Yao 4f5763125c Removed the sed command that altered the make target to install/strip as it is not needed anymore now that the stripping is done via custom command. 12 years ago
  Wei Tjong Yao 92d4e9831b Configured GCC to use out-of-source build. Set RelWithDebInfo as default build type for single-configuration generator (can be overridden via '-DCMAKE_BUILD_TYPE=xxxx' command line argument). Enhanced cmake_gcc.sh and cmake_eclipse.sh to generate Android project when ANDROD_NDK environment variable is set. Hence, deprecated cmake_android.sh. Updated document to reflect out-of-source gcc build and added a new paragraph on using Eclipse ADT plugin for Android building/deployment. 12 years ago
  Wei Tjong Yao 9f7862e9da Script cleaned up. 12 years ago
  Wei Tjong Yao 5dcdbe453b Fixed cmake_eclipse.sh to remove CMakeCache.txt. Fixed 64-bit compilation issue against newer X11 development library. 12 years ago
  Wei Tjong Yao b11cd0c11f Enhanced cmake shell scripts to accept extra options from command line. Added documentation on how to enable 64bit for GCC build. 12 years ago
  Wei Tjong Yao cddaa40080 Fixed ScriptInstance.cpp to compile under GCC and LLVM. Better Eclipse build environment setup. General code cleanup. During Editor startup, resets scene when loading requested scene from file specified by the parameter fails. 12 years ago
  Wei Tjong Yao c6bbe91faa Set the execute-bit on for *.sh. 12 years ago
  Lasse Öörni 55681dc55a Applied patch from weitjong. 13 years ago