summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas16-99/+100
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas15-55/+58
2011-07-02Add hasRows to chattab class.Andrei Karas3-2/+8
2011-07-02Add xgettext:no-c-format comment for some strings.Andrei Karas1-0/+3
2011-07-01Replace some lists to vectors.Andrei Karas21-39/+46
2011-06-30Add some fixes for making manaplus on OpenBSD.Andrei Karas3-3/+15
2011-06-30Small speed improve in guichan code.Andrei Karas2-10/+8
2011-06-30Small speed improvments.Andrei Karas2-29/+31
2011-06-30Use resource manager for rescaled SDL images in ambient layer.Andrei Karas1-13/+5
2011-06-30Fix memory leak in desktop.cppAndrei Karas4-12/+40
2011-06-29Fix deleting character if nick not saved.Andrei Karas3-3/+9
2011-06-28More fixes for compilation under MacOS.Andrei Karas2-10/+6
2011-06-27Fix errors in MacOS compilation.Andrei Karas4-15/+20
2011-06-26Bit improve speed in map getwalk.Andrei Karas5-36/+42
2011-06-25Change version to 1.1.6.26.v1.1.6.26Andrei Karas1-2/+2
2011-06-25Fix memory leaks in npchandler and npcdialog classes.Andrei Karas2-0/+19
2011-06-24Delete some useless files and rename windows resource file.Andrei Karas3-2/+2
2011-06-23Fix code style.Andrei Karas1-2/+2
2011-06-23Fix compilation warnings.Andrei Karas2-2/+8
2011-06-23Made possible to separate the dye colors and channelsYohann Ferreira9-25/+54
2011-06-22Fix code style.Andrei Karas4-8/+8
2011-06-22Add to skills dialog tools tips with skill name and id.Andrei Karas2-8/+39
2011-06-21If client cant set video mode, it fall back to last mode.Andrei Karas2-1/+25
2011-06-21Add hardcoded modes to video modes list in settings.Andrei Karas1-0/+48
2011-06-19Fix action "copy eqipped to outfit".Andrei Karas1-2/+2
2011-06-19Fix reading default config values in setupitem class.Andrei Karas2-13/+37
2011-06-19Adjust input filed size in setupitem class.Andrei Karas1-1/+1
2011-06-19Redesign Chat setup page.Andrei Karas6-329/+215
2011-06-19Redesign Misc setup page.Andrei Karas17-532/+647
2011-06-18Start implimenting new setup pages.Andrei Karas9-54/+203
2011-06-16Fix dataDir in branding files.Andrei Karas6-8/+94
2011-06-16Add dataPath to branding.Andrei Karas7-14/+55
2011-06-15Add option to use local time in chat.Andrei Karas4-10/+38
2011-06-15Fix context menu positions in some windows.Andrei Karas4-2/+9
2011-06-15Fix "add comment" for offline or invisible players from chat tab.Andrei Karas1-0/+1
2011-06-14Add missing checks.Andrei Karas5-27/+55
2011-06-14Add ability to add comments to any players.Andrei Karas12-5/+259
2011-06-12Delete some forgotten variables from loginhandler on exit.Andrei Karas4-0/+12
2011-06-12Fix change character.v1.1.6.12Andrei Karas6-0/+16
2011-06-11Update translations.Andrei Karas1-1/+1
2011-06-11Change version to 1.1.6.12Andrei Karas1-2/+2
2011-06-11Allow find in inventory items with color 0 and 1 as 1.Andrei Karas1-3/+6
2011-06-10Add more "did you know?" texts.Andrei Karas1-1/+1
2011-06-10Fix code style.Andrei Karas2-10/+16
2011-06-10Improve image loading speed in Software mode.Andrei Karas1-13/+16
2011-06-10Improve fill rectangle speed in Software mode.Andrei Karas3-2/+130
2011-06-09Add more texts to "did you know" window.Andrei Karas1-1/+1
2011-06-09Allow select item with any color in code where colors not supported.Andrei Karas3-13/+13
2011-06-09Remove some debug messages.Andrei Karas2-10/+0
2011-06-09Merge branch 'didyouknow'Andrei Karas11-2/+279