summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2007-03-03Fixed auto-character-select and switch_character combination. Added ↵Rogier Polak5-4/+5
svn-properties keyword and eol-style, where appropriate.
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch6-39/+262
2007-02-27Tabbed containers now display the button of the active tab pressed all the time.Philipp Sehmisch4-12/+50
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak1-2/+5
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak8-7/+472
switch_accountserver.
2007-02-20Added support for customdata directory.Philipp Sehmisch2-2/+2
2007-02-17Updated release date and excluded sprites directory from installed files.Bjørn Lindeijer1-5/+6
2007-02-16Fixed update bug (hopefully)Rogier Polak1-5/+19
2007-02-13Fixed the _M/_F username bug.Philipp Sehmisch1-0/+1
2007-02-10Fixed the bug in the scrolling limitation that made it possible to scroll ↵Philipp Sehmisch1-5/+9
outside of the map in the south and east.
2007-02-04Fixed a small glitch when dragging the menu window.Bjørn Lindeijer2-49/+33
2007-02-01Fixed buttons loosing focus.Eugenio Favalli1-0/+2
2007-02-01File handle should be closed before attempting to remove/rename files.Eugenio Favalli1-10/+10
2007-02-01A bit of cleanup and defined a helper function for calculating the alder32Bjørn Lindeijer2-44/+55
checksum of a file. Probably not fixing any bug though.
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer1-5/+5
2007-01-28Some work on documentation.Bjørn Lindeijer1-1/+1
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer5-9/+16
2007-01-23Upgraded to Guichan 0.6.1.Bjørn Lindeijer1-1/+1
2007-01-22I thought I had saved it after fixing that little typo...Bjørn Lindeijer1-1/+1
2007-01-22Identify ourselves when requesting files from the update server.Bjørn Lindeijer1-0/+5
2007-01-17Changed default server.Eugenio Favalli1-1/+2
2007-01-15Fixed issue where the player stops walking.v0.0.22.1Bjørn Lindeijer4-6/+7
2007-01-14Fixed windows headers issuesEugenio Favalli1-2/+3
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer77-416/+394
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer76-403/+363
2007-01-13Ok, so we use native newline style.Bjørn Lindeijer1-157/+157
2007-01-13Fixed mouse coordinates display in debug windowEugenio Favalli2-150/+164
2007-01-12Fixed initialization of mPlayerFollowMouse, the lack of which sometimes causedBjørn Lindeijer1-0/+1
the player to start walking when clicking on the GUI.
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer1-8/+8
2007-01-07Added brown snake by Pauan.Bjørn Lindeijer1-1/+0
2007-01-07Synchronized player attributes with wiki Attributes page and removed Job XP.Bjørn Lindeijer2-58/+39
2007-01-04Client-side hack for picking up items.Guillaume Melquiond1-12/+7
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer11-212/+212
2006-12-31Enumerations do not need out-of-class definitions.Guillaume Melquiond1-2/+0
2006-12-29Fixed displaying of progress dialog.Guillaume Melquiond1-0/+1
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch2-30/+1
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer2-3/+7
compression on loaded images while most of the time, we're only drawing a small subimage of them. Also, don't try to draw an icon when it is not defined or failed to load properly.
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer7-143/+88
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis.
2006-12-16Fixed connection dialog visibility and fixed issues with walking one tile tooBjørn Lindeijer2-0/+2
many and changing direction towards an obstacle.
2006-12-12Added Adler32 checksum for updatesEugenio Favalli2-65/+115
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer6-12/+0
2006-12-11Fixed visibility of the update window.Bjørn Lindeijer1-2/+2
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer31-279/+671
2006-12-09Use new animation system in character selection/creation. Shows equipment andBjørn Lindeijer6-62/+62
allowed for some cleanup. Had a bit of help from the patch by VictorSan.
2006-12-05Fixed visibility of item amount window.Bjørn Lindeijer2-1/+3
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer7-223/+561
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates.
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer10-8/+20
2006-12-01forgot to include one file in the commitPhilipp Sehmisch1-2/+2
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-0/+1
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch4-9/+9