summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2006-06-27Equipment window now show all the slots, and adapted visible shirts to head (...Eugenio Favalli1-2/+2
2006-06-21Added female players.Eugenio Favalli5-25/+21
2006-05-15Set slider range to the real values instead of mapping the amount between [0,...Björn Steinbrink1-4/+3
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
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 abi...Eugenio Favalli17-204/+131
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 w...Björn Steinbrink9-340/+635
2006-03-18Use the window container instead of the graphics class to calculate window po...Björn Steinbrink4-18/+9
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 namespa...Björn Steinbrink2-21/+17
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 re...Björn Steinbrink3-12/+12
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
2006-03-08Make the MouseOverLink functor dynamic and use a STL algorithm in one more p...Björn Steinbrink1-18/+8
2006-03-08Some fixes for compiling with pedantic compiler settings and const char* checks.Bjørn Lindeijer3-5/+5
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink6-28/+21
2006-03-08Reverted changes from r2225, it broke walking code as I missed the difference...Björn Steinbrink1-3/+3
2006-03-08Made Inventory use STL algorithms and fixed getLastUsedSlot semantics.Björn Steinbrink1-2/+2
2006-03-08Let the LocalPlayer decide whether it can walk to a destination.Björn Steinbrink1-3/+3
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli1-5/+6
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink9-27/+37
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink5-38/+16
2006-02-16Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to...Björn Steinbrink3-57/+54
2006-02-06Added a Joystick class.Björn Steinbrink2-49/+8
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-3/+3
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira2-4/+10
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink1-4/+0
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink3-26/+24
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink2-39/+13
2006-02-01Removed duplicated code.Björn Steinbrink1-15/+6
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink2-90/+0
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink13-116/+44
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink3-64/+37
2006-01-31Cleanup.Björn Steinbrink1-7/+8
2006-01-31Made RequestTradeDialog inherit from ConfirmDialog.Björn Steinbrink2-65/+10
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink2-17/+17
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink4-50/+67
2006-01-31Various small cleanups.Björn Steinbrink3-4/+1
2006-01-30A few cleanups and simplifications.Björn Steinbrink9-106/+26
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink49-1356/+376
2006-01-21Small followup change.Bjørn Lindeijer1-3/+4