Lasse Öörni 96c14871db Fix ambiguous call on VS2010. 10 лет назад
..
Attribute.h 2c3033d62a Limit interface to use only crowd agent's parameters and public APIs. 10 лет назад
Condition.cpp fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
Condition.h fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
Context.cpp 0a3e487a9e Log warnings when illegal attribute registration or base type attributes copying is attempted. 10 лет назад
Context.h fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
CoreEvents.h 6abe6b66c0 PARAM -> URHO3D_PARAM 10 лет назад
Main.h a976309138 DEFINE_MAIN -> URHO3D_DEFINE_MAIN 10 лет назад
MiniDump.cpp fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
MiniDump.h bb2ebf7568 Bump copyright to 2015. 11 лет назад
Mutex.cpp fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
Mutex.h fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
Object.cpp ad2eb74d83 LOGERROR -> URHO3D_LOGERROR 10 лет назад
Object.h 4bcbae61fe HANDLER -> URHO3D_HANDLER 10 лет назад
ProcessUtils.cpp 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 лет назад
ProcessUtils.h bb2ebf7568 Bump copyright to 2015. 11 лет назад
Profiler.cpp 6f60ee7f48 Print memory use for all resources in ResourceCache::PrintMemoryUsage(). Change memory budget & use API to use unsigned long long (64bit). Expose GetFileSizeString() to script. Refactor Engine to use PrintMemoryUsage(). Match width of profiler and resource outputs. Rename Profiler::GetData() to Profiler::PrintData() to match the new ResourceCache function. 10 лет назад
Profiler.h b616aa6272 Merge remote-tracking branch '1vanK/master' 10 лет назад
Spline.cpp 4b015f3c51 LOGERRORF -> URHO3D_LOGERRORF 10 лет назад
Spline.h 3b4738ee25 Clean up Spline comments. Add a Catmull-Rom full path mode which duplicates or loops the start and end. Closes #780. 10 лет назад
StringUtils.cpp 96c14871db Fix ambiguous call on VS2010. 10 лет назад
StringUtils.h d7bc2d6a0d Move GetFileSizeString() to StringUtils. 10 лет назад
Thread.cpp af7ed744f0 URHO3D_THREADING build option. Closes #939. 10 лет назад
Thread.h fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 лет назад
Timer.cpp db15f0358e PROFILE -> URHO3D_PROFILE 10 лет назад
Timer.h f02cd63437 OBJECT -> URHO3D_OBJECT 10 лет назад
Variant.cpp 8463b48e96 Remove SplitMode enum in favor of a bool to simplify script binding. Reverse the default behavior to not return empty strings to ensure correctness of existing code. Fix resource prefix path list to not require a space. Fix ResourceRefList deserialization. Closes #1014. 10 лет назад
Variant.h f0b3c8b805 Allow interchangeable numeric value in Variant GetXXX(), e.g. GetFloat() succeeds when it's actually an int. Comparison still requires type and value to match exactly. Closes #851. 10 лет назад
WorkQueue.cpp ad2eb74d83 LOGERROR -> URHO3D_LOGERROR 10 лет назад
WorkQueue.h 6abe6b66c0 PARAM -> URHO3D_PARAM 10 лет назад