Re: [AD] [patch] make load_txt_font() find files in script in the script's dir |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] [patch] make load_txt_font() find files in script in the script's dir
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 04 Oct 2006 22:09:33 +0200
> I want to store the font files mentioned in the script in the same
> directory as the script itself, but load_txt_font() only supports
> absolute paths or paths relative to CWD.
That change will break backward compatibility if a program that expects
paths to be relative to the script suddenly has them relative to the CWD.
Evert