summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Fix clang build.Andrei Karas1-0/+3
2015-06-06Fix compilation with clang.Andrei Karas1-2/+0
2015-06-06Fix code style.Andrei Karas4-2/+5
2015-06-03Convert MapType enum into strong typed enum.Andrei Karas4-10/+11
2015-06-03Convert NotifyFlags enum into strong typed enum.Andrei Karas1-2/+2
2015-05-31Move maptype enum into enums directory.Andrei Karas3-42/+3
2015-05-30Move user defined colors enum into separate file.Andrei Karas3-9/+11
2015-05-30Convert TargetCursorSize enum into strong typed enum.Andrei Karas1-4/+3
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas2-4/+4
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas3-5/+11
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas14-46/+46
2015-05-29Add strong typed int type BeingId.Andrei Karas16-45/+70
2015-05-26Convert tests for mstack into catch format.Andrei Karas1-62/+62
2015-05-26Convert tests for dye into catch format.Andrei Karas1-77/+77
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+6
2015-05-22Fix code style.Andrei Karas1-2/+1
2015-05-17Fix possible issues in texture atlas creation with non power of two image sizes.Andrei Karas2-3/+55
2015-05-17Fix code style.Andrei Karas2-11/+12
2015-05-16Fix compilation without OpenGL support.Andrei Karas1-0/+2
2015-05-16Improve a bit map draw speed.Andrei Karas1-19/+15
2015-05-16Remove parameter from fringe layer draw function.Andrei Karas4-15/+27
2015-05-16Improve a bit fringe layer draw speed.Andrei Karas1-19/+101
2015-05-16Improve a bit map layers draw.Andrei Karas3-49/+71
2015-05-15Fix draw map layers before switching map modes.Andrei Karas2-2/+5
2015-05-15Fix tests.Andrei Karas1-2/+2
2015-05-15Improve a bit map draw performance.Andrei Karas3-52/+148
2015-05-15fix build again.Andrei Karas1-1/+1
2015-05-15Fix compilation issue with old gcc.Andrei Karas1-4/+4
2015-05-15Add missing cost to map and maplayer.Andrei Karas4-48/+56
2015-05-13Remove additional checks from mstack.Andrei Karas1-12/+3
2015-05-13Replace succesfully to successfully.Andrei Karas1-1/+1
2015-05-13New stack class in graphics areas stack.Andrei Karas1-1/+6
2015-05-13Add initial support for custom stack class.Andrei Karas2-0/+269
2015-05-11Fix chat room properties if two time join and part chat room.Andrei Karas1-2/+2
2015-05-10eathena: impliment packet SMSG_MAP_TYPE.Andrei Karas2-0/+5
2015-05-06Add strong typed bool type SkipError.Andrei Karas18-24/+36
2015-05-06Add strong types bool type UseResman.Andrei Karas18-24/+28
2015-04-30Impliment packet SMSG_MAIL_NEW_MAIL.Andrei Karas2-0/+5
2015-04-30eathena: impliment packet SMSG_MAIL_GET_ATTACHMENT.Andrei Karas2-0/+15
2015-04-29eathena: impliment packet SMSG_MAIL_DELETE_MAIL_ACK.Andrei Karas2-0/+10
2015-04-29eathena: impliment packet SMSG_MAIL_RETURN.Andrei Karas2-0/+10
2015-04-29eathena: implimente packet SMSG_MAIL_SET_ATTACHMENT_ACK.Andrei Karas2-0/+10
2015-04-27eathena: impliment packet SMSG_MAIL_SEND_MAIL_ACK.Andrei Karas2-0/+10
2015-04-26Revert "Add CilkPlus support into map.cpp"Andrei Karas1-3/+1
2015-04-26Use cilkplus in sdlimagehelper.Andrei Karas1-1/+1
2015-04-24Fix code style.Andrei Karas2-3/+2
2015-04-24Add CilkPlus support into map.cppAndrei Karas1-1/+3
2015-04-24Add CilkPlus support into dye.cppAndrei Karas1-0/+116
2015-04-24Add CilkPlus support into dyepallete.cppAndrei Karas1-1/+175
2015-04-13eathena: show correct message if item cant be used because not left delay.Andrei Karas2-0/+5