Commit History

Author SHA1 Message Date
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Lasse Öörni 31744b797c Fix potential use of dangling EventReceiverGroup (leading to assert) by making it refcounted and holding onto it until event sending is complete. 9 years ago
  Lasse Öörni 3143336a76 Rewrite event receiver tracking to allow safe receiver removal during event send, even when same number of receivers is added and removed. Closes #1642. 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
  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
  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 ad2eb74d83 LOGERROR -> URHO3D_LOGERROR 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
  Yao Wei Tjong 姚伟忠 fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 years ago
  Lasse Öörni bb2ebf7568 Bump copyright to 2015. 11 years ago
  Yao Wei Tjong 姚伟忠 f719e3a429 Remove explicit inclusion of precompiled header file. 11 years ago
  Yao Wei Tjong 姚伟忠 359efb2d37 Move the DebugNew.h from Urho3D/Container subdir to Urho3D subdir. 11 years ago
  Yao Wei Tjong 姚伟忠 0a2e601307 Change the include path for Precompiled header to fix MSVC build. 11 years ago
  Yao Wei Tjong 姚伟忠 b51e419c88 Change impl. file to include the header file from corresponding subdir. 11 years ago
  Yao Wei Tjong 姚伟忠 bcf7c94ec8 Rename Source/Engine to Source/Urho3D. 11 years ago