summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21Attempted to fix client freeze when unable to connect to update host, and ↵David Athay1-6/+9
added exit dialog
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-11/+6
2007-08-26Removed home dir from config file to avoid encoding issues.Eugenio Favalli1-1/+3
2007-03-24Cancel button is now disabled after downloading is finished.Philipp Sehmisch1-5/+2
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
checksum of a file. Probably not fixing any bug though.
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-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-3/+3
2006-12-12Added Adler32 checksum for updatesEugenio Favalli1-63/+108
2006-12-11Fixed visibility of the update window.Bjørn Lindeijer1-2/+2
2006-11-05Fixed percentage indicator of update window.Bjørn Lindeijer1-1/+1
2006-11-03Updated to the new default updatehost.Bjørn Lindeijer1-1/+2
2006-09-21Made canceling the update process non-blocking (Patch by VictorSan)Eugenio Favalli1-4/+14
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-4/+4
from the 0.1.0 branch.
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
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant).
2006-03-19Unreverted latest change by Doener due to my lack of proper communication ↵Eugenio Favalli1-5/+4
abilities.
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
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-8/+0
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being ↵Björn Steinbrink1-1/+0
updated in the item amount box when the buttons are used.
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-5/+0
2005-09-28Fixed the scroll bug in the update window.Yohann Ferreira1-11/+25
2005-09-27Provide a little more info on connection error.Cedric Borgese1-1/+10
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli1-4/+4
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-1/+2
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-5/+1
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value.
2005-09-19Removed useless flush() calls.Eugenio Favalli1-2/+2
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli1-1/+2
2005-09-18Corrected a range value bug for derived stats. Fixed, the percentage of the ↵Yohann Ferreira1-5/+3
update win, updated debian information.
2005-09-18oopsYohann Ferreira1-1/+0
2005-09-18Temporary fixed a bug in the determination of the update host I had.Yohann Ferreira1-1/+6
2005-09-13Unified the loops for the various dialogs that are shown before the actual ↵Björn Steinbrink1-144/+105
game starts.
2005-09-12Enabled OpenGL checkbox and added messagebox informing the user that apply thisBjørn Lindeijer1-8/+20
change requires restarting the client. Also made progress of update downloads start displaying at 0%.
2005-08-27Small cleanups.Björn Steinbrink1-3/+0
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵Björn Steinbrink1-2/+3
places.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-7/+22
2005-07-27Added support for updates to the resource manager.Björn Steinbrink1-8/+8
2005-07-23New login wallpaper by Momotaro and shortened update window a bit to notBjørn Lindeijer1-6/+8
overlap the logo.
2005-07-23* docs/HACKING.txt: Added info about member naming and ChangeLogBjørn Lindeijer1-120/+129
format. * src/gui/updatewindow.h, src/gui/updatewindow.cpp: Changed member names, set a 15 second timeout for connecting to update server and restore some doxygen comments.
2005-07-22Merge between moi1392's branch and headCedric Borgese1-8/+17
2005-07-19Rewrite UpdaterWindow in a more object oriented style.Cedric Borgese1-93/+104