summaryrefslogtreecommitdiff
path: root/fileio.c
AgeCommit message (Collapse)Author
2006-12-09(svn r7449) -Codechange: Rename _path to _paths as it is technically more ↵Darkvater
correct, but mainly because it interferes with OS/2 symbol in libc (psmedley)
2006-11-28(svn r7280) -Codechange: Replace some sprintf() functions with the safer ↵Darkvater
snprintf() functions
2006-08-04(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern ↵Darkvater
from a function decleration in header file.
2006-07-31(svn r5687) - Cleanup: Some cleanup and commentarizing.Darkvater
2006-07-31(svn r5686) - Codechange: Use only FioFOpenFile for opening files, use the ↵Darkvater
other similar functions (FioCheckFileExists and FioOpenFile) as its caller.
2006-07-31(svn r5685) - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify ↵Darkvater
the naming of these functions.
2006-07-31(svn r5684) - Codechange: create an strtolower() function that uses ↵Darkvater
tolower() on a whole string and apply it in the places this was used.
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-05-25(svn r4975) - Codechange: increase the number of file handles from 32 to 64 ↵peter1138
(arbitrary powers of 2!) to allow more GRF files to be loaded.
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2005-12-10(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)bjarni
you can still use SDL drivers if you like and you have to run "make upgradeconf" to start using the cocoa drivers (or manually write WITH_COCOA:=1) since SDL breaks the cocoa drivers, you can't compile with both SDL and cocoa support Using cocoa drivers makes it easier to make universal binaries and it solves: -FS#18 [OSX] SDL is weird in universal binaries -FS#2 [OSX] lazy pointer crash on exit -FS#10 [OSX] linking error when linking statically to SDL 1.2.8 (needless to explain this, but it means it should be able to compile statically with the default settings now) -[ 1215073 ] Switching to large size out of fullscreen crashes Using SDL drivers will still have those issues though
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in ↵tron
comments, excess empty lines, minor other changes nothing spectacular, just some stuff, which piled up
2005-07-24(svn r2703) - Feature: [OSX] Added a native alert window to show whatever ↵bjarni
error() needs to print (Tobin made this, while I fixed some issued in it) - As a bonus, we now have an objective C file (os/macosx/macos.m) to use the functions Apple made to interact with OS stuff
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2663) Include variables.h only in these files which need it, not ↵tron
globally via openttd.h
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-01-28(svn r1702) - Fix: [ 1110407 ] Game does not crash any more when a newgrf ↵dominik
file doesn't exist
2005-01-23(svn r1610) Remove trailing whitespace (last time ever, i hope)tron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the ↵tron
appropriate warning flags in the Makefile
2005-01-16(svn r1540) -Fix: since grf files are reopened on every load/new game, close ↵darkvater
the old opened to fix stale filehandles (thx tamlin)
2005-01-16(svn r1537) -Fix: Close all and any open filehandles open at shutdown (tamlin)darkvater
2005-01-06(svn r1402) Trim trailing whitespacetron
2004-12-27(svn r1281) -Fix: the OS/2 is now finished. Fixes:truelight
- Networking - File selector issue - Keyboard input - Dedicated server console issue (use dedicated.cmd to open a server) - Plus many other minor issues
2004-12-07(svn r970) Added 2nd data path for all non-windows OSesbjarni
added completely customizable lang path (all non-Windows OSes)
2004-09-10(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!truelight
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight