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

..03-May-2022-

icons/H03-May-2022-

sounds/H03-May-2022-

.gitignoreH A D01-Feb-20214 21

AUTHORSH A D01-Feb-2021633 2213

COPYINGH A D01-Feb-202117.8 KiB347285

MakefileH A D03-May-20225 KiB169123

READMEH A D01-Feb-20211 KiB3021

compat.hH A D01-Feb-2021693 3817

joystick.cH A D01-Feb-20217 KiB325218

joystick.hH A D01-Feb-20211.8 KiB6132

levels.hH A D01-Feb-202120 KiB550243

my_point.hH A D01-Feb-20211.2 KiB4113

ogg_to_pcm.cH A D01-Feb-20213 KiB11974

ogg_to_pcm.hH A D01-Feb-2021980 3912

rumble.cH A D01-Feb-20218.2 KiB290207

rumble.hH A D01-Feb-20211.3 KiB4013

stamp.cH A D01-Feb-2021894 3831

version.hH A D01-Feb-2021933 275

wordwarvi.6H A D01-Feb-202113.9 KiB413408

wordwarvi.cH A D01-Feb-2021389.6 KiB14,39011,720

wordwarvi.cbpH A D01-Feb-20212.8 KiB9695

wwvi_font.cH A D01-Feb-202112.3 KiB312229

wwvi_font.hH A D01-Feb-20211 KiB3510

wwviaudio.cH A D01-Feb-202112 KiB487368

wwviaudio.hH A D01-Feb-20215.2 KiB17232

README

1
2To build on linux, FreeBSD, or Mac OSX, just type "make"
3
4  You'll need portaudio (v 19, not 18)
5  (portaudio-devel rpm packages)
6  and libvorbisfile (libvorbis-devel rpm package) to decode the
7  included ogg files for sound to work.
8
9  See: http://www.portaudio.com/
10
11  To build without any sound support, type "make WITHAUDIO=no"
12
13To build on windows:
14
15  1. Download install mingw
16  2. Download codeblocks ide (nightly build recommended)
17  3. Download/clone wordwarvi source
18  4. Create win32 folder in wordwarvi source directory.
19  5. Download precompiled gtk (all-in-one bundle) libs,
20     copy include and bin folders into wordwarvi/win32
21  6. Download precompiled vorbis/ogg libs, copy include
22     content into wordwarvi/win32/include and the dlls into
23     wordwarvi/win32/bin.
24  7. Download precompiled portaudio lib, copy include content into
25     wordwarvi/win32/include and the dlls into wordwarvi/win32/bin.
26  8. Open wordwarvi.cbp in codeblocks and build.
27
28If you want to hack on the code, read wordwarvi_hacking.html
29
30