summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Add custom autocomplate list from file customwords.txtAndrei Karas2-6/+38
2011-04-05Replace list to vector in map.Andrei Karas2-2/+2
2011-04-04Replcae find to compare if need.Andrei Karas2-7/+7
2011-04-04Hide server type selection if manaserv is not enabled in compilation.Andrei Karas1-28/+48
2011-04-04Rename some gui class files to real class names.Andrei Karas44-75/+75
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas10-52/+52
2011-04-04Add initialisation for some variables, fix compilation warning.Andrei Karas3-1/+8
2011-04-04Add progress update files counter.Andrei Karas1-0/+9
2011-04-03Change imageset offset work not like default offset, but as additional offset.Andrei Karas3-6/+9
2011-04-03Fix update error if file line is empty, like in aethyra updates.Andrei Karas1-1/+2
2011-04-03Fix "add to trade" action in inventory context menu.Andrei Karas1-1/+1
2011-04-03Add default offsets in imageset tag for all animations.Andrei Karas2-2/+20
2011-04-03Add spawn animation to mobs.Andrei Karas11-7/+67
2011-04-02Move help from chat command help to help window.Andrei Karas1-187/+6
2011-04-02Another possible way to save chat settings on error.v1.1.4.3Andrei Karas1-0/+2
2011-04-02Change version to 1.1.4.3.Andrei Karas1-2/+2
2011-04-02Some fixes after automatic code checking.Andrei Karas6-37/+72
2011-04-02Add missing checks.Andrei Karas5-9/+46
2011-04-01Add ability to receive buy/sell requests with invisible space at first.Andrei Karas1-0/+2
2011-04-01Commented some sdl and opengl tests.Andrei Karas1-0/+2
2011-04-01Small optimisation in map drawing.Andrei Karas1-2/+3
2011-04-01Fix compilation warnings.Andrei Karas2-1/+2
2011-04-01Add horisontal and vertical padding for layout object.Andrei Karas2-12/+28
2011-03-31Add repeat attribute to xml sequence tag.Andrei Karas1-11/+24
2011-03-31Fix for disabled away in chat tab.Andrei Karas1-1/+2
2011-03-31Improve opengl perfomance.Andrei Karas1-2/+4
2011-03-31Fix memory leaks and some other errors.Andrei Karas10-20/+64
2011-03-30Add background music map ranges.Andrei Karas6-17/+140
2011-03-29Add new lines to translation and rebuild translation again.Andrei Karas3-62/+78
2011-03-29Add fixes for localisation dir in linux portable build and error detection.Andrei Karas2-2/+12
2011-03-29Save chat settings even in network errors.Andrei Karas1-0/+2
2011-03-29Fix typo in status popup window.Andrei Karas1-1/+1
2011-03-29Add gettext to statuspopup.Andrei Karas2-157/+149
2011-03-29Add translation for some strings in setup video tab.Andrei Karas1-2/+2
2011-03-28Fix compilation warnings.Andrei Karas2-7/+13
2011-03-27Fix regression after adding gcc 4.6 fixes.Andrei Karas1-10/+10
2011-03-27Fix uninitialised variable.Andrei Karas1-1/+2
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas31-62/+127
2011-03-27Add no away to whisper chat context menu.Andrei Karas4-1/+30
2011-03-26Remove colors from nick if nick not real nick in whisper.Andrei Karas1-2/+3
2011-03-26Save chat tab options between client restarts.Andrei Karas1-2/+17
2011-03-26Add option to chat context menu to remove nicks.Andrei Karas4-4/+50
2011-03-26Fix code style.Andrei Karas2-3/+4
2011-03-26Fix complilation without opengl.Andrei Karas3-9/+21
2011-03-26Fix scrollbar regression.Andrei Karas2-3/+15
2011-03-26Remove debug code and add checks in graphics classes.Andrei Karas3-49/+14
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas23-28/+1138
2011-03-20Disable scroll buttons in shortcuts windows.v1.1.3.20Andrei Karas1-2/+0
2011-03-19Change version to 1.1.3.20.Andrei Karas1-2/+2
2011-03-19Add flag to enable or disable scroll buttons in tabbed area.Andrei Karas4-17/+78