summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-11Replace some getters to direct fileds using.Andrei Karas2-5/+5
2012-10-10Fix code style.Andrei Karas3-3/+15
2012-10-10Delete copy constructor from other classes.Andrei Karas19-0/+80
2012-10-09Fix some stlport issues.Andrei Karas3-32/+3
2012-10-08Fix code style.Andrei Karas1-1/+1
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas3-2/+6
2012-10-06Improve map draw speed in fast opengl.Andrei Karas2-9/+6
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas6-10/+28
2012-10-06Fix monster particle effects.Andrei Karas1-2/+3
2012-10-06Fix default particle effects in attacks.Andrei Karas3-1/+14
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas3-4/+19
2012-10-05first part for adding mobs particle effects.Andrei Karas3-23/+22
2012-10-03Partial fix for working without resource caching.Andrei Karas1-3/+7
2012-10-03fix memory problems with atlases.Andrei Karas3-5/+41