Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-03 | Modified the dropdown class to handle opacity. | Ira Rice | 4 | -19/+81 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-03 | Fixed up table class to allow for different background colors, as well | Ira Rice | 7 | -115/+128 | |
as defining whether the given table is opaque or not. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-03 | Changed the listbox in the color setup pane to use the customized | Ira Rice | 1 | -1/+2 | |
listbox. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-03 | Made highlights configurable through the color dialog. | Ira Rice | 4 | -5/+27 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Made the shoplist box alpha blend. | Ira Rice | 2 | -3/+13 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Added highlighting ability to tabs. | David Athay | 2 | -8/+29 | |
2009-01-30 | Made the recorder class messages translatable, as well as moved the | Ira Rice | 2 | -8/+24 | |
recorder over to the layout code (not that it helps much at the moment). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Swapped the default settings for two labels, which had been mixed up. | Ira Rice | 1 | -2/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Reflowed status window using the layout class. | Ira Rice | 2 | -160/+62 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Fixed the item container so that it displays all item captions with the | Ira Rice | 1 | -0/+1 | |
default font. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Moved weight and slots back to the top of the inventory window. | Ira Rice | 1 | -6/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Some style cleanups to the image class. TODO: Find a way to fix the | Ira Rice | 1 | -21/+22 | |
subimage class so that when OpenGL isn't enabled, GUI opacities can still be applied. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Found a few more gui elements that didn't get exposed to transparency | Ira Rice | 4 | -19/+42 | |
updating. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Applied alphas to the progress bar fill and text overlays as well. | Ira Rice | 1 | -3/+8 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Exposed most gui elements to take alpha values. There are still a few | Ira Rice | 24 | -28/+160 | |
spots that could also be fixed up as well, but require other methods to fix them (the filled color rectangles on the progress bars, as well as the text on them as well, as an example). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Changed the minimap to remember whether the minimap was toggled or not | Ira Rice | 1 | -2/+3 | |
when the client was last exited. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Re-enabled real time gui opacity updating. | Ira Rice | 1 | -3/+8 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Fixed color saving on Windows. | Ira Rice | 1 | -3/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Fixed the last freestanding minimap bug. Now minimaps behave perfectly | Ira Rice | 1 | -1/+2 | |
even when there's already a saved window configuration. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | Trimmed out a few help functions from some subclasses, and moved them | Ira Rice | 5 | -40/+13 | |
back to the chat class, where they really belong. Since the party class parses its own suboptions, I left the suboptions within that class. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | Fixed up minimap resizing code so that the minimum width is always long | Ira Rice | 1 | -6/+12 | |
enough to contain the map's name. Also fixed an unnoticed logic flip that was done unintentionally. This class now manages to work perfectly when the config file has no previous dimensional influences, but still won't resize properly without removing the ability to resize or getting rid of those stored configs. TODO: Find out why loading window configuration for the default minimum width or height overrides the Minimap's supplied dimensions it wants. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | Converted CRLF newlines to LF | Bjørn Lindeijer | 1 | -0/+42 | |
2009-01-29 | Update Swedish translation. Two (or rather three) msgstrs require the use of ↵ | Kess Vargavind | 1 | -232/+219 | |
"no-c-format". | |||||
2009-01-29 | Don't send empty chats (long lines of empty spaces). | Ira Rice | 1 | -0/+5 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | Make sure that strings aren't chopped off when a | isn't found. | Ira Rice | 1 | -1/+3 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | If an item link isn't found, don't treat it as a link. | Ira Rice | 2 | -13/+10 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | Removed useless check from the last commit. | Ira Rice | 1 | -5/+3 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-29 | Fixed a crash caused by getting the wrong string substring. In doing so, | Ira Rice | 1 | -22/+15 | |
the algorithm was optimized further, so that only one correction needs to be done if the last line is the longest. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Adjusted a few color defaults to make them easier to see. | Ira Rice | 1 | -4/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Added coloring of item names by type. TODO: Allow this to be | Ira Rice | 4 | -9/+45 | |
customizable through the color interface so that if someone is colorblind to a certain color and it doesn't show up well, they can change it (or even people who just don't like the default color). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Fixed a slight error in item name widths. | Ira Rice | 1 | -3/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Fix for a mistake in one of the logicc statements in the last commit. | Ira Rice | 1 | -1/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Finally put in the last missing wrapping case that has been missing from | Ira Rice | 1 | -6/+25 | |
the textbox class. Should now always choose the most ideal text wrap possible. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Consolidated setMinWidth into textWrap, since all lines are dependant | Ira Rice | 7 | -49/+33 | |
upon knowing what dimension they have to wrap to or beat in order for text wrapping to work. By adding this to be initiated at the same time as the text wrapping is done, this should decrease visual artifacts caused by not initializing it properly to begin with. Also made the item popups compact to the minimum dimension. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Moved NPC text back to using the textbox. Rationale is that the textbox | Ira Rice | 2 | -15/+38 | |
code is in much better shape than the browserbox code at the moment, and that the move to using the browserbox was a bit silly, as textbox already wraps. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Fix handling of packet 0x81 | Jared Adams | 4 | -33/+79 | |
2009-01-28 | Removed manual trimmings in exchange for using trim.h instead. | Ira Rice | 2 | -17/+5 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Another file added to the ignore list | Bjørn Lindeijer | 1 | -0/+1 | |
2009-01-28 | Made translations and music optional components when installing on windows. | Philipp Sehmisch | 1 | -8/+23 | |
2009-01-28 | Updated po files (not really needed yet, but the da file needed fixing) | Ira Rice | 25 | -3835/+4519 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-28 | Added missing files to CMakeLists. | Ira Rice | 2 | -9/+35 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-27 | Removed the fairly useless buttonbox class, as well as removing the | Ira Rice | 9 | -216/+143 | |
recorder's dependence upon it. This class should get a bit more work done to it to simplify it further, but right now, it preserves all of the same functionality. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-27 | Restore punching animation after weapon removal | Jared Adams | 1 | -0/+5 | |
2009-01-27 | Added font size config for the bold font as well. | Ira Rice | 1 | -1/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-27 | Made font size configurable in config file | Bjørn Lindeijer | 1 | -1/+2 | |
Just change the value of 'fontSize'. This should be made configurable in the GUI though, and the GUI should then automatically adapt to the new font size. | |||||
2009-01-26 | Bolded item names in the item popup. TODO: Modify this later to also | Ira Rice | 1 | -0/+1 | |
color the item name based on general function, like speech bubbles do for being names. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-26 | Fixed the number of arrows from drawing in red when the shirt is | Ira Rice | 1 | -0/+1 | |
selected in the equipment window. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-26 | Merge branch 'master' of git@gitorious.org:tmw/aethyra | Ira Rice | 0 | -0/+0 | |
2009-01-26 | Removed the description option from right click menus on items. With | Ira Rice | 1 | -7/+0 | |
item popups, this is no longer useful, as well as it never doing anything to begin with. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-26 | Fixed a few default window sizes so that they look better for first time | Ira Rice | 3 | -2/+4 | |
client loaders. Signed-off-by: Ira Rice <irarice@gmail.com> |