summaryrefslogtreecommitdiff
path: root/src/os2.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-16(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-03(svn r14813) -Codechange: use uint instead of 'just' unsigned.rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-22(svn r14518) -Fix (r14514): forgot win32 and OS/2 files (glx)smatz
2008-08-31(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate w...rubidium
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-02(svn r13361) -Fix (r13360): regexp failedglx
2008-06-02(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()skidd13
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-11(svn r11814) -Fix: Get OpenTTD compiling again on OS/2orudge
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11676) -Fix (r11674): some references to macros.h were leftglx
2007-11-21(svn r11488) -Codechange: Spilt the random functions out to seperate fileskidd13
2007-07-30(svn r10736) -Fix: Correct all mispellings of 'successful'.peter1138
2007-07-22(svn r10651) -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smed...orudge
2007-06-24(svn r10310) -Fix: Trunk can now be built on OS/2 :)orudge
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-03-17(svn r9267) -Fix (r9266): some leftover includes and erronous call to ChangeW...rubidium
2007-03-17(svn r9266) -Codechange: unify the retrieval of the base paths a little more.rubidium
2007-03-12(svn r9129) -Codechange: unify parts of DeterminePaths.rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in...rubidium
2007-01-10(svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and True...orudge
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr