summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Remove copy constructor from ClipRect class.Andrei Karas3-17/+3
2015-05-13Remove additional checks from mstack.Andrei Karas1-12/+3
2015-05-13Replace succesfully to successfully.Andrei Karas3-3/+3
2015-05-13Remove duplicate function from graphics.Andrei Karas4-25/+5
2015-05-13New stack class in graphics areas stack.Andrei Karas3-17/+26
2015-05-13Add initial support for custom stack class.Andrei Karas6-1/+364
2015-05-11Fix chat room properties if two time join and part chat room.Andrei Karas1-2/+2
2015-05-11Fix crash if close client with joined chat room.Andrei Karas1-1/+1
2015-05-10eathena: impliment packet SMSG_MAP_TYPE.Andrei Karas3-3/+12
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas3-2/+23
2015-05-10Improve setup window resize speed.Andrei Karas2-7/+8
2015-05-10Improve window resize speed.Andrei Karas2-5/+13
2015-05-10Improve performance in chat window.Andrei Karas2-11/+6
2015-05-10Improve performance in button drawing.Andrei Karas2-9/+16
2015-05-10Sort varibles in button and remove some unused functions.Andrei Karas2-69/+52
2015-05-10Add missing unimplimented packets notifications.Andrei Karas1-0/+8
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas14-30/+37
2015-05-10Add strong typed bool type UseArgs.Andrei Karas4-563/+566
2015-05-09Change version to 1.5.5.9.v1.5.5.9Andrei Karas1-2/+2
2015-05-08Fix compilation for NACL.Andrei Karas1-1/+1
2015-05-08Fix code style.Andrei Karas14-63/+55
2015-05-07Remove bot checker window.Andrei Karas16-605/+9
2015-05-07Remove npcpostdialog.Andrei Karas6-228/+2
2015-05-06Add strong typed bool type SkipError.Andrei Karas33-42/+59
2015-05-06Add strong types bool type UseResman.Andrei Karas35-53/+64
2015-05-06Add strong type bool type ForceDisplay.Andrei Karas5-11/+23
2015-05-06Add strong typed bool type Enable.Andrei Karas10-28/+47
2015-05-06Add strong typed bool type NpcNames.Andrei Karas6-8/+12
2015-05-06Add strong typed bool type AllowSort.Andrei Karas6-21/+22
2015-05-06Add strong typed bool type AllPlayers.Andrei Karas4-8/+11
2015-05-06Add strong typed bool type Modifiable.Andrei Karas15-34/+47
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas34-137/+164
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas8-13/+21
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas22-39/+47
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas71-115/+240
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas5-15/+35
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas3-4/+15
2015-05-04tmwa: change net code version to 2.Andrei Karas1-1/+1
2015-05-04Fix code style.Andrei Karas10-19/+6
2015-05-04Fix compilation with different options.Andrei Karas6-12/+24
2015-05-03Remove useless dynamic_cast.Andrei Karas8-26/+18
2015-05-03Add filter into buy dialogs.Andrei Karas6-3/+83
2015-05-01eathena: add support for send chat command from server.Andrei Karas5-2/+30
2015-05-01Add chat command to show server configuration variable in chat.Andrei Karas4-0/+19
2015-05-01Add chat command to show configuration variable in chat.Andrei Karas4-0/+19
2015-05-01Add chat command to set serverconfig variables.Andrei Karas4-0/+20
2015-05-01Add chat command to set config variables.Andrei Karas4-0/+20
2015-05-01Add string function for parse string into two strings.Andrei Karas2-0/+20
2015-05-01eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS.Andrei Karas1-1/+1
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas4-2/+8