Git Product home page Git Product logo

dungeon's People

Contributors

djfitzgerald avatar

Stargazers

 avatar

dungeon's Issues

Get dungeon to compile under Minix 2.0.2

The code as is will not compile under Minix 2.0.2. For one thing, all the files have DOS-Windows style character endings, so the UNIX makefile will need to be smart enough to strip these out during the build process. Additionally, Minix cc runs out of memory when trying to compile actors.c. I'm sure that many, many more problems exist.

Write MS-DOS uudecode utility

We currently include a uudecode utility written by David S. Peterson for use with our DOS makefiles. This is a copyrighted piece of code, with permissions to share if the source code prolog is included. We should develop our own uudecode utility from scratch, or find one in C or ASM source under an OSS license.

I'd rather just write my own uudecode utility, if just for the exercise. Then I can ship it as source code, and configure the DOS makefiles to first build that executable from source and then use it to decode the files.

dtextc.uu files no longer work with UUDECODE utility

In a previous commit, I updated the dtextc.uu files so that they would work on my Linux laptop. I did this by taking the (known good) DTEXTC.DAT file from a binary MS-DOS install of the "dungeon 2.7s" code, using Linux's uuencode utility to encode it, and then using Linux split to break it into four pieces:

cp DTEXTC.DAT dtextc.dat
uuencode dtextc.dat /dev/stdout | split -b 51072
cat xaa xab xac xad | uudecode > dtextc.dat
mv xaa dtextc.uu1
mv xab dtextc.uu2
mv xac dtextc.uu3
mv xad dtextc.uu4

When I tried verifying these still worked under a Borland C++ PC-DOS build, I got the following error:

        copy dtextc.uu1+dtextc.uu2+dtextc.uu3+dtextc.uu4 dtextc.uu
DTEXTC.UU1
DTEXTC.UU2
DTEXTC.UU3
DTEXTC.UU4
        1 file(s) copied
        uudecode dtextc.uu
uudecode: DTEXTC.UU: no "begin" line

** error 1 ** deleting dtextc.dat

When I had been trying to use the original UU files under Linux uudecode, the resulting dtextc.dat produced unreadable garbage text in dungeon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.