summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2006-11-18Fixed initialization of joystick enabled checkbox.Bjørn Lindeijer1-1/+1
2006-11-17Added mouse following support.Björn Steinbrink2-1/+43
2006-11-05Fixes the money value after seling something.Yohann Ferreira1-0/+1
2006-11-05Fixed percentage indicator of update window.Bjørn Lindeijer1-1/+1
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer7-25/+11
2006-11-05Fixed money field to no longer hide below the bottom of the window.Bjørn Lindeijer1-18/+18
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer9-51/+462
2006-11-05A final fix to secure the shoplistbox.Yohann Ferreira1-1/+1
2006-11-05Fixes to Sell dialog.Yohann Ferreira3-6/+10
2006-11-05Added item's pictures in sell dialogs, and precisions about the total money ↵Yohann Ferreira6-23/+68
in it.
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are ↵Yohann Ferreira7-30/+391
highlighted in gray and can't be selected.
2006-11-04Removed useless addRow method.Björn Steinbrink2-16/+6
2006-11-03Updated to the new default updatehost.Bjørn Lindeijer1-1/+2
2006-11-02Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch.Bjørn Lindeijer2-2/+2
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer4-9/+15
2006-11-02Fixed a memory leak and a double deletion.Björn Steinbrink2-6/+3
2006-11-02Network layer refactoring.Björn Steinbrink7-64/+49
2006-11-01Added support for å and Å (with help of Håkan Rönn)Bjørn Lindeijer2-2/+2
2006-10-09little tweaks to buy and buy/sell dialogs.Yohann Ferreira2-4/+9
2006-10-03Removed empty frames from headgears.Bjørn Lindeijer1-1/+1
2006-10-01Accepted patches by GDO and VictorSan that fix problems with hiding windowsBjørn Lindeijer2-5/+6
using h and problems with trade window positioning.
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer26-136/+517
2006-09-24Removed unused hairstyle frames and applied patch by Rogier Polak to solve theBjørn Lindeijer1-1/+1
problem with an OpenGL related redefinition.
2006-09-21Made canceling the update process non-blocking (Patch by VictorSan)Eugenio Favalli2-4/+19
2006-09-20Added a slider for controlling the OverlayDetail (based on a patch by VictorSan)Philipp Sehmisch3-3/+55
2006-09-14Removed some useless debug output.Björn Steinbrink1-2/+0
2006-09-14src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop ↵Björn Steinbrink1-0/+4
and add support for saving the last used character (based on a patch by Andrew Harrison).
2006-09-14Fix up the player selection stuff, it's a bit nicer now.Björn Steinbrink2-0/+22
2006-09-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira2-3/+0
2006-09-13(no commit message)Yohann Ferreira3-524/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira7-15/+817
2006-09-09Removed easy targeting functionality since it interferes with walking aroundBjørn Lindeijer1-2/+3
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button.
2006-09-06Fixed fps limiter issues and increased default limit to 60Eugenio Favalli1-1/+1
2006-09-03Fixed updating of labels in buy and sell dialogs. Also made our listbox respondBjørn Lindeijer7-36/+157
to mouse dragging to change the selection.
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer3-35/+40
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer10-51/+204
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL.
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer1-20/+20
and made sure cancelling the account server connect shows the server dialog.
2006-09-02Corrected mistake in using player coordinates instead of mouse coordinates.Bjørn Lindeijer1-2/+1
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer1-1/+15
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer).
2006-09-01Fixed some header issues and updated project filesEugenio Favalli2-27/+34
2006-08-30Windows fix to previous commit.Yohann Ferreira1-1/+1
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira4-5/+408
Upgraded also the connection window a bit to handle Cancelling more gracefully.
2006-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer1-2/+2
2006-08-29Fixed merge issues with respect to scrolling.Guillaume Melquiond1-2/+0
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer17-53/+258
2006-08-28Modified the ranges of the ScrollLaziness and ScrollRadius sliders.Philipp Sehmisch1-4/+4
2006-08-27Added support for entering monsters.Bjørn Lindeijer1-2/+4
2006-08-27Implemented pixel-grained movements.Guillaume Melquiond1-3/+3
2006-08-27Got rid of server input field since connecting to the account server nowBjørn Lindeijer4-36/+15
happens before the login and register dialogs.
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-1/+1