summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-10Fix initialization order in Being and MapJared Adams2-4/+4
2010-01-10Show monster inflicted damage.Andrei Karas4-2/+51
2010-01-09Allow change player direction by emote key+arrow keysAndrei Karas1-1/+14
2010-01-09Add special map mode.Andrei Karas4-11/+51
2010-01-08Show first key binding conflictAndrei Karas3-3/+12
2010-01-08Small refactoring in chat auto completingAndrei Karas8-62/+62
2010-01-08Fix a segfault when exiting before netcode is loadedJared Adams3-4/+15
2010-01-08Fix a signed/unsigned comparison in chat autocompleteJared Adams1-1/+1
2010-01-07Chat auto completingAndrei Karas16-5/+230
2010-01-07Fix a typoFreeyorp1-1/+1
2010-01-06Fixes so mapreader ignores the case of object typesChuck Miller3-4/+18
2010-01-06Prevented a segfault when the client receives a chat message before the GUI i...Philipp Sehmisch1-1/+3
2010-01-05Fix a crash when maps don't have namesJared Adams1-1/+1
2010-01-06Removed the nonsensical particle popups with the percent of exp to next level...Philipp Sehmisch1-1/+3
2010-01-06setLeader should update when being unset, too.Freeyorp1-5/+4
2010-01-06Party leader bold issueblue1122-3/+6
2009-12-27Add right click whisperdweems000@gmail.com1-0/+8
2009-12-27Item was not shown as equipedStefan Dombrowski1-3/+3
2009-12-27Added ambientlayer.{cpp,h} to CMakeLists.txtBernd Wachter1-0/+2
2009-12-27Fix double servers list in ServerDialogAndrei Karas2-2/+15
2009-12-25Merge branch 'master' of git@gitorious.org:mana/manaPhilipp Sehmisch1-0/+2
2009-12-25Always draw the first background image - even when ambient effects are off - ...Philipp Sehmisch1-2/+2
2009-12-25Add AmbientLayer to Makefile.am and mana.cbpAndrei Karas1-0/+2
2009-12-25Added support for map background images which work exactly like overlays, jus...Philipp Sehmisch5-30/+270
2009-12-24Alpha property of outline and shadow of rendered text is now taken from the g...Philipp Sehmisch3-5/+6
2009-12-22Rename tmw-skills.xml to mana-skills.xmlThorbjørn Lindeijer1-1/+1
2009-12-20Fixed an uninitialized pointerPhilipp Sehmisch1-1/+1
2009-12-19Fixes functionality change broke in cbc14c8a3c6614987d2331057e114d92336cbac0,...Chuck Miller3-5/+15
2009-12-19Added support for resources.xml from update server... Also added option to do...Chuck Miller8-55/+186
2009-12-19Fixing bug in charselectdialogStefan Dombrowski1-0/+2
2009-12-19Allow the player to move using the mouse at startupFreeyorp1-1/+1
2009-12-19Fix a race conditionFreeyorp2-3/+9
2009-12-19Client now returns to server selection after server disconnectionStefan Dombrowski3-32/+20
2009-12-16Stored the cached config value which says if non-crucial particle effects are...Philipp Sehmisch12-7/+32
2009-12-10Avoiding compiler warnings with gcc 4.4.0Stefan Dombrowski1-1/+1
2009-12-09Unifying the default folder for screenshots and making it configurableStefan Dombrowski3-36/+61
2009-12-08Fix handling of an enum switchJared Adams2-4/+2
2009-12-07Fix bugs in eAthena's equipment handlingJared Adams3-9/+23
2009-12-07Simplify Equipment handlingJared Adams12-363/+223
2009-12-06Improve keyboard accessibility of login sequenceJared Adams10-12/+118
2009-12-06Improve keyboard control of the QuitDialogJared Adams3-29/+87
2009-12-05Syncronize registration info with ManaServJared Adams2-5/+3
2009-12-05Removed a few superfluous semicolonsThorbjørn Lindeijer3-8/+8
2009-12-05Add a type member to ServerInfo and code for itJared Adams3-10/+85
2009-12-04Fixing multi thread crash.Andrei Karas3-4/+35
2009-12-04Don't process redudant visibility calls in WindowJared Adams3-2/+5
2009-12-04Remove password length info for manaservJared Adams4-19/+5
2009-12-04Moved password hashing during registration to the clientPhilipp Sehmisch1-4/+2
2009-12-04Register credentials information serviceJared Adams10-11/+104
2009-12-04Reset the cursor when a window is hiddenJared Adams4-3/+15