~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/widgets/HelpWidget.layout

  • Committer: Package Import Robot
  • Author(s): Olek Wojnar, Stephen M. Webb, Olek Wojnar
  • Date: 2016-08-06 18:39:19 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20160806183919-4g72j3flj7xe2stj
Tags: 0.7.2+dfsg-1
[ Stephen M. Webb ]
* debian/control: updated build-depends to newer minimum versions
  (closes: #704786)
* debian/control: updated Standards-Version to 3.9.4 (updated VCS-* fields)
* debian/patches/0001-ember.in-test-expr.patch: removed (fixed upstream)
* debian/patches/0002-add-update_lua_bindings.patch: removed (fixed upstream)
* debian/patches/0003-add-atlas-pkg.patch: removed (fixed upstream)
* debian/patches/0004-domain-bindings-lua-makefile.patch: refreshed
* debian/patches/0005-ember.in-prefix.patch: removed (fixed upstream)
* debian/patches/0006-spellcheck-similiar.patch: removed (fixed upstream)
* debian/patches/0007-revert-libwfut-version.patch: refreshed
* debian/patches/0008-replace-fastdeletegate-with-sigc++.patch: removed
 (fixed upstream)
* debian/patches/0009-spelling-bach.patch: removed (fixed upstream)
* debian/patches/0010-fix-ember-script-args.patch: removed (fixed upstream)
* debian/patches/0011-qualify-template-functions.patch: removed (fixed
  upstream)
* debian/patches/0012-fix-osdir-headers.patch: removed (fixed upstream)
* debian/patches/0013-remove-invalid-linker-flags.patch: removed (fixed
  upstream)
* debian/patches/0014-add-missing-ogrelodstrategy.patch: new
* debian/control: fixed Vcs-Browser URL
* debian/patches/0015-verbose-configure-errors.patch: new
* debian/patches/0016-boost-1.53.patch: new
* debian/control: bump boost build dependeny to 1.53

[ Olek Wojnar ]
* New upstream release (Closes: #799748)
* Add myself as new uploader
  - Remove Stephen Webb per his request
  - Thanks for all the contributions, Stephen!
* d/patches/0007-revert-libwfut-version.patch: removed (unnecessary)
* d/control
  - Remove pre-dependency on dpkg
  - Update standards to 3.9.8 (no changes)
  - Update Vcs lines for secure URIs
* Import patch from the wfmath package to replace MersenneTwister.h
  -- Avoids problems from ambiguous copyright of the original file
* Update dependencies for version 0.7.2
* Enable all hardening options
* Add three lintian overrides
  -- Ignore install into usr/bin (binary)
  -- Ignore .rc files needed for WIN32 build (source)
  -- Ignore false positive of spelling error (binary)
* d/copyright: Update contributors and dates
* d/rules
  -- Do not remove "sounddefinitions" directory
  -- Enable parallel build
  -- Do not install into games directories
  -- Remove dh_builddeb override since xz is now the default
* d/watch: update file extensions
* Remove three patches, add eight patches, update remaining patches
  -- 0004-domain-bindings-lua-makefile.patch (implemented upstream)
  -- 0014-add-missing-ogrelodstrategy.patch (implemented upstream)
  -- 0016-boost-1.53.patch (patch target file removed upstream)
  -- 0018-enable-subdir-objects.patch (Fix automake 1.14 warnings)
  -- 0019-update-boost-m4.patch (Fix invalid boost_major_version)
  -- 0020-remove-obsolete-includes.patch (Fix obsolete includes)
  -- 0021-GraphicalChangeAdapter-fix-for-newer-compilers.patch (Added)
  -- 0022-fix-typos.patch (Fix typos identified by lintian)
  -- 0023-add-keywords-to-desktop-file.patch (Add Keywords to .desktop file)
  -- 0024-fix-icon-location (Make icon location Icon Theme Spec-compliant)
  -- 0025-fix-duplicate-script-install.patch (Was causing build failures)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
2
 
<GUILayout>
3
 
        <Window Type='EmberLook/FrameWindow' Name='MainWindow'>
4
 
                <Property Name='UnifiedSize' Value='{{0.0,800.0},{0.0,600.0}}'/>
5
 
                <Property Name='UnifiedPosition' Value='{{0.0,90.0},{0.0,50.0}}'/>
6
 
                <Property Name='Alpha' Value='0.6'/>
7
 
                <Property Name='Text' Value='Help'/>
8
 
                <Property Name='Visible' Value='false'/>
9
 
                <Window Type='EmberLook/MultiLineEditbox' Name='TextBox'>
10
 
                        <Property Name='UnifiedSize' Value='{{1,-20.0},{1,-40.0}}'/>
11
 
                        <Property Name='UnifiedPosition' Value='{{0.0,10.0},{0.0,30.0}}'/>
12
 
                        <Property Name='Text'>Welcome to ember. This help window can be accessed anytime either by clicking on the help icon down to the left, or by entering the command '/help' in the console (F12 will expand the console).
 
1
<GUILayout version="4">
 
2
        <Window name="MainWindow" type="EmberLook/FrameWindow">
 
3
                <Property name="Size" value="{{0.0,800.0},{0.0,600.0}}" />
 
4
                <Property name="Position" value="{{0.0,90.0},{0.0,50.0}}" />
 
5
                <Property name="Alpha" value="0.6" />
 
6
                <Property name="Text" value="Help" />
 
7
                <Property name="Visible" value="false" />
 
8
                <Window name="TextBox" type="EmberLook/MultiLineEditbox">
 
9
                        <Property name="Size" value="{{1,-20.0},{1,-40.0}}" />
 
10
                        <Property name="Position" value="{{0.0,10.0},{0.0,30.0}}" />
 
11
                        <Property name="Text">Welcome to ember. This help window can be accessed anytime either by clicking on the help icon down to the left, or by entering the command '/help' in the console (F12 will expand the console).
13
12
 
14
13
---Getting started---
15
14
The first thing you would want to do is to connect to a server. Use the server browser window for this. It should have connected to the metaserver and presented a list with available servers. You can also enter your own server address in the textbox in the lower left corner. Once connected, you must either create an account or log into an already existing. This is pretty straightforward. Once you've logged in, you must either choose an existing character, or create a new one. Also pretty self explanatory.
46
45
  F6 : toggle free flying mode
47
46
 Commands:
48
47
  /quit : quits
49
 
  /connect &lt;server> : connects to a server
50
 
  /login &lt;name> &lt;password> : tries to log in
51
 
  /add &lt;name> &lt;gender> &lt;type> : adds a new character, for example: /add Erik male settler
 
48
  /connect &lt;server&gt; : connects to a server
 
49
  /login &lt;name&gt; &lt;password&gt; : tries to log in
 
50
  /add &lt;name&gt; &lt;gender&gt; &lt;type&gt; : adds a new character, for example: /add Erik male settler
52
51
  /list_commands : lists all available commands 
53
52
For more questions or info, see www.worldforge.org
54
53
                        </Property>
55
 
                        <Property Name='InheritsAlpha' Value='false'/>
56
 
                        <Property Name='Alpha' Value='0.6'/>
57
 
                        <Property Name='ReadOnly' Value='true'/>
 
54
                        <Property name="InheritsAlpha" value="false" />
 
55
                        <Property name="Alpha" value="0.6" />
 
56
                        <Property name="ReadOnly" value="true" />
58
57
                </Window>
59
58
        </Window>
60
 
</GUILayout>
 
59
</GUILayout>
 
 
b'\\ No newline at end of file'