summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+2
2014-05-08Fix code style in resources.Andrei Karas1-3/+3
2014-05-02Add missing const.Andrei Karas1-2/+2
2014-04-30Fix code style in resources.Andrei Karas1-5/+5
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-02-02Add missing const and static into resource classes.Andrei Karas1-4/+4
2014-01-22xcode stuffSocapex1-1/+1
2014-01-18fix code style.Andrei Karas1-1/+0
2014-01-17fix crash on window resize.Andrei Karas1-0/+31
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into resourcemanager.Andrei Karas1-8/+10
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas1-5/+4
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+1
2013-11-01move package directory variable from client into paths.Andrei Karas1-2/+2
2013-10-25dont use void pointer type.Andrei Karas1-1/+1
2013-10-23replace some malloc/free by new/delete.Andrei Karas1-2/+2
2013-10-19remove unused vars from resourcemanager.Andrei Karas1-2/+0
2013-10-19improve pointers using in resourcemanager.Andrei Karas1-12/+13
2013-09-16remove unused includes from resources.Andrei Karas1-7/+0
2013-09-15add RWops leaks reporting.Andrei Karas1-3/+4
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas1-3/+6
2013-08-26add surface allocation debug code.Andrei Karas1-2/+3
2013-08-25fix typo in resourcemanager logging.Andrei Karas1-2/+2
2013-08-25add code for image creation/deletion.Andrei Karas1-0/+9
2013-08-24improve dirs usage in Client.Andrei Karas1-1/+1
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-13also clear resource cache if switching servers.Andrei Karas1-0/+7
2013-04-26fix code style more.Andrei Karas1-2/+2
2013-04-22Fix possible crash in protected sprites deletion.Andrei Karas1-0/+2
2013-04-20fix style in resources directory.Andrei Karas1-2/+6
2013-04-16improve resourcemanager class.Andrei Karas1-55/+25
2013-04-14some more style fixes from cpplint.Andrei Karas1-3/+4
2013-04-12Fix code style and other small issues.Andrei Karas1-1/+1
2013-04-10Add option to left all per map sprites in memory if once was loaded.Andrei Karas1-3/+27
2013-03-24fix code style.Andrei Karas1-0/+2
2013-03-17add walkmaps support.Andrei Karas1-0/+28
2013-03-12Add all files delete function to resource manager.Andrei Karas1-0/+16
2013-03-02Other fixes from Coverity checks.Andrei Karas1-9/+2
2013-02-26Improve string usage in other files.Andrei Karas1-15/+13
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-4/+4
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-22/+21
2013-02-10Improve a bit image load speed.Andrei Karas1-1/+9
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-6/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename music.cpp/h to sdlmusic.Andrei Karas1-3/+3
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-1/+1
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+2
2012-10-03Partial fix for working without resource caching.Andrei Karas1-3/+7