summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2005-10-10Updated docs for releaseEugenio Favalli2-0/+232
2005-10-10Pajarico added more international characters to the fixed font and rpg font.Bjørn Lindeijer2-2/+4
2005-10-10Don't include debugwindow.h/cpp twice in Makefile.amBjørn Lindeijer2-10/+17
2005-10-10Fixed path for win32Eugenio Favalli1-1/+1
2005-10-09Corrected the white browser font bug and the black hp/mp bug which were linke...Yohann Ferreira4-2/+191
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer28-236/+234
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-6/+13
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer5-29/+38
2005-10-04Fixed the black font bug in opengl. Only shows the current HP/MP in ministatu...Yohann Ferreira1-4/+4
2005-10-04Set the white font in the ministatus window only in sdl mode until we have fo...Yohann Ferreira2-2/+8
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the stats...Yohann Ferreira2-1/+16
2005-10-04Fixed the chat window scrolling bug.Yohann Ferreira1-2/+12
2005-10-04Move to top the requested windows. Also corrected the default win pos for inv...Yohann Ferreira3-2/+7
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer2-55/+54
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 th...Yohann Ferreira12-44/+84
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, Y...Yohann Ferreira10-6/+34
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
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
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer2-11/+6
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 list...Eugenio Favalli1-10/+14
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 u...Yohann Ferreira1-5/+3
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
2005-09-16This window isn't needed anymore.Yohann Ferreira2-263/+0
2005-09-16Improved General GUI Layout.Yohann Ferreira6-169/+758