Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -2/+2 | |
2017-02-08 | Use as primary domain manaplus.org in mirrors. | Andrei Karas | 1 | -3/+3 | |
2017-01-27 | Move browserboxmode into separate file. | Andrei Karas | 1 | -1/+1 | |
Also convert it to strong typed enum. | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-10-04 | Move layouttype into enums directory. | Andrei Karas | 1 | -1/+2 | |
2016-09-27 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2016-09-27 | Use for links in updater window ItemLinkHandler. | Andrei Karas | 1 | -10/+4 | |
2016-09-27 | Dont steal focus to updater window button. | Andrei Karas | 1 | -0/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -2/+4 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -3/+3 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -2/+2 | |
2016-04-23 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2016-04-16 | Move downloadstatus enum into separate file. | Andrei Karas | 1 | -35/+35 | |
Also convert it to strong typed enum. | |||||
2016-02-21 | Add missing checks. | Andrei Karas | 1 | -3/+4 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -15/+27 | |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -16/+16 | |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -0/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 1 | -1/+1 | |
2015-11-19 | Add strong typed bool enum Append. | Andrei Karas | 1 | -9/+12 | |
2015-11-16 | Convert State enum into strong typed. | Andrei Karas | 1 | -8/+8 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -47/+34 | |
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 1 | -1/+10 | |
2015-06-25 | Add missing checks in windows. | Andrei Karas | 1 | -0/+12 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -8/+5 | |
2015-06-03 | Convert UpdateType enum into strong typed enum. | Andrei Karas | 1 | -1/+2 | |
2015-06-01 | Convert DownloadStatus enum into strong typed enum. | Andrei Karas | 1 | -2/+4 | |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -4/+4 | |
2015-05-30 | Move inputaction into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-05-30 | Move theme progress colors enum into separate file. | Andrei Karas | 1 | -1/+3 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -1/+1 | |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 | |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 1 | -1/+1 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-02-11 | Remove steam voting link. | Andrei Karas | 1 | -8/+0 | |
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -1/+1 | |
2015-01-11 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2015-01-06 | Move updatetype.h into enums namespace. | Andrei Karas | 1 | -1/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-19 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-12-18 | Enable browserbox variables in npcdialog and updaterwindow. | Andrei Karas | 1 | -0/+1 | |
2014-10-10 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2014-10-04 | Fix possible update errors with empty update server. | Andrei Karas | 1 | -2/+11 | |
2014-10-04 | If server not have update server, skip fix update server downloads. | Andrei Karas | 1 | -7/+14 | |
2014-07-16 | Move mirrors for get client version into branding file. | Andrei Karas | 1 | -7/+8 | |
New branding options: updateMirrorX where X is from 1 to 7. | |||||
2014-07-16 | Move urls for client update into branding file. | Andrei Karas | 1 | -12/+11 | |
New branding options: androidDownloadUrl - url for android update. androidDownloadText - text for android update link. otherDownloadUrl - url for other os update. otherDownloadText - text for other os update link. windowsDownloadUrl - url for windows update. windowsDownloadText - text for windows update link. |