Sat, 05 Aug 2006 16:54:55 +0000(svn r5771) Unify several code paths and data structures for drawing train depots and waypoints
tron [Sat, 05 Aug 2006 16:54:55 +0000] rev 4225
(svn r5771) Unify several code paths and data structures for drawing train depots and waypoints

Sat, 05 Aug 2006 10:30:43 +0000(svn r5769) - Fix (r5762): fix some mistakes in the opendir code and filesize calculation. Thanks to Tron for noticing (and fixing).
Darkvater [Sat, 05 Aug 2006 10:30:43 +0000] rev 4224
(svn r5769) - Fix (r5762): fix some mistakes in the opendir code and filesize calculation. Thanks to Tron for noticing (and fixing).

Sat, 05 Aug 2006 00:59:45 +0000(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c
Darkvater [Sat, 05 Aug 2006 00:59:45 +0000] rev 4223
(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c

Sat, 05 Aug 2006 00:53:09 +0000(svn r5766) - Cleanup: Unify FiosBrowseTo and FiosGetDescText
Darkvater [Sat, 05 Aug 2006 00:53:09 +0000] rev 4222
(svn r5766) - Cleanup: Unify FiosBrowseTo and FiosGetDescText

Sat, 05 Aug 2006 00:47:32 +0000(svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List functions into fios.c, as well as FiosGetSavegameList and FiosGetScenarioList functions with the help of some callbacks.
Darkvater [Sat, 05 Aug 2006 00:47:32 +0000] rev 4221
(svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List functions into fios.c, as well as FiosGetSavegameList and FiosGetScenarioList functions with the help of some callbacks.

Sat, 05 Aug 2006 00:16:24 +0000(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
Darkvater [Sat, 05 Aug 2006 00:16:24 +0000] rev 4220
(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
- Fix: forgot to remove GetLanguageList from functions.h in previous commit

Fri, 04 Aug 2006 23:45:20 +0000(svn r5763) - Cleanup: Move the now unified GetLanguageList and comparator function to strings.c where it belongs.
Darkvater [Fri, 04 Aug 2006 23:45:20 +0000] rev 4219
(svn r5763) - Cleanup: Move the now unified GetLanguageList and comparator function to strings.c where it belongs.

Fri, 04 Aug 2006 23:41:13 +0000(svn r5762) - Codechange: Implementation of POSIX-style opendir/readdir/closedir functions for windows using FindFirstFile/FindNextFile/FindClose.
Darkvater [Fri, 04 Aug 2006 23:41:13 +0000] rev 4218
(svn r5762) - Codechange: Implementation of POSIX-style opendir/readdir/closedir functions for windows using FindFirstFile/FindNextFile/FindClose.
- Add new header file fios.h that will be the place for all FIOS (game-list) types.

Fri, 04 Aug 2006 23:33:05 +0000(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern from a function decleration in header file.
Darkvater [Fri, 04 Aug 2006 23:33:05 +0000] rev 4217
(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern from a function decleration in header file.

Fri, 04 Aug 2006 23:27:36 +0000(svn r5760) - Codechange: Use a define for case-string comparison in OS/2 instead of function.
Darkvater [Fri, 04 Aug 2006 23:27:36 +0000] rev 4216
(svn r5760) - Codechange: Use a define for case-string comparison in OS/2 instead of function.