Age | Commit message (Expand) | Author | Files | Lines |
2008-07-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 1 | -1/+7 |
2008-07-23 | Remember windows visibility. | Eugenio Favalli | 4 | -1/+5 |
2008-07-18 | Import of client tree | Lloyd Bryant | 128 | -767/+1654 |
2008-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 2 | -5/+10 |
2008-07-17 | Fixed crash with party invite dialog | David Athay | 1 | -2/+0 |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 3 | -6/+6 |
2008-07-08 | #359 patch by Scraggy | David Athay | 2 | -7/+92 |
2008-07-07 | Added /party command. | David Athay | 1 | -1/+1 |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 1 | -5/+0 |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 2 | -9/+30 |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 1 | -1/+1 |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 1 | -7/+5 |
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi... | Philipp Sehmisch | 12 | -94/+620 |
2008-06-27 | add icons to the skill dialog | Roderic Morris | 2 | -6/+27 |
2008-06-16 | Allow whispers by default (patch by Fate). | Bjørn Lindeijer | 1 | -1/+1 |
2008-06-15 | fix compiler and cmake warnings | Roderic Morris | 1 | -2/+2 |
2008-06-14 | Fixed compilation errors and trade bug. | David Athay | 2 | -1/+3 |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 13 | -108/+88 |
2008-06-11 | Fixed displaying guild members in the guild window | David Athay | 1 | -0/+1 |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 2 | -134/+51 |
2008-06-09 | Fix for segfault in drop down list of player ignore and sanity check for /whi... | Dennis Friis | 2 | -2/+10 |
2008-06-05 | Lowered default particle detail level. | Philipp Sehmisch | 1 | -1/+1 |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 2 | -23/+44 |
2008-06-04 | Small fix for displaying all names. | Mateusz Kaduk | 1 | -1/+3 |
2008-06-04 | Added switch option drawing nicknames only if mouse hover. Useful in crowded ... | Mateusz Kaduk | 5 | -17/+65 |
2008-06-03 | channel announcements and leave / enter messages, chat code refactoring | Roderic Morris | 2 | -165/+2 |
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 1 | -2/+1 |
2008-05-28 | Added slider for controlling particleEmitterSkip (overall quality of particle... | Philipp Sehmisch | 3 | -3/+62 |
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 1 | -0/+2 |
2008-05-19 | Removed the PopupBox class and used gcn::DropDown instead. It has clipping | Bjørn Lindeijer | 5 | -219/+7 |
2008-05-16 | Applied QOAL's patch to fix popup bug. | David Athay | 1 | -2/+2 |
2008-05-16 | Applied QOALs patch to fix popup bug | David Athay | 1 | -2/+2 |
2008-05-15 | Fixed chat window scrolling | David Athay | 1 | -0/+2 |
2008-05-15 | Added tab with image based on button | David Athay | 6 | -14/+250 |
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 11 | -4/+1537 |
2008-05-09 | Changed the tabbedarea to be transparant as before. Changed setup | David Athay | 11 | -209/+28 |
2008-05-08 | Allow page up and page down to scroll the chat window, based on patch by fate. | Dennis Friis | 2 | -10/+36 |
2008-05-06 | Dont allow dragging of empty placeholders. | Dennis Friis | 1 | -0/+2 |
2008-05-05 | Only update the size of chat window widgets when it is resized. | Bjørn Lindeijer | 2 | -12/+15 |
2008-05-04 | Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-... | Bjørn Lindeijer | 11 | -89/+37 |
2008-04-29 | Removed unused option from GCContainer to not delete a child, fixing warnings | Bjørn Lindeijer | 2 | -12/+10 |
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 5 | -10/+14 |
2008-04-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 1 | -2/+2 |
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 6 | -53/+33 |
2008-04-28 | Skills patch by roderic, mantis id=209 | David Athay | 2 | -43/+125 |
2008-04-28 | Added party invite dialog | David Athay | 2 | -17/+97 |
2008-04-27 | Switch to use our extended ScrollArea and use adjusted width to proper calcul... | Dennis Friis | 2 | -2/+5 |
2008-04-27 | Fix buildup of whitespace by using correct gridHeight and adding just 4px spa... | Dennis Friis | 1 | -2/+2 |
2008-04-27 | Add methods to get width and height adjusted for any visible scrollbars. | Dennis Friis | 2 | -0/+24 |