Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-26 | Fixed an error in shoplistboxes as identified by Octalot. | Ira Rice | 8 | -22/+11 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-25 | Fix NPC handling to not need a handle on the NPC | Ira Rice | 10 | -34/+102 | |
Loosely based on TMW commit f04a8713ffc83db8b3dc4a472b28aad25a2b2bd1 Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-25 | Prevent duplicate NPC talking when using keyboard | Jared Adams | 1 | -0/+1 | |
Based on commit a1e483913672e55704e8fbafeff5ea0ccc0c9b07 from Aethyra. | |||||
2009-02-25 | Fix NPC handling to not need a handle on the NPC | Jared Adams | 12 | -28/+90 | |
The Being ID is used instead, as that is all that was ever really needed. | |||||
2009-02-25 | Make sure that all dialogs are cleared on player death, not just the NPC | Ira Rice | 4 | -0/+12 | |
text dialog. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-25 | Fixed up NPC list dialogs to be navigatable by keyboard (scrolling | Ira Rice | 7 | -13/+134 | |
through the list requires the use of the mouse wheel at the moment), fixed wrapping behavior for wrapping around lists to actually wrap around lists properly, and placed a few checks for current_npc where they were assumed before which could cause the client to hang or crash in case the NPC is no longer around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-24 | Cleaned up some code, as well as removed redundant talk client requesting | Ira Rice | 7 | -30/+46 | |
(which would happen from using the keyboard instead of the mouse). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-24 | Small dialog visibility fix | Jared Adams | 6 | -0/+27 | |
Basically ensures that the NPC text dialog is visible before making NPC input dialogs visible | |||||
2009-02-24 | Send a next dialog packet when ending interaction | Jared Adams | 1 | -0/+1 | |
Server seems to want it in some cases | |||||
2009-02-24 | Fixed compile warnings | Bjørn Lindeijer | 3 | -7/+7 | |
Order of initialization and suggested parenthesis. | |||||
2009-02-23 | Allow to sell non-stackable items like stackables | Majin Sniper | 3 | -25/+118 | |
Make it possible to sell non-stackable items all at once by introducing "Duplicate Items" and a Shop that can handle them. Also fix a trivial bug to correctly preview you money while selling. | |||||
2009-02-23 | Allow to sell non-stackable items like stackables | Majin Sniper | 3 | -26/+119 | |
Make it possible to sell non-stackable items all at once by introducing "Duplicate Items" and a Shop that can handle them. Also fix a trivial bug to correctly preview you money while selling. | |||||
2009-02-23 | Hide the buy/sell dialogs when there is no NPC | Jared Adams | 6 | -0/+36 | |
2009-02-23 | End NPC interraction when canceling list inpu | Jared Adams | 1 | -0/+1 | |
2009-02-23 | Fix Job EXP bar code | Jared Adams | 1 | -1/+1 | |
2009-02-23 | Clear text from NpcTextDialog when character dies | Jared Adams | 1 | -0/+5 | |
Also hid the integer and string dialogs | |||||
2009-02-22 | Highlight unbuyable items in red | Jared Adams | 1 | -8/+7 | |
2009-02-22 | Fixed another Particle/Paricle mismatch in a comment | Philipp Sehmisch | 1 | -1/+1 | |
2009-02-22 | Make progressbars more readable | Jared Adams | 1 | -2/+2 | |
2009-02-22 | Allow percentage for exp displays | Jared Adams | 2 | -9/+25 | |
2009-02-22 | Fixed another Particle/Paricle mismatch in a comment | Philipp Sehmisch | 1 | -1/+1 | |
2009-02-22 | Renamed InfoParicleFont to InfoParticleFont (typo?) | Philipp Sehmisch | 2 | -3/+3 | |
2009-02-21 | Fix bug when maximum level is reached | Jared Adams | 3 | -62/+77 | |
Also centralize code for updating the various progress bars for player status. | |||||
2009-02-20 | Fix debug window to show correct mouse coordinates | Jared Adams | 1 | -2/+2 | |
2009-02-20 | Fix debug window to show correct mouse coordinates | Jared Adams | 1 | -2/+2 | |
2009-02-20 | Fixed some lines from cutting off in English (which would carry over to | Ira Rice | 1 | -4/+4 | |
other languages as well). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 2 | -31/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to ↵ | Majin Sniper | 6 | -8/+53 | |
enable/disable this effect (default is off) and another option to disable the pickup notification in the chat log (default is on). | |||||
2009-02-20 | Restore old middle click behavior | Jared Adams | 1 | -1/+2 | |
2009-02-19 | Added a pickup notification as particle effect. Also make a ui option to ↵ | Majin Sniper | 6 | -8/+53 | |
enable/disable this effect (default is off) and another option to disable the pickup notification in the chat log (default is on). | |||||
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 26 | -44/+31 | |
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience. | |||||
2009-02-18 | Move check to a more appropriate place | Jared Adams | 1 | -2/+2 | |
It shouldn't have been moved to where it was in the first place, as it doesn't have any effecxt on that code, but was originally on the other code (where it is now). | |||||
2009-02-18 | Move check to a more appropriate place | Jared Adams | 1 | -2/+2 | |
It shouldn't have been moved to where it was in the first place, as it doesn't have any effecxt on that code, but was originally on the other code (where it is now). | |||||
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 26 | -44/+31 | |
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience. | |||||
2009-02-18 | Centralize current_npc cleanup | Jared Adams | 4 | -16/+12 | |
2009-02-17 | Fix small bug in character select dialog | Jared Adams | 1 | -1/+1 | |
That check can probably be removed entirely, as it's inappropriate. | |||||
2009-02-17 | Show money for initial character in char select | Jared Adams | 1 | -0/+1 | |
2009-02-17 | Fix small bug in character select dialog | Jared Adams | 1 | -1/+1 | |
That check can probably be removed entirely, as it's inappropriate. | |||||
2009-02-17 | Reduce NpcTextDialog to one action | Jared Adams | 2 | -14/+29 | |
This allows external classes (like game.cpp) to send actions to it without them having to know about it's internal state. | |||||
2009-02-17 | Got rid of const where it does not make much sense | Bjørn Lindeijer | 8 | -17/+17 | |
It's not that useful to make variables that are passed by value const. In the declaration it is even completely ignored. | |||||
2009-02-17 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 4 | -18/+33 | |
Conflicts: src/gui/npc_text.cpp src/gui/npc_text.h src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp src/gui/npcstringdialog.cpp src/net/npchandler.cpp src/npc.cpp | |||||
2009-02-16 | Moved location of trim checking, since it really should be done after | Ira Rice | 1 | -6/+3 | |
the recipient nickname is parsed out. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Trim whitespace from the beginning and end of whispers, as well as | Ira Rice | 1 | -0/+21 | |
disallowing empty whispers and whispers to yourself, since both of those cases cause the server to report back stating that the player wasn't found (even if they are there, like yourself). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Fixed a nasty crash that was only visible from the @help command. If the | Ira Rice | 1 | -1/+3 | |
line's string was empty after trimming, the client would crash when trying to get a substring. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Fixed up NPC dialogs to behave more like eAthena expects. | Jared Adams | 5 | -14/+18 | |
2009-02-16 | Fixed GUI opacity in SDL mode | Bjørn Lindeijer | 2 | -15/+10 | |
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode. | |||||
2009-02-16 | Allow setting default values for NPC dialogs | Jared Adams | 4 | -1/+15 | |
2009-02-16 | Allow default value for IntTextField to be changed | Jared Adams | 2 | -3/+28 | |
Also check value and default value when range is changed | |||||
2009-02-16 | Fix some compilation issues | Jared Adams | 2 | -2/+2 | |
2009-02-16 | Add next/close buttons for NPCs | Jared Adams | 5 | -10/+55 | |
And keep the text dialog open for the whole transaction, logging user input and keep a full record of text from the NPC (for the current transaction only). |