summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-07-28Use variables from paths.xml for team badges file name.Andrei Karas2-3/+6
2015-07-27Fix compilation warnings.Andrei Karas1-8/+8
2015-07-27Fix functions removeRoom / updateRoom.Andrei Karas1-2/+2
2015-07-27Detect broken nicks and report in debug tab.Andrei Karas1-0/+16
2015-07-27Add option for show badges at top or char or after name.Andrei Karas4-1/+9
2015-07-27Rotate and change action in team badge with player.Andrei Karas1-0/+6
2015-07-27Change tmw ip address in tmw detection code.Andrei Karas1-1/+1
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas6-10/+43
2015-07-27Draw team badge if set.Andrei Karas2-2/+28
2015-07-27Add method for get text object width.Andrei Karas2-0/+13
2015-07-27Add team icons. Now it simple one color rectangles.Andrei Karas1-0/+1
2015-07-26Fix code style.Andrei Karas4-56/+108
2015-07-26Fix compiler features detection.Andrei Karas1-6/+10
2015-07-26Add macro constexpr2. Depend on compiler and version it can be constexpr or ↵Andrei Karas2-8/+14
empty line. This need for compilers with advanced constexpr support.
2015-07-26Add some constexpr in mathutils.hAndrei Karas1-10/+11
2015-07-26Use uint8_t for array items in square_roots.Andrei Karas1-2/+2
2015-07-25Fix status bar width after new field was added.Andrei Karas1-1/+1
2015-07-25healmd checks healing radiusJoseph Botosh4-3/+88
2015-07-25remove duplicate checkAttackPermissions(target) for /atkhumanJoseph Botosh1-5/+2
2015-07-25add targetingType featureJoseph Botosh14-5/+48
2015-07-25Move state handler STATE_SWITCH_LOGIN into separate function.Andrei Karas2-3/+12
2015-07-25Move state handler STATE_GAME into separate function.Andrei Karas2-37/+44
2015-07-25Move state handler STATE_WORLD_SELECT into separate function.Andrei Karas2-3/+13
2015-07-25Move state handler STATE_CONNECT_SERVER into separate function.Andrei Karas2-68/+76
2015-07-25Move state handler STATE_CONNECT_GAME into separate function.Andrei Karas2-3/+10
2015-07-25Move some init code from Client::gameExec into Client::gameInit.Andrei Karas1-12/+12
2015-07-21Add missing checks and non null attributes.Andrei Karas19-38/+73
2015-07-20OS X version now current.Socapex2-5/+6
2015-07-20Add some missing checks.Andrei Karas2-6/+6
2015-07-19Enable DSA OpenGL extensions support again.Andrei Karas1-12/+26
DSA disabled for NVIDIA because DSA in NVIDIA broken.
2015-07-18Change version to 1.5.7.18.v1.5.7.18Andrei Karas1-2/+2
2015-07-17Fix code style.Andrei Karas6-11/+17
2015-07-17Add test with creating windows.Andrei Karas2-0/+176
2015-07-17Add missing checks into logindialog and xml.Andrei Karas2-8/+21
2015-07-15Update catch to v1.2.1.Andrei Karas1-169/+125
2015-07-15Fix some style issues.Andrei Karas2-4/+4
2015-07-15Update existing item after inserting card.Andrei Karas5-7/+39
2015-07-14In item popup show attached cards to item.Andrei Karas3-13/+65
2015-07-14Remove default parameters from item popup.Andrei Karas8-10/+13
2015-07-14Add ability for insert cards into items.Andrei Karas11-14/+192
2015-07-14Add card item type.Andrei Karas7-1/+13
2015-07-14Fix crash if warp to smaller map into tile with height > 0.Andrei Karas1-1/+1
2015-07-13Fix moving with mouse on tiles with height > 0.Andrei Karas2-2/+33
2015-07-11Disable attribute returns_nonnull for gcc < 4.9.Andrei Karas1-0/+5
2015-07-11Add missing checks into other files.Andrei Karas12-19/+24
2015-07-11Add missing checks into resources.Andrei Karas6-13/+21
2015-07-11Add missing checks into gui.Andrei Karas26-140/+135
2015-07-04Change version to 1.5.7.4.v1.5.7.4Andrei Karas1-2/+2
2015-07-03Fix code style.Andrei Karas3-4/+19
2015-07-02Move mapitemtype into enums directory.Andrei Karas14-17/+24