summaryrefslogtreecommitdiff
path: root/src/gui/windows/updaterwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-02-16Client rebranding: Partly import changes from !28Jesusalva Jesusalva1-4/+5
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
2024-02-11Get rid of manaverse-owned updates. (Coverage warning!)Jesusaves1-70/+3
This leaves some dead corpses behind, cleanup after is advised. Reverts b9e27e9563e32a17cd80142ce05b5770479cc709 For short, the client should not be keeping an override on what server shows. This function (backdoor) also don't exist on Mana client.
2023-02-05Disable /fix/ updates.Jesusalva Jesusalva1-1/+1
2021-06-05changed updatehost (to update badges in future)jak11-4/+4
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-11-03Drop support for server version 19.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-05-25Enable images in updater window.Andrei Karas1-0/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-2/+2
2018-02-16Fix code style.Andrei Karas1-1/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-0/+1
This will allow log data from C libs.
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameter from download.Andrei Karas1-1/+2
2017-12-27Remove default parameters from window.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-5/+5
2017-12-24Remove default parameter from staticbrowserbox.Andrei Karas1-10/+13
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-13/+13
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-19Use staticbrowserbox in updaterwindow.Andrei Karas1-2/+6
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-26/+26
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-04Improve join some paths.Andrei Karas1-3/+3
2017-04-15Fix download urls on windows.v1.7.4.15Andrei Karas1-1/+1
2017-04-03Remove extra includes.Andrei Karas1-1/+0
2017-04-03Replace string::append with pathJoin.Andrei Karas1-46/+53
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas1-1/+1
Also add const into VirtFs::loadFile.
2017-03-29Remove extra includes.Andrei Karas1-1/+0
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas1-4/+5
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+2
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-1/+1
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-10/+10
2017-03-02Fix space and enter key press in updater window after update complete.Andrei Karas1-1/+2
Before this keys triggered cancel action.
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and ↵Andrei Karas1-1/+1
directories.
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-02-21Move other fs related files into fs directory.Andrei Karas1-3/+3
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-2/+3
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei 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
Also remove useless resourcemanager functions for add/remove virtfs entries.
2017-02-10Rename physfstools into virtfs.Andrei Karas1-2/+2
2017-02-08Use as primary domain manaplus.org in mirrors.Andrei Karas1-3/+3
2017-01-27Move browserboxmode into separate file.Andrei Karas1-1/+1
Also convert it to strong typed enum.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-27Remove extra includes.Andrei Karas1-1/+0
2016-09-27Use for links in updater window ItemLinkHandler.Andrei Karas1-10/+4
2016-09-27Dont steal focus to updater window button.Andrei Karas1-0/+1