summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2013-04-07fix cide style.Andrei Karas3-3/+3
2013-04-07some fixes after auto check.Andrei Karas2-4/+2
2013-04-04Add support for animated emotes.Andrei Karas2-0/+11
2013-03-31Add support for sound effects in any notification messages.Andrei Karas2-0/+117
2013-03-24fix code style.Andrei Karas1-0/+2
2013-03-24improve soundmanager class.Andrei Karas2-2/+3
2013-03-17add walkmaps support.Andrei Karas4-1/+37
2013-03-12Add all files delete function to resource manager.Andrei Karas2-0/+18
2013-03-11Add some fixes after automatic checks.Andrei Karas1-3/+1
2013-03-02Fix compilation.Andrei Karas1-1/+1
2013-03-02Other fixes from Coverity checks.Andrei Karas5-17/+22
2013-03-01Fix code style.Andrei Karas1-1/+0
2013-03-01Fix arrow images load.Andrei Karas1-2/+5
2013-02-26Improve string usage in other files.Andrei Karas10-37/+37
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-4/+4
2013-02-18Enable some features for tmw like servers.Andrei Karas3-12/+6
2013-02-18move most direct calls to physfs to separate file.Andrei Karas2-28/+27
2013-02-13Fix code style.Andrei Karas1-1/+1
2013-02-10Improve a bit image load speed.Andrei Karas5-7/+26
2013-02-06Remove specials window and db.Andrei Karas2-222/+0
2013-02-01Fix code style.Andrei Karas1-1/+2
2013-01-31Add default avatars support for npcs.Andrei Karas4-1/+23
2013-01-27Add ability to maps to play music files with map name.Andrei Karas2-1/+17
2013-01-20Last part with FOR_EACH changes.Andrei Karas7-60/+25
2013-01-16update copyrights year.Andrei Karas61-61/+61
2012-12-30Add support for different sounds from different weapons.Andrei Karas1-0/+2
2012-12-30Add for incorrect item sound type "strike" alias "miss".Andrei Karas1-1/+1
2012-12-28Fix different warnings from previous commits.Andrei Karas1-1/+2
2012-12-27Fix text size if it was not power of two.Andrei Karas5-5/+13
2012-12-27Change outline function to better quality but slower.Andrei Karas5-0/+47
2012-12-25Improve empty strings manipulation.Andrei Karas2-2/+2
2012-12-04Initial changes for OS X build.Socapex1-29/+29
2012-12-03Rename music.cpp/h to sdlmusic.Andrei Karas4-18/+18
2012-11-09Fix code style.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-30Add unused warnings to other files.Andrei Karas27-178/+214
2012-10-27Fix code style.Andrei Karas1-1/+1
2012-10-26Android compilation fixes.Andrei Karas1-0/+7
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas4-4/+20
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas9-4/+164
2012-10-23Fix texture sampler settings again.Andrei Karas1-1/+1
2012-10-23Fix texture sampler settings.Andrei Karas1-1/+0
2012-10-23Move OpenGL error conversion to string to graphicsmanager.Andrei Karas1-25/+3
2012-10-23Set for all textures max mipmap level to 0.Andrei Karas1-0/+2
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+1
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas4-7/+26
2012-10-16Fix code style and some other minor issues.Andrei Karas2-8/+10
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas4-4/+4
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas19-26/+26