summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-2/+2
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-2/+2
2008-10-07Fixed some compiler warnings. This probably also fixed the logging of severalBjørn Lindeijer1-2/+2
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-1/+1
2008-08-10Changed proxy fix to only tell the proxy to no-cacheKraant1-6/+11
2008-08-10Set headers for CURL so that proxies won't cache filesKraant1-0/+9
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-05Added command line argument to specify the update host (-H). Also, to avoidBjørn Lindeijer1-18/+34
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-6/+9
2007-12-21Attempted to fix client freeze when unable to connect to update host, and add...David Athay1-6/+9
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-11/+6
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-1/+3
2007-08-26Removed home dir from config file to avoid encoding issues.Eugenio Favalli1-1/+3
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-5/+2
2007-03-24Cancel button is now disabled after downloading is finished.Philipp Sehmisch1-5/+2
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-50/+81
2007-02-20Added support for customdata directory.Philipp Sehmisch1-1/+1
2007-02-17Updated release date and excluded sprites directory from installed files.Bjørn Lindeijer1-5/+6
2007-02-16Fixed update bug (hopefully)Rogier Polak1-5/+19
2007-02-01File handle should be closed before attempting to remove/rename files.Eugenio Favalli1-10/+10
2007-02-01A bit of cleanup and defined a helper function for calculating the alder32Bjørn Lindeijer1-38/+54
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer1-5/+11
2007-01-22I thought I had saved it after fixing that little typo...Bjørn Lindeijer1-1/+1
2007-01-22Identify ourselves when requesting files from the update server.Bjørn Lindeijer1-0/+5
2007-01-15Fixed issue where the player stops walking.v0.0.22.1Bjørn Lindeijer1-3/+3
2007-01-14Fixed windows headers issuesEugenio Favalli1-2/+3
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-3/+3
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-3/+3
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-65/+110
2006-12-12Added Adler32 checksum for updatesEugenio Favalli1-63/+108
2006-12-11Fixed visibility of the update window.Bjørn Lindeijer1-2/+2
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-1/+1
2006-11-05Fixed percentage indicator of update window.Bjørn Lindeijer1-1/+1
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-1/+2
2006-11-04Removed useless addRow method.Björn Steinbrink1-11/+6
2006-11-03Updated to the new default updatehost.Bjørn Lindeijer1-1/+2
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-4/+14
2006-09-21Made canceling the update process non-blocking (Patch by VictorSan)Eugenio Favalli1-4/+14
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-3/+3
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-1/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-4/+4
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-3/+3
2006-07-25Fixed Linux compiling issues and merged update system fix for Windows.Bjørn Lindeijer1-4/+7
2006-07-25Fixed updating on Windows (rename was failing when target file existed).Bjørn Lindeijer1-4/+7
2006-07-18Updated the updating system. It will now only load those updatesBjørn Lindeijer1-34/+21
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-5/+4
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-4/+5
2006-03-18Added a toString conversion function.Björn Steinbrink1-5/+4
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-13/+15
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-6/+2