summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer2-55/+54
on MacOS X) and some cleanups.
2005-09-30Updated NEWS file for next release.Bjørn Lindeijer2-6/+1
2005-09-30Made the inventory Win behave normally when resized by default size functions.Yohann Ferreira4-7/+28
2005-09-30Fixed paths for windows usersMatthias Hartmann5-11/+11
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few ↵Yohann Ferreira12-44/+84
the default win position. And moved the setposition from game to each win, to clarify the code.
2005-09-28Added a Reset Win Positions to Default in the Setup win.Yohann Ferreira3-11/+53
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira9-7/+42
2005-09-28Added window internal name to every window. Useful to later get and save X, ↵Yohann Ferreira10-6/+34
Y, Height, and Width of these wins.
2005-09-28Fix deletion of the gui font because of a missing check.Björn Steinbrink1-1/+3
2005-09-28HP and MP display in the mini status window.Yohann Ferreira2-3/+29
2005-09-28Fixed the scroll bug in the update window.Yohann Ferreira1-11/+25
2005-09-28Added -Werror to CXXFLAGS. Removed unnecessary ambigous inheritance.Björn Steinbrink1-1/+1
2005-09-27Provide a little more info on connection error.Cedric Borgese1-1/+10
2005-09-27Dont crash if there is an unknown error at login.Cedric Borgese1-0/+5
Remove a bug that do x86_64 arch fail to connect to server : long is 8 bytes on that arch, use int for 4 bytes integer.
2005-09-26Updated Debian Files. And corrected a bug let by Elven.Yohann Ferreira1-1/+1
2005-09-26Now error message is displayed properly when the map server is offline.Eugenio Favalli2-9/+10
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli2-0/+118
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli5-19/+19
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer14-64/+74
2005-09-21Show time of the messages in the chat window.Andrej Sinicyn1-1/+17
2005-09-20Fixed use of Enter for closing death and weight notices, and changed glColor4fBjørn Lindeijer3-13/+13
to glColor4ub.
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer2-11/+6
* 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-19Got rid of writeSet() calls.Eugenio Favalli14-34/+0
2005-09-19Removed useless flush() calls.Eugenio Favalli2-7/+2
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli2-1/+3
2005-09-18Updated dev-cpp project file to last changes, and fixed the bug with npc ↵Eugenio Favalli1-10/+14
lists I introduced earlier.
2005-09-18As m[a]tt noticed, made the status win a little more wide, and resizable.Yohann Ferreira1-2/+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-17Added PVPMatthias Hartmann1-1/+10
2005-09-17Completed transition to use MessageOut.Eugenio Favalli13-108/+168
2005-09-17Updated dev-cpp project file to last changes, and wrong names fixes.Eugenio Favalli1-6/+6
2005-09-17Only shows the minimap window if there's an minimap to the current map.Yohann Ferreira1-0/+6
2005-09-17Now the values shown by derived stats in status win are got from the server. ↵Yohann Ferreira6-51/+53
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ?
2005-09-16This window isn't needed anymore.Yohann Ferreira2-263/+0
2005-09-16Improved General GUI Layout.Yohann Ferreira6-169/+758
2005-09-14Header cleanups.Björn Steinbrink3-0/+5
2005-09-14Some header fixes/cleanups.Björn Steinbrink2-2/+2
2005-09-14Converted map_path from char array to std::string.Björn Steinbrink1-3/+4
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink21-411/+522
2005-09-13Removed some globals.Björn Steinbrink2-6/+9
2005-09-13Unified the loops for the various dialogs that are shown before the actual ↵Björn Steinbrink8-282/+180
game starts.
2005-09-12Enabled OpenGL checkbox and added messagebox informing the user that apply thisBjørn Lindeijer3-39/+58
change requires restarting the client. Also made progress of update downloads start displaying at 0%.
2005-09-12Added SDLImageLoader class to make guichan support physfs.Björn Steinbrink2-17/+9
2005-09-08Removed inclusion of malloc.h header as it doens't seem necessary and wasBjørn Lindeijer1-9/+20
problematic on FreeBSD.
2005-08-30Added empty sprite and reorganized spriteset, fixed a typo.Eugenio Favalli1-1/+1
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink32-5/+68
ever happen...
2005-08-28Create a GuiConfigListener class.Björn Steinbrink2-11/+24
2005-08-28Small cleanup.Björn Steinbrink1-2/+1