Age | Commit message (Expand) | Author | Files | Lines |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 1 | -2/+2 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -23/+17 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-04 | A few more pointers which weren't getting deleted. | Ira Rice | 1 | -0/+1 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -1/+0 |
2009-01-30 | Fixed the item container so that it displays all item captions with the | Ira Rice | 1 | -0/+1 |
2009-01-26 | Little bit of include cleanups. | Ira Rice | 1 | -0/+1 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-20 | Changed item popup drawing to be based on the mouse position, not window | Ira Rice | 1 | -6/+9 |
2009-01-20 | Added WoW style item adding to chat window. Right click, then left | David Athay | 1 | -5/+5 |
2009-01-15 | Fixed Item Popup window transparency (double setting of the skin) | Ira Rice | 1 | -1/+1 |
2009-01-15 | Integrated the ItemPopup class from Legends of Mazzeroth. | Ira Rice | 1 | -1/+40 |
2008-12-29 | Added support for True Type Fonts using GUIChan's inbuilt SDLTrueType | Ira Rice | 1 | -0/+1 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -18/+9 |
2008-11-29 | Imported patch that Fate made on TMW which which changes the item | Ira Rice | 1 | -23/+59 |
2008-11-28 | Remember last equipped item ID so that we jump to/re-find an item of the same... | Fate | 1 | -4/+36 |
2008-11-28 | Changed inventory container protocol to guarantee that we have no stale item ... | Fate | 1 | -20/+23 |
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 1 | -1/+1 |
2008-11-22 | Added ability to add equipment to the shurtcut bar | Nikos Giagtzoglou | 1 | -17/+8 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to s... | Lloyd Bryant | 1 | -6/+9 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -6/+5 |
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 1 | -17/+17 |
2008-04-27 | Fix buildup of whitespace by using correct gridHeight and adding just 4px spa... | Dennis Friis | 1 | -2/+2 |
2008-04-24 | Make shortcut container ID based instead of slot based. Fixes items shifting ... | Dennis Friis | 1 | -2/+2 |
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 1 | -6/+6 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -8/+7 |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -6/+6 |
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -2/+2 |
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -4/+14 |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -4/+4 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -12/+23 |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -6/+29 |
2006-08-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 1 | -12/+9 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -4/+3 |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication abi... | Eugenio Favalli | 1 | -12/+4 |
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -4/+12 |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -12/+4 |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -4/+2 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -26/+26 |
2006-03-09 | Added Spriteset::get() and Spriteset::size() to hide the member vector and re... | Björn Steinbrink | 1 | -7/+7 |
2006-03-08 | Made Inventory use STL algorithms and fixed getLastUsedSlot semantics. | Björn Steinbrink | 1 | -2/+2 |
2005-10-16 | Use the ResourceManager to get spritesets. | Björn Steinbrink | 1 | -4/+2 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -5/+5 |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ... | Björn Steinbrink | 1 | -0/+2 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -4/+2 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -3/+11 |