Commit graph

4 commits

Author SHA1 Message Date
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 4321b7751d minor makefile updates 2019-11-03 13:52:59 -05:00
Gered 5a92ca7021 update map_edit makefile with paths for map testing
this is not intended to be normally run via this makefile, but maybe
useful to have these predefined for future-development purposes
2019-11-03 11:42:05 -05:00
Gered 40bab9e61b add makefile for building map_edit, get rid of unneeded sources
the map_edit sources from the cd seemed to include two different
versions of a map editor. the sources i've left here seem to most
closely match the version of mapedit.exe included on the book's cd
2019-11-02 19:01:21 -04:00