Age | Commit message (Expand) | Author | Files | Lines |
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 | Code cleanup in the color/palette code | Majin Sniper | 3 | -44/+16 |
2009-03-14 | Fix a spelling error in palette | Jared Adams | 1 | -1/+1 |
2009-03-14 | Fix cancel button in color config dialog | Majin Sniper | 1 | -4/+5 |
2009-03-14 | Fix a spelling error in palette | Jared Adams | 1 | -1/+1 |
2009-03-14 | Fix cancel button in color config dialog | Majin Sniper | 1 | -4/+5 |
2009-03-13 | Added item types to the palette class. | Ira Rice | 4 | -19/+64 |
2009-03-13 | Made the TextPreview widget respect alpha values. | Ira Rice | 3 | -8/+20 |
2009-03-12 | Fixed an incorrect palette reference, as well as a break that was | Ira Rice | 2 | -1/+6 |
2009-03-12 | Added in option for opacity for the text preview widget, which all of | Ira Rice | 3 | -8/+26 |
2009-03-12 | Make use of the new available colors | Majin Sniper | 19 | -99/+105 |
2009-03-12 | Fix a bug in the units system | Jared Adams | 1 | -2/+2 |
2009-03-12 | Extend color config gui to support the new colors | Majin Sniper | 9 | -45/+363 |
2009-03-12 | Extending the internal handling of colors | sniper | 14 | -106/+714 |
2009-03-12 | Added a class for rendering of floating text | sniper | 4 | -41/+95 |
2009-03-12 | Make use of the new available colors | Majin Sniper | 22 | -101/+102 |
2009-03-12 | Extend color config gui to support the new colors | Majin Sniper | 7 | -25/+369 |
2009-03-12 | Added a class for rendering of floating text | sniper | 3 | -53/+94 |
2009-03-12 | Extending the internal handling of colors | sniper | 13 | -381/+700 |
2009-03-12 | Removed some unneeded stub code. | Ira Rice | 1 | -22/+3 |
2009-03-12 | Made hair load again (commit e2d60401eaf55abe9e2251854f3174ffe0f4ad9e | Ira Rice | 3 | -4/+17 |
2009-03-12 | Move emote sprite loading into EmoteDB | Jared Adams | 9 | -57/+29 |
2009-03-12 | Fix leaks in status effects | Jared Adams | 3 | -14/+23 |
2009-03-12 | Move emote sprite loading into EmoteDB | Jared Adams | 9 | -49/+31 |
2009-03-11 | Enforce minimum widths and heights to be at least as big as the minumum | Ira Rice | 4 | -8/+9 |
2009-03-11 | Modified Skin class to use proper encapsulation, instead of leaving its | Ira Rice | 4 | -30/+81 |
2009-03-11 | Centered buy/sell dialog. | Ira Rice | 1 | -0/+2 |
2009-03-11 | Removed widget listeners from the popup class. Tests have shown that at | Ira Rice | 2 | -5/+1 |
2009-03-11 | Fixed up speech bubbles slightly so that it respects different padding | Ira Rice | 1 | -3/+3 |
2009-03-11 | Only check for name and descriptions in items with positive ID's in the | Ira Rice | 1 | -2/+5 |
2009-03-11 | Added a new Popup class, which overall is functionally similar to the | Ira Rice | 20 | -86/+479 |
2009-03-11 | Fix a memory leak in dropdown | Jared Adams | 1 | -0/+3 |
2009-03-11 | Don't move stuff from inventory when not visible | Jared Adams | 3 | -3/+7 |
2009-03-11 | Fix segfault when being count reaches 0 too often | Jared Adams | 3 | -30/+34 |
2009-03-11 | Moved the Skin class outside of the Window class, in order to allow | Ira Rice | 10 | -204/+288 |
2009-03-11 | Remove some duplication in hair loading code | Jared Adams | 2 | -54/+29 |
2009-03-11 | Fix a memory leak in dropdown | Jared Adams | 1 | -0/+3 |
2009-03-11 | Fix order of function calls when loading data | Jared Adams | 1 | -3/+3 |
2009-03-11 | Fix segfault when being count reaches 0 too often | Jared Adams | 3 | -30/+34 |
2009-03-11 | Don't move stuff from inventory when not visible | Jared Adams | 3 | -3/+7 |
2009-03-10 | Delete local player earlier and fix a rare crash | Jared Adams | 2 | -1/+3 |
2009-03-10 | Introduced in a Skin holder class, to reduce the amount of needed XML | Ira Rice | 2 | -41/+91 |
2009-03-10 | Delete local player earlier and fix a rare crash | Jared Adams | 3 | -4/+2 |
2009-03-10 | Set minimum bounds for speech bubbles, based on the skin's minimum | Ira Rice | 1 | -0/+3 |
2009-03-10 | Remove some SetupWindow weirdness | Jared Adams | 4 | -8/+18 |
2009-03-10 | Fix some mem leaks | Jared Adams | 13 | -48/+20 |
2009-03-10 | Remove some SetupWindow weirdness | Jared Adams | 4 | -7/+10 |