summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper3-25/+118
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper3-26/+119
2009-02-23Hide the buy/sell dialogs when there is no NPCJared Adams6-0/+36
2009-02-23End NPC interraction when canceling list inpuJared Adams1-0/+1
2009-02-23Fix Job EXP bar codeJared Adams1-1/+1
2009-02-23Clear text from NpcTextDialog when character diesJared Adams1-0/+5
2009-02-22Highlight unbuyable items in redJared Adams1-8/+7
2009-02-22Fixed another Particle/Paricle mismatch in a commentPhilipp Sehmisch1-1/+1
2009-02-22Make progressbars more readableJared Adams1-2/+2
2009-02-22Allow percentage for exp displaysJared Adams2-9/+25
2009-02-22Fixed another Particle/Paricle mismatch in a commentPhilipp Sehmisch1-1/+1
2009-02-22Renamed InfoParicleFont to InfoParticleFont (typo?)Philipp Sehmisch2-3/+3
2009-02-21Fix bug when maximum level is reachedJared Adams3-62/+77
2009-02-20Fix debug window to show correct mouse coordinatesJared Adams1-2/+2
2009-02-20Fix debug window to show correct mouse coordinatesJared Adams1-2/+2
2009-02-20Fixed some lines from cutting off in English (which would carry over toIra Rice1-4/+4
2009-02-20Removed the last of the image particle guichan fonts.Ira Rice2-31/+4
2009-02-20Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper6-8/+53
2009-02-20Restore old middle click behaviorJared Adams1-1/+2
2009-02-19Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper6-8/+53
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer26-44/+31
2009-02-18Move check to a more appropriate placeJared Adams1-2/+2
2009-02-18Move check to a more appropriate placeJared Adams1-2/+2
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer26-44/+31
2009-02-18Centralize current_npc cleanupJared Adams4-16/+12
2009-02-17Fix small bug in character select dialogJared Adams1-1/+1
2009-02-17Show money for initial character in char selectJared Adams1-0/+1
2009-02-17Fix small bug in character select dialogJared Adams1-1/+1
2009-02-17Reduce NpcTextDialog to one actionJared Adams2-14/+29
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer8-17/+17
2009-02-17Merge branch 'aethyra/master'Bjørn Lindeijer4-18/+33
2009-02-16Moved location of trim checking, since it really should be done afterIra Rice1-6/+3
2009-02-16Trim whitespace from the beginning and end of whispers, as well asIra Rice1-0/+21
2009-02-16Fixed a nasty crash that was only visible from the @help command. If theIra Rice1-1/+3
2009-02-16Fixed up NPC dialogs to behave more like eAthena expects.Jared Adams5-14/+18
2009-02-16Fixed GUI opacity in SDL modeBjørn Lindeijer2-15/+10
2009-02-16Allow setting default values for NPC dialogsJared Adams4-1/+15
2009-02-16Allow default value for IntTextField to be changedJared Adams2-3/+28
2009-02-16Fix some compilation issuesJared Adams2-2/+2
2009-02-16Add next/close buttons for NPCsJared Adams5-10/+55
2009-02-15Allow pressing enter with focus in port fieldBjørn Lindeijer1-1/+2
2009-02-15Fixed compiler warningsBjørn Lindeijer1-1/+1
2009-02-15Merge branch 'aethyra/master'Bjørn Lindeijer9-69/+0
2009-02-15Don't make window name translatableBjørn Lindeijer11-11/+11
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer26-37/+37
2009-02-15Fixes some variable names to conform to naming conventionBjørn Lindeijer17-59/+48
2009-02-15Fixed compiler warningsBjørn Lindeijer4-10/+11
2009-02-15Deleted some unneeded delete statements.Ira Rice9-69/+0
2009-02-15Fixed header copyright notices.Ira Rice2-4/+6
2009-02-15Add configurable units systemJared Adams11-34/+63