Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-02 | Reverted a TMW change that had a repercussion that I didn't think of. While T... | Ira Rice | 1 | -2/+2 |
2008-11-02 | Ported a patch from TMW by fate which de-hardcodes skills, as well as removes... | Ira Rice | 3 | -4/+15 |
2008-11-01 | * Updated GUI table and model to better handle NULL widgets during initialisa... | Fate | 3 | -9/+15 |
2008-10-31 | Added critical notifications to the client. While I had originally | Ira Rice | 1 | -1/+4 |
2008-10-30 | Added particle effect on critical hits. | Philipp Sehmisch | 1 | -4/+8 |
2008-10-30 | Do not set shoe sprite on player move packet unless supported by eAthena. | Dennis Friis | 1 | -3/+3 |
2008-10-28 | Removed a redundant line that wasn't doing anything. Should have taken a | Ira Rice | 1 | -1/+0 |
2008-10-28 | Added support for no dialogue NPC's. Patch by Peavey from TMW. | Ira Rice | 1 | -2/+8 |
2008-10-28 | Handle NPC script close. Fixes client input freeze on no-dialog NPCs. | Dennis Friis | 1 | -2/+8 |
2008-10-26 | Since we somehow did end up depending on a hacked eAthena instead of supporting | Bjørn Lindeijer | 1 | -8/+4 |