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

..03-May-2022-

config/H03-May-2022-23,50519,336

data/H03-May-2022-5,9475,796

doc/web/H03-May-2022-6563

guichan/H03-May-2022-28,30414,427

images_license_terms_files/H03-May-2022-666572

levels/H03-May-2022-1,1011,093

libinfo/H03-May-2022-1,288865

licences/H24-Oct-2012-

maclibs/H03-May-2022-

osx-dmg/spacejunk/H03-May-2022-

sge030809/H03-May-2022-13,2708,923

sound_license_terms_files/H03-May-2022-666572

spacejunk.app/Contents/H24-Oct-2012-4139

src/H03-May-2022-23,21016,370

test/H03-May-2022-6,2054,376

windlls/H03-May-2022-

COPYINGH A D03-May-202234.3 KiB675553

ChangeLogH A D03-May-20221.9 KiB8166

DoxyfileH A D03-May-20229.7 KiB267265

Makefile.amH A D03-May-2022276 95

Makefile.inH A D03-May-202224 KiB786695

READMEH A D03-May-20222.2 KiB7954

README-OSXH A D03-May-20221.9 KiB6745

aclocal.m4H A D03-May-2022343.3 KiB9,7818,805

authorsH A D03-May-202219 21

config.guessH A D03-May-202241.1 KiB1,4121,215

config.h.inH A D03-May-20223.3 KiB12686

configureH A D03-May-2022594 KiB19,99815,652

configure.acH A D03-May-20222.9 KiB11091

copyingH A D03-May-202217.6 KiB341281

depcompH A D03-May-202212.6 KiB442288

files.nsiH A D03-May-20225.2 KiB211199

installH A D03-May-20226.8 KiB168129

installer.nsiH A D03-May-20223.9 KiB13892

mkappbundle.shH A D03-May-2022734 2010

mkbindir.shH A D03-May-2022897 2916

mkbindist.shH A D03-May-202285 53

mkinstaller.shH A D03-May-2022346 129

mkosx-dmg.shH A D03-May-2022324 86

setmaclibpaths.shH A D03-May-20221 KiB167

spacejunk.suppH A D03-May-20227.3 KiB309307

stamp-h1H A D03-May-202223 21

texts.en.nshH A D03-May-2022939 2014

texts.es.nshH A D03-May-2022959 2014

texts.nshH A D03-May-2022939 2014

universal.configure.shH A D03-May-2022154 31

README

1This is the source code distribution of Spacejunk.
2
3Spacejunk is a game about travelling in 2D planetary systems.
4The player must collect garbage which is drifting in space by
5navigating through the gravitational fields of planets and
6stars.
7
8
9Building
10========
11
12The build system has been tested in linux and mingw environments using gcc.
13The following libraries are required for compilation:
14 * SDL, can be found at http://www.libsdl.org
15 * SDL_mixer, can be found at http://www.libsdl.org/projects/SDL_mixer
16 * SDL_image, can be found at http://www.libsdl.org/projects/SDL_image
17
18To build type in the command line:
19./configure
20make install
21
22If everything goes well a binary file called "spacejunk" should appear.
23
24
25Running
26=======
27
28Type in the command line:
29
30./spacejunk
31
32or
33
34./spacejunk --fullscreen
35
36Though it is possible to change the default resolution at which Spacejunk runs,
37we do not recomend doing so since the graphic quality will decrease and the game
38may run slower.
39
40
41License information
42===================
43
44Source code is distributed under the terms of the GNU General Public License
45Copyright (C) 2009 Facundo Domínguez
46(see COPYING file for the license text) except for the following files which
47belong to other libraries and are under their own licenses:
48 * src/gem-uta.h (libinfo/COPYING.LESSER)
49 * src/gem-uta.c (libinfo/COPYING.LESSER)
50 * src/SFont.h   (libinfo/COPYING.LESSER)
51 * src/SFont.c   (libinfo/COPYING.LESSER)
52 * files under the guichan/ folder (guichan/COPYING)
53 * files under sge/ folder         (sge/LICENSE)
54
55The image files in PNG format in data/art are distributed under the terms of
56the Creative Commons Attribution-Noncommercial-Share Alike license.
57Copyright (C) 2009 Fernando Picún <adam@mofo-d.com>
58See
59http://creativecommons.org/licenses/by-nc-sa/3.0/
60or
61file images_license_terms.html .
62
63The sound files in OGG format in data/art are distributed under the terms of
64the Creative Commons Attribution-Share Alike license.
65Copyright (C) 2009 Mario Villar <hdigipro@yahoo.com>
66See
67http://creativecommons.org/licenses/by-sa/3.0/
68or
69file sound_license_terms.html .
70
71
72
73More information about spacejunk can be found at
74http://spacejunk.sourceforge.net
75
76The Spacejunk Team
77
78
79

README-OSX

1
2Spacejunk is a game about travelling in 2D planetary systems.
3The player must collect garbage which is drifting in space by
4navigating through the gravitational fields of planets and
5stars.
6
7More information about spacejunk (incluiding complete source code)
8can be found at
9http://spacejunk.sourceforge.net
10
11--
12The Spacejunk Team
13
14
15Running
16=======
17
18Launch the application spacejunk found in the same folder than
19this file.
20
21You can run the game in fullscreen mode by editing the file called
22"config.txt" found in the same folder than this file. For that sake
23change the line which reads:
24
25fullscreen=no
26
27to
28
29fullscreen=yes
30
31Though it is possible to change the default resolution at which
32Spacejunk runs, we do not recomend doing so since the graphic quality
33will decrease and the game may run slower.
34
35
36License information
37===================
38
39Source code is distributed under the terms of the GNU General Public License
40Copyright (C) 2009 Facundo Domínguez
41(see COPYING file in source distribution for the license text) except for the
42following files which  belong to other libraries and are under their own licenses
43(see source code distribution):
44 * src/gem-uta.h (libinfo/COPYING.LESSER)
45 * src/gem-uta.c (libinfo/COPYING.LESSER)
46 * src/SFont.h   (libinfo/COPYING.LESSER)
47 * src/SFont.c   (libinfo/COPYING.LESSER)
48 * files under the guichan/ folder (guichan/COPYING)
49 * files under sge/ folder         (sge/LICENSE)
50
51The image files in PNG format in data/art are distributed under the terms of
52the Creative Commons Attribution-Noncommercial-Share Alike license.
53Copyright (C) 2009 Fernando Picún <adam@mofo-d.com>
54See
55http://creativecommons.org/licenses/by-nc-sa/3.0/
56
57The sound files in OGG format in data/art are distributed under the terms of
58the Creative Commons Attribution-Share Alike license.
59Copyright (C) 2009 Mario Villar <hdigipro@yahoo.com>
60See
61http://creativecommons.org/licenses/by-sa/3.0/
62
63
64
65
66
67