summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas6-16/+16
2017-03-18Fix compilation on macosx.Andrei Karas1-1/+1
2017-03-10Fix leak in buy dialog.Andrei Karas1-0/+1
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-10/+10
2017-03-06Show assert if failed open streamed files.Andrei Karas1-1/+5
2017-03-02Fix space and enter key press in updater window after update complete.Andrei Karas1-1/+2
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-1/+1
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas4-5/+5
2017-02-21Move other fs related files into fs directory.Andrei Karas4-7/+9
2017-02-21Move virt fs related files into fs directory.Andrei Karas4-6/+10
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas2-5/+5
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-2/+2
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 Karas1-10/+16
2017-02-10Rename physfstools into virtfs.Andrei Karas2-5/+5
2017-02-09Remov extra includes.Andrei Karas2-3/+0
2017-02-09Open quest in quests window if quest link was clicked.Andrei Karas2-0/+22
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 Karas2-4/+6
2017-02-04Fix libcurl version checks.Andrei Karas1-7/+2
2017-02-02Fix compilation without tmwa support.Andrei Karas1-5/+4
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 Karas6-21/+27
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-27Move browserboxmode into separate file.Andrei Karas6-7/+7
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-19Dont clean online list if curl error happened (legacy server only)Andrei Karas1-3/+3
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas2-0/+14
2017-01-03Update copyright year.Andrei Karas105-105/+105
2016-12-23Fix style issues.Andrei Karas2-11/+8
2016-12-22Fix style issues.Andrei Karas3-3/+4
2016-12-19Fix hair animation in char create dialog.Andrei Karas1-0/+1
2016-12-16Fix style issues.Andrei Karas1-1/+0
2016-12-16Remove extra break.Andrei Karas1-1/+0
2016-12-16Fix hiding tabs in skill dialog.Andrei Karas1-1/+10
2016-12-15Add special skills tab for unknown skills.Andrei Karas2-0/+22
2016-12-15Dont show on start skill tabs without skills.Andrei Karas2-29/+50
2016-12-15Add support for rectangular skills tabs.Andrei Karas1-1/+26
2016-12-13Add support for possible new skill set types.Andrei Karas1-14/+35