Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2014-07-04 | Add another mirror into manaplus downloads list. | Andrei Karas | 1 | -4/+8 | |
2014-05-29 | Move many variables from client into settings. | Andrei Karas | 1 | -1/+2 | |
2014-05-28 | Move dialogs related function into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-05-28 | Move from resourcemanager functions related to files into other files. | Andrei Karas | 1 | -4/+4 | |
2014-05-26 | Ignore error on news downloading. | Andrei Karas | 1 | -1/+2 | |
2014-05-25 | Fix align in constructors. | Andrei Karas | 1 | -1/+1 | |
2014-05-22 | allow open updater window from inside game. | Andrei Karas | 1 | -5/+25 | |
2014-05-21 | Fix code style. | Andrei Karas | 1 | -4/+5 | |
2014-05-20 | Move updatetype into separate file. | Andrei Karas | 1 | -1/+1 | |
2014-05-20 | Move downloadstatus into separate file. | Andrei Karas | 1 | -4/+4 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -3/+4 | |
2014-05-15 | Add support for mirrors in generic manaplus downloads. | Andrei Karas | 1 | -5/+23 | |
2014-05-14 | Move enum from layout into separate file. | Andrei Karas | 1 | -1/+2 | |
2014-05-14 | Move containerplacer into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-08 | Fix code style in gui. | Andrei Karas | 1 | -4/+6 | |
2014-05-06 | Validate xml downloads, and if failed, use another mirror. | Andrei Karas | 1 | -4/+16 | |
2014-05-03 | Fix downloading updates from mirrors. | Andrei Karas | 1 | -4/+8 | |
2014-05-03 | Add support for update server mirrors. | Andrei Karas | 1 | -0/+4 | |
2014-04-23 | Dont check required field for enable/disable music files downloading. | Andrei Karas | 1 | -14/+4 | |
2014-04-11 | fix code style. | Andrei Karas | 1 | -2/+2 | |
2014-04-04 | Add steam link in news page for player who run game more than 10 times. | Andrei Karas | 1 | -0/+8 | |
2014-03-28 | simplify variables cleanup. | Andrei Karas | 1 | -2/+2 | |
2014-03-21 | Rename keyEvent variables into event. | Andrei Karas | 1 | -2/+2 | |
2014-03-13 | improve variables order in windows. | Andrei Karas | 1 | -2/+2 | |
2014-03-11 | Improve a bit variables order in some classes. | Andrei Karas | 1 | -10/+10 | |
2014-02-18 | derive Widget from Widget2. | Andrei Karas | 1 | -1/+2 | |
2014-02-16 | move mouseevent into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-16 | Remove useless casts with KeyEvent. | Andrei Karas | 1 | -1/+1 | |
2014-02-16 | move keyevent into events directory. | Andrei Karas | 1 | -2/+3 | |
2014-02-16 | move actionevent into events directory. | Andrei Karas | 1 | -5/+4 | |
2014-02-15 | move keylistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-02-15 | move actionlistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-01-26 | add basic file uploading. | Andrei Karas | 1 | -2/+2 | |
For now unused. | |||||
2014-01-23 | remove default parameter from download object. | Andrei Karas | 1 | -1/+1 | |
2014-01-16 | load mods from <mod> tag in resources.xml | Andrei Karas | 1 | -18/+20 | |
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 1 | -1/+1 | |
2014-01-14 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2014-01-13 | in resources.xml allow load updates also from <update2> tags. | Andrei Karas | 1 | -1/+4 | |
2014-01-12 | fix compilation warnings. | Andrei Karas | 1 | -6/+6 | |
2014-01-10 | fix mods loading from update server patches. | Andrei Karas | 1 | -1/+4 | |
2014-01-10 | Possible load mods from local/ dir also. | Andrei Karas | 1 | -2/+13 | |
2014-01-09 | add mods loading based on settings. | Andrei Karas | 1 | -11/+106 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-22 | allow fill complete part of progress bar with images. | Andrei Karas | 1 | -1/+1 | |
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml | |||||
2013-12-22 | allow use different theme file for different progress bars. | Andrei Karas | 1 | -1/+2 | |
2013-12-17 | add restrict into updaterwindow. | Andrei Karas | 1 | -8/+8 | |
2013-12-16 | fix compilation warnings. | Andrei Karas | 1 | -2/+2 | |