summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Changed location of tmw directory on OSXDavid Athay2-2/+8
2008-05-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer2-0/+3
2008-05-22Did the same for CMake.Bjørn Lindeijer1-0/+2
2008-05-22Fixed linker error caused by missing module.Bjørn Lindeijer1-3/+5
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch12-106/+330
2008-05-20fixed some filename confusion messup in the last commit.Philipp Sehmisch2-172/+19
2008-05-19Added the possibility to add particle effects to NPCs in npcs.xml.Philipp Sehmisch3-5/+175
2008-05-19(no commit message)Philipp Sehmisch1-0/+2
2008-05-19Removed the PopupBox class and used gcn::DropDown instead. It has clippingBjørn Lindeijer6-221/+7
2008-05-16Applied QOAL's patch to fix popup bug.David Athay1-2/+2
2008-05-16Applied QOALs patch to fix popup bugDavid Athay1-2/+2
2008-05-15Fixed chat window scrollingDavid Athay1-0/+2
2008-05-15Added tab with image based on buttonDavid Athay8-14/+254
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer28-120/+2583
2008-05-12Fix building on other build systemsDavid Athay2-4/+0
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay11-209/+28
2008-05-08Fixed initialisation in caseDavid Athay1-1/+2
2008-05-08Allow page up and page down to scroll the chat window, based on patch by fate.Dennis Friis3-10/+52
2008-05-07Made say messages from being ID 0 display as messages from server.Philipp Sehmisch1-2/+8
2008-05-07Make F8 toggle shortcut window as suggested by And1 an fate.Dennis Friis1-1/+1
2008-05-06Dont allow dragging of empty placeholders.Dennis Friis1-0/+2
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer2-12/+15
2008-05-04Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-...Bjørn Lindeijer14-97/+48
2008-04-29When compiling with GCC, use the printf format attribute for the log method soBjørn Lindeijer2-2/+6
2008-04-29Removed unused option from GCContainer to not delete a child, fixing warningsBjørn Lindeijer2-12/+10
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer6-14/+18
2008-04-29Name structs with capital, just like classes.Bjørn Lindeijer3-6/+6
2008-04-28Properly fix problems with ItemContainer in InventoryWindow not resizingBjørn Lindeijer6-53/+33
2008-04-28Remove check for KMOD_NONE since this is not working uniformly across systems.Dennis Friis1-76/+72
2008-04-28Skills patch by roderic, mantis id=209David Athay4-61/+148
2008-04-28Added party invite dialogDavid Athay5-23/+106
2008-04-28Tweak keyboard input handling a bit. This fixes using emoticons triggering sh...Dennis Friis1-140/+143
2008-04-27Switch to use our extended ScrollArea and use adjusted width to proper calcul...Dennis Friis2-2/+5
2008-04-27Fix buildup of whitespace by using correct gridHeight and adding just 4px spa...Dennis Friis1-2/+2
2008-04-27Add methods to get width and height adjusted for any visible scrollbars.Dennis Friis2-0/+24
2008-04-27Fix ItemContainer not being resized properly when resizing inventory window.Dennis Friis1-6/+2
2008-04-26When picking up GP from trade or quest, tell the user in the chat window like...Dennis Friis1-2/+9
2008-04-26Text fix: zeny to GP.Dennis Friis1-3/+3
2008-04-26Made smooth color changing and smooth progress optional.Yohann Ferreira2-11/+45
2008-04-25Avoid stacking equipment other than arrows. Based on similar fix in inventory...Dennis Friis1-1/+7
2008-04-25Generic return values were incomplete client-side.Yohann Ferreira1-1/+4
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira7-38/+16
2008-04-25Added client-side email address change ability.Yohann Ferreira12-17/+356
2008-04-25Added party window, updated codeblocks project file.David Athay3-1/+152
2008-04-24Make shortcut container ID based instead of slot based. Fixes items shifting ...Dennis Friis5-35/+36
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer13-16/+37
2008-04-23Fixed headers to be GPLDavid Athay5-104/+79
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer9-1039/+326
2008-04-22Fixed a bug, thanks GCC 4.3!Bjørn Lindeijer3-4/+5
2008-04-22Added more support for partiesDavid Athay9-50/+44