Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-24 | Remove an ifdef in StatusWindow and update MP more | Jared Adams | 2 | -0/+7 | |
Also make MiniStatus only update the bars when needed (called by StatusWindow). | |||||
2009-07-19 | Merge StatusWindows | Jared Adams | 2 | -3/+5 | |
Also some other small merges | |||||
2009-07-17 | Various gettext fixes | Kess Vargavind | 2 | -20/+20 | |
* Merged a few split strings * Fixed some spellings and wordings * Turned a couple of std::cout and std::cerr into logger messages | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 1 | -0/+8 | |
2009-07-14 | Merge and cleanup more stuff | Jared Adams | 4 | -22/+10 | |
2009-07-14 | Add netcode for specials | Jared Adams | 3 | -9/+10 | |
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 4 | -15/+22 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-07-13 | Move some functions into better places | Jared Adams | 3 | -26/+9 | |
2009-07-13 | Some item pickup cleaning | Jared Adams | 3 | -10/+4 | |
Still need to find where to attach LocalPlayer::pickedUp for TMWServ. | |||||
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 1 | -1/+0 | |
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 3 | -25/+6 | |
2009-07-01 | Remove complex path finding for players. Add a simple path finding algorithm ↵ | Roderic Morris | 1 | -2/+3 | |
to map. | |||||
2009-06-30 | Use two bytes for skill ID | Jared Adams | 2 | -2/+2 | |
2009-05-29 | Some movement fixes for TMWServ build. | Chuck Miller | 2 | -10/+2 | |
Looked pretty good so I removed annoying debug information. Also should note that movement between two players is still off. | |||||
2009-05-25 | Merge branch '0.0.29' | Bjørn Lindeijer | 1 | -1/+0 | |
2009-05-25 | Handle map not found gracefully | Bjørn Lindeijer | 1 | -1/+0 | |
Instead of shutting down, the client will now draw a gray background. This allows the player to still contact a GM in order to be helped out of the situation. It also helps me warp out of the non-existing map I accidentally warped myself onto. ;) | |||||
2009-05-23 | Fixed a few strings for better translation | Kess Vargavind | 6 | -29/+46 | |
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 (cherry picked from commit 9712489ef67f95d6a5fa1fc3102bb7c4ee6a1f59) | |||||
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 6 | -29/+46 | |
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 | 5 | -12/+6 | |
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 | 1 | -0/+2 | |
2009-05-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 3 | -1/+7 | |
And make a few others like that, and remove them too. | |||||
2009-05-11 | Standardize item statistics format | Jared Adams | 1 | -6/+6 | |
2009-05-11 | Fixed the memory issues with the pointers to item stat modifiers | Bjørn Lindeijer | 1 | -15/+7 | |
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 | 1 | -1/+2 | |
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-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 2 | -2/+2 | |
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 | 1 | -1/+3 | |
2009-05-06 | Remove more inventory handling support #ifdefs | Jared Adams | 2 | -11/+35 | |
This also fixes some minor bugs and centralizes some logic. | |||||
2009-05-02 | Fix up some things in the NPC dialog | Jared Adams | 1 | -0/+1 | |
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 | 4 | -19/+42 | |
Also add support for the new TMWServ NPC packets | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 5 | -6/+6 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-23 | Added rejecting party invites. | David Athay | 3 | -2/+25 | |
2009-04-23 | Added listing all online users | David Athay | 3 | -10/+49 | |
2009-04-21 | Trade system | blue112 | 3 | -11/+22 | |
Handler & GUI modification, to make the three steps systems working. Protocol changes for the same reason Player.cpp changes because it uses the cancel method which signature has changed | |||||
2009-04-20 | Fix clearing handlers on connecting to game server. | David Athay | 3 | -1/+7 | |
2009-04-19 | Error server unavailable Add an error box when then game server isn't ↵ | blue112 | 1 | -0/+6 | |
available (on char selection) | |||||
2009-04-19 | Fix TMWServ compilation | Jared Adams | 1 | -1/+6 | |
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -1/+11 | |
2009-04-16 | Fix compilation under TMWServ | Jared Adams | 1 | -6/+8 | |
2009-04-16 | Remove last support #ifdef in the resource code | Jared Adams | 1 | -0/+19 | |
2009-04-16 | Make sure math functions are still inlined | Bjørn Lindeijer | 1 | -5/+0 | |
A function call could be quite a large overhead on top of a fast square root function. | |||||
2009-04-15 | Merge the trade dialog | Jared Adams | 1 | -3/+6 | |
2009-04-14 | Put the remaining unnamespaced handlers in a namespace | Bjørn Lindeijer | 10 | -0/+39 | |
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const. | |||||
2009-04-12 | Append _F or _M to username in eAthena network layer | Bjørn Lindeijer | 2 | -9/+8 | |
Abstracts it away and out of main.cpp and register.cpp. | |||||
2009-04-11 | Remove more support #ifdefs | Jared Adams | 2 | -0/+14 | |
2009-04-09 | Remove a segfault when exiting the client | Jared Adams | 1 | -0/+2 | |