summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
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
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer7-143/+88
2006-12-16Fixed connection dialog visibility and fixed issues with walking one tile tooBjørn Lindeijer2-0/+2
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
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
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
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 i...Yohann Ferreira6-23/+68
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are highligh...Yohann Ferreira7-30/+391
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