Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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%. | |||||
2005-08-27 | Small cleanups. | Björn Steinbrink | 1 | -3/+0 | |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -2/+3 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -7/+22 | |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 1 | -8/+8 | |
2005-07-23 | New login wallpaper by Momotaro and shortened update window a bit to not | Bjørn Lindeijer | 1 | -6/+8 | |
overlap the logo. | |||||
2005-07-23 | * docs/HACKING.txt: Added info about member naming and ChangeLog | Bjørn Lindeijer | 1 | -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-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -8/+17 | |
2005-07-19 | Rewrite UpdaterWindow in a more object oriented style. | Cedric Borgese | 1 | -93/+104 | |
2005-07-18 | Fix a crash when the updated file are already present on the client | Cedric Borgese | 1 | -2/+7 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -1/+1 | |
them. Plus some cleanups. | |||||
2005-07-17 | Small fix to let libcurl manage http errors >= 400 | Eugenio Favalli | 1 | -21/+2 | |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -27/+23 | |
fixed double free and cleaned up a bit. | |||||
2005-07-16 | Phew, now news.txt and resources.txt are read directly from memory | Eugenio Favalli | 1 | -49/+95 | |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-16 | - Fixing data path in Win32 | Eugenio Favalli | 1 | -27/+35 | |
- Adding default values to config - Fixes after Bertram changes (I hope this way it works even in Linux) - Error message are now displayed in browser for better readability - Already downloaded files are not downloaded aother time (As usually it needs testing so please report to me evry malfunctioning) | |||||
2005-07-16 | Now copy the files to good place wether we are under *nix or win. | Yohann Ferreira | 1 | -4/+5 | |
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 1 | -15/+6 | |
2005-07-15 | Initialize joystick to NULL and allow right shift and control keys to be used. | Bjørn Lindeijer | 1 | -2/+3 | |
2005-07-15 | - Adding joypad tolerance to config file | Eugenio Favalli | 1 | -7/+9 | |
- Trying to put updates in the data folder (is this the right way?) | |||||
2005-07-15 | - Bugfixes and better error checking in the updater | Eugenio Favalli | 1 | -22/+32 | |
- Now the download is stopped when pressing cancel - news and resources files are now deleted as well as not completed files | |||||
2005-07-15 | Enabling support for joypads: | Eugenio Favalli | 1 | -0/+4 | |
- Only <=6 buttons are supported - Only the first jopad is used (if you have more than one) - Axes need to be tuned - You can only move and attack with joypad Small fix in the updating system | |||||
2005-07-14 | - Fixes and improvements to the update system | Eugenio Favalli | 1 | -22/+67 | |
- Added news (I know someone doesn't like it :P) | |||||
2005-07-14 | - Slimes mirrored frame fix | Eugenio Favalli | 1 | -28/+81 | |
- Some fixes and improvements to the updater (It can still show "chinese" text in the label, I guess because but files are saved correctly) | |||||
2005-07-14 | Some fixes to the updating system. | Eugenio Favalli | 1 | -8/+9 | |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -8/+17 | |
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed | |||||
2005-07-13 | My version of the updater | Eugenio Favalli | 1 | -21/+186 | |
(ok it needs a lot of bug fixes, a lot of checks and whaever else) WARNING: Needs to be tested | |||||
2005-07-09 | Some win32 fixes most of all | Eugenio Favalli | 1 | -5/+5 | |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -0/+71 | |