Commit History

Autor SHA1 Mensaxe Data
  Lasse Öörni 5ce05d4cb6 Fixed missing horizontal flip from the vertical cross cubemap layout. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 6f980453b6 Added success return value to Image::FlipVertical(). Fixed return value of Image::Resize() in AngelScript bindings. %!s(int64=11) %!d(string=hai) anos
  ninjastone 390016fd76 Added script bindings %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 8ab908b1c9 Configurable max work time in ms per frame for finishing background loaded resources, and for non-threaded work in WorkQueue. Fix iteration bug if finishing several background loaded resources in one go. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 8463393377 Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. %!s(int64=11) %!d(string=hai) anos
  aster f9e555c19d Merge branch 'remove-short-string-hash' %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 10046d4b26 Added integer API for setting Image pixels. %!s(int64=11) %!d(string=hai) anos
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 0d183d6301 Added FromString() function to XMLFile. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni f232856ac1 Added manual VectorBuffer overloads for AngelScript functions that take a File handle for loading/saving. Cleaned up some script bindings code and fixed AngelScript binding for Image::LoadColorLUT(). %!s(int64=11) %!d(string=hai) anos
  Aster@中国上海 29095ad804 Add GetSubimage in Image class. %!s(int64=11) %!d(string=hai) anos
  aster2013 0e2e2a0b7f Fix error in JSONValue AngelScript API. %!s(int64=11) %!d(string=hai) anos
  aster2013 53d641bf6e Add get child name for JSON object type. %!s(int64=11) %!d(string=hai) anos
  aster2013 f95275aaa9 Bing JSON to Lua and AngelScript. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni f7b99ecdee Added Matrix types to Variant. Added ToString() to Matrix types. Added Matrix getters/setters to XMLElement. Added ToMatrix string conversion functions. Added possibility to assign shader parameters from Matrix variants. Fixed missing setting of Color variant shader parameter on Direct3D9. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 263a624fe4 Possibility in ResourceCache to enable returning resources which failed to load. This is used in the editor to overcome eg. failed scripts disappearing from a ScriptInstance's script file slot. %!s(int64=12) %!d(string=hai) anos
  Chris Friesen 00f26ddfd9 Get rid of some warnings when loading the editor %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. %!s(int64=12) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 981e924b88 Fix function signature to return data type as exposed API. Fixes #195. %!s(int64=12) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 ffe7a7699f Minor enhancement on getting optional resources and error handling. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 1c0cc050a1 Added Image pixel manipulation, resize and clear functions. Added Image profiling blocks. Closes #171. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 5987685834 Refactor RenderPath description XML to support inherit/patching mode. %!s(int64=12) %!d(string=hai) anos
  primitivewaste d4fb9a9450 Add Zone height fog support, HeightFog shader option and techniques. %!s(int64=12) %!d(string=hai) anos
  Alex Parlett d0a4a0ce87 Adds the ability to patch together two XMLFiles using the [RFC 5261](http://tools.ietf.org/search/rfc5261) with handling of Add, Replace and Remove for nodes and attributes. No handling has been added for namespace::prefix modifications at the moment. Use pass by value on sub-functions of add since gcc thinks there is no suitable conversion, where msbuild optimizes it out. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 2e01ca5e67 Sanitate resource dir similarly when adding and removing it to ensure removing works properly. %!s(int64=12) %!d(string=hai) anos
  Alex Parlett 3166f1874d Changed adding Resource and Package files to be able to specify the location in the Vector for search priority when calling GetFile or GetResource %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni cb45be26ef Added AngelScript & Lua property accessors for the XMLElement's value. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 679007d1b5 Normalize whitespace, update documentation. %!s(int64=12) %!d(string=hai) anos
  Alex Parlett db38bcf6c0 Added functionality to set the value for a node in the form of <node>value</node>. %!s(int64=12) %!d(string=hai) anos