1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-01 17:14:15 -04:00
trader/src
John Zaitseff 674de34873 Adjust the Stock Exchange windows slightly by one line
The company listing is now one line shorter, and the menu of choices
window is one line longer.
2012-04-14 12:36:43 +10:00
..
exch.c Adjust the Stock Exchange windows slightly by one line 2012-04-14 12:36:43 +10:00
exch.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
fileio.c Fix an off-by-one error in load_game() 2012-03-29 20:05:51 +11:00
fileio.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
game.c Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
game.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
globals.c Update translator comments for company names 2012-03-28 11:45:17 +11:00
globals.h Revise the game algorithms extensively 2012-03-27 10:13:57 +11:00
help.c The author and maintainer (me!) is willing to help with formatting 2012-04-14 12:19:52 +10:00
help.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
intf.c Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
intf.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
Makefile.am Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
move.c Add more comments regarding the column width of various labels 2012-03-31 10:57:29 +11:00
move.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
README Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
system.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
trader.c Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
trader.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
utils.c Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
utils.h Update the copyright year to 2012 2012-03-15 02:36:23 +11:00

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