------------------------------------------------------------------------ r27653 | alberth | 2016-09-04 18:06:50 +0200 (Sun, 04 Sep 2016) | 2 lines -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit. ------------------------------------------------------------------------ r27652 | alberth | 2016-09-04 17:10:41 +0200 (Sun, 04 Sep 2016) | 2 lines -Fix(r27650): Use the file operation being performed to set the _sl.action variable. ------------------------------------------------------------------------ r27651 | alberth | 2016-09-04 14:58:04 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Introduce methods for setting the name and title of _file_to_saveload. ------------------------------------------------------------------------ r27650 | alberth | 2016-09-04 14:57:43 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType. ------------------------------------------------------------------------ r27649 | alberth | 2016-09-04 14:57:20 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Introduce detailed file type enum, rebuild FiosType with it. ------------------------------------------------------------------------ r27648 | alberth | 2016-09-04 14:56:56 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Remove remaining _saveload_mode usage. ------------------------------------------------------------------------ r27647 | alberth | 2016-09-04 14:56:23 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode ------------------------------------------------------------------------ r27646 | alberth | 2016-09-04 14:55:54 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Move _fios_items variable into the SaveLoadWindow class. ------------------------------------------------------------------------ r27645 | alberth | 2016-09-04 14:55:21 +0200 (Sun, 04 Sep 2016) | 2 lines -Add: Give console commands their own file list storage. ------------------------------------------------------------------------ r27644 | alberth | 2016-09-04 14:54:52 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Split GetFiosItem into BuildFileList and FindItem, and move both to FileList. ------------------------------------------------------------------------ r27643 | alberth | 2016-09-04 14:54:30 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: FiosGetDrives function also takes a destination file list. ------------------------------------------------------------------------ r27642 | alberth | 2016-09-04 14:54:03 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: FiosGet* file query functions take a destination file list. ------------------------------------------------------------------------ r27641 | alberth | 2016-09-04 14:50:22 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Fold the _fios_items file list vector into its own class. ------------------------------------------------------------------------ r27640 | alberth | 2016-09-04 14:48:28 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Remove another use of _saveload_mode in the loading code. ------------------------------------------------------------------------ r27639 | alberth | 2016-09-04 14:47:39 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Also always set the abstract FileToSaveLoad::filetype when setting a mode. ------------------------------------------------------------------------ r27638 | alberth | 2016-09-04 14:47:07 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Move FiosType enum, move and rename SetFiosType function. ------------------------------------------------------------------------ r27637 | alberth | 2016-09-04 14:46:29 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Don't use _saveload_mode for scenario loading detection. ------------------------------------------------------------------------ r27636 | alberth | 2016-09-04 14:46:07 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Rename FileType to AbstractFileType. ------------------------------------------------------------------------ r27635 | alberth | 2016-09-04 14:45:40 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Move FileType and FileToSaveLoad structure definitions. ------------------------------------------------------------------------ r27634 | alberth | 2016-09-04 14:45:11 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Improve name of the SmallFiosItem struct. ------------------------------------------------------------------------ r27633 | alberth | 2016-09-04 14:44:42 +0200 (Sun, 04 Sep 2016) | 2 lines -Codechange: Extract _saveload_mode use from BuildFileList ------------------------------------------------------------------------ r27632 | frosch | 2016-08-15 20:34:31 +0200 (Mon, 15 Aug 2016) | 1 line -Feature: When dragging vehicles in group or depot GUI, draw the complete articulated vehicle. ------------------------------------------------------------------------