1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-21 16:14:14 -04:00
trader/src
John Zaitseff e4d884afc9 Replace U+0060 GRAVE ACCENT with U+0027 APOSTROPHE
In the past, GNU tools used quotes `like this'.  Modern practice is to
use quotes 'like this'.  Update Star Traders to follow this newer
standard, including all PO files.
2017-05-20 09:55:20 +10:00
..
exch.c Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
exch.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
fileio.c Replace U+0060 GRAVE ACCENT with U+0027 APOSTROPHE 2017-05-20 09:55:20 +10:00
fileio.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
game.c Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
game.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
globals.c Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
globals.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
help.c Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
help.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
intf.c Replace U+0060 GRAVE ACCENT with U+0027 APOSTROPHE 2017-05-20 09:55:20 +10:00
intf.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
Makefile.am Update ax_with_curses.m4 to latest version from the GNU Autoconf archive 2017-05-17 09:21:30 +10:00
move.c Fix an off-by-one bug in the macros GALAXY_MAP_RIGHT and GALAXY_MAP_DOWN 2017-05-17 09:12:52 +10:00
move.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
README Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
system.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
trader.c Replace U+0060 GRAVE ACCENT with U+0027 APOSTROPHE 2017-05-20 09:55:20 +10:00
trader.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
utils.c Replace U+0060 GRAVE ACCENT with U+0027 APOSTROPHE 2017-05-20 09:55:20 +10:00
utils.h Update the copyright date to 2017 2017-05-14 06:29:44 +10:00

**************************************************************************
*                                                                        *
*              Star Traders: A Game of Interstellar Trading              *
*                 Copyright (C) 1990-2017, John Zaitseff                 *
*                                                                        *
**************************************************************************

This directory, src, contains the  main source code for Star Traders.  The
source code is split up among the following files:

    trader.c    trader.h    - Main program, command-line interface
    globals.c   globals.h   - Global game constants and variables
    game.c      game.h      - Game start, end and (some) display functions
    move.c      move.h      - Functions for making and processing a move
    exch.c      exch.h      - Stock Exchange and Bank functions
    fileio.c    fileio.h    - Load and save game file functions
    help.c      help.h      - Help text functions: how to play the game
    intf.c      intf.h      - Basic text input/output functions
    utils.c     utils.h     - Utility functions needed by Star Traders
    system.h                - All system header files are included here