• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Atlas/H03-May-2022-22,65216,307

benchmark/H03-May-2022-2,3492,012

m4/H23-Jul-2017-9,1648,283

protocol/spec/H23-Jul-2017-10,2349,535

support/H23-Jul-2017-2214

tests/H03-May-2022-3,8803,283

tools/H03-May-2022-805677

tutorial/H03-May-2022-1,3811,015

AUTHORSH A D23-Jul-2017224 76

COPYINGH A D23-Jul-201725.8 KiB505418

ChangeLogH A D23-Jul-201779.3 KiB2,5811,788

DoxyfileH A D23-Jul-201720 KiB539367

HACKINGH A D23-Jul-20173.9 KiB9775

INSTALLH A D23-Jul-20179 KiB230175

Makefile.amH A D23-Jul-2017479 1711

Makefile.inH A D03-May-202228.5 KiB907807

NEWSH A D23-Jul-20172.5 KiB12964

READMEH A D23-Jul-20171.6 KiB5133

ROADMAPH A D23-Jul-20171.2 KiB4236

THANKSH A D23-Jul-2017566 1510

TODOH A D23-Jul-20175 KiB13898

aclocal.m4H A D23-Jul-201741.3 KiB1,1591,053

atlas-cpp.spec.inH A D23-Jul-20171.6 KiB6453

atlascpp-0.6.pc.inH A D23-Jul-2017252 119

compileH A D23-Jul-20177.2 KiB348258

config.guessH A D23-Jul-201742.3 KiB1,4321,239

config.h.inH A D23-Jul-20171.7 KiB6845

config.subH A D23-Jul-201735.3 KiB1,8141,676

configureH A D23-Jul-2017571.3 KiB18,68615,839

configure.acH A D23-Jul-20172.7 KiB13298

depcompH A D23-Jul-201723 KiB792502

index.doxH A D23-Jul-2017723 2818

install-shH A D23-Jul-201714.3 KiB502327

ltmain.shH A D23-Jul-2017316.5 KiB11,1487,979

mingw32-atlas-cpp.spec.inH A D23-Jul-20171.5 KiB5949

missingH A D23-Jul-20176.7 KiB216143

test-driverH A D23-Jul-20174.6 KiB15492

README

1Atlas-C++
2
3Welcome to Atlas-C++, the C++ reference implementation of the Atlas protocol.
4
5NOTE!:
6Many current programs use older version of Atlas-C++:
7Use released version of Atlas-C++ for preference, unless you are working
8with development code that requires this series.
9
10This library implements the Atlas protocol, for use in client-server
11game applications.  This library is suitable for linking to either
12clients or servers.
13
14VERSION
15
16This is Atlas-C++ 0.7.x, the latest development version of Atlas-C++. The
170.6.x branch will contain NO API CHANGES. The 0.7.x branch is completely
18experimental and may not be easy to track. Any changes affecting the API
19should go into 0.7.x, as should any features which are not completely
20stable. 0.8.0 will be the next stable branch.
21
22SOCKET LIBRARIES
23
24Atlas-C++ relies on iostreams being used as socket streams for network
25communications. This means you will need to either use an existing library
26or use your own.
27
28One such a library is skstream, which you can download at:
29
30ftp://ftp.worldforge.org/pub/worldforge/libs/skstream/
31
32DOCUMENTATION
33
34To generate the documentation, simply configure the tree, then in Atlas-C++/
35type "make docs". This will use doxygen to generate the documentation, which
36will then reside in Atlas-C++/doc/.
37
38Please read the file HACKING carefully before working on Atlas-C++.
39
40LICENSING
41
42Atlas-C++ is licensed under the GNU Lesser General Public License. Please see
43the file COPYING for details as to its distribution.
44
45Atlas-C++ is provided AS IS with ABSOLUTELY NO WARRANTY. Please see the file
46COPYING for details.
47
48CONTACT
49
50Please see the AUTHORS file for contact information.
51