summaryrefslogtreecommitdiff
path: root/src/gamemodifiers.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-4/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-11/+11
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-10-31Move away message to per server configuration file.Andrei Karas1-1/+1
2015-07-25add targetingType featureJoseph Botosh1-0/+12
2015-06-14Rename CREATEWIDGET* macroses.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET2 in gamemodifiers.Andrei Karas1-3/+5
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-03Convert MapType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+5
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-2/+22
2015-04-18Improve gamemodifiers class for using from other places.Andrei Karas1-6/+6
2015-02-23Move crazy move state into settings class.Andrei Karas1-1/+1
2015-01-25Fix fps after exiting from away mode (SDL2)Andrei Karas1-0/+2
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-05Fix map draw type after disconnect by error.Andrei Karas1-0/+1
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Disable away mode if reconnected to server.Andrei Karas1-0/+1
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-0/+2
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-1/+1
2014-08-03Fix some casts.Andrei Karas1-1/+1
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-13/+13
2014-07-29Fix yellow bar settings loading.Andrei Karas1-5/+2
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas1-4/+2
2014-07-25Move reset yellow bar into gamemmodifiers.Andrei Karas1-0/+30
2014-07-23In gamemodifiers combine macro addModifier and stringModifier.Andrei Karas1-30/+19
2014-07-23In gamemodifiers add addmodifier2 macro.Andrei Karas1-43/+30
2014-07-23In gamemodifiers combine stringModifier and changeMethod.Andrei Karas1-24/+20
2014-07-23In gamemodifiers simplify change methods.Andrei Karas1-50/+18
2014-07-23In gamemodifiers add macro stringModifier.Andrei Karas1-65/+20
2014-07-23Simplify gamemodifiers with macro addModifier.Andrei Karas1-111/+89
2014-07-23In gamemodifiers for local vars add prefix m.Andrei Karas1-68/+68
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-0/+18
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-0/+66
2014-07-22Move "map draw type" variable into settings.Andrei Karas1-1/+1
2014-07-22move "change map draw type" option into gamemodifiers.Andrei Karas1-0/+30
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas1-0/+27
2014-07-22move "change imitation mode" option into gamemodifiers.Andrei Karas1-0/+25
2014-07-21move "change pvp attack type" option into gamemodifiers.Andrei Karas1-0/+29
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-0/+31
2014-07-21move "change pickup type" option into gamemodifiers.Andrei Karas1-0/+35