Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-19 | Reorder store option to the top, so it is more useful. | Ben Longbons | 1 | -5/+5 | |
2010-10-08 | Remove the following system | Stefan Dombrowski | 1 | -9/+0 | |
Removed due to unresolved social issues. In master it had been already removed by Kage in commit 89f192b9039f9c000515f0a12f4bb9fb55c4691c. | |||||
2010-08-30 | Fixing segmentation fault and making invite to guild in pop-up conditional | Stefan Dombrowski | 1 | -1/+2 | |
How to reproduce the segmentation fault: Open the emote pop-up. Then press the escape key and switch the character. The emote pop-up is still open and clicking on it makes the game crash. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-03-26 | Replace most dynamic_casts with static_casts | Jared Adams | 1 | -22/+9 | |
The remaining instances can't easily or safely be changed as the classes involved don't have type information like Being does. Reviewed-by: Freeyorp | |||||
2010-03-25 | Merge StorageWindow into InventoryWindow | Jared Adams | 1 | -2/+1 | |
Reviewed-by: Chuck Miller | |||||
2010-03-19 | Fix crash when player chooses to follow a being that has been deleted already | Chuck Miller | 1 | -2/+2 | |
Reviewed-By: Jarad Adams | |||||
2010-02-24 | Move StorageWindow to instancing intead of global | Jared Adams | 1 | -4/+6 | |
Also make storage under eAthena more flexible. Reviewed-by: Dennis Friis | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-13 | Make NPC dialogs instance instead of global | Jared Adams | 1 | -3/+1 | |
This change allows players to talk to multiple NPCs at a time (if the server agrees). Manaserv's netcode allows multiple commerce instances too. eAthena's is limited to one commerce instance, due to protocol limitations. | |||||
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -1/+1 | |
Finish support for server types in the server dialog. Using the new server type function, strip out ifdefs, replacing them with if blocks for later merging in smaller atomic commits. Remove any remaining references to the support defs, including in build system. | |||||
2010-01-13 | Adds a follow manager for users | BlueSansDouze | 1 | -4/+5 | |
Right click contextual menu on player "follow" entry Cancel the following by moving with mouse or keys Adds a special behavior for map changes | |||||
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -7/+7 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+2 | |
2009-12-27 | Add right click whisper | dweems000@gmail.com | 1 | -0/+8 | |
2009-11-26 | Merge a little more and remove the BuddyWindow | Jared Adams | 1 | -19/+1 | |
The BuddyWindow was only half implemented and would have been made redundant with the planned social window. | |||||
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -2/+2 | |
2009-09-23 | Fixes party invite | Chuck Miller | 1 | -1/+1 | |
2009-09-13 | Add ellipsis (...) to some options requiring further input | Kess Vargavind | 1 | -3/+6 | |
2009-08-31 | Fixes NPC names on the popup menu. | Freeyorp | 1 | -6/+2 | |
Mantis-issue: 861 | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -3/+4 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-07-24 | Prevent translations from leaving popups useless | Jared Adams | 1 | -35/+63 | |
2009-07-23 | Clear some more support ifdefs | Jared Adams | 1 | -2/+0 | |
2009-07-17 | Various gettext fixes | Kess Vargavind | 1 | -1/+2 | |
* Merged a few split strings * Fixed some spellings and wordings * Turned a couple of std::cout and std::cerr into logger messages | |||||
2009-05-12 | Fix up handling of GM status | Jared Adams | 1 | -9/+12 | |
2009-05-12 | Adjust the context menu's invite options | Jared Adams | 1 | -1/+4 | |
Guild will no longer show for eAthena builds and party will only show if you are in a party. | |||||
2009-05-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 1 | -5/+7 | |
And make a few others like that, and remove them too. | |||||
2009-05-06 | Clean up the bypass code for the ItemAmountWindow | Jared Adams | 1 | -4/+4 | |
2009-05-06 | Remove more inventory handling support #ifdefs | Jared Adams | 1 | -7/+2 | |
This also fixes some minor bugs and centralizes some logic. | |||||
2009-05-05 | Fix the context menu for the storage window | Jared Adams | 1 | -15/+41 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -3/+3 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-22 | Some string fixes | Kess Vargavind | 1 | -3/+3 | |
2009-04-20 | Reduced the weight of a few gui windows and popups which wrapped their | Ira Rice | 1 | -4/+0 | |
TextBoxes in ScrollAreas, but never needed to scroll (and disabled both the horizontal and vertical scrollbars, which makes using a scrollarea kind of pointless to begin with). Signed-off-by: Ira Rice <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-15 | Made the PopupMenu a Popup subclass | Bjørn Lindeijer | 1 | -8/+1 | |
It's a natural better fit. The SkinLoader was changed into a singleton, since it's used by both Window and Popup classes. | |||||
2009-04-15 | Fix some memory problems | Jared Adams | 1 | -0/+1 | |
2009-04-15 | Trim out (npc) tag from NPC names in PopupMenu | Tametomo | 1 | -2/+8 | |
Generally, it's good to tack on this tag onto nearly everything, but for popup options, it looks a tad tacky. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-15 | Some PopupMenu cleanups/fixes and additions. | Tametomo | 1 | -17/+25 | |
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-10 | Fix popup to prevent an item from showing on warps | Jared Adams | 1 | -1/+2 | |
2009-04-09 | Remove a segfault when exiting the client | Jared Adams | 1 | -3/+1 | |
2009-04-09 | Add a popup menu item to add Being name to chat | Jared Adams | 1 | -11/+10 | |
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -1/+2 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -1/+1 | |
2009-04-02 | Partially fixed compilation for TMWServ. src/gui/buysell.cpp still needs to ↵ | Philipp Sehmisch | 1 | -1/+1 | |
be fixed. | |||||
2009-04-02 | Add some missing handler for eAthena | Jared Adams | 1 | -0/+17 | |
Also expand aAthena's AdminHandler | |||||
2009-04-01 | Some cleanup | Jared Adams | 1 | -7/+1 | |
2009-04-01 | Make eAthena's inventory handler | Jared Adams | 1 | -4/+0 | |
Also cleanup some related #ifdefs in LocalPlayer. | |||||
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -3/+2 | |
2009-03-27 | Made eAthena's Network class statically accessible | Bjørn Lindeijer | 1 | -2/+1 | |
Now the instance doesn't need to be passed into the MessageOut class anymore. Expect a lot of cleanup in the next commit. |