Age | Commit message (Collapse) | Author |
|
strings are involved
|
|
equal for all files
|
|
value of fscanf.
|
|
definitions of the arguments / return values of strrchr.
|
|
|
|
|
|
|
|
directory and installation directory.
-Change [FS#2692]: make it more likely that scenarios are saved to the directory where openttd.cfg is and not the installation directory (gives problems with e.g. Vista). The working directory still overrides the openttd.cfg directory though, but only if it has a scenario directory.
|
|
modification date is equal sort on the title so reversing the sorting direction actually reverses the order the listed files
|
|
that are in .tar files
|
|
saveload window.
|
|
|
|
|
|
determining old savegame name
Note this can't happen in current code
|
|
strings.
|
|
S_IFREG can be 0 on some platforms.
|
|
and strecpy where direct conversion is possible
|
|
they will not overflow their buffers.
|
|
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
|
didn't work
|
|
-Cleanup: some reincarnations of _fios_items in the code
|
|
|
|
|
|
|
|
with _ for non-globals, and use implicit enum numbering.
|
|
|
|
|
|
unneeded include from openttd.h.
|
|
when it's not necessary.
|
|
logical disposition
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
-Fix: WinCE doesn't support console
-Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way)
|
|
files (and add one)
|
|
be more flexible.
-Codechange: add support for personal directories on Windows.
-Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
|
|
|
|
means the same as "/../" in means in Unix.
|
|
|
|
non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
|
|
|
|
in the load/save directory listings (stepancheg).
|
|
comments style.
|
|
initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
|
|
files with the @file tag as well as a few general comments style
|
|
on non-windows because this wrapper was only active for win32 (thx Rubidium)
|
|
filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.
|
|
games because the static buffer used for name conversion is overwritten in the callback function.
|
|
FileExists as it was in pre-r5764 for Win32 (tnx Darkvater)
|
|
pointer to allocated memory instead of modifying the pointer given as parameter
|