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

..03-May-2022-

bitmaps/H27-Jul-1996-878859

pixmaps/H27-Jul-1996-1,1671,157

AUTHORH A D27-Jul-1996209 75

COPYRIGHTH A D27-Jul-19961.6 KiB3728

MANIFESTH A D27-Jul-19961,016 4036

MakefileH A D03-May-20225.5 KiB18093

READMEH A D27-Jul-19963.6 KiB11776

XTrojka.hu.tmpH A D27-Jul-19963 KiB9693

XTrojka.nlH A D27-Jul-19962.6 KiB9189

XTrojka.ukH A D27-Jul-19963.7 KiB146144

YIKESH A D27-Jul-19961.2 KiB4830

actions.cH A D27-Jul-19961.4 KiB7540

actions.hH A D27-Jul-1996274 234

debug.hH A D27-Jul-1996494 3413

font.hH A D27-Jul-1996435 245

game.cH A D27-Jul-19965.6 KiB351207

game.hH A D27-Jul-1996720 3515

menu.cH A D27-Jul-19963.1 KiB199125

menu.hH A D27-Jul-1996820 6125

menu_tool.cH A D27-Jul-19968.2 KiB458312

menu_tool.hH A D27-Jul-19961.4 KiB6935

options.cH A D27-Jul-1996818 5531

options.hH A D27-Jul-1996253 224

pics.cH A D27-Jul-19964.4 KiB196118

pics.hH A D27-Jul-19961.2 KiB5529

pictures.hH A D27-Jul-19961.1 KiB5033

preferences.cH A D27-Jul-19962.1 KiB13578

preferences.hH A D27-Jul-1996681 4220

resgenH A D03-May-2022802 3910

scores.cH A D03-May-20223.4 KiB217144

scores.hH A D27-Jul-1996748 5123

screen.cH A D27-Jul-19961.2 KiB8852

screen.hH A D27-Jul-1996359 246

sh_main.cH A D27-Jul-19966.2 KiB363246

sh_main.hH A D27-Jul-1996805 4216

sh_slist.cH A D27-Jul-19964.4 KiB241168

sh_slist.hH A D27-Jul-1996440 279

sh_stat.cH A D27-Jul-19963.4 KiB215140

sh_stat.hH A D27-Jul-1996467 319

slist.cH A D03-May-20223.5 KiB219127

slist.hH A D27-Jul-1996553 3113

tr_core.cH A D27-Jul-199616.8 KiB823513

tr_core.hH A D27-Jul-19963.2 KiB13169

window.cH A D27-Jul-19964.7 KiB241176

window.hH A D27-Jul-1996731 5114

xtrojka.cH A D27-Jul-19967.1 KiB349202

xtrojka.hH A D27-Jul-19961.5 KiB10766

xtrojka.manH A D27-Jul-19964.1 KiB147135

xtrojka123.lsmH A D27-Jul-1996688 1817

README

1                  _  _______           _  _
2                 | |/ /_  _/ _  ___   (_)/ /__ __
3                 |   / / / / _// _ \ / // // // _\
4                /   | / / / / / // // // . _// // |
5               /_/|_//_/ /_/  \___// //_/ \_\\___,|
6                              /_____/
7
8                           Version 1.2.3
9                  Trojka for the X Window System
10              Copyright (c) 1994,1995,1996 Maarten Los
11
12
13(Please read the file 'COPYRIGHT' first.)
14
15INSTALLING
16
17- Unpack the distribution. A subdirectory named 'xtrojka123' will be
18  created.
19
20- Edit the Makefile to change your system's specific settings.
21
22- Copy one of the 'XTrojka.???' files to 'XTrojka'. Currently the
23  following XTrojka files are shipped.
24
25	XTrojka.us	English version configuration
26	XTrojka.nl	Dutch version configuration
27	XTrojka.hu.tmp	Unofficial Hungarian version configuration.
28
29  Read the information in the files on how to make more language
30  versions.
31
32- Type 'make'.
33
34- To install it, type 'make install'.
35
36- To clean up the directory from unneeded stuff, type 'make clean'.
37
38- With 'make tar' you can make a tar file of xtrojka.
39
40- Also copy XTrojka to the app-defaults directory on your system
41
42- If you use XPM, you should at least have version 3.4d of the library,
43  since it fixes a pallette bug. It also works with earlier versions,
44  but don't be surprised if things crash.
45
46Trojka should run on the following configurations
47
48- Sun Sparc running SunOS 4.3 or Solaris 2.3
49- Sun386i systems running SunOS 4.2
50- Linux boxen.
51
52It's interesting to put the highscore file in some network shared
53directory. When playing, track is kept of new high scores of other
54players on the network. Beware: the locking mechanism is poor. It
55sometimes goes wrong, but only warnings are given. You can turn of
56locking, by uncommenting the -DLOCKING flag in the Makefile.
57
58If you had to change major things in the Makefile or the source-code,
59to make it running on your system, PLEASE mail the changes to me, so
60that the versions are managed centrally and I can keep them up to date.
61Mail them to one of the addresses below.
62
63	maarten@djoe.iaf.nl
64
65		OR
66
67	maarten@mosa.iaehv.nl (HOME mail)
68
69Of course I like receiving email, so feel free to mail me to say what
70you think of this program.
71
72(To be sure, check the file AUTHOR, which contains my latest email address)
73
74
75TROJKA CORE
76This version of Trojka was written using the Trojka core. The complete
77package including documentation is called 'tr_core.tgz' and should be
78located in the same directory as were you found this program. It contains
79ms-, ps- and text-formatted documentation.
80
81
82
83VERSION HISTORY
84
851.2.3	- fixed a bug in the speed display.
86
871.2.2	- now _really_ fixed the pallette bug.
88	- added 'slick' menu option.
89	- the program now uses Trojka core 1.1
90
911.2.1	- fixed a pallette bug and removed isNO_color bug.
92	- added some more debug information
93
941.2	- major restyle of the source code
95	- removed auto-positioning. I leave window management to your
96	  window manager.
97	- rewrote the source to make it run with the Trojka core
98
991.1.1	- bugfix for drawing in non-realized widgets
100	- added YIKES bugreport form
101	- added Amiga version to the HISTORY in the man page.
102	- added optional debugging info.
103	- changed the command line parameters.
104
1051.1	First net release.
106	- added optional auto-positioning of score status window
107
1081.0	First version. It has never been released, but ran a while at
109	the Sun-network at the Young Scientists in Eindhoven.
110
111
112PEOPLE THAT CONTRIBUTED TO XTROJKA ARE:
113
114Tessa Lau - extensive testing and debugging of version 1.1
115          - reporting the pallette bug in version 1.2
116
117