Age | Commit message (Expand) | Author | Files | Lines |
2009-03-10 | Extended hit type handling | sniper | 1 | -6/+9 |
2009-03-10 | Made it so that when windows load previous states, they are never | Ira Rice | 1 | -2/+1 |
2009-03-10 | Expand the scope where item links work | Kess Vargavind | 1 | -1/+1 |
2009-03-09 | Send the correct packet for the NPC close button | Jared Adams | 2 | -8/+11 |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 2 | -26/+60 |
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 10 | -34/+34 |
2009-02-26 | Fixed showing being deaths. I removed the wrong pointless death | Ira Rice | 1 | -6/+3 |
2009-02-25 | Fix NPC handling to not need a handle on the NPC | Ira Rice | 4 | -29/+33 |
2009-02-25 | Added method for resetting npc integer dialogs in the last commit, but | Ira Rice | 1 | -0/+1 |
2009-02-25 | Make sure that all dialogs are cleared on player death, not just the NPC | Ira Rice | 2 | -3/+3 |
2009-02-25 | Fixed up NPC list dialogs to be navigatable by keyboard (scrolling | Ira Rice | 1 | -1/+1 |
2009-02-24 | Cleaned up some code, as well as removed redundant talk client requesting | Ira Rice | 2 | -8/+8 |
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to enab... | Majin Sniper | 1 | -3/+12 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 6 | -10/+9 |
2009-02-17 | Fixed closing for NPC dialogs. | Ira Rice | 1 | -1/+2 |
2009-02-16 | Fixed up NPC dialogs to behave more like eAthena expects. | Jared Adams | 1 | -2/+1 |
2009-02-12 | Fix some spelling and whitespace | Kess Vargavind | 2 | -25/+41 |
2009-02-11 | Removed a few unneeded includes in the being handler. | Ira Rice | 1 | -2/+0 |
2009-02-11 | Don't make log statements translatable | Bjørn Lindeijer | 1 | -4/+4 |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 38 | -82/+118 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 7 | -88/+87 |
2009-02-07 | Some more include cleanups. | Ira Rice | 4 | -4/+0 |
2009-02-05 | Exposed some more strings I found to be translatable. | Ira Rice | 6 | -29/+44 |
2009-02-05 | Put back the 0x06b packet, which apparently our server uses. Will | Ira Rice | 1 | -0/+21 |
2009-02-05 | Added a few translation strings to the char server handler, as well as | Ira Rice | 1 | -43/+14 |
2009-02-04 | Modified the NPC string and integer classes to automatically take focus | Ira Rice | 1 | -0/+2 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 4 | -18/+5 |
2009-01-28 | Fix handling of packet 0x81 | Jared Adams | 4 | -33/+79 |
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 19 | -41/+43 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 36 | -144/+144 |
2009-01-18 | Fixed the NPC Integer input field, as well as cut some bull from the | Ira Rice | 1 | -1/+1 |
2009-01-18 | Add dialogs to input text and numbers for scripts | Jared Adams | 2 | -1/+26 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 7 | -88/+53 |
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -34/+35 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 2 | -4/+7 |
2008-12-26 | Fixed a potential leak in setup, changed the default border color to | Ira Rice | 1 | -2/+1 |
2008-12-07 | Added some initialization and removed ChargeDialog | Ira Rice | 1 | -3/+0 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 10 | -30/+32 |
2008-12-06 | Prevent the player from continuing to walk after opening a NPC dialog. | Ira Rice | 1 | -0/+3 |
2008-12-03 | While there is still a small visual artifact, this patch fixes the buy | Ira Rice | 1 | -0/+3 |
2008-12-03 | Add an effects manager (patch by Kage Jittai) | Ira Rice | 1 | -1/+4 |
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 1 | -1/+1 |
2008-11-22 | Fixed warning about passing NULL for a non-pointer | Bjørn Lindeijer | 1 | -1/+1 |
2008-11-22 | While there is still a small visual artifact, this patch fixes the buy | Ira Rice | 1 | -0/+1 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 38 | -123/+32 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 36 | -72/+0 |
2008-11-09 | Fixed NPC's reporting as dead on the new server. | Ira Rice | 1 | -1/+2 |
2008-11-06 | Ported a patch by Peavey on TMW to keep all item pointers inside of | Ira Rice | 1 | -4/+4 |
2008-11-06 | Have equipment tied into player inventory instead of keeping its own list of ... | Dennis Friis | 1 | -4/+4 |