Commit graph

5 commits

Author SHA1 Message Date
Gered de3232a474 fix map editor not showing indicator for secret doors 2019-11-06 19:12:15 -05:00
Gered 2482fe7bbb use slightly more intuitive path handling for loading files
- medit.dtf is assumed to always be beside mapedit.exe
- assets listed in the desc file being loaded are all assumed to be
  beside that same desc file

paths for both the mapedit.exe and desc file are discovered
automatically from the command line arguments received.

this, in my opinion, represents the most intuitive/logical behaviour.
before this change, you would have needed to have copied mapedit.exe
and medit.dtf to the same directory as your map desc file and all the
assets being loaded. kind of icky in my opinion.
2019-11-05 18:53:47 -05:00
Gered 1f1185b67f some minor cleanups 2019-11-03 11:06:19 -05:00
Gered 800298c59f fix ushort/uint confusion. return success/fail from main()
the map_edit source on the book's cd included a prebuilt version of
the old watcom version of ack3d (with headers) which defined UINT to be
'unsigned short' while our version of ack3d defines UINT to be
'unsigned int'
2019-11-03 10:51:11 -05:00
Gered cf7cd898cd add dos map_edit sources
from the book cd under /ACK/DOS/MAP_EDIT/SOURCE
2019-11-02 18:16:05 -04:00