summaryrefslogtreecommitdiff
path: root/unix.c
AgeCommit message (Expand)Author
2005-09-02(svn r2906) Fix some threaded saving problems. Now the thread only interfaces...Darkvater
2005-08-21(svn r2882) Some fixes for MorphOS (by tokai)tron
2005-08-13(svn r2864) Code simplification and diff reductiontron
2005-08-12(svn r2860) Fix some issues in the savegame/scenario list code:tron
2005-08-11(svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is definedtron
2005-08-05(svn r2809) Implement more generic threading functions, which allow more than...tron
2005-08-05(svn r2807) Fix two major bugs in the threaded save code:tron
2005-08-04(svn r2806) Remove unnecessary #includestron
2005-08-01(svn r2775) Deleting a file can fail, display an error message when it happenstron
2005-07-28(svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin)bjarni
2005-07-28(svn r2735) -Fix: [OSX] fixed issue introduced in 2733 where dedicated server...bjarni
2005-07-28(svn r2733) -Fix: [OSX] solved include issue introduced in 2714, which preven...bjarni
2005-07-27(svn r2728) -Fix/Feature: Change the driver probing algorithmtron
2005-07-26(svn r2714) Remove unnecessary includestron
2005-07-25(svn r2710) Simplify dedicated server code a bit and don't compile it at all,...tron
2005-07-24(svn r2703) - Feature: [OSX] Added a native alert window to show whatever err...bjarni
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-23(svn r2691) Separate dedicated video driver and fix bemidi declarationstron
2005-07-23(svn r2688) MSVC and Watcom can't handle identical file names in different di...tron
2005-07-23(svn r2685) -Codechange: Split the music/sound/video drivers into separate fi...tron
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-17(svn r2609) - Feature: remove extension from savegames/scenarios when browsin...Darkvater
2005-07-15(svn r2583) Move OS specific code out of misc.cludde
2005-06-06(svn r2418) - Fix: typoDarkvater
2005-06-06(svn r2417) - Fix: threads on morphos are apparently unexistent, so implement...Darkvater
2005-06-04(svn r2405) Simplify a few '? true : false' and '? false : true', especially ...tron
2005-06-02(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.Darkvater
2005-06-01(svn r2391) - Feature: saving games happen in a seperate thread so you no lon...Darkvater
2005-05-21(svn r2356) Make check if statvfs() is availible a bit more sensibletron
2005-04-13(svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard)truelight
2005-03-28(svn r2101) statvfs() is availible on POSIX.1 conformant systems.tron
2005-03-28(svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208...darkvater
2005-03-26(svn r2076) Set the name for the parent directory to ".."tron
2005-03-15(svn r2013) Always ignore SIGPIPE, not only when SDL is used (ShadowJK)tron
2005-03-15(svn r2012) When making a savegame name, don't append the extension, if it is...tron
2005-03-12(svn r1999) r1990 broke savegame deletion, fix that [1161729]tron
2005-03-11(svn r1990) Reduce the diff between the OS specific files with respect to fil...tron
2005-03-10(svn r1986) - Fix: free _config_file when shutting down openttd. Strange that...Darkvater
2005-03-09(svn r1974) Cleanups, quite similar to those done to win32.c in r1972 (code d...tron
2005-03-07(svn r1953) Codechange: Tidyup, reduced ridiculous indentation levels, some s...pasky
2005-02-21(svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli...Darkvater
2005-02-08(svn r1850) Change the last consumers of str_buffr so they use local static b...tron
2005-02-07(svn r1840) Repel str_buffr and use local buffers where possibletron
2005-02-06(svn r1821) Move generic string handling functions to string.[ch] and introdu...tron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-17(svn r1551) Silence a warning and simplify a preprocessor checktron
2005-01-14(svn r1509) Const correctness and add static where appropriate while touching...tron
2005-01-11(svn r1479) -Added highscore chart (accessible from the difficulty window) wi...darkvater
2005-01-06(svn r1402) Trim trailing whitespacetron