summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Add virtlist for file names enumeration in virtfs.Andrei Karas1-3/+4
2017-02-14Remove extra includes.Andrei Karas1-1/+0
2017-02-14Fix possible use after free in curl.Andrei Karas1-3/+3
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-0/+1
2017-02-12Fix code style.Andrei Karas1-0/+1
2017-02-11Remove extra includes.Andrei Karas1-2/+0
2017-02-11Split virtfs api for add directories and archives.Andrei Karas3-16/+24
2017-02-10Rename physfsrwops into virtfsrwops.Andrei Karas1-1/+1
2017-02-10Rename physfstools into virtfs.Andrei Karas5-21/+21
2017-02-09Remov extra includes.Andrei Karas2-3/+0
2017-02-09Open quest in quests window if quest link was clicked.Andrei Karas3-2/+32
2017-02-08Move quests loading code into quests db.Andrei Karas2-201/+23
2017-02-08Use as primary domain manaplus.org in mirrors.Andrei Karas1-3/+3
2017-02-08Fix compilation without tmwa support.Andrei Karas1-1/+1
2017-02-06Add custom currency also into shop items list.Andrei Karas5-10/+38
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