Age | Commit message (Expand) | Author | Files | Lines |
2009-02-04 | Cleaned up some login includes that I missed earlier. | Ira Rice | 2 | -9/+6 |
2009-02-04 | Modified the NPC string and integer classes to automatically take focus | Ira Rice | 5 | -8/+36 |
2009-02-04 | Added key and mouse events to the table class. | Ira Rice | 3 | -12/+143 |
2009-02-04 | Changed NPC list dialog to selection wrap. | Ira Rice | 1 | -0/+1 |
2009-02-04 | Simplified equipment window initialization, since only the local player | Ira Rice | 3 | -6/+6 |
2009-02-04 | Moved mEquipment to the LocalPlayer class, since it's the only place | Ira Rice | 4 | -5/+4 |
2009-02-04 | Added destructors to some classes originally obtained from Legends of | Ira Rice | 4 | -0/+20 |
2009-02-04 | A few more pointers which weren't getting deleted. | Ira Rice | 4 | -0/+19 |
2009-02-04 | Got rid of a few dangling pointers. | Ira Rice | 1 | -0/+2 |
2009-02-04 | Forgot to check left clicking, as I assumed that it wouldn't break using | Ira Rice | 1 | -4/+10 |
2009-02-04 | Added a right click popup menu, and item popups to the equipment window. | Ira Rice | 2 | -9/+79 |
2009-02-04 | On the offchance that a player's name is longer than 130 pixels, set the | Ira Rice | 1 | -2/+2 |
2009-02-04 | Since they're now doing the same thing, having a branch is a little bit | Ira Rice | 1 | -16/+6 |
2009-02-04 | Fix for the last commit, where I forgot to modify the set dimension and | Ira Rice | 1 | -4/+2 |
2009-02-04 | Not sure how this happened in the first place, but this should ensure | Ira Rice | 1 | -1/+3 |
2009-02-04 | Few more unneeded headers that weren't noticed originally in the last | Ira Rice | 8 | -11/+3 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 122 | -437/+177 |
2009-02-03 | Applied a minimum height and width to the help window. | Ira Rice | 1 | -0/+2 |
2009-02-03 | Show the scroll area again for the skill dialog. While this commit isn't | Ira Rice | 1 | -1/+0 |
2009-02-03 | Modified video mode selection to not test the resolution clicked on, and | Ira Rice | 1 | -17/+0 |
2009-02-03 | Disable alpha values affecting two widgets which would otherwise take | Ira Rice | 3 | -7/+26 |
2009-02-03 | Modified the dropdown class to handle opacity. | Ira Rice | 4 | -19/+81 |
2009-02-03 | Fixed up table class to allow for different background colors, as well | Ira Rice | 7 | -115/+128 |
2009-02-03 | Changed the listbox in the color setup pane to use the customized | Ira Rice | 1 | -1/+2 |
2009-02-03 | Made highlights configurable through the color dialog. | Ira Rice | 4 | -5/+27 |
2009-01-30 | Made the shoplist box alpha blend. | Ira Rice | 2 | -3/+13 |
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 | 1 | -8/+23 |
2009-01-30 | Swapped the default settings for two labels, which had been mixed up. | Ira Rice | 1 | -2/+2 |
2009-01-30 | Reflowed status window using the layout class. | Ira Rice | 2 | -160/+62 |
2009-01-30 | Fixed the item container so that it displays all item captions with the | Ira Rice | 1 | -0/+1 |
2009-01-30 | Moved weight and slots back to the top of the inventory window. | Ira Rice | 1 | -6/+6 |
2009-01-30 | Some style cleanups to the image class. TODO: Find a way to fix the | Ira Rice | 1 | -21/+22 |
2009-01-30 | Found a few more gui elements that didn't get exposed to transparency | Ira Rice | 4 | -19/+42 |
2009-01-30 | Applied alphas to the progress bar fill and text overlays as well. | Ira Rice | 1 | -3/+8 |
2009-01-30 | Exposed most gui elements to take alpha values. There are still a few | Ira Rice | 24 | -28/+160 |
2009-01-30 | Changed the minimap to remember whether the minimap was toggled or not | Ira Rice | 1 | -2/+3 |
2009-01-30 | Re-enabled real time gui opacity updating. | Ira Rice | 1 | -3/+8 |
2009-01-30 | Fixed color saving on Windows. | Ira Rice | 1 | -3/+2 |
2009-01-30 | Fixed the last freestanding minimap bug. Now minimaps behave perfectly | Ira Rice | 1 | -1/+2 |
2009-01-29 | Trimmed out a few help functions from some subclasses, and moved them | Ira Rice | 5 | -40/+13 |
2009-01-29 | Fixed up minimap resizing code so that the minimum width is always long | Ira Rice | 1 | -6/+12 |
2009-01-29 | Don't send empty chats (long lines of empty spaces). | Ira Rice | 1 | -0/+5 |
2009-01-29 | Make sure that strings aren't chopped off when a | isn't found. | Ira Rice | 1 | -1/+3 |
2009-01-29 | If an item link isn't found, don't treat it as a link. | Ira Rice | 2 | -13/+10 |
2009-01-29 | Removed useless check from the last commit. | Ira Rice | 1 | -5/+3 |
2009-01-29 | Fixed a crash caused by getting the wrong string substring. In doing so, | Ira Rice | 1 | -22/+15 |
2009-01-28 | Adjusted a few color defaults to make them easier to see. | Ira Rice | 1 | -4/+4 |
2009-01-28 | Added coloring of item names by type. TODO: Allow this to be | Ira Rice | 4 | -9/+45 |
2009-01-28 | Fixed a slight error in item name widths. | Ira Rice | 1 | -3/+2 |