summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer1-2/+2
2006-08-28Modified the ranges of the ScrollLaziness and ScrollRadius sliders.Philipp Sehmisch1-4/+4
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer5-17/+144
and a checkbox to enable or disable the joystick.
2006-08-25Applied patch by mrha (Herbi), adding experience bar to the ministatus in ↵Bjørn Lindeijer2-8/+44
the top left.
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer2-0/+10
2006-08-24Added support for sticky windows as discussed with doener. Patch by AHarrisonEugenio Favalli3-1/+42
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch4-24/+11
2006-08-13Fixed Guichan 0.5.0 compilation issues.Eugenio Favalli1-2/+3
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer63-153/+153
from the 0.1.0 branch.
2006-08-07A bunch of cleanups.Björn Steinbrink2-54/+36
2006-07-25Fixed updating on Windows (rename was failing when target file existed).Bjørn Lindeijer1-4/+7
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer3-9/+7
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions.
2006-07-19Fixed radar dot size of local player and the color of the [TARGET] string.Bjørn Lindeijer1-1/+2
2006-07-19Fixed next/previous buttons behaviour in character selection dialog.Eugenio Favalli1-1/+2
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli10-14/+14
2006-07-18Updated the updating system. It will now only load those updatesBjørn Lindeijer2-35/+23
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant).
2006-07-12Fixed a warning with GCC 4.2 about string comparisons.Bjørn Lindeijer1-18/+19
2006-06-27Equipment window now show all the slots, and adapted visible shirts to head ↵Eugenio Favalli1-2/+2
(middle) equipments.
2006-06-21Added female players.Eugenio Favalli5-25/+21
2006-05-15Set slider range to the real values instead of mapping the amount between ↵Björn Steinbrink1-4/+3
[0,1] and [1,max] all the time.
2006-05-05Fixed some numeric conversions.Eugenio Favalli1-2/+2
2006-05-03FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵Eugenio Favalli3-4/+85
based on peoro's patch).
2006-03-25Added window resize patch by peoro.Eugenio Favalli1-9/+6
2006-03-20Fixed an include.Eugenio Favalli1-1/+1
2006-03-19Fixed a memory leak and removed some whitespace noise.Björn Steinbrink2-13/+22
2006-03-19Removed some useless null pointer checks.Björn Steinbrink3-13/+4
2006-03-19Unreverted latest change by Doener due to my lack of proper communication ↵Eugenio Favalli17-204/+131
abilities.
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink17-131/+204
2006-03-19Removed some duplicate initializations.Björn Steinbrink6-45/+33
2006-03-19Splitted setup window into manageable pieces according to their tabs in the ↵Björn Steinbrink9-340/+635
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply".
2006-03-18Use the window container instead of the graphics class to calculate window ↵Björn Steinbrink4-18/+9
positions.
2006-03-18Added a toString conversion function.Björn Steinbrink17-202/+128
2006-03-16A bunch of cosmetic changes.Björn Steinbrink11-78/+38
2006-03-09Made all local action listeners structs and moved them into anonymous ↵Björn Steinbrink2-21/+17
namespaces.
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink8-63/+77
2006-03-09Made all class members named like mClassMember.Björn Steinbrink52-1508/+1454
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and ↵Björn Steinbrink3-12/+12
remove the weird mySpriteset->spriteset stuff.
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink27-246/+90
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink3-13/+15