Age | Commit message (Expand) | Author | Files | Lines |
2009-03-11 | Moved the Skin class outside of the Window class, in order to allow | Ira Rice | 5 | -179/+252 |
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-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 | 1 | -3/+0 |
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 | 2 | -3/+18 |
2009-03-10 | Fix some mem leaks | Jared Adams | 7 | -21/+6 |
2009-03-10 | Remove some SetupWindow weirdness | Jared Adams | 2 | -2/+10 |
2009-03-10 | Fix some mem leaks | Jared Adams | 7 | -6/+21 |
2009-03-10 | Fix some mem leaks | Jared Adams | 7 | -6/+21 |
2009-03-10 | Allow for offsets for the enumerated position version of | Ira Rice | 2 | -17/+17 |
2009-03-10 | Allow null link handlers for browser box | Jared Adams | 1 | -0/+1 |
2009-03-10 | Extended window layout to take relative positions, as well as offsets to | Ira Rice | 20 | -38/+146 |
2009-03-10 | Allow null link handlers for browser box | Jared Adams | 1 | -0/+1 |
2009-03-10 | Allow NPCList dialog to use it's old location | Jared Adams | 3 | -4/+4 |
2009-03-10 | Make sure NPC input dialogs get focus | Jared Adams | 3 | -3/+12 |
2009-03-10 | Don't center the NPC interraction dialogs | Jared Adams | 9 | -11/+4 |
2009-03-10 | Reverted last commit (since I confused it with something else) as well | Ira Rice | 2 | -3/+6 |
2009-03-10 | Fixed setContentSize in the window class to only care about exceeding | Ira Rice | 1 | -6/+2 |
2009-03-10 | Moved enforcement of minimum widths and heights to the Window class. | Ira Rice | 3 | -40/+53 |
2009-03-10 | Made it so that when windows load previous states, they are never | Ira Rice | 6 | -20/+60 |
2009-03-10 | Fix video config cancel button for "show name". | Majin Sniper | 1 | -0/+2 |
2009-03-10 | Fix typo in item link parsing | Jared Adams | 1 | -13/+18 |
2009-03-10 | Expand the scope where item links work | Kess Vargavind | 1 | -31/+31 |
2009-03-10 | Fixed an indentation error in the last commit. | Ira Rice | 1 | -8/+8 |
2009-03-10 | Remove some tabs and trailing whitespace | Jared Adams | 8 | -21/+21 |
2009-03-10 | Fix video config cancel button for "show name". | Majin Sniper | 1 | -0/+2 |
2009-03-10 | Fix layout issue of NPC list dialog | Jared Adams | 1 | -0/+1 |
2009-03-10 | Fix typo in item link parsing | Jared Adams | 1 | -13/+18 |
2009-03-10 | Remove some tabs and trailing whitespace | Jared Adams | 8 | -21/+21 |
2009-03-10 | Expand the scope where item links work | Kess Vargavind | 1 | -31/+31 |
2009-03-09 | Send the correct packet for the NPC close button | Jared Adams | 3 | -2/+12 |
2009-03-09 | Send the correct packet for the NPC close button | Jared Adams | 2 | -0/+9 |
2009-03-09 | Got rid of an ugly and unified interface breaking cancel button in favor | Ira Rice | 4 | -9/+11 |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 10 | -31/+347 |
2009-03-08 | Forgot the actual storage window | Jared Adams | 2 | -0/+320 |
2009-03-08 | Add an interface for eAthena's storage system | Jared Adams | 2 | -0/+21 |
2009-03-06 | Cut down on redundant constant int declarations in the windows skinning | Ira Rice | 1 | -68/+6 |
2009-03-06 | Fix layout of debug window | Jared Adams | 1 | -3/+2 |
2009-03-06 | Fix layout of debug window | Jared Adams | 1 | -3/+2 |
2009-03-06 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 34 | -208/+218 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 33 | -204/+215 |
2009-03-05 | Removed a check I added in the previous commit which isn't necessary. | Ira Rice | 1 | -9/+0 |
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 4 | -29/+42 |
2009-03-06 | Microoptimization in compile speed | Bjørn Lindeijer | 2 | -4/+5 |
2009-03-06 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -3/+1 |
2009-02-28 | Allow chatting while talking to NPCs | Jared Adams | 2 | -2/+10 |
2009-02-26 | Don't clear current NPC early | Jared Adams | 3 | -5/+0 |
2009-02-26 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 23 | -96/+215 |