summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-16read hairstyle and gender from the looks change methodRoderic Morris1-1/+9
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer27-105/+89
2009-01-28Added channel highlighting upon activity. Added /kick command to get rid of u...David Athay5-10/+39
2009-01-25Fixed offset of right-click hitboxes and made NPCs without sprites clickable.Philipp Sehmisch3-11/+16
2009-01-18Added current map filename to debug window.Philipp Sehmisch3-14/+25
2009-01-15Fix bug with item links.David Athay1-1/+1
2009-01-14Added linking to item's just using [Item Name] in chatDavid Athay5-2/+65
2009-01-13Added new file to other build systemsDavid Athay2-0/+4
2009-01-13Added WoW style item adding to chat window. Right Ctrl and Left click to put ...David Athay10-15/+151
2009-01-13Correct headers of Legend of Mazzeroth filesThorbjørn Lindeijer4-34/+34
2009-01-05Re-enabled buddy windowDavid Athay3-3/+17
2009-01-05Merged with 'master'Bjørn Lindeijer86-1221/+1245
2009-01-05Add buddy windowDavid Athay4-52/+35
2009-01-05Fix typo in updatehost reported by Jaxad.Dennis Friis1-1/+1
2008-12-17Remember windows visibility.Eugenio Favalli2-4/+14
2008-12-17Reintroduced window name propertyBjørn Lindeijer19-30/+51
2008-12-17Code reformattingBjørn Lindeijer23-182/+138
2008-12-14Tweaked some configuration defaultsBjørn Lindeijer2-9/+9
2008-12-14Fixed inconsistency in default window sizesBjørn Lindeijer8-10/+11
2008-12-14Removed unnecessary c_str()Bjørn Lindeijer1-1/+1
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-39/+57
2008-12-14Obscure precise home directory name when making screenshotsFate1-4/+9
2008-12-14Removed the unused NewSkillDialogBjørn Lindeijer5-271/+0
2008-12-14Make the window shortcuts configurableJared Adams3-10/+28
2008-12-14Code reformattingBjørn Lindeijer12-238/+144
2008-12-14Removed ChargeDialogBjørn Lindeijer6-120/+0
2008-12-13Fixed confusion between username and characterBjørn Lindeijer1-20/+26
2008-12-13Got rid of confusing --default parameterBjørn Lindeijer1-19/+6
2008-12-13Only require a restart to switch to full screen with OpenGL on Windows, sinceBjørn Lindeijer1-0/+11
2008-12-13Mantis #406 by jaxad0127David Athay4-14/+34
2008-12-13Fixed crash when map layer has too many tiles.Bjørn Lindeijer1-1/+7
2008-12-13Fixed alignment (patch by Scraggy - Mantis #384) and spelling error.David Athay1-2/+2
2008-12-13Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer8-4/+163
2008-12-13The "name" property of the map is now used as caption of the minimap window w...Philipp Sehmisch1-11/+6
2008-12-13Make sure to initialize joystick enabled stateBjørn Lindeijer3-48/+31
2008-12-13Delete resources after removing from the orphan list, to avoid double frees d...Fate1-1/+1
2008-12-13Added ability to add equipment to the shurtcut barBjørn Lindeijer3-20/+23
2008-12-13Center large minimaps on playerBjørn Lindeijer1-20/+21
2008-12-13Fixed compile error with GCC 4.4 reported by Martin Michlmayr.Bjørn Lindeijer1-5/+1
2008-12-13Do not activate shortcuts if tradewindow is visible.Dennis Friis1-8/+12
2008-12-13* Use hair.xml to determine hair colours (#514)Fate4-25/+108
2008-12-13Moved gender and hair style back to BeingBjørn Lindeijer4-33/+48
2008-12-07Fix background on resolutions other than 800x600Bjørn Lindeijer1-1/+10
2008-12-07Fixed wrapping in some cases, removed draw methodBjørn Lindeijer4-53/+21
2008-12-07Made NPC dialogues resizeable.Ira Rice4-7/+94
2008-12-07Removed unnecessary weight check in itemdb loaderLloyd Bryant1-3/+3
2008-12-07Fix race condition with a std::string accessBjørn Lindeijer4-15/+127
2008-12-07Fade out mouse cursor when not used for some timeBjørn Lindeijer2-12/+46
2008-12-07Set headers for CURL so that proxies won't cacheKraant1-0/+16
2008-12-06Some code formattingBjørn Lindeijer1-23/+8