log src/fileio.cpp @ 20661:1e53dec875f8 draft

age author description
Sun, 26 May 2013 19:27:22 +0000 frosch (svn r25291) -Add: WindowDesc ability to load and store information in a config file. draft
Tue, 08 Jan 2013 22:46:42 +0000 planetmaker (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) draft
Tue, 01 Jan 2013 10:52:32 +0000 rubidium (svn r24877) -Fix: some whitespace "errors" draft
Sun, 09 Dec 2012 16:52:43 +0000 frosch (svn r24804) -Add: Separate subdirectory for screenshots. draft
Sat, 25 Feb 2012 08:42:39 +0000 rubidium (svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found draft
Mon, 19 Dec 2011 20:56:59 +0000 truebrain (svn r23612) -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library) draft
Mon, 19 Dec 2011 20:54:37 +0000 truebrain (svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory draft
Wed, 16 Nov 2011 16:54:37 +0000 rubidium (svn r23234) -Fix [FS#4840]: crash when after downloading content draft
Tue, 15 Nov 2011 12:14:08 +0000 frosch (svn r23228) -Fix (r23227): FileScanner::Scan() still did not scan all required directories for basesets. draft
Tue, 15 Nov 2011 00:26:06 +0000 frosch (svn r23227) -Fix (r23219): The FileScanner should also consider the old directories. draft
Tue, 15 Nov 2011 00:25:17 +0000 frosch (svn r23226) -Fix (r23219): If you find a file, also use it. draft
Mon, 14 Nov 2011 21:58:19 +0000 rubidium (svn r23225) -Fix: create the newgrf/baseset/ai directories in the personal directory so the user has some clue where to place the different files draft
Mon, 14 Nov 2011 21:34:27 +0000 rubidium (svn r23219) -Change: different directories for basesets and newgrfs. So data to baseset or newgrf, and gm to baseset draft
Mon, 14 Nov 2011 21:32:10 +0000 rubidium (svn r23218) -Codechange: prepare code for a separate base set directory draft
Mon, 14 Nov 2011 21:30:37 +0000 rubidium (svn r23217) -Codechange: introduce the concept of scanning only in a limited set of sub directories draft
Mon, 14 Nov 2011 21:28:43 +0000 rubidium (svn r23216) -Codechange: introduce the concept of having different tar lists draft
Sat, 12 Nov 2011 13:00:29 +0000 rubidium (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free draft
Thu, 08 Sep 2011 09:48:52 +0000 rubidium (svn r22904) -Codechange: add tar filename to file scanning draft
Thu, 25 Aug 2011 10:31:35 +0000 rubidium (svn r22835) -Codechange: keep track of the subdirectory we are looking through in the file scanner draft
Thu, 25 Aug 2011 10:24:49 +0000 rubidium (svn r22834) -Codechange: unify some code, and extend it to work for other filenames that should end in a particular way draft
Wed, 24 Aug 2011 13:42:06 +0000 rubidium (svn r22825) -Codechange: pass subdir to FioOpenFile draft
Wed, 24 Aug 2011 13:33:49 +0000 rubidium (svn r22822) -Codechange: make a distinction between base sets and newgrfs for their directory draft
Thu, 04 Aug 2011 20:04:58 +0000 smatz (svn r22719) -Fix: compilation with gcc 4.7 draft
Mon, 01 Aug 2011 19:36:11 +0000 alberth (svn r22709) -Doc: Doxyment fileio.cpp. draft
Sat, 16 Jul 2011 18:43:22 +0000 alberth (svn r22669) -Codechange: For non-windows, only test for file existence again if strtolower actually changed the name. draft
Sat, 16 Jul 2011 18:34:04 +0000 alberth (svn r22668) -Codechange: FioFindFullPath tests already whether the file exists. draft
Sat, 28 May 2011 03:23:34 +0000 glx (svn r22502) -Fix (r22501): WIN32 compilation draft
Fri, 27 May 2011 21:42:51 +0000 alberth (svn r22501) -Codechange: Move FileExists to a better place. draft
Sun, 15 May 2011 17:18:46 +0000 frosch (svn r22465) -Fix [FS#4613]: When determining the executable path failed, the working directory was used instead, circumventing the not-home-directory check. draft
Sat, 14 May 2011 18:38:54 +0000 alberth (svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partly by planetmaker). draft
Thu, 18 Nov 2010 22:26:29 +0000 rubidium (svn r21247) -Fix: make the tar scanner forget about old (possibly removed) tars draft
Sat, 30 Oct 2010 17:51:07 +0000 alberth (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) draft
Sun, 29 Aug 2010 15:58:43 +0000 alberth (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. draft
Sat, 24 Jul 2010 10:14:39 +0000 alberth (svn r20211) -Codechange: Indented code should have curly braces around it. draft
Mon, 19 Jul 2010 17:46:53 +0000 rubidium (svn r20194) -Fix: compilation with network disabled failed draft
Mon, 19 Jul 2010 17:28:27 +0000 rubidium (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) draft
Mon, 19 Jul 2010 17:11:09 +0000 rubidium (svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location draft
Fri, 16 Jul 2010 19:32:39 +0000 rubidium (svn r20166) -Fix [FS#3949]: do not scan /data and ~/data (if they happen to be your working directory). If it's the directory where your binary is located it will still scan them. draft
Sat, 03 Jul 2010 13:28:15 +0000 yexo (svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfg draft
Mon, 10 May 2010 09:49:02 +0000 rubidium (svn r19779) -Change: add a return type to AppendPathSeparator and use that to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length draft
Mon, 10 May 2010 09:37:17 +0000 rubidium (svn r19777) -Change: use the file scanner to find the .tars draft
Mon, 12 Apr 2010 14:12:47 +0000 smatz (svn r19614) -Codechange: "it's" => "its" where appropriate draft
Mon, 15 Mar 2010 17:44:54 +0000 rubidium (svn r19427) -Codechange: gracefully handle the case where we can't open a .tar file. draft
Fri, 26 Feb 2010 00:00:55 +0000 rubidium (svn r19262) -Feature: finalise BaNaNaS support for music sets draft
Thu, 25 Feb 2010 13:06:00 +0000 rubidium (svn r19248) -Fix: DOS 'port' did not compile anymore draft
Wed, 17 Feb 2010 16:45:55 +0000 rubidium (svn r19151) -Codechange [FS#3625]: Move home directory to a better place in Haiku (jrepan) draft
Thu, 04 Feb 2010 00:40:11 +0000 smatz (svn r19000) -Cleanup: remove redundant check draft
Sat, 16 Jan 2010 22:01:33 +0000 rubidium (svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze) draft
Wed, 23 Dec 2009 09:08:52 +0000 rubidium (svn r18611) -Fix (r18608): uppercase-to-lowercase conversion when opening a file wasn't applied when finding the full path of a file draft
Mon, 09 Nov 2009 16:33:52 +0000 smatz (svn r18032) -Codechange: add one const draft
Mon, 09 Nov 2009 15:16:38 +0000 glx (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global draft
Mon, 09 Nov 2009 10:40:33 +0000 rubidium (svn r18028) -Codechange: unglobalise some functions draft
Mon, 09 Nov 2009 09:27:48 +0000 rubidium (svn r18026) -Codechange: make a lookup table static that doesn't need to be 'exported' draft
Sat, 03 Oct 2009 14:51:30 +0000 rubidium (svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary draft
Fri, 02 Oct 2009 15:13:15 +0000 rubidium (svn r17682) -Codechange: remove erroneous space before some commas draft
Sat, 19 Sep 2009 09:51:14 +0000 rubidium (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 18 Jun 2009 09:47:06 +0000 rubidium (svn r16590) -Fix [FS#2967]: don't crash when tars/newgrfs are removed, just tell the file could be opened/found. draft
Sun, 24 May 2009 21:09:00 +0000 rubidium (svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts. draft
Sun, 24 May 2009 20:29:04 +0000 rubidium (svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it. draft