Age | Commit message (Expand) | Author | Files | Lines |
2009-03-26 | Fixed duplicate check for item names | Bjørn Lindeijer | 2 | -5/+5 |
2009-03-26 | Fix the ColorTypes Macro | Majin Sniper | 2 | -8/+10 |
2009-03-26 | Some code cleanups (mostly reducing how many calculations need to be | Ira Rice | 13 | -126/+84 |
2009-03-25 | Make sure the correct color for the pulse gradient shows up on the | Ira Rice | 1 | -0/+1 |
2009-03-25 | Merged relevent changes from TMW commit | Ira Rice | 7 | -69/+62 |
2009-03-25 | Don't crash cause of deleting a model twice | Bjørn Lindeijer | 1 | -3/+0 |
2009-03-25 | Fixed a static leak in skin loading. | Ira Rice | 1 | -0/+2 |
2009-03-25 | Relaxed collision and fringe naming slightly so that they just need to | Ira Rice | 2 | -4/+5 |
2009-03-25 | Modified skin loading to save and load a skin's XML path, as well as | Ira Rice | 9 | -58/+142 |
2009-03-25 | Moved the responsibility for skin alpha adjustment to the Skin class. | Ira Rice | 6 | -113/+63 |
2009-03-22 | Fixed some compiler warnings | Bjørn Lindeijer | 2 | -6/+6 |
2009-03-22 | Fixed map name saving in the engine class. Somehow, the const gets | Ira Rice | 3 | -7/+7 |
2009-03-19 | Be sure to free the window icon | Jared Adams | 1 | -1/+5 |
2009-03-19 | Throttle framerates down to save CPU cycles. Now that we're getting high | Ira Rice | 3 | -18/+25 |
2009-03-19 | Reduced down label code. | Ira Rice | 1 | -29/+1 |
2009-03-19 | Forgot to remove some now unneeded includes. | Ira Rice | 4 | -4/+0 |
2009-03-19 | Made the plus and minus buttons in the last commit look more | Ira Rice | 5 | -10/+12 |
2009-03-19 | Reformatted the item amount window and the buy/sell windows so that | Ira Rice | 10 | -62/+156 |
2009-03-19 | Simplified trading dialog controls. | Ira Rice | 3 | -36/+22 |
2009-03-19 | Some minor cleanups in a few windows and build scripts, as well as | Ira Rice | 7 | -305/+18 |
2009-03-19 | Port Progressbar to TextRenderer | Majin Sniper | 1 | -23/+8 |
2009-03-18 | Fix up the NPC interraction widnows a bit | Jared Adams | 14 | -45/+81 |
2009-03-18 | Clean up TtemAmount dialog and add an All button | Jared Adams | 2 | -27/+33 |
2009-03-17 | Added an image merge feature loosely based on a merge function found in | Ira Rice | 5 | -29/+117 |
2009-03-16 | Applied a similar optimization as in commit | Ira Rice | 2 | -29/+58 |
2009-03-16 | Optimising OpenGLGraphics::drawImagePattern | Steve Cotton | 2 | -0/+57 |
2009-03-16 | Rename the old Palette class to DyePalette | Steve Cotton | 2 | -10/+10 |
2009-03-16 | Code reformatting | Steve Cotton | 2 | -6/+6 |
2009-03-15 | Fixed BuySell dialog to remember its position. For proper configuration | Ira Rice | 1 | -0/+1 |
2009-03-15 | Overrode the reset window function in the chat window to also reset the | Ira Rice | 7 | -9/+27 |
2009-03-15 | Fixed color previews for item types. | Ira Rice | 1 | -0/+1 |
2009-03-15 | Fix some mem leaks | Jared Adams | 12 | -22/+42 |
2009-03-14 | Improved pulsating algorithm to look better for impure colors. | Ira Rice | 1 | -3/+3 |
2009-03-14 | Fixed default size for the debug window. | Ira Rice | 1 | -1/+1 |
2009-03-14 | Removed a redundant widget resize function in the shortcut window. | Ira Rice | 2 | -16/+7 |
2009-03-14 | Exposed a few more windows to the reset button on the setup window. | Ira Rice | 5 | -21/+33 |
2009-03-14 | Exposed a few more windows to the reset window button under the setup | Ira Rice | 2 | -1/+6 |
2009-03-14 | Made the slider editable when pulse gradient is selected. | Ira Rice | 3 | -13/+56 |
2009-03-14 | Added a pulse effect into the palette class, which uses the set color | Ira Rice | 3 | -41/+39 |
2009-03-14 | Modified the equipment window to use the highlight color for selections. | Ira Rice | 1 | -16/+18 |
2009-03-14 | Fixed item popups in the equipment window to display the proper item | Ira Rice | 1 | -2/+4 |
2009-03-14 | Fixed a label in the status window to use the label widget inside the | Ira Rice | 1 | -1/+1 |
2009-03-14 | Added the label classes that were accidently left out in commit | Ira Rice | 2 | -0/+123 |
2009-03-14 | Exposed the progress bar colors to the color management tab. | Ira Rice | 11 | -19/+66 |
2009-03-14 | Made a label class derived from the guichan label class which utilizes | Ira Rice | 30 | -176/+173 |
2009-03-14 | Fixed sliders to initialize their alpha values on loading, instead of | Ira Rice | 1 | -0/+10 |
2009-03-14 | Got rid of two direct references to the color black. These now always | Ira Rice | 2 | -2/+4 |
2009-03-14 | Code cleanup in the color/palette code | Majin Sniper | 2 | -12/+9 |
2009-03-14 | Commented up item popups, speech bubbles, as well as only update item | Ira Rice | 7 | -9/+80 |
2009-03-14 | Fix a spelling error in palette | Jared Adams | 1 | -1/+1 |