summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-15Add server feature haveCharOtherGender.Andrei Karas5-0/+16
2015-11-15Rename haveOtherGender into haveAccountOtherGenderAndrei Karas6-6/+6
2015-11-14Fix attack sprite actions. Add ride attack action.Andrei Karas6-15/+50
2015-11-14Add cast action to beings.Andrei Karas6-2/+20
2015-11-14Remove unused sprite action mapping.Andrei Karas2-10/+1
2015-11-14Add simple enums unit test.Andrei Karas2-0/+36
2015-11-14Add features.xml attribute for force char gender for new chars.Andrei Karas2-21/+36
2015-11-14Add features.xml attribute for force account gender for new chars.Andrei Karas3-9/+23
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas12-105/+3
2015-11-13In skill dialog dont show skill popup on empty place.Andrei Karas1-0/+2
2015-11-13Fix compilation warnings.Andrei Karas1-8/+4
2015-11-13Show skill popups in shortcuts window.Andrei Karas1-0/+12
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas2-6/+6
2015-11-13Not allow registration with empty or broken email.Andrei Karas1-1/+22
2015-11-13Add missing files.Andrei Karas2-0/+120
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas6-16/+24
2015-11-12Add support for invoke ground skill with text parameter.Andrei Karas3-4/+39
2015-11-12Add skill xml flag useTextParameter.Andrei Karas3-1/+5
2015-11-12Remove manaserv related flag for use mana bar.Andrei Karas4-47/+28
2015-11-12Remove old manaserv related code from status window.Andrei Karas5-51/+2
2015-11-12Improve a bit particles creation.Andrei Karas3-10/+10
2015-11-11Fix compilation warning.Andrei Karas1-2/+0
2015-11-11In personal shops in sell dialog shop no existing items with amount 0 and dis...Andrei Karas6-19/+40
2015-11-11Fix attibutes left label in char create dialog.Andrei Karas1-6/+12
2015-11-11Fix buttons position in char create dialog in very small screen size.Andrei Karas1-2/+14
2015-11-11Add some theme parameters for char create dialog.Andrei Karas1-11/+13
2015-11-11Fix char create dialog height.Andrei Karas2-5/+16
2015-11-10Fix compilation with C++11 flags.Andrei Karas1-0/+2
2015-11-10Add close button to all shortcuts windows.Andrei Karas4-2/+14
2015-11-10Add close to minimap context menu.Andrei Karas4-5/+19
2015-11-10Add support for casting status effect on ground.Andrei Karas10-10/+157
2015-11-10Add fail summon skill error handling.Andrei Karas2-1/+6
2015-11-10Decode some more skill errors.Andrei Karas2-0/+44
2015-11-10Add method into iteminfo for return link to item.Andrei Karas2-0/+7
2015-11-09Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.Andrei Karas1-11/+22
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas3-4/+48
2015-11-09Add skill unit db.Andrei Karas6-0/+215
2015-11-09Add SkillUnit actor type.Andrei Karas1-1/+2
2015-11-09Impliment packet SMSG_BEING_SLIDE.Andrei Karas1-4/+14
2015-11-09Add support for ground skills.Andrei Karas3-0/+17
2015-11-08Move code for converting mouse position to tile into separate function.Andrei Karas2-33/+47
2015-11-08Dont try to show empty notifications. Only play sound if present.Andrei Karas1-1/+14
2015-11-07Fix reporting about missing status effects.Andrei Karas1-1/+8
2015-11-07Add missing check in being popup.Andrei Karas1-0/+2
2015-11-07Change version to 1.5.11.7.v1.5.11.7Andrei Karas1-2/+2
2015-11-07Fix compilation with some flags.Andrei Karas2-0/+2
2015-11-07fix code style.Andrei Karas8-12/+7
2015-11-06Fix compilation with different flags.Andrei Karas1-2/+2
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas13-16/+126
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas24-12/+257