summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-02-04Fix libcurl version checks.Andrei Karas1-7/+2
2017-02-02Fix compilation without tmwa support.Andrei Karas1-5/+4
2017-02-02Fix unit tests compilation.Andrei Karas1-1/+5
2017-02-01Use npc currency in buy dialog.Andrei Karas1-2/+3
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-1/+8
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas3-9/+19
2017-01-31Move units into db directory.Andrei Karas10-32/+40
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas1-3/+7
2017-01-31Fix null pointer in unit tests.Andrei Karas1-1/+2
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas1-0/+1
2017-01-30Fix compilation with old libcurl versions.Andrei Karas1-0/+8
2017-01-28Fix code style. Remove some useless checks.Andrei Karas1-5/+0
2017-01-27Fix style issues in browserbox.Andrei Karas1-1/+2
2017-01-27Move tabs replace code from browserbox into browserboxtools.Andrei Karas1-17/+1
2017-01-27Move links replace code from browserbox into browserboxtools.Andrei Karas1-81/+1
2017-01-27Move keys replace code from browserbox into browserboxtools.Andrei Karas1-13/+1
2017-01-27Move variables replace code from browserbox into browserboxtools.Andrei Karas1-2/+2
2017-01-27Move color names into separate file.Andrei Karas2-38/+24
2017-01-27Move link highlight mode into separate file.Andrei Karas2-18/+10
2017-01-27Move browserboxmode into separate file.Andrei Karas14-30/+28
2017-01-27Move browserlink into separate file.Andrei Karas2-22/+55
2017-01-20Fix code style.Andrei Karas10-2/+12
2017-01-19Dont clean online list if curl error happened (legacy server only)Andrei Karas1-3/+3
2017-01-18Replace left direct physfs functions calls into physfs namespace functions.Andrei Karas1-2/+2
2017-01-17Fix compilation with old compilers.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas45-9/+177
2017-01-06Fix code style.Andrei Karas3-6/+6
2017-01-05Remove extra includes from unit tests files.Andrei Karas1-6/+0
2017-01-05Fix different issues in unit tests.Andrei Karas3-5/+31
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas2-0/+6
2017-01-03Fix some doxygen issues.Andrei Karas15-183/+19
2017-01-03Remove useless todo messages.Andrei Karas3-7/+0
2017-01-03Update copyright year.Andrei Karas445-445/+445
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas1-0/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-1/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-0/+4
2016-12-29Fix compilation with gcc 4.4Andrei Karas1-2/+2
2016-12-29Add constexpr into itemshortcut.Andrei Karas1-1/+1
2016-12-29Add constexpr into sdlinput.Andrei Karas2-223/+223
2016-12-29Add const and constexpr into colorpair.hAndrei Karas1-3/+4
2016-12-29Add constexpr into ClipRect class. Remove cliprect.cppAndrei Karas2-89/+13
2016-12-29Add constexpr into Rect class. Remove rect.cppAndrei Karas2-152/+70
2016-12-23Fix style issues.Andrei Karas4-13/+10
2016-12-22Fix style issues.Andrei Karas4-5/+9
2016-12-19Fix hair animation in char create dialog.Andrei Karas1-0/+1
2016-12-17Fix wrong type for reading parameter.Andrei Karas1-1/+1
2016-12-16Remove extra include.Andrei Karas1-2/+0
2016-12-16Fix style issues.Andrei Karas2-3/+2
2016-12-16Remove extra break.Andrei Karas1-1/+0
2016-12-16Fix hiding tabs in skill dialog.Andrei Karas3-12/+51