1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-10-13 18:03:39 -04:00
trader/src
2011-08-16 20:45:47 +10:00
..
exch.c Continue to rewrite the interface code to use the new interfaces 2011-08-16 18:48:56 +10:00
exch.h Finish moving all comments from source files to headers 2011-07-22 13:05:06 +10:00
fileio.c Add wrapper functions xmalloc() and xstrdup() to do error handling 2011-08-13 08:50:34 +10:00
fileio.h
game.c Continue to rewrite the interface code to use the new interfaces 2011-08-16 18:48:56 +10:00
game.h
globals.c Rework the signal handler 2011-08-09 23:20:56 +10:00
globals.h Rework the signal handler 2011-08-09 23:20:56 +10:00
help.c Continue to rewrite the interface code to use the new interfaces 2011-08-16 18:48:56 +10:00
help.h
intf.c Use chstr-style output functions in gettxline() 2011-08-16 20:45:47 +10:00
intf.h Remove obsolete old_attrpr, old_center, old_center2 and old_center3 2011-08-16 18:51:56 +10:00
Makefile.am Convert strings to UTF-8 if possible during file save and load 2011-08-08 11:15:44 +10:00
move.c Continue to rewrite the interface code to use the new interfaces 2011-08-16 18:48:56 +10:00
move.h
README Final minor edits of various documentation files 2011-07-25 17:00:59 +10:00
system.h Rework the definition of USE_UTF8_GAME_FILE a little 2011-08-09 12:27:56 +10:00
trader.c Rework the signal handler 2011-08-09 23:20:56 +10:00
trader.h Convert strings to UTF-8 if possible during file save and load 2011-08-08 11:15:44 +10:00
utils.c Add wrapper functions xmalloc() and xstrdup() to do error handling 2011-08-13 08:50:34 +10:00
utils.h Add wrapper functions xmalloc() and xstrdup() to do error handling 2011-08-13 08:50:34 +10:00

**************************************************************************
*                                                                        *
*              Star Traders: A Game of Interstellar Trading              *
*                 Copyright (C) 1990-2011, 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