Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-07 | Some code reformatting and updated NEWS | Bjørn Lindeijer | 1 | -10/+12 | |
2008-12-07 | Changed proxy fix to only tell the proxy to no-cache | Kraant | 1 | -6/+11 | |
for news.txt and resources2.txt. (cherry picked from Aethyra commit 3206b3254a1a9b90bbdbd1a7178e4df043a5ee26) | |||||
2008-12-07 | Set headers for CURL so that proxies won't cache files | Kraant | 1 | -0/+9 | |
to fix bug that causes resources2.txt to be old and out of sync with the files in the directory. (cherry picked from Aethyra commit ccacde4192268fbf5250e9bd6894d158f957922c) | |||||
2008-12-05 | Fixed MutexLocker to not work on a copy | Bjørn Lindeijer | 1 | -2/+2 | |
The Mutex class wasn't meant to be copied around. Silly last minute refactorings leading to untested code... | |||||
2008-12-05 | Fix race condition with a std::string access | Bjørn Lindeijer | 1 | -12/+19 | |
The downloading thread was writing to a std::string while the main thread was trying to draw it, for example. Now access to the label caption is guarded with a mutex. Should fix crashes while downloading updates. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-10-07 | Fixed some compiler warnings. This probably also fixed the logging of several | Bjørn Lindeijer | 1 | -2/+2 | |
error messages. | |||||
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 1 | -18/+34 | |
problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. | |||||
2007-12-21 | Attempted to fix client freeze when unable to connect to update host, and ↵ | David Athay | 1 | -6/+9 | |
added exit dialog | |||||
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -11/+6 | |
2007-08-26 | Removed home dir from config file to avoid encoding issues. | Eugenio Favalli | 1 | -1/+3 | |
2007-03-24 | Cancel button is now disabled after downloading is finished. | Philipp Sehmisch | 1 | -5/+2 | |
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -1/+1 | |
2007-02-17 | Updated release date and excluded sprites directory from installed files. | Bjørn Lindeijer | 1 | -5/+6 | |
2007-02-16 | Fixed update bug (hopefully) | Rogier Polak | 1 | -5/+19 | |
2007-02-01 | File handle should be closed before attempting to remove/rename files. | Eugenio Favalli | 1 | -10/+10 | |
2007-02-01 | A bit of cleanup and defined a helper function for calculating the alder32 | Bjørn Lindeijer | 1 | -38/+54 | |
checksum of a file. Probably not fixing any bug though. | |||||
2007-01-22 | I thought I had saved it after fixing that little typo... | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-22 | Identify ourselves when requesting files from the update server. | Bjørn Lindeijer | 1 | -0/+5 | |
2007-01-15 | Fixed issue where the player stops walking.v0.0.22.1 | Bjørn Lindeijer | 1 | -3/+3 | |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 1 | -2/+3 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -3/+3 | |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 1 | -63/+108 | |
2006-12-11 | Fixed visibility of the update window. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-11-05 | Fixed percentage indicator of update window. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-09-21 | Made canceling the update process non-blocking (Patch by VictorSan) | Eugenio Favalli | 1 | -4/+14 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -4/+4 | |
from the 0.1.0 branch. | |||||
2006-07-25 | Fixed updating on Windows (rename was failing when target file existed). | Bjørn Lindeijer | 1 | -4/+7 | |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 1 | -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-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -5/+4 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -4/+5 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -5/+4 | |
2006-03-09 | Removed coordinate arguments from ProgressBar ctor. | Björn Steinbrink | 1 | -13/+15 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -6/+2 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -8/+0 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -1/+0 | |
updated in the item amount box when the buttons are used. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -5/+0 | |
2005-09-28 | Fixed the scroll bug in the update window. | Yohann Ferreira | 1 | -11/+25 | |
2005-09-27 | Provide a little more info on connection error. | Cedric Borgese | 1 | -1/+10 | |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -4/+4 | |
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -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-19 | Removed useless flush() calls. | Eugenio Favalli | 1 | -2/+2 | |
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -1/+2 | |
2005-09-18 | Corrected a range value bug for derived stats. Fixed, the percentage of the ↵ | Yohann Ferreira | 1 | -5/+3 | |
update win, updated debian information. | |||||
2005-09-18 | oops | Yohann Ferreira | 1 | -1/+0 | |
2005-09-18 | Temporary fixed a bug in the determination of the update host I had. | Yohann Ferreira | 1 | -1/+6 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -144/+105 | |
game starts. | |||||
2005-09-12 | Enabled OpenGL checkbox and added messagebox informing the user that apply this | Bjørn Lindeijer | 1 | -8/+20 | |
change requires restarting the client. Also made progress of update downloads start displaying at 0%. |