summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Fix compilation with some special flags.Andrei Karas1-0/+4
2015-03-23Fix memory leak in map animations.Andrei Karas2-2/+12
2015-03-17fix nacl and windows compilation.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas25-41/+8
2015-03-16Remove useless includes from cpp filesAndrei Karas12-23/+12
2015-03-13fix code style.Andrei Karas2-3/+0
2015-03-04add missing file.Andrei Karas1-0/+44
2015-03-04Draw riding horse if present.Andrei Karas2-5/+5
2015-03-04Add basic horses db implimentation.Andrei Karas2-0/+214
2015-03-03Add rideattack-action into item db.Andrei Karas3-0/+18
2015-03-03Add ride sprite actions.Andrei Karas2-0/+13
2015-02-22eathena: add messages about pet feed result.Andrei Karas2-0/+10
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-02-09eathena: add packet SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837.Andrei Karas2-0/+32
2015-02-09Fix code style.Andrei Karas1-1/+2
2015-02-07Dont show some useless errors while loading themes.Andrei Karas17-23/+24
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas17-23/+24
2015-02-06eathena: add packet SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824.Andrei Karas2-4/+25
2015-02-06eathena: add packet SMSG_BUYINGSTORE_SELL_FAILED 0x081a.Andrei Karas2-0/+15
2015-02-05eathena: add packet SMSG_BUYINGSTORE_CREATE_FAILED 0x0812.Andrei Karas2-0/+15
2015-02-01Fix use menu item translation for unusable items.Andrei Karas1-0/+8
2015-01-13Move notifyflags.h into enums directory.Andrei Karas3-42/+3
2015-01-13Move rendertype.h into enums directory.Andrei Karas2-3/+3
2015-01-09Add min/max race into charcreation.xml.Andrei Karas2-0/+20
2015-01-06Move gender.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move targetcursorsize.h into enums directory.Andrei Karas1-3/+2
2015-01-05Allow play sound effect if show emote.Andrei Karas2-1/+5
2015-01-05Add missing check for null pointer.Andrei Karas1-0/+3
2015-01-04Add stringmap typedefs.Andrei Karas2-4/+6
2015-01-02Fix code style.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas160-160/+160
2014-12-29Fix translation for use/equip buttons from client data.Andrei Karas1-2/+2
2014-12-29Fix translation for default use/equip buttons.Andrei Karas1-2/+2
2014-12-19Fix code style.Andrei Karas1-3/+6
2014-12-14Fix background paralax issue.Andrei Karas1-1/+1
2014-12-11Add missing file.Andrei Karas1-0/+40
2014-12-11Fix default npc commands.Andrei Karas1-3/+3
2014-12-10Show custom menu for npc.Andrei Karas1-4/+4
2014-12-10Add default npc menu items if missing in configuration.Andrei Karas3-1/+15
2014-12-09load npc menu.Andrei Karas3-0/+16
2014-11-25Add more profiler labels.Andrei Karas3-0/+16
2014-11-23Add support for additional slots in net code.Andrei Karas1-1/+6
2014-11-16Possible fix for variant attribute usage inside sprites with include tag.Andrei Karas2-4/+4
2014-11-08Fix code style.Andrei Karas2-6/+2
2014-10-28Fix typo unkown -> unknown.Andrei Karas1-1/+1
2014-10-28Dehardcode default spells/commands.Andrei Karas2-0/+193
2014-10-26Fixed several sentences for better translations.Alige1-2/+3
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige3-14/+14
2014-10-22Move equipment window slots names mapping to id to separate file.Andrei Karas1-0/+91
2014-10-16Add missing checks.Andrei Karas1-2/+9