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

..03-May-2022-

dat/H29-Sep-2010-11,65510,070

doc/H29-Sep-2010-234232

img/H29-Sep-2010-1815

m4/H29-Sep-2010-2,2742,135

mus/H03-May-2022-

snd/H03-May-2022-

src/H03-May-2022-92,24952,800

txt/H03-May-2022-10,0347,795

ABOUT-NLSH A D16-May-201077.7 KiB1,1021,055

AUTHORSH A D16-May-2010165 53

COPYINGH A D16-May-201017.6 KiB341281

ChangeLogH A D16-May-2010126 63

INSTALLH A D16-May-20109.1 KiB232176

MANUALH A D16-May-20106.2 KiB8145

Makefile.amH A D30-Aug-201012.9 KiB394374

Makefile.inH A D03-May-2022254.5 KiB3,0182,694

NEWSH A D16-May-2010161 74

READMEH A D16-May-20101.3 KiB3427

aclocal.m4H A D29-Sep-201035.8 KiB1,001901

config.guessH A D17-May-201043.9 KiB1,5031,292

config.h.inH A D27-Aug-20106 KiB225160

config.rpathH A D16-May-201015.8 KiB615517

config.subH A D17-May-201033.8 KiB1,7151,566

configureH A D03-May-2022304 KiB10,5428,877

configure.acH A D29-Sep-20103.8 KiB123107

depcompH A D16-May-201014.8 KiB523330

install-shH A D16-May-20109 KiB324189

missingH A D16-May-201010.3 KiB354266

README

1<<<< Hero of Allacrost readme and info >>>>
2
3Copyright (C) 2004 - 2008 by The Allacrost Project
4All Rights Reserved
5
6This code is licensed under the GNU GPL. It is free software and you may
7modify it and/or redistribute it under the terms of this license.
8See http://www.gnu.org/copyleft/gpl.html for details.
9
10Hero of Allacrost (http://www.allacrost.org/) is a single player, 2D sprite-based role playing game. In HoA, you play Claudius, a young knight who has been given the mission to search for a legendary hero destined to save the world from destruction. Along the journey you will join forces with other characters, explore towns and dungeons, and do battle with a wide-range of foes.
11
12Install procedure:
13Once you've unpacked the tarball or checked it out of Subversion, just run 'autoreconf -i && ./configure && make && make install' from the top-level directory at the prompt.
14
15Directories included are:
16dat/ img/ mus/ snd/ src/ txt/
17
18Library dependencies (you will need the following in order to compile and run the game):
19autoreconf
20OpenGL and GLU
21libjpeg
22libpng
23SDL
24SDL_ttf
25SDL_net
26OpenAL
27libogg
28libvorbis
29GNU Gettext
30lua 5.1.x
31Luabind
32Boost headers (make sure that the boost headers used to compile Luabind are the same version used to compile Allacrost)
33Qt 4+ (only if you wish to compile the map editor)
34