summaryrefslogtreecommitdiff
path: root/unix.c
AgeCommit message (Expand)Author
2006-08-24(svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the ...rubidium
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-05(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move...Darkvater
2006-08-05(svn r5766) - Cleanup: Unify FiosBrowseTo and FiosGetDescTextDarkvater
2006-08-05(svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List function...Darkvater
2006-08-05(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_Fio...Darkvater
2006-08-04(svn r5763) - Cleanup: Move the now unified GetLanguageList and comparator fu...Darkvater
2006-07-13(svn r5491) -Fix: [#9] MorphOS crashed when you go a level up on root level (...truelight
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-03-31(svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > ...Darkvater
2006-03-25(svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV...Darkvater
2006-03-25(svn r4107) - Fix (r4105): Mixup of string parameters in debug message if ico...Darkvater
2006-03-25(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the...Darkvater
2006-03-22(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in...bjarni
2006-03-21(svn r4001) - Add length parameter to FiosMakeSavegameName() and use this fun...Darkvater
2006-03-21(svn r3994) - Fix: convert filenames to UTF-8-MAC instead of UTF-8 for MACOSX...Darkvater
2006-03-18(svn r3972) changed r3966 to only affect OSX. Too bad linuxes with utf-8 file...bjarni
2006-03-18(svn r3966) -Fix: [OSX and some linux] [ 1157244 ] Can't save game if name co...bjarni
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-31(svn r3496) - Validate filename titles before they get displayed. This avoids...peter1138
2005-12-10(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)bjarni
2005-12-09(svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to...bjarni
2005-12-09(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar ...bjarni
2005-10-28(svn r3097) - Fix (regression): unix has a trailing slash after the paths, wi...Darkvater
2005-10-28(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the defa...Darkvater
2005-10-17(svn r3055) Give the savegame/scenarion sort order flags symbolic namestron
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