]> git.tdb.fi Git - libs/gl.git/history - source/resourcemanager.cpp
Process MemberAccess nodes in FunctionInliner
[libs/gl.git] / source / resourcemanager.cpp
2018-05-02 Mikko RasaChange some class names
2017-01-06 Mikko RasaFix some clang compile warnings
2016-08-26 Mikko RasaNotify watchers of a resource being removed from the...
2016-08-26 Mikko RasaFix some uninitialized variables
2015-12-04 Mikko RasaCache the total data size in ResourceManager
2015-12-04 Mikko RasaMake ResourceManager thread-safe
2015-11-27 Mikko RasaDecrement size when removing a resource from the loadin...
2015-11-15 Mikko RasaGive meshes a higher priority when loading
2015-09-20 Mikko RasaPass the resource collection to async loaders
2015-09-05 Mikko RasaThrow a resource_load_error if the source could not...
2015-09-05 Mikko RasaAdd a safeguard to resource_used
2015-09-05 Mikko RasaMake is_resource_loaded const as it should be
2015-09-05 Mikko RasaMake resource locations externally accessible
2014-12-10 Mikko RasaAdd methods to query the state of a resource
2014-11-26 Mikko RasaPass errors from the resource loading thread to the...
2014-09-30 Mikko RasaRewrite ResourceManager internals for more scalability
2014-09-29 Mikko RasaAvoid segfaults when LoadingThread's resource is cleared
2014-09-29 Mikko RasaDelay opening the resource file until loading actually...
2014-09-26 Mikko RasaFix the resource disassociation loop in ~ResourceManager
2014-09-24 Mikko RasaAdd a ResourceWatcher interface
2014-09-18 Mikko RasaMiscellaneous fixes to ResourceManager
2014-09-08 Mikko RasaImplement automatic unloading when a total size limit...
2014-09-08 Mikko RasaImplement automatic resource unloading based on age
2014-09-07 Mikko RasaImplement manual loading policy and async flag
2014-08-30 Mikko RasaThrow an exception if Resource::load did not create...
2014-08-30 Mikko RasaDissolve the association to resources when ResourceMana...
2014-08-17 Mikko RasaFoundation for a resource management system