Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-22 | Add rudimentary support for forced revive on athena. | Dennis Friis | 2 | -0/+20 | |
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 15 | -71/+96 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings | |||||
2009-05-19 | Fixed targeting and warn on attack-range not being found in itemdb. | David Athay | 1 | -2/+4 | |
Tried to make the client continue attacking (it does not need to send attack packets, but just continue playing attack animation and sounds). Now logs a warning when a weapon is found without an attack-range (I keep finding weapons with an attack-range of 0 which makes it hard to target monsters). | |||||
2009-05-18 | Added target combat | David Athay | 8 | -16/+10 | |
2009-05-17 | Fixed a possible crash on logging in to the map server | Bjørn Lindeijer | 1 | -0/+3 | |
The Game instance was created too late, in some cases after messages were received by the BeingHandler. This caused crashes since the BeingHandler tried to use the BeingManager, which hadn't been created yet. (cherry picked from commit c7e57369f066ee9b7f9f62eacb19e2d10f8e13c5) | |||||
2009-05-17 | Fixed a possible crash on logging in to the map server | Bjørn Lindeijer | 1 | -0/+3 | |
The Game instance was created too late, in some cases after messages were received by the BeingHandler. This caused crashes since the BeingHandler tried to use the BeingManager, which hadn't been created yet. | |||||
2009-05-13 | Add GM notification handling | Jared Adams | 1 | -0/+1 | |
2009-05-12 | Fix up handling of GM status | Jared Adams | 1 | -2/+3 | |
2009-05-12 | Fix a rare segfault for eAthena and the partyTab | Jared Adams | 1 | -0/+3 | |
2009-05-12 | Fix player party hilighting issues | Jared Adams | 1 | -3/+8 | |
Causes when other party memebrs were on the same map and they came in range, they wouldn't get hilighted. Also simplify the check for correct player (avoiding problems with multiple characters on an account). | |||||
2009-05-12 | Some small cleanups and fixed compile with tmwserv support | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-12 | Show party name in party window | Jared Adams | 2 | -0/+3 | |
2009-05-12 | Handle in party status in a much saner way | Jared Adams | 1 | -6/+1 | |
2009-05-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 7 | -6/+24 | |
And make a few others like that, and remove them too. | |||||
2009-05-11 | Switch Tab to a color pointer to update on the fly | Jared Adams | 1 | -1/+1 | |
2009-05-11 | Automatically show/hide party window sometimes | Jared Adams | 1 | -1/+5 | |
2009-05-11 | Adjust party window visibility logic | Jared Adams | 1 | -3/+0 | |
It now behaves like most windows: defaults to not visible and will save it's visibility. Only the user should be altering it now. | |||||
2009-05-11 | Standardize item statistics format | Jared Adams | 2 | -12/+12 | |
2009-05-11 | Fixed the memory issues with the pointers to item stat modifiers | Bjørn Lindeijer | 2 | -29/+14 | |
It was a list of pointers to Stat instances that had long been popped off the stack and deleted. | |||||
2009-05-11 | Fix an odd segfault with custom item stats | Jared Adams | 2 | -2/+3 | |
2009-05-10 | Fixed the resize grip of the party window | Bjørn Lindeijer | 1 | -2/+2 | |
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances. | |||||
2009-05-10 | Fix a segfault | Jared Adams | 1 | -1/+2 | |
2009-05-10 | Update color of party members ont he fly | Jared Adams | 1 | -0/+3 | |
2009-05-10 | Add support for viewing the health and maximum health of other nearby ↵ | Freeyorp | 1 | -3/+4 | |
members of your party. | |||||
2009-05-10 | Keep party talk to the party tab | Jared Adams | 1 | -4/+0 | |
2009-05-10 | Color the party tab with the party color | Jared Adams | 1 | -0/+3 | |
2009-05-08 | Client - Inventory handler moveItem improve | Blue | 1 | -2/+2 | |
Gives the actual number of items to the moveItem method. Fix compilation problem for twmserv client compilation. | |||||
2009-05-08 | Let the player keep sitting while talking to NPCs | Jared Adams | 1 | -4/+14 | |
2009-05-07 | Fix handling of error messages in the game state | Jared Adams | 1 | -3/+7 | |
Also make sure an appropirate message gets shown on duplicated login. | |||||
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 7 | -7/+117 | |
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-05-07 | Made error strings in tmwserv login handler translatable | Bjørn Lindeijer | 1 | -23/+25 | |
2009-05-06 | Don't show the split button for eAthena | Jared Adams | 2 | -1/+6 | |
2009-05-06 | Remove more inventory handling support #ifdefs | Jared Adams | 5 | -26/+68 | |
This also fixes some minor bugs and centralizes some logic. | |||||
2009-05-04 | Fix link colors and item links for pickup messages | Jared Adams | 1 | -2/+2 | |
2009-05-04 | Fix char-server default selection to be first | Jared Adams | 1 | -4/+4 | |
Also send a different version to the login-server to tell it to send the main char-server first. | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 7 | -7/+1 | |
2009-05-03 | Moved mIsGM from Being to Player and made isGM() const | Bjørn Lindeijer | 1 | -2/+2 | |
2009-05-02 | Fix up some things in the NPC dialog | Jared Adams | 2 | -6/+6 | |
2009-05-02 | Make sure messages on most tabs are handled right | Jared Adams | 1 | -1/+1 | |
2009-05-02 | Changed chat window to allow downwards arrow to create a empty line | Chuck Miller | 1 | -1/+0 | |
Minor: removed some debugging output no longer needed | |||||
2009-05-01 | mainline - NPC String input | Blue | 1 | -0/+6 | |
Adding support for npc string input for tmwserv. | |||||
2009-05-01 | Merge the NPC dialogs into one | Jared Adams | 7 | -62/+67 | |
Also add support for the new TMWServ NPC packets | |||||
2009-04-29 | Fix handling of party create response messages | Jared Adams | 1 | -2/+3 | |
Also tell the user that invite by name isn't available atm. | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 13 | -20/+18 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-28 | Made map non-resizable. Stopped emote spamming. | David Athay | 1 | -1/+5 | |
2009-04-27 | Fixed first item in inventory showing up in arrow slot | Bjørn Lindeijer | 1 | -1/+1 | |
Index 0 is now a valid index, namely the first item in the inventory. I forgot to change this line to use -1. | |||||
2009-04-27 | Moved special coordinates packing into MessageOut | Bjørn Lindeijer | 5 | -83/+70 | |
Is a better place. The reading part was already in MessageIn. | |||||
2009-04-25 | Fix chat actions | Jared Adams | 1 | -1/+1 | |
2009-04-25 | Fix occasional starting crash when in a party | Jared Adams | 1 | -0/+3 | |
2009-04-23 | Added rejecting party invites. | David Athay | 3 | -2/+25 | |