Refactor modules, closes #223

* All modules are sandboxed now
* All images,sounds,fonts,translations and styles were moved to "data" folder
* Reorganize image files folders
* Remove unmaintained modules: client_particles, client_shaders
* Implement new automatic way to load styles and fonts
* Add hide/show offline option in VipList
* Add invite/exclude to/from private channel in players menus
* Many other minor changes
This commit is contained in:
Eduardo Bart
2013-01-18 20:39:11 -02:00
parent 20d9176d10
commit 28b5fc1d5a
330 changed files with 1171 additions and 1823 deletions

View File

@@ -67,7 +67,7 @@ Panel
TabButton
id: prevChannelButton
icon: icons/leftarrow.png
icon: /images/game/console/leftarrow
anchors.left: parent.left
anchors.top: parent.top
margin-left: 6
@@ -85,7 +85,7 @@ Panel
TabButton
id: nextChannelButton
icon: icons/rightarrow.png
icon: /images/game/console/rightarrow
anchors.right: next.left
anchors.top: parent.top
margin-right: 5
@@ -94,7 +94,7 @@ Panel
TabButton
id: closeChannelButton
!tooltip: tr('Close this channel') .. ' (Ctrl+E)'
icon: icons/closechannel.png
icon: /images/game/console/closechannel
anchors.right: next.left
anchors.top: parent.top
enabled: false
@@ -105,7 +105,7 @@ Panel
TabButton
id: clearChannelButton
!tooltip: tr('Clear current message window')
icon: icons/clearchannel.png
icon: /images/game/console/clearchannel
anchors.right: next.left
anchors.top: parent.top
margin-right: 5
@@ -117,7 +117,7 @@ Panel
TabButton
id: channelsButton
!tooltip: tr('Open new channel') .. ' (Ctrl+O)'
icon: icons/channels.png
icon: /images/game/console/channels
anchors.right: next.left
anchors.top: parent.top
margin-right: 5
@@ -127,7 +127,7 @@ Panel
TabButton
id: ignoreButton
!tooltip: tr('Ignore players')
icon: icons/ignore.png
icon: /images/game/console/ignore
anchors.right: parent.right
anchors.top: parent.top
margin-right: 5
@@ -149,7 +149,7 @@ Panel
TabButton
id: sayModeButton
icon: icons/say.png
icon: /images/game/console/say
!tooltip: tr('Adjust volume')
&sayMode: 2
size: 20 20