QTfrontend/hedgewars.qrc
author S.D.
Tue, 27 Sep 2022 14:59:03 +0300
changeset 15878 fc3cb23fd26f
parent 15682 842385b5e0f6
child 15971 cee831693af1
permissions -rw-r--r--
Allow to see rooms of incompatible versions in the lobby For the new clients the room version is shown in a separate column. There is also a hack for previous versions clients: the room vesion specifier is prepended to the room names for rooms of incompatible versions, and the server shows 'incompatible version' error if the client tries to join them.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
     1
<RCC>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
     2
    <qresource prefix="/">
12325
2bfbbd3d04ee Fix install failure of Ammos_base.png for QTfrontend
Wuzzy <almikes@aol.com>
parents: 12254
diff changeset
     3
        <file alias="Ammos.png">../share/hedgewars/Data/Graphics/AmmoMenu/Ammos_base.png</file>
14848
bb412d8e435f Frontend: Fix wrong keyboard key names being displayed with regard to keyboard layout
Wuzzy <Wuzzy2@mail.ru>
parents: 14804
diff changeset
     4
        <file alias="keys.csv">../share/hedgewars/Data/misc/keys.csv</file>
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
     5
        <file>res/css/qt.css</file>
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
     6
        <file>res/css/chat.css</file>
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
     7
        <file>res/css/christmas.css</file>
13304
5ac2bdefa173 add title manipulation
nemo
parents: 13272
diff changeset
     8
        <file>res/css/april1.css</file>
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
     9
        <file>res/css/easter.css</file>
7720
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
    10
        <file>res/css/birthday.css</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    11
        <file>res/hh25x25.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    12
        <file>res/hh25x25grey.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    13
        <file>res/ammopic.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    14
        <file>res/ammopicgrey.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    15
        <file>res/ammopicbox.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    16
        <file>res/ammopicboxgrey.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    17
        <file>res/ammopicdelay.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    18
        <file>res/ammopicdelaygrey.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    19
        <file>res/infinity.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    20
        <file>res/infinitygrey.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    21
        <file>res/botlevels/0.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    22
        <file>res/botlevels/1.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    23
        <file>res/botlevels/2.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    24
        <file>res/botlevels/3.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    25
        <file>res/botlevels/4.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    26
        <file>res/botlevels/5.png</file>
11808
ffe6e1344ebd Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents: 11694
diff changeset
    27
        <file>res/botlevels/small0.png</file>
ffe6e1344ebd Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents: 11694
diff changeset
    28
        <file>res/botlevels/small1.png</file>
ffe6e1344ebd Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents: 11694
diff changeset
    29
        <file>res/botlevels/small2.png</file>
ffe6e1344ebd Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents: 11694
diff changeset
    30
        <file>res/botlevels/small3.png</file>
ffe6e1344ebd Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents: 11694
diff changeset
    31
        <file>res/botlevels/small4.png</file>
ffe6e1344ebd Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com>
parents: 11694
diff changeset
    32
        <file>res/botlevels/small5.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    33
        <file>res/botlevels/net0.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    34
        <file>res/botlevels/net1.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    35
        <file>res/botlevels/net2.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    36
        <file>res/botlevels/net3.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    37
        <file>res/botlevels/net4.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    38
        <file>res/botlevels/net5.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    39
        <file>res/bonus.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    40
        <file>res/Hedgehog.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    41
        <file>res/net.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    42
        <file>res/About.png</file>
14804
d7b40d61729f Add extra button in main menu for opening credits page
Wuzzy <Wuzzy2@mail.ru>
parents: 14474
diff changeset
    43
        <file>res/AboutIcon.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    44
        <file>res/SimpleGame.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    45
        <file>res/Campaign.png</file>
9294
f9b31c3efd35 added deafult image if not one available in campaign
Periklis Ntanasis <pntanasis@gmail.com>
parents: 9258
diff changeset
    46
        <file>res/CampaignDefault.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    47
        <file>res/Multiplayer.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    48
        <file>res/Trainings.png</file>
14473
afa4f2140252 Add image for challenges
Wuzzy <Wuzzy2@mail.ru>
parents: 14449
diff changeset
    49
        <file>res/Challenges.png</file>
14474
2c3fb87ad1c5 Add fallback preview image for scenarios
Wuzzy <Wuzzy2@mail.ru>
parents: 14473
diff changeset
    50
        <file>res/Scenarios.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    51
        <file>res/Background.png</file>
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
    52
        <file>res/BackgroundChristmas.png</file>
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
    53
        <file>res/BackgroundEaster.png</file>
fc52f7c22c9b GCI task: season greetings
valnut
parents: 6178
diff changeset
    54
        <file>res/BackgroundBirthday.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    55
        <file>res/Exit.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    56
        <file>res/HedgewarsTitle.png</file>
13304
5ac2bdefa173 add title manipulation
nemo
parents: 13272
diff changeset
    57
        <file>res/TomatowarsTitle.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    58
        <file>res/LocalPlay.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    59
        <file>res/NetworkPlay.png</file>
8318
e2c01fbf36c0 GCI2012: Beautify Network Page
dag10
parents: 8256
diff changeset
    60
        <file>res/NetworkPlayDisabled.png</file>
8387
f9d1191476ce Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents: 8377
diff changeset
    61
        <file>res/audio.png</file>
f9d1191476ce Organized options into more relavant tabs.
dag10 <gottlieb.drew@gmail.com>
parents: 8377
diff changeset
    62
        <file>res/camera.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    63
        <file>res/Settings.png</file>
13818
a8fd5490932f Add help button in main menu (opens Hedgewars Wiki in browser)
Wuzzy <Wuzzy2@mail.ru>
parents: 13811
diff changeset
    64
        <file>res/Help.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    65
        <file>res/dropdown.png</file>
13228
d23742ccf92b Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents: 13207
diff changeset
    66
        <file>res/dropdown_disabled.png</file>
13309
2bdae461ae5f Show simple drop-down icon next to key binder widget
Wuzzy <Wuzzy2@mail.ru>
parents: 13304
diff changeset
    67
        <file>res/dropdown_selected.png</file>
14900
505c8d101be3 Frontend: Highlight key conflicts
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
    68
        <file>res/keyconflict.png</file>
505c8d101be3 Frontend: Highlight key conflicts
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
    69
        <file>res/keyconflict_selected.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    70
        <file>res/new.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    71
        <file>res/edit.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    72
        <file>res/delete.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    73
        <file>res/checked.png</file>
13207
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    74
        <file>res/checkedHover.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    75
        <file>res/checkedPressed.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    76
        <file>res/unchecked.png</file>
13207
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    77
        <file>res/uncheckedHover.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    78
        <file>res/uncheckedPressed.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    79
        <file>res/radioButtonChecked.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    80
        <file>res/radioButtonCheckedHover.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    81
        <file>res/radioButtonCheckedPressed.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    82
        <file>res/radioButtonUnchecked.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    83
        <file>res/radioButtonUncheckedHover.png</file>
d948d39e5da8 Add images for radio buttons, add hover and pressed images for checkboxes
Wuzzy <Wuzzy2@mail.ru>
parents: 12686
diff changeset
    84
        <file>res/radioButtonUncheckedPressed.png</file>
11948
6da9bb4b3449 Show check marks for campaigns with Won=true
Wuzzy <almikes@aol.com>
parents: 11881
diff changeset
    85
        <file>res/missionFinished.png</file>
6da9bb4b3449 Show check marks for campaigns with Won=true
Wuzzy <almikes@aol.com>
parents: 11881
diff changeset
    86
        <file>res/missionFinishedSelected.png</file>
13246
0c98d3b249f7 Online room: Display error image in preview when host selects a map you don't have
Wuzzy <Wuzzy2@mail.ru>
parents: 13231
diff changeset
    87
        <file>res/missingMap.png</file>
13249
d2b58cf339fe Show error icon when selected theme is missing
Wuzzy <Wuzzy2@mail.ru>
parents: 13246
diff changeset
    88
        <file>res/missingTheme@2x.png</file>
12685
ad1fd7ae479d Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents: 12482
diff changeset
    89
        <file>res/dlcMarker.png</file>
12686
d5e09024d722 Change DLC icon (thanks, nemo!)
Wuzzy <almikes@aol.com>
parents: 12685
diff changeset
    90
        <file>res/dlcMarkerSelected.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    91
        <file>res/graphicsicon.png</file>
12478
3ed556dad4ec Change icon for frontend group box in options menu
Wuzzy <almikes@aol.com>
parents: 12325
diff changeset
    92
        <file>res/frontendicon.png</file>
12482
eeeb7e8de95c Add folder icon for main menu
Wuzzy <almikes@aol.com>
parents: 12481
diff changeset
    93
        <file>res/folder.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    94
        <file>res/miscicon.png</file>
6042
8b5345758f62 some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva
parents: 5719
diff changeset
    95
        <file>res/Load.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    96
        <file>res/Save.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
    97
        <file>res/Record.png</file>
7643
97b98bcfd056 Differentiate videos from demos - navigating between them was too confusing. BTW, why is this on the front page, instead of next to the demos button?
nemo
parents: 6579
diff changeset
    98
        <file>res/Videos.png</file>
12251
caff1a3a7456 Use palette icon for user color settings group box
Wuzzy <almikes@aol.com>
parents: 12234
diff changeset
    99
        <file>res/Palette.png</file>
12481
37bcd4ef9242 Change game scheme icon in options menu
Wuzzy <almikes@aol.com>
parents: 12478
diff changeset
   100
        <file>res/schemeicon.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   101
        <file>res/weaponsicon.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   102
        <file>res/teamicon.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   103
        <file>res/panelbg.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   104
        <file>res/lightbulb_on.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   105
        <file>res/lightbulb_off.png</file>
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14848
diff changeset
   106
        <file>res/scroll_up.png</file>
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14848
diff changeset
   107
        <file>res/scroll_down.png</file>
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14848
diff changeset
   108
        <file>res/scroll_left.png</file>
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14848
diff changeset
   109
        <file>res/scroll_right.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   110
        <file>res/spin_up.png</file>
13228
d23742ccf92b Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents: 13207
diff changeset
   111
        <file>res/spin_up_disabled.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   112
        <file>res/spin_down.png</file>
13228
d23742ccf92b Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents: 13207
diff changeset
   113
        <file>res/spin_down_disabled.png</file>
13231
6193503c4727 Various minor frontend CSS tweaks
Wuzzy <Wuzzy2@mail.ru>
parents: 13228
diff changeset
   114
        <file>res/sort_up.png</file>
6193503c4727 Various minor frontend CSS tweaks
Wuzzy <Wuzzy2@mail.ru>
parents: 13228
diff changeset
   115
        <file>res/sort_down.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   116
        <file>res/PlaySound.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   117
        <file>res/hh_small.png</file>
6089
adc69bbb24e5 (a lot of) ooops
koda
parents: 6086
diff changeset
   118
        <file>res/btnDisabled.png</file>
6086
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   119
        <file>res/btnBorder@2x.png</file>
13272
5984e8c6cbeb Add new game flag gfSwitchHog, enable hog switching at turn start
Wuzzy <Wuzzy2@mail.ru>
parents: 13249
diff changeset
   120
        <file>res/btnSwitchHog@2x.png</file>
6086
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   121
        <file>res/btnInvulnerable@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   122
        <file>res/btnLaserSight@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   123
        <file>res/btnLowGravity@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   124
        <file>res/btnResetHealth@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   125
        <file>res/btnTeamsDivide@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   126
        <file>res/btnSolid@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   127
        <file>res/btnVampiric@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   128
        <file>res/btnKarma@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   129
        <file>res/btnArtillery@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   130
        <file>res/btnRandomOrder@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   131
        <file>res/btnKing@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   132
        <file>res/btnPlaceHog@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   133
        <file>res/btnSharedAmmo@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   134
        <file>res/btnDisableGirders@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   135
        <file>res/btnDisableLandObjects@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   136
        <file>res/btnAISurvival@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   137
        <file>res/btnInfAttack@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   138
        <file>res/btnResetWeps@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   139
        <file>res/btnPerHogAmmo@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   140
        <file>res/btnNoWind@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   141
        <file>res/btnMoreWind@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   142
        <file>res/btnTagTeam@2x.png</file>
c612f24bf162 the retina infection keeps spreading...
koda
parents: 6042
diff changeset
   143
        <file>res/btnBottomBorder@2x.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   144
        <file>res/iconBox.png</file>
12254
9d501bd1169c Replace initial health icon in game scheme editor
Wuzzy <almikes@aol.com>
parents: 12251
diff changeset
   145
        <file>res/iconInitHealth.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   146
        <file>res/iconHealth.png</file>
11694
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   147
        <file>res/iconHealthPercent.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   148
        <file>res/iconSuddenDeath.png</file>
11694
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   149
        <file>res/iconSuddenDeathTime.png</file>
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   150
        <file>res/iconSuddenDeathWater.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   151
        <file>res/iconDamage.png</file>
10739
d886f319e7b3 Tired of not knowing which rooms I can't join
nemo
parents: 9832
diff changeset
   152
        <file>res/iconDamageLockG.png</file>
d886f319e7b3 Tired of not knowing which rooms I can't join
nemo
parents: 9832
diff changeset
   153
        <file>res/iconDamageLockR.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   154
        <file>res/iconTime.png</file>
10739
d886f319e7b3 Tired of not knowing which rooms I can't join
nemo
parents: 9832
diff changeset
   155
        <file>res/iconTimeLockG.png</file>
d886f319e7b3 Tired of not knowing which rooms I can't join
nemo
parents: 9832
diff changeset
   156
        <file>res/iconTimeLockR.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   157
        <file>res/iconMine.png</file>
11694
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   158
        <file>res/iconMineTime.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   159
        <file>res/iconDud.png</file>
11694
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   160
        <file>res/iconExplosive.png</file>
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   161
        <file>res/iconAirMine.png</file>
15682
842385b5e0f6 Add placeholder icon and text for sentry bot
Wuzzy <Wuzzy2@mail.ru>
parents: 14900
diff changeset
   162
        <file>res/iconSentry.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   163
        <file>res/iconRope.png</file>
9489
0818d14e90be add world edges to config
nemo
parents: 9306
diff changeset
   164
        <file>res/iconEarth.png</file>
11694
d448b304bc70 Update scheme editor icons
Wuzzy <almikes@aol.com>
parents: 10739
diff changeset
   165
        <file>res/iconScript.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   166
        <file>res/dice.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   167
        <file>res/Star.png</file>
12234
2e725778e107 Add home button to DLC page
Wuzzy <almikes@aol.com>
parents: 11948
diff changeset
   168
        <file>res/home.png</file>
8374
3a1708759c4f Hat selection reworked
dag10
parents: 8361
diff changeset
   169
        <file>res/inverse-corner-bl.png</file>
7720
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   170
        <file>res/Flake.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   171
        <file>res/Egg.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   172
        <file>res/Confetti.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   173
        <file>res/file_save.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   174
        <file>res/file_demo.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   175
        <file>res/addfriend.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   176
        <file>res/remfriend.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   177
        <file>res/ignore.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   178
        <file>res/unignore.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   179
        <file>res/follow.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   180
        <file>res/info.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   181
        <file>res/kick.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   182
        <file>res/lock.png</file>
13228
d23742ccf92b Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents: 13207
diff changeset
   183
        <file>res/lock_disabled.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   184
        <file>res/unlock.png</file>
13228
d23742ccf92b Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Wuzzy <Wuzzy2@mail.ru>
parents: 13207
diff changeset
   185
        <file>res/unlock_disabled.png</file>
13231
6193503c4727 Various minor frontend CSS tweaks
Wuzzy <Wuzzy2@mail.ru>
parents: 13228
diff changeset
   186
        <file>res/splitter.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   187
        <file>res/StatsMedal1.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   188
        <file>res/StatsMedal2.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   189
        <file>res/StatsMedal3.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   190
        <file>res/StatsMedal4.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   191
        <file>res/StatsR.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   192
        <file>res/StatsH.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   193
        <file>res/StatsD.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   194
        <file>res/StatsBestKiller.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   195
        <file>res/StatsBestShot.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   196
        <file>res/StatsHedgehogsKilled.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   197
        <file>res/StatsMostSelfDamage.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   198
        <file>res/StatsSelfKilled.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   199
        <file>res/StatsSkipped.png</file>
13768
c084bd440009 Add funny message in stats screen when everyone wins
Wuzzy <Wuzzy2@mail.ru>
parents: 13309
diff changeset
   200
        <file>res/StatsEverAfter.png</file>
9172
72bfa6a3e8e2 added custom stats message
Periklis Ntanasis <pntanasis@gmail.com>
parents: 8387
diff changeset
   201
        <file>res/StatsCustomAchievement.png</file>
8377
869f80966a77 GCI2012: Improve Game Configuration Widget
dag10
parents: 8374
diff changeset
   202
        <file>res/Start.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   203
        <file>res/mapRandom.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   204
        <file>res/mapMaze.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   205
        <file>res/mapMissing.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   206
        <file>res/mapCustom.png</file>
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   207
        <file>res/mapMission.png</file>
7720
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   208
        <file>res/chat/friend.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   209
        <file>res/chat/ignore.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   210
        <file>res/chat/lamp.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   211
        <file>res/chat/hedgehog.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   212
        <file>res/chat/hedgehog_gray.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   213
        <file>res/chat/roomadmin.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   214
        <file>res/chat/roomadmin_gray.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   215
        <file>res/chat/serveradmin.png</file>
8e6b79a020f8 Show more statuses in icons.
unc0rr
parents: 7643
diff changeset
   216
        <file>res/chat/serveradmin_gray.png</file>
7764
28613382e3f3 - Show unready status in icon
unc0rr
parents: 7720
diff changeset
   217
        <file>res/chat/lamp_off.png</file>
7765
1e162c1d6dc7 'In game' client flag, both server and frontend support
unc0rr
parents: 7764
diff changeset
   218
        <file>res/chat/ingame.png</file>
8337
bf237f7f1d94 add a splashscreen while the main interface is loading (enabled on all platforms, disable if it doesn'n't look good
koda
parents: 8318
diff changeset
   219
        <file>res/splash.png</file>
14425
bf0ec13a21ea Move credits to RFC-4180-conforming CSV file
Wuzzy <Wuzzy2@mail.ru>
parents: 13818
diff changeset
   220
        <file>res/credits.csv</file>
9503
8f9b04138456 Icons for 'i' and 'c' flags
unc0rr
parents: 9489
diff changeset
   221
        <file>res/chat/hedgehogcontributor.png</file>
8f9b04138456 Icons for 'i' and 'c' flags
unc0rr
parents: 9489
diff changeset
   222
        <file>res/chat/hedgehogcontributor_gray.png</file>
8f9b04138456 Icons for 'i' and 'c' flags
unc0rr
parents: 9489
diff changeset
   223
        <file>res/chat/roomadmincontributor.png</file>
8f9b04138456 Icons for 'i' and 'c' flags
unc0rr
parents: 9489
diff changeset
   224
        <file>res/chat/roomadmincontributor_gray.png</file>
5022
d2a2f6c9b236 some final work and buggfix for Tag Team, it is now playable
Henek
parents: 4412
diff changeset
   225
    </qresource>
14449
1dc19f807e4f Add language-neutral version of Trainings.png
Wuzzy <Wuzzy2@mail.ru>
parents: 14425
diff changeset
   226
    <qresource lang="en">
1dc19f807e4f Add language-neutral version of Trainings.png
Wuzzy <Wuzzy2@mail.ru>
parents: 14425
diff changeset
   227
        <file alias="res/Trainings.png">res/Trainings_en.png</file>
1dc19f807e4f Add language-neutral version of Trainings.png
Wuzzy <Wuzzy2@mail.ru>
parents: 14425
diff changeset
   228
    </qresource>
1151
ee6573db301a Unbreak build
unc0rr
parents: 1146
diff changeset
   229
</RCC>