summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)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 ↵Yohann Ferreira4-2/+191
linked. Added a debug window.
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer28-236/+234
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes.
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-6/+13
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map.
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer5-29/+38
references to resources are reported to be more informative.
2005-10-04Fixed the black font bug in opengl. Only shows the current HP/MP in ↵Yohann Ferreira1-4/+4
ministatus as requested.
2005-10-04Set the white font in the ministatus window only in sdl mode until we have ↵Yohann Ferreira2-2/+8
found a solution in openGL Mode. Disable the openGL Box when compiled without opengl support.
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the ↵Yohann Ferreira2-1/+16
stats displayed were high.
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 ↵Yohann Ferreira3-2/+7
inventory and equipment.
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