Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-25 | If no network is set, then don't continue | Ira Rice | 1 | -1/+10 | |
Based on TMW commit a996d4bff3cc5a35ee5cdb6cb5bdef920cf44120 Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-25 | Fix some problems with deleting NPCs early | Jared Adams | 3 | -11/+14 | |
2009-02-25 | If no network is set, then don't continue | Jared Adams | 1 | -0/+2 | |
Only checks in these two palces for now, as missing network in the others would indicate a design flaw. | |||||
2009-02-25 | Don't delete the current NPC too early | Jared Adams | 1 | -3/+11 | |
2009-02-25 | Fixed up NPC list dialogs to be navigatable by keyboard (scrolling | Ira Rice | 9 | -15/+136 | |
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 | 12 | -61/+89 | |
(which would happen from using the keyboard instead of the mouse). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-24 | Don't set current_npc when initiating interraction | Jared Adams | 1 | -1/+0 | |
Let it be set by the netcode if the NPC responds. This caused a movement bug if they didn't. | |||||
2009-02-24 | Don't set current_npc when initiating interraction | Jared Adams | 1 | -1/+0 | |
Let it be set by the netcode if the NPC responds. This caused a movement bug if they didn't. | |||||
2009-02-24 | Prioritize monsters when targeting | Jared Adams | 1 | -3/+3 | |
Players are then the next highest priority | |||||
2009-02-24 | Fix handling of next and close packets | Jared Adams | 1 | -5/+15 | |
If we aren't talking with the NPC that they originate from, just send off the next dialog packet, as empty dialogs don't help. This prevents problems with ivisible NPCs that just send close (which was ignored by older clients anyways). | |||||
2009-02-24 | Remove debug statement that should've been removed | Jared Adams | 1 | -1/+0 | |
It was for testing and shouldn't have been committed | |||||
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 | Fix update handling | Jared Adams | 1 | -11/+11 | |
THis will prevent loading updates when -u is used, and prevent error messages in the log when -u is used. | |||||
2009-02-24 | Fixed compile warnings | Bjørn Lindeijer | 3 | -7/+7 | |
Order of initialization and suggested parenthesis. | |||||
2009-02-24 | Fix update handling | Jared Adams | 1 | -11/+11 | |
THis will prevent loading updates when -u is used, and prevent error messages in the log when -u is used. | |||||
2009-02-23 | Allow to sell non-stackable items like stackables | Majin Sniper | 5 | -32/+259 | |
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 | 5 | -33/+260 | |
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 | 2 | -1/+13 | |
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 | 4 | -42/+45 | |
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 | 13 | -21/+118 | |
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 attack behavior | Jared Adams | 1 | -2/+1 | |
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 | 13 | -21/+118 | |
enable/disable this effect (default is off) and another option to disable the pickup notification in the chat log (default is on). | |||||
2009-02-19 | Prevent target toggling when the button is held | Jared Adams | 2 | -27/+27 | |
2009-02-18 | Changed shopitem to use the stringutils class instead of tostring, as | Ira Rice | 1 | -0/+1 | |
the two have been merged. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-18 | Deleted a file which didn't manage to get deleted in the last commit. | Ira Rice | 2 | -50/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 46 | -89/+148 | |
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 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 2 | -25/+21 | |
Conflicts: src/net/npchandler.cpp | |||||
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 48 | -136/+147 | |
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 | 9 | -21/+38 | |
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 | Fix segfault when canceling new character dialog | Jared Adams | 1 | -1/+1 | |
2009-02-17 | Fixed an error reported by m0t1k4 which caused a segmentation fault on | Ira Rice | 2 | -25/+21 | |
closing when displaying your own name is turned on. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-17 | Fixed closing for NPC dialogs. | Ira Rice | 1 | -1/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> |