descriptionnone
repository URLhttps://bitbucket.org/cafu/cafu.git
ownerzhouxh1023@163.com
last changeTue, 11 Feb 2020 07:47:40 +0000 (11 08:47 +0100)
last refreshThu, 25 Apr 2024 00:37:51 +0000 (25 02:37 +0200)
content tags
add:
README.txt
==========================================================================
Cafu Game and Graphics Engine                           http://www.cafu.de
Demo Readme                                                   info@cafu.de
==========================================================================

  Welcome to Cafu, the open-source Game and Graphics Engine for
  multiplayer, cross-platform, real-time 3D Action.

  This readme gets you started with the Cafu binary demo packages. The
  demo packages are archives that contain precompiled program executables
  and everything else that is required to run the Cafu engine demo.
  If you are interested in getting and compiling the source code instead,
  refer to the Cafu documentation at http://www.cafu.de/wiki/

  Contents of this file:

  1. Quick-start for Windows
  2. Quick-start for Linux
  3. Documentation
  4. Release Notes
  5. License
  6. Contact



==========================================================================
1. Quick-start for Windows
==========================================================================

  You can run the Cafu demo by clicking on the Cafu.exe file that is in
  the same directory as this README.txt file.

  Your Windows or Personal Firewall may report Cafu opening a network
  connection. This is because Cafu starts a client and a server, then
  connects to itself even for pure single-player games.
  Thus, please set your firewall to not block Cafu from network access.

  The Cafu World Editor "CaWE" is started analogously by clicking on
  the CaWE.exe file in the same directory.

  More information about the Cafu engine and the editor CaWE can be
  found in the documentation at http://www.cafu.de/wiki/



==========================================================================
2. Quick-start for Linux
==========================================================================

  Extracting the Cafu .tar.gz archive makes automatically sure
  that the executable bit is properly set for all relevant files, and
  thus you can (double-)click the "Cafu-run" file that is in the same
  directory as this README.txt file in order to start the Cafu engine.
  "Cafu-run" is a shell script that sets the proper working directory
  before starting the Cafu executable.

  Alternatively, you can run Cafu from a command line shell by cd'ing
  into the same directory as this file (e.g.   cd ~carsten/Cafu/ ), and
  then just type   ./Cafu

  The Cafu World Editor "CaWE" is started analogously by clicking on
  the "CaWE-run" file or by running ./CaWE-bin respectively.

  More information about the Cafu engine and the editor CaWE can be
  found in the documentation at http://www.cafu.de/wiki/



==========================================================================
3. Documentation
==========================================================================

  If you need help, please refer to the user manual at
  http://www.cafu.de/wiki/. It has a "Quick Start" section that
  briefly summarizes everything to get you started, and also has more
  detailed information about installing, de-installing, requirements etc.

  Additional documentation and information about all advanced aspects of
  Cafu (e.g. map editing and development) is found at

  a) the Cafu wiki  at http://www.cafu.de/wiki/
  b) the Cafu forum at http://www.cafu.de/forum/



==========================================================================
4. Release Notes
==========================================================================

  Known problems specific to all supported platforms:
  None.

  Known problems specific to the Windows platform:
  a) Occasionally distorted background music playback in the TechDemo
     map near the base of the ladder to the emergency exit.

  Known problems specific to the Linux platform:
  a) Screen resolution cannot be changed at runtime (this is a
     limitation of the X server, not Cafu).
  b) Blank/black screen after starting. On some systems, it takes a long
     time between starting the engine and the initial appearance of the
     "Loading..." screen. The screen is then fully black, and it takes up
     to one or two minutes until the splash screen appears. This problem
     has only been observed on systems that do not meet the minimum system
     requirements, and is due to inadequate hardware and/or driver support.



==========================================================================
5. License
==========================================================================

  Please refer to file LICENSE.txt in the same directory as this readme
  for license information.



==========================================================================
6. Contact
==========================================================================

  If you experience problems or if you have any questions or suggestions,
  visit the official Cafu website at

  http://www.cafu.de

  You will find background information, discussion forums, IRC chat
  details, and many other resources to help you out. You're heartily
  invited to join the forums and the IRC chat to place your questions and
  suggestions.

  You can also contact the Cafu author Carsten Fuchs directly by
  sending an email to

  info@cafu.de
shortlog
2020-02-11 Carsten FuchsFix issue in Rocket.lua script.master
2020-02-02 Carsten FuchsUpdate GLFW submodule URL
2019-04-24 Carsten FuchsUpdate logo
2019-04-21 Carsten FuchsRemove the now obsolete, intermediate files that were...
2019-04-21 Carsten FuchsImprove document structure
2019-04-18 Carsten FuchsMerge branch 'docs-to-sphinx'
2019-04-18 Carsten FuchsRemove the now obsolete conversion scriptsdocs-to-sphinx
2019-01-18 Carsten FuchsFinish the conversion of DokuWiki to reST contents
2019-01-18 Carsten FuchsAdd more hierarchical document structure
2019-01-10 Carsten FuchsAdd some hierarchical document structure
2019-01-08 Carsten FuchsRemove obsolete chapters
2019-01-05 Carsten FuchsAdd the resulting RST files
2019-01-05 Carsten FuchsTurns bullet lists into definition lists, where appropriate
2019-01-01 Carsten FuchsFix all remaining `sphinx-build` warnings
2019-01-01 Carsten FuchsFix problematic id="..." attribs
2018-12-30 Carsten FuchsFix broken links
...
tags
10 years ago pre-entity-component-system This is the last revision before...
11 years ago svn-to-git Up to this revision the project...
14 years ago new-repository-init Tagging the current state, now...
heads
4 years ago master
5 years ago docs-to-sphinx
6 years ago introduce-glfw
9 years ago vendor
11 years ago premake