summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Move inputaction into enums directory.Andrei Karas36-45/+46
2015-05-30Convert Relation enum into strong typed enum.Andrei Karas1-14/+12
2015-05-30Move relation enum into separate file.Andrei Karas16-97/+126
2015-05-30Convert Reachable enum into strong typed enum.Andrei Karas4-20/+21
2015-05-30Move reachable enum into separate file.Andrei Karas6-13/+46
2015-05-30Move user defined colors enum into separate file.Andrei Karas15-201/+243
2015-05-30Move gradient type into separate file.Andrei Karas9-96/+134
2015-05-30Move theme progress colors enum into separate file.Andrei Karas10-49/+93
2015-05-30Move theme colors enum into separate file.Andrei Karas64-561/+605
2015-05-30Convert DialogType enum into strong typed enum.Andrei Karas3-11/+11
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas8-28/+28
2015-05-30Convert MouseEventType enum into strong typed enum.Andrei Karas5-27/+24
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas15-40/+36
2015-05-30Convert KeyEvent enum into strong typed enum.Andrei Karas4-18/+15
2015-05-30Convert TargetCursorType enum into strong typed enum.Andrei Karas4-15/+17
2015-05-30Convert TargetCursorSize enum into strong typed enum.Andrei Karas6-28/+28
2015-05-30Fix compilation with C++11 again.Andrei Karas1-1/+1
2015-05-30Fix compilation without C++11 flag.Andrei Karas1-1/+1
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas6-14/+14
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas5-22/+19
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas20-42/+46
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas6-16/+16
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas12-34/+29
2015-05-29Fix compilation without C++11 flag.Andrei Karas2-3/+3
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas33-162/+171
2015-05-29Convert AttackType enum into strong typed enum.Andrei Karas5-33/+35
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas17-58/+57
2015-05-29Add support for strong typed enums.Andrei Karas3-0/+48
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas24-76/+96
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas24-65/+95
2015-05-29Add strong typed int type BeingId.Andrei Karas153-627/+881
2015-05-28Add strong typed defines for strong typed ints.Andrei Karas3-0/+44
2015-05-28Rename file simpledefines.h into booldefines.hAndrei Karas29-31/+31
2015-05-28Fix small style issue.Andrei Karas1-2/+1
2015-05-28Add missing file.Andrei Karas1-0/+28
2015-05-28Remove support for split button from inventory.Andrei Karas4-28/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas98-284/+342
2015-05-28Fix typo in browserbox after last changes.Andrei Karas1-1/+1
2015-05-27Add strong typed bool type Move.Andrei Karas7-8/+43
2015-05-27Add strong typed bool type Speech.Andrei Karas6-16/+57
2015-05-27Improve a bit characterviewsmall.Andrei Karas1-4/+6
2015-05-27Improve a bit browserbox.Andrei Karas2-53/+50
2015-05-27Improve a bit basiccontainer2.Andrei Karas3-47/+19
2015-05-27Improve a bit basiccontainer.Andrei Karas5-23/+22
2015-05-27Improve a bit avatarlistbox.Andrei Karas1-23/+25
2015-05-27Clear draw vertexes if window going hidden.Andrei Karas1-1/+6
2015-05-27Use local textchunk in textfield for draw text strings.Andrei Karas2-7/+59
2015-05-26Fix possible crash if disconnecting from server.Andrei Karas1-1/+1
2015-05-26Convert tests for mstack into catch format.Andrei Karas2-64/+64
2015-05-26Convert tests for dye into catch format.Andrei Karas2-79/+79