Age | Commit message (Expand) | Author | Files | Lines |
2008-11-06 | Added interface for sending post. | David Athay | 1 | -5/+22 |
2008-11-06 | Don't allow players to use items through item shortcuts while trading. | Ira Rice | 1 | -74/+78 |
2008-11-06 | Fix a missing brace that got lost on last commit (r4927) | Dennis Friis | 1 | -0/+1 |
2008-11-06 | Do not activate shortcuts if tradewindow is visible. | Dennis Friis | 1 | -9/+12 |
2008-11-03 | Fixed talk being recalled while t is held down. Thanks doors for | Ira Rice | 1 | -9/+12 |
2008-11-01 | Magic implementation phase 1 and 2 (added netcode and a very crude gui for us... | Philipp Sehmisch | 1 | -7/+12 |
2008-11-01 | Merged revisions 4207-4209,4221-4222 via svnmerge from | Bjørn Lindeijer | 1 | -5/+6 |
2008-11-01 | Merged revisions 4130 via svnmerge from | Bjørn Lindeijer | 1 | -3/+3 |
2008-10-31 | Last commit was a bit premature (was trying to cancel the commit). | Ira Rice | 1 | -0/+6 |
2008-10-31 | Improved keyboard support by putting the NPC ok button in focus, and | Ira Rice | 1 | -0/+4 |
2008-10-28 | Made it so that the trade window doesn't stay visible when it was open | Ira Rice | 1 | -0/+1 |
2008-10-28 | Fixed a fast walking bug that was caused by a state conflict | Ira Rice | 1 | -3/+9 |
2008-10-28 | Fixed trade window being visible on client startup when it was visible on | Bjørn Lindeijer | 1 | -0/+1 |
2008-10-28 | Fixed attacking so that it will actually continue to attack in | Ira Rice | 1 | -1/+1 |
2008-10-27 | add effect handler (by Chuck Miller) | Roderic Morris | 1 | -0/+3 |
2008-10-27 | Made targets draw on the fringe layer, as well as added t for talking to | Ira Rice | 1 | -5/+24 |
2008-10-27 | Add an effects manager (patch by Kage Jittai) | Jared Adams | 1 | -0/+3 |
2008-10-26 | Pixel-accurate and fluently animated keyboard movement by Kage Jittai - albei... | Philipp Sehmisch | 1 | -1/+18 |
2008-10-21 | Fixed up some of the postal system stuff for testing it. | David Athay | 1 | -0/+3 |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -3/+6 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -343/+335 |
2008-08-28 | Applied patch put together by Jaxad0127 with changes from the Aethyra project. | Bjørn Lindeijer | 1 | -2/+22 |
2008-08-22 | Added config option to honor stop-walking packet, added X and Y to /where, re... | Lloyd Bryant | 1 | -1/+1 |
2008-08-07 | Changes saving screenshots from Aethyra_ScreenShot_ to Ae_Screenshot in game.cpp | Kraant | 1 | -1/+1 |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -2/+2 |
2008-07-27 | Target the nearest monster on joystick button 3v0.0.25 | Bjørn Lindeijer | 1 | -8/+7 |
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 1 | -4/+9 |
2008-07-24 | Fixed visibility of buy and sell dialogs. | Eugenio Favalli | 1 | -0/+2 |
2008-07-24 | Reverted | David Athay | 1 | -1/+1 |
2008-07-23 | Remember windows visibility. | Eugenio Favalli | 1 | -4/+9 |
2008-07-22 | Added support for the new eAthena version | Lloyd Bryant | 1 | -462/+480 |
2008-07-22 | User can now configure which modifier key is used for smilies. | David Athay | 1 | -0/+5 |
2008-07-22 | Reverted the Alt-Gr fix as it did not work. | David Athay | 1 | -1/+1 |
2008-07-22 | Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0 | David Athay | 1 | -1/+1 |
2008-07-21 | Commit of Alt-Gr fix for Rotonen | David Athay | 1 | -1/+1 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -464/+472 |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 1 | -0/+3 |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 1 | -0/+4 |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 1 | -2/+2 |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 1 | -0/+4 |
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -4/+11 |
2008-05-08 | Allow page up and page down to scroll the chat window, based on patch by fate. | Dennis Friis | 1 | -0/+16 |
2008-05-07 | Make F8 toggle shortcut window as suggested by And1 an fate. | Dennis Friis | 1 | -1/+1 |
2008-05-04 | Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-... | Bjørn Lindeijer | 1 | -2/+2 |
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 1 | -4/+4 |
2008-04-28 | Remove check for KMOD_NONE since this is not working uniformly across systems. | Dennis Friis | 1 | -76/+72 |
2008-04-28 | Tweak keyboard input handling a bit. This fixes using emoticons triggering sh... | Dennis Friis | 1 | -140/+143 |
2008-04-25 | Added party window, updated codeblocks project file. | David Athay | 1 | -1/+5 |
2008-04-22 | Fixed a bug, thanks GCC 4.3! | Bjørn Lindeijer | 1 | -2/+2 |
2008-04-20 | Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from | Bjørn Lindeijer | 1 | -1/+2 |