Yao Wei Tjong 姚伟忠 b99f652892 Minor refactoring on the event profiler subsystem. 9 лет назад
..
APITemplates.h 34ddcdc294 Component reorder in editor. Fix attribute inspector not updating when nodes are added to e.g. StaticModelGroup via dragging. Clean up reorder related code. Set Urho icon as window icon in the editor. Closes #1463. 9 лет назад
Addons.cpp 3d9ea8eece Editor: fix some warnings 10 лет назад
Addons.h c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
AudioAPI.cpp a973d8318d Implement pause/resume by sound type in Audio. Closes #1250. Demonstrate by pausing "Effect" type sounds in NinjaSnowWar when the game is paused. Cut quiet part from beginning of NutThrow sound to reduce perceived audio lag when attacking. 10 лет назад
CoreAPI.cpp 8c7c34ac4d Configurable base in StringUtils ToInt & ToUInt to allow parsing hexadecimal. 9 лет назад
DatabaseAPI.cpp c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
EngineAPI.cpp b99f652892 Minor refactoring on the event profiler subsystem. 9 лет назад
GraphicsAPI.cpp 56ba0def78 Add Graphics::SetDither(). Closes #1489. 9 лет назад
IOAPI.cpp 0095fbb41e Unix named pipe support. Fixed GCC warning in OGLGraphics.cpp. Closes #1346. 9 лет назад
InputAPI.cpp b057434bfa Make escape key name consistent between keycode and scancode. 9 лет назад
MathAPI.cpp d7b0604d93 Made Angelscript work on the Emscripten build. Not thoroughly tested!!! 9 лет назад
NavigationAPI.cpp d7b0604d93 Made Angelscript work on the Emscripten build. Not thoroughly tested!!! 9 лет назад
NetworkAPI.cpp c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
PhysicsAPI.cpp c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
ResourceAPI.cpp 886d55c4bc Made JSONValue.get_size() const 9 лет назад
SceneAPI.cpp a955725bd0 Add the interpolation mode IM_NONE to ValueAnimation. Add animating UI element to LightAnimation example. Add ResourceRef constructor that takes type & name as strings for easier script bindings. 9 лет назад
Script.cpp cc5761d09d Clean up the code to check for AS_MAX_PORTABILITY define so that it could also come from AS' own config. Minor typo fix. 9 лет назад
Script.h 864a455572 script scoped global variable not needed anymore 10 лет назад
ScriptAPI.cpp bfe39c6a3f Enhancement to global variable implementation 10 лет назад
ScriptAPI.h c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
ScriptAPIDump.cpp c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
ScriptEventListener.h c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
ScriptFile.cpp 0913210731 Add additional Variant Types that have objects exposed to AngelScript subsystem 9 лет назад
ScriptFile.h c4f6f315ff Travis CI: bump copyright to 2016. 10 лет назад
ScriptInstance.cpp a2d26d8797 AngelScript ScriptInstance attribute storage during hot reload. Also restores attributes for later use if hot reload resulted in an error and inability to recreate the object right away. Closes #1291. 9 лет назад
ScriptInstance.h a2d26d8797 AngelScript ScriptInstance attribute storage during hot reload. Also restores attributes for later use if hot reload resulted in an error and inability to recreate the object right away. Closes #1291. 9 лет назад
UIAPI.cpp d506ab4288 Add SetFontSize() to Text & Text3D. Fix comments of SetFont() referring to nonexistent parameter. Closes #1484. 9 лет назад
Urho2DAPI.cpp af00713e12 Add Clone() to ParticleEffect & ParticleEffect2D. Closes #1469. 9 лет назад