Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-23 | Fix a segmentation fault | Kess Vargavind | 1 | -8/+12 | |
The client crashed when entering [] inside an item link, for example the string [[]]. (cherry picked from commit 86a055d46df5a262fce0f76697cc3d54e75b19e1) | |||||
2009-05-18 | Fixed progress bar crash | Bjørn Lindeijer | 1 | -10/+4 | |
Sorry about that. | |||||
2009-05-14 | Don't apply GUI opacity to the selected value of a DropDown | Bjørn Lindeijer | 1 | -3/+3 | |
2009-05-13 | Fix how the PartyWindow lays out Avatars | Jared Adams | 1 | -4/+8 | |
Also fix the height of Avatars | |||||
2009-05-13 | Modify PartyWindow sizing again | Freeyorp | 1 | -2/+3 | |
Rather than expanding PartyWindow again, call mLabel->adjustSize(); and let players resize the window if they need to. Also shrink the minimum size of the PartyWindow. | |||||
2009-05-13 | Remove Aethyra's custom visible GM system | Jared Adams | 1 | -7/+0 | |
Very hackish and would require altering eAthena. It also isn't very portable; if you use the same character name on multiple servers and are a GM on one of them, the client will try to make you a GM on the other. | |||||
2009-05-12 | Fix up handling of GM status | Jared Adams | 1 | -1/+1 | |
2009-05-13 | BrowserBox doesn't need to know about the TrueTypeFont class | Bjørn Lindeijer | 1 | -6/+6 | |
2009-05-12 | Don't show Hp and maxHp for the local player in the party window | Freeyorp | 1 | -7/+1 | |
It's already being displayed elsewhere, and it's partly broken anyway. | |||||
2009-05-11 | Switch Tab to a color pointer to update on the fly | Jared Adams | 3 | -7/+7 | |
2009-05-10 | Removed the ???/??? for party members of which health isn't known | Bjørn Lindeijer | 2 | -30/+33 | |
Not very useful. :P | |||||
2009-05-10 | Fixed the resize grip of the party window | Bjørn Lindeijer | 4 | -28/+20 | |
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances. | |||||
2009-05-10 | Add support for viewing the health and maximum health of other nearby ↵ | Freeyorp | 2 | -3/+53 | |
members of your party. | |||||
2009-05-10 | Expand the label in the party window to stop names being cut off. | Freeyorp | 1 | -3/+3 | |
Lots of space has been left to compensate for planned additon of hp/maxhp to the same line. | |||||
2009-05-09 | Increased the distance between head and overhead text a bit | Bjørn Lindeijer | 2 | -2/+2 | |
Plus some small code cleanups. | |||||
2009-05-09 | Fix some memory leaks | Jared Adams | 2 | -3/+5 | |
In doing so, NPC Dialogs now show the resize grip again. | |||||
2009-05-08 | Fixed one pixel missing from progress bars | Bjørn Lindeijer | 2 | -59/+53 | |
Also fixed the progress bar during connecting to reset again when full, by disabling the smooth updating there. The ProgressBar now uses gcn::Color instead of three separate color attributes. | |||||
2009-05-08 | Make sure all tab modes get their opacity update | Jared Adams | 1 | -2/+6 | |
2009-05-08 | Have progressbar labels ignore gui alpha | Jared Adams | 1 | -2/+2 | |
2009-05-08 | Fixed list box selection wrapping to the bottom on dragging upwards | Bjørn Lindeijer | 1 | -3/+6 | |
Negative values of y were not handled correctly, causing the selection to wrap when the mouse moved out of the listbox at the top while dragging. | |||||
2009-05-08 | Fixed scroll wheel handling in list boxes | Bjørn Lindeijer | 1 | -20/+2 | |
The scroll wheel was changing the list box selection, which is somewhat unexpected. By not handling the event, it will be passed on to the parent ScrollArea and be handled appropriately. | |||||
2009-05-08 | Got rid of the non-functional TextFieldListener | Bjørn Lindeijer | 2 | -20/+8 | |
Pointed out by Jaxad0127. We might want to enable its intended functionality in a different way later. | |||||
2009-05-05 | Hide the item popup when the mouse moves on top of it | Bjørn Lindeijer | 1 | -6/+8 | |
Makes the popup a lot less annoying. Still sticks around in some cases when it shouldn't, which seems to be because of missing mouseExited events from Guichan. | |||||
2009-05-04 | Fix link colors and item links for pickup messages | Jared Adams | 1 | -1/+1 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 4 | -5/+4 | |
2009-05-02 | Make sure messages on most tabs are handled right | Jared Adams | 2 | -3/+2 | |
2009-05-01 | Merge the NPC dialogs into one | Jared Adams | 2 | -0/+31 | |
Also add support for the new TMWServ NPC packets | |||||
2009-04-29 | Some random cleanups | Bjørn Lindeijer | 2 | -4/+4 | |
2009-04-26 | Remove a debugging statement | Jared Adams | 1 | -1/+0 | |
2009-04-25 | Fix chat actions | Jared Adams | 1 | -1/+2 | |
2009-04-20 | Fix up window visibility saving/restoring | Jared Adams | 3 | -3/+28 | |
2009-04-20 | Removed the unused itemshortcutwindow.{h,cpp} | Bjørn Lindeijer | 1 | -1/+2 | |
2009-04-20 | Fixed key handling in dropdowns when the dropdown portion isn't visible. | Tametomo | 2 | -0/+56 | |
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-20 | Removed the unused setSelected override | Bjørn Lindeijer | 2 | -39/+0 | |
It wasn't actually used because it is no longer virtual in the base Guichan class. | |||||
2009-04-20 | Repaired table and listbox scrolling when using the keyboard. | Ira Rice | 3 | -19/+23 | |
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-20 | Fixed a fairly obscure text wrapping bug. | Ira Rice | 1 | -2/+9 | |
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-20 | Fixed speech bubbles not respecting the set palette text color. | Ira Rice | 1 | -3/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-20 | Drop current target on death | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-19 | Made ItemContainer wrap items depending on its width again | Bjørn Lindeijer | 1 | -1/+2 | |
This is instead of taking a fixed number of rows and columns. The inventory and trade window are now resizable again. Other smaller changes: * Don't use bold font for the labels in the item container * Changed "(Eq)" back to "Eq." * Removed the ugly grid lines | |||||
2009-04-18 | Restored support for build-in colors to BrowserBox | Bjørn Lindeijer | 2 | -25/+38 | |
Now the BrowserBox can again display 9 build-in (non configurable) colors, used for example in the client news and the help window. | |||||
2009-04-16 | Some more cleanups | Bjørn Lindeijer | 7 | -57/+35 | |
Nothing in particular worth mentioning. | |||||
2009-04-16 | Some cleanups | Bjørn Lindeijer | 6 | -14/+22 | |
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const | |||||
2009-04-16 | Rehash CommandHandler a bit, it's now fully merged | Jared Adams | 5 | -0/+141 | |
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands. | |||||
2009-04-15 | Right, our ScrollArea deletes its content | Bjørn Lindeijer | 1 | -1/+0 | |
Fixes crash on closing login dialog... | |||||
2009-04-15 | Have the DropDown create its ScrollArea and ListBox | Bjørn Lindeijer | 2 | -46/+14 | |
And also clean them up again. Fixes some memory leaks and simplifies the code. Also got rid of the basically unused "opaque" setting of DropDown. | |||||
2009-04-15 | Made the PopupMenu a Popup subclass | Bjørn Lindeijer | 3 | -11/+4 | |
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 | Make whisper tabs optional | Jared Adams | 1 | -3/+3 | |
2009-04-14 | Put the remaining unnamespaced handlers in a namespace | Bjørn Lindeijer | 1 | -1/+0 | |
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const. | |||||
2009-04-13 | Some cleanup of the SkinLoader | Bjørn Lindeijer | 1 | -5/+0 | |
Mainly stopped it from parsing the skin XML files over and over again, but also fixed Skin leaking sticky button images and made some optimizations. The Skin class still has an 'instances' member which could be used for cleanup in theory, but is unused at the moment. | |||||
2009-04-13 | Fixed broken links | David Athay | 2 | -7/+7 | |