summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Fix /msg chat command for channels.Andrei Karas1-3/+9
2016-05-31Fix compilation error in itemdb.Andrei Karas1-2/+2
2016-05-31Add to items attributes hprecover and sprecover. For recovery rates.Andrei Karas1-0/+4
2016-05-31Fix compilation without OpenGL in setup_video.cpp again.Andrei Karas1-0/+2
2016-05-31Fix compilation without OpenGL in setup_video.cpp.Andrei Karas1-0/+6
2016-05-31Change default max chars per chat message from 300 to 512.Andrei Karas1-1/+1
2016-05-31Fix compilation without OpenGL.Andrei Karas1-1/+5
2016-05-31Fix comments formatting in copynpaste.cppAndrei Karas1-2/+2
2016-05-31Fix different include issues.Andrei Karas46-45/+138
2016-05-31Add USE_X11 define into make file.Andrei Karas1-0/+9
2016-05-29Fix compilation without OpenGL.Andrei Karas1-1/+3
2016-05-29Fix code style.Andrei Karas15-50/+26
2016-05-27Fix some false positive asserts in working with hair style equal to zero.Andrei Karas5-23/+138
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas8-47/+125
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas11-39/+136
2016-05-26Move walk layer load function from resourcemanager into separate file.Andrei Karas7-41/+116
2016-05-26Move shader program load function from resourcemanager into separate file.Andrei Karas6-40/+121
2016-05-26Move shader load function from resourcemanager into separate file.Andrei Karas7-31/+118
2016-05-26Move atlas load function from resourcemanager into separate file.Andrei Karas7-31/+110
2016-05-25Move subimageset load function from resourcemanager into separate file.Andrei Karas8-45/+126
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas12-51/+138
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas25-35/+35
2016-05-25Move sub images load function from resourcemanager into separate file.Andrei Karas8-49/+142
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas25-102/+187
2016-05-24Move music load functions from resourcemanager into separate file.Andrei Karas7-52/+134
2016-05-24Move resourcemanager into subdirectory.Andrei Karas58-84/+118
2016-05-24Add missing id into packet version 20101124.Andrei Karas1-0/+1
2016-05-24Add packet CMSG_SKILL_USE_BEING from 2010 to newer.Andrei Karas1-0/+14
2016-05-24Add packet CMSG_BUYINGSTORE_CREATE from 2010 to newer.Andrei Karas1-0/+10
2016-05-24Fix asserts with missing default music files.Andrei Karas8-14/+40
2016-05-24Add packet CMSG_PLAYER_INVENTORY_DROP from 2010 to newer.Andrei Karas1-0/+6
2016-05-24Add packet CMSG_HOMUNCULUS_MENU from 2010 to newer.Andrei Karas1-0/+23
2016-05-24Add packet CMSG_BUYINGSTORE_OPEN from 2010 and newer.Andrei Karas1-0/+14
2016-05-24Add packet CMSG_MOVE_FROM_STORAGE from 2010 to newer.Andrei Karas1-0/+17
2016-05-24Add packet CMSG_SEARCHSTORE_CLICK from 2010 to newer.Andrei Karas1-0/+11
2016-05-24Add packet CMSG_FRIENDS_ADD_PLAYER from 2010 to newer.Andrei Karas1-0/+17
2016-05-24Add packet CMSG_SOLVE_CHAR_NAME from 2010 to newer.Andrei Karas1-0/+16
2016-05-24Add packet CMSG_BUYINGSTORE_SELL for 2010 and newer.Andrei Karas1-0/+13
2016-05-24Add packet CMSG_SKILL_USE_POSITION for 2010 and newer.Andrei Karas1-0/+14
2016-05-23Add packet CMSG_PLAYER_CHANGE_ACT from 2010 to newer.Andrei Karas1-0/+14
2016-05-23Add packet CMSG_NAME_REQUEST for 2010 and newer.Andrei Karas1-0/+15
2016-05-23Add packet CMSG_BUYINGSTORE_CLOSE from 2010 and newer.Andrei Karas1-0/+19
2016-05-23Add packet CMSG_PLAYER_CHANGE_DEST from 2010 and newer.Andrei Karas1-0/+15
2016-05-23Add packet CMSG_SEARCHSTORE_NEXT_PAGE from 2010 and newer.Andrei Karas1-0/+11
2016-05-23Add packet CMSG_SKILL_USE_POSITION_MORE from 2010 and newer.Andrei Karas1-0/+14
2016-05-23Add all versions for packet CMSG_MOVE_TO_STORAGE.Andrei Karas3-1/+207
2016-05-23Dont show asserts in pickup special packets.Andrei Karas4-22/+71
2016-05-23Fix packets CMSG_PLAYER_INVENTORY_DROP and CMSG_ITEM_PICKUP.Andrei Karas2-4/+4
2016-05-23Dont show assert if for player set hair color without hair sprite.Andrei Karas1-2/+7
2016-05-21Change version to 1.6.5.21v1.6.5.21Andrei Karas1-2/+2