Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 1 | -249/+0 | |
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira | |||||
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -6/+6 | |
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams | |||||
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 1 | -2/+2 | |
Acked-by: Jared Adams | |||||
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 1 | -4/+4 | |
Acked-by: Jared Adams | |||||
2010-11-11 | Replace Event names with enums instead of strings | Chuck Miller | 1 | -4/+4 | |
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -2/+2 | |
Reviewed-by: Freeyorp | |||||
2010-08-16 | Move more to the event system | Jared Adams | 1 | -8/+18 | |
Most of Net::InventoryHandler is now done through events. The ActorSpriteManager was also replaced by events. A few odds and ends were taken care of too. Reviewed-by: Bertram | |||||
2010-03-25 | Remove the type boolean from InventoryWindow | Jared Adams | 1 | -4/+4 | |
This moves inventory/storage type into the Inventory class, having size default to a call to the netcode to get the sive for the given type. Reviewed-by: Chuck Miller | |||||
2010-03-25 | Merge StorageWindow into InventoryWindow | Jared Adams | 1 | -3/+6 | |
Reviewed-by: Chuck Miller | |||||
2010-02-24 | Move StorageWindow to instancing intead of global | Jared Adams | 1 | -2/+2 | |
Also make storage under eAthena more flexible. Reviewed-by: Dennis Friis | |||||
2010-02-22 | Cleanup some popup-related code and make sure BeingPopup is included | Jared Adams | 1 | -1/+1 | |
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-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-11 | Cleanup GUI classes | Jared Adams | 1 | -3/+3 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+1 | |
2009-10-29 | Small refactoring ItemAmountWindow | Andrei Karas | 1 | -8/+7 | |
2009-10-29 | Disable keyboard shortcuts in windows with text input. | Andrei Karas | 1 | -0/+11 | |
Disable items shortcuts in setup window. Disable all shortcuts in ItemAmount window. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-07-26 | Gettext fixes | Kess Vargavind | 1 | -5/+5 | |
And a Swedish translation of the desktop file. | |||||
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 1 | -12/+12 | |
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-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 1 | -3/+5 | |
And make a few others like that, and remove them too. | |||||
2009-05-08 | Adjust potion of the item icon in ItemAmountWindow | Jared Adams | 1 | -1/+1 | |
2009-05-08 | Item image on item amount windows | Blue | 1 | -9/+38 | |
Adds the item's image with the popup on the amount selector window. | |||||
2009-05-08 | Reintroduced the cancel button of ItemAmountWindow | Bjørn Lindeijer | 1 | -8/+12 | |
Removed the close button instead. Also, the "All" button now only puts the slider at the maximum and won't also finish the dialog, since that is quite unexpected. This reverts commit ec4656af8e2d1946ea2b1d036457c885a9e420dd. | |||||
2009-05-07 | Remove the cancel button from ItemAmountWindow | Jared Adams | 1 | -7/+1 | |
It's completely superfluous, due to the close button (which the cancel button was just calling anyways). | |||||
2009-05-07 | Fix updates in the ItemAmmountWindow | Jared Adams | 1 | -0/+6 | |
CHanging the IntTextField will now update the Slider. | |||||
2009-05-07 | Put an input field back into the itemamount window. | Freeyorp | 1 | -14/+12 | |
2009-05-06 | Clean up the bypass code for the ItemAmountWindow | Jared Adams | 1 | -29/+41 | |
2009-05-06 | Remove more inventory handling support #ifdefs | Jared Adams | 1 | -4/+0 | |
This also fixes some minor bugs and centralizes some logic. | |||||
2009-05-05 | Change the item amount window to skip on one item | Jared Adams | 1 | -2/+9 | |
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 | -0/+178 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. |