Commit graph

2728 commits

Author SHA1 Message Date
Simon Howard
4ededbd21e Convert colormap.py to Python. 2008-12-24 20:53:19 +00:00
Simon Howard
0249499031 Merge branch 'master' of git://git.savannah.nongnu.org/freedoom 2008-12-24 20:18:31 +00:00
Simon Howard
5f299ad776 Move scripts that are part of the build system into scripts/. 2008-12-24 18:50:30 +00:00
Simon Howard
ece77ca176 Convert simplecpp script to Python. 2008-12-24 18:44:36 +00:00
Simon Howard
0b332510ac Convert wadinfo-builder script to Python. 2008-12-24 18:43:56 +00:00
Simon Howard
ecb5d573d7 Convert sanity-check script to Python. 2008-12-24 18:43:00 +00:00
Simon Howard
c9e8446050 Convert extract-pnames script to Python. 2008-12-24 18:42:19 +00:00
Simon Howard
5abf2dccfe Convert makepkgs script to Python. 2008-12-24 18:33:31 +00:00
Mike Swanson
eaa5704d42 Change website URL in documents
Moved from SourceForge; also levels/sargebaldy/hellkeep.txt had some
weird end of lines (various mix of CRLF, LFCR), that's fixed.

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-22 19:52:38 -08:00
Simon Howard
a1511aac95 Change build to use simplecpp for preprocessing, as this does not munge
up the configuration file.
2008-12-22 19:01:21 +00:00
RjY
ca55f8f0a6 Add SKY4 to Ultimate Doom build
Note the patch name is SKY4; all the others are RSKY* (which explains
why you get Doom2 skies in Doom - FIXME)

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:24 -08:00
RjY
52f2f5cf5e Include doom pnames in buildcfg.txt when ULTDOOM is defined
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:24 -08:00
RjY
cc7a9e03d4 Define ULTDOOM when building wadinfo and texture1 for udoom
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:24 -08:00
RjY
2fb3f785b3 Update .gitignore and clean target
- doom pnames and textures
- ultimate doom wadinfo

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:24 -08:00
RjY
dcfff7c042 Remove levels/e3m8.wad symlink
The map it points to appears to have been truncated (suspicious length
of exactly 49152 bytes, wad directory pointer points to 60413 - 11261
bytes past the end of the file, see also [1] - the map appears lost)

[1] http://www.doomworld.com/vb/freedoom/16596-e3m8-broken/

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:23 -08:00
RjY
8e491ac871 Build wadinfo_ult.txt, needed by udoom iwad target
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:23 -08:00
RjY
5c8314cbdf Add makefile section to build doom.wad
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:23 -08:00
RjY
1ebdf2c905 Add doom.wad object target
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 16:41:23 -08:00
Catoptromancy
aff4f61025 sprites: added new Hell Knight and Pain Elemental sprites
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 02:58:20 -08:00
Catoptromancy
aa29b8ae26 levels: fixed errors in maps
map06: the spider mastermind wont shoot back, seems trapped on sector
       mismatch. FIXED, made spider platform larger.
map10: fixed map with new ammo and monster arrangements and exit.
map13: needs finished or replaced. Only added an exit, and made skill
       more sane.
map14: needs most sectors unjoined. FIXED, maybe. Much more noticeable
       in coop with random sectors and HOM.
map24: needs skill adjustment FIXED,

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 02:45:51 -08:00
Mike Swanson
3b82923718 Add copyrights, remove latest/ directory
Adding copyright notices to critical files; some files which the project
is not strictly dependent on, such as tools/cleanroom, are not tagged;
many of these were meant for temporary use in assisting the development
of Freedoom and their existence should probably be questioned.

latest/ directory is removed since it's not critical to building the
project, its use was for pre-sourceforge daily builds.  Such a frequent
building system may still be sought after, but this doesn't need to be
in the repo ;)

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-17 19:00:48 -08:00
Mike Swanson
654981d5c2 lumps/genmidi: Update OpenBSD-derived code to newer license
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-17 18:17:31 -08:00
Mike Swanson
32862d9de7 wadinfo-builder.pl: change license to BSD
<fraggle> feel free to replace the comment with a bsd license header
          then
<fraggle> it's fine by me

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-16 04:29:23 -08:00
Mike Swanson
026dd9aa5a Documentation: rewrote most of README, reformatted COPYING
COPYING is reformatted to fill in 72-character lines efficiently, and
the copyright dates are expanded which has some legal benefits.  None of
the license text itself is actually changed.

README rewritten in AsciiDoc format, the original contents are used as
the preamble.  Expanded to explain a bit more about Free Software and
how to contribute levels (still need to write specifics about maps and
other resources, actually submitting work, etc...).
2008-12-15 23:39:23 -08:00
Mike Swanson
95ccde2b71 titlepic: version from git describe if available
Use `git describe` to automatically generate the version on titlepic,
use VERSION file if not a git repository (tarball releases).
2008-12-11 15:39:07 -08:00
Mike Swanson
3671e25770 Added .gitignore files
Makes git ignore build files and preserve directories that the build
process expects to be empty.  The Makefiles should probably be modified
in the future to not require such directories to be pre-existing in the
first place, but for now this is a work-around of git's (intentional)
inability to store empty directories.
2008-12-11 14:17:28 -08:00
Jon Dowland
0d85ebb9fa tagging 0.6.2 2008-03-18 22:09:44 +00:00
Jon Dowland
84ab3a5490 credits 2008-03-18 21:51:01 +00:00
Jon Dowland
eb3b316f9e map24,27 coops (thanks catoptromancy) 2008-03-18 20:07:23 +00:00
Jon Dowland
37ff514483 add coops to map18 2008-03-18 20:01:12 +00:00
Jon Dowland
786e81e18e fix symlinks to thegreeneherring's wads 2008-03-17 23:40:46 +00:00
Jon Dowland
fd79b4e013 map in thegreenherring's fixes 2008-03-17 19:17:31 +00:00
Jon Dowland
d3f0996285 map hawkwind's fixed 17, 30 2008-03-17 18:27:47 +00:00
Jon Dowland
8617280f33 add greenherring's other fixed maps (to be checked) 2008-03-17 11:44:59 +00:00
Jon Dowland
31703259be add hawkwind's fixes. only mapped in map10 so far 2008-03-16 19:03:06 +00:00
Jon Dowland
88070c93b0 fixes to MAP14 by The Green Herring 2008-03-14 20:01:23 +00:00
Jon Dowland
df0b051bd1 fix map18 2008-03-13 18:41:03 +00:00
Jon Dowland
1cad03e6fe credit csonicgo and update news 2008-03-12 18:40:35 +00:00
Jon Dowland
5e341833ba map in some spare sound fx: gib -> pinkie die; rlaunch -> revenant launch 2008-03-12 18:32:57 +00:00
Jon Dowland
6ce50c3a19 dsbrrsit (baron wakes) by csonicgo 2008-03-12 18:25:48 +00:00
Jon Dowland
1829718fd2 catoptromancy's fixed map05 2008-03-10 18:29:11 +00:00
Jon Dowland
b546a5a149 explain rjy's level (real name/email etc. pending) 2008-03-05 19:02:57 +00:00
Jon Dowland
d8803b96f3 (part 2): add rjys stuff 2008-03-05 12:05:42 +00:00
Jon Dowland
ebba8ef1a7 rjy's improved fraggle/e1m3 -> map02 2008-03-05 12:05:01 +00:00
Jon Dowland
f2a3c9a05c copy e1m3 -> map02 2008-03-05 12:03:35 +00:00
Jon Dowland
5f89ce8571 re-add symlink 2008-03-05 11:34:30 +00:00
Jon Dowland
8c4d10f0dd delete fuxked symlink 2008-03-05 11:33:35 +00:00
Jon Dowland
3320c5ba9f fix gl modes step 2 (edited in vi, needs testing) 2008-03-05 11:28:45 +00:00
Jon Dowland
08a20efba2 fix gl nodes step 1 2008-03-05 08:02:52 +00:00
Jon Dowland
219e301908 map14: taken from 10sectors 2008-03-05 00:03:56 +00:00