Commit History

Author SHA1 Message Date
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Lasse Öörni 9a2d373d29 Assert receiver in derived template implementation, not in base class, which allows to set a null pointer instead of one cast from unsigned int. Closes #1634. 9 years ago
  Lasse Öörni bb057522ad Remove static TypeInfo checking functions, as they cannot function properly due to always accessing the TypeInfo of Object class. 9 years ago
  Yao Wei Tjong 姚伟忠 b99f652892 Minor refactoring on the event profiler subsystem. 9 years ago
  carnalis 55d2ed8e7c Add Urho3D namespace 9 years ago
  Lasse Öörni 5ac188d459 Add event name subscription to AngelScript & Lua API's as a global function, so that script-defined events can work with EventProfiler. Simplify code to terminate EventProfiler block when event send ends. Also terminate EventProfiler block if event send is terminated abnormally (sender expired.) 9 years ago
  svifylabs a91a6cf924 Added static bool to EventProfiler 9 years ago
  svifylabs 16257f80c5 Revert "Testing static registration of subsystems" 9 years ago
  svifylabs 2a0a9df4dd Testing static registration of subsystems 9 years ago
  svifylabs bffb89b60d Added EventProfiler 9 years ago
  Yao Wei Tjong 姚伟忠 8d7027179e Refactor to move the map's populate logic to base class for code reuse. 9 years ago
  Yao Wei Tjong 姚伟忠 422406c3e7 Add C++11 variadic template version of the SendEvent() method. 9 years ago
  rokups 740ff3491a C++11 event binding (lambdas/std::bind). 9 years ago
  Blue, The Magnificent bfe39c6a3f Enhancement to global variable implementation 9 years ago
  Blue, The Magnificent f1864f498a implement application wide global variable 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Ivan K 4bcbae61fe HANDLER -> URHO3D_HANDLER 10 years ago
  Ivan K f954325243 HANDLER_USERDATA -> URHO3D_HANDLER_USERDATA 10 years ago
  Ivan K 6abe6b66c0 PARAM -> URHO3D_PARAM 10 years ago
  Ivan K 6b54578bc5 EVENT -> URHO3D_EVENT 10 years ago
  Ivan K f02cd63437 OBJECT -> URHO3D_OBJECT 10 years ago
  aster2013 b7ee2575d7 Convert tab to spaces, [ci skip] 10 years ago
  aster2013 a1105f7d38 Minor refactor, add comment to type info. 10 years ago
  aster2013 3a948899a7 Add type info, remove BASEOBJECT macro, now user can use type info check object type. for example: 10 years ago
  aster2013 6bd1d77634 Add baseTypeName argument to OBJECT macro. 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 be994d62e4 Remove extra parentheses from CreateObject(), as suggested by Modanung. 10 years ago
  Lasse Öörni bb2ebf7568 Bump copyright to 2015. 11 years ago
  Yao Wei Tjong 姚伟忠 b51e419c88 Change impl. file to include the header file from corresponding subdir. 11 years ago
  Yao Wei Tjong 姚伟忠 1cbbb6b805 Finalize SDK-like include dirs clean up. Fix build using MSVC. 11 years ago