summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-17Added Item and Equipment class and made the appropriate places make use of ↵Björn Steinbrink1-1/+1
them. Plus some cleanups.
2005-07-17Small fix to let libcurl manage http errors >= 400Eugenio Favalli1-21/+2
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-27/+23
fixed double free and cleaned up a bit.
2005-07-16Phew, now news.txt and resources.txt are read directly from memoryEugenio Favalli1-49/+95
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-1/+1
2005-07-16- Fixing data path in Win32Eugenio Favalli1-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-16Now copy the files to good place wether we are under *nix or win.Yohann Ferreira1-4/+5
2005-07-15Fixed compiler warnings and added plain text file loading to resource manager.Bjørn Lindeijer1-15/+6
2005-07-15Initialize joystick to NULL and allow right shift and control keys to be used.Bjørn Lindeijer1-2/+3
2005-07-15- Adding joypad tolerance to config fileEugenio Favalli1-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 updaterEugenio Favalli1-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-15Enabling support for joypads:Eugenio Favalli1-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 systemEugenio Favalli1-22/+67
- Added news (I know someone doesn't like it :P)
2005-07-14- Slimes mirrored frame fixEugenio Favalli1-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-14Some fixes to the updating system.Eugenio Favalli1-8/+9
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-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-13My version of the updaterEugenio Favalli1-21/+186
(ok it needs a lot of bug fixes, a lot of checks and whaever else) WARNING: Needs to be tested
2005-07-09Some win32 fixes most of allEugenio Favalli1-5/+5
2005-07-08Added basic update system (depends on curl).Aaron Marks1-0/+71