summaryrefslogtreecommitdiff
path: root/src/os2.cpp
AgeCommit message (Collapse)Author
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ↵rubidium
unneeded include from openttd.h.
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
when it's not necessary.
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more ↵rubidium
logical place and remove about 50% of the includes of 'functions.h'
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a ↵rubidium
single file and do not include gfx.h everywhere to get a Point type.
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
-Codechange: Make the mersenne twister more readable -Codechange: Unify the seeding process of random
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 ↵orudge
Smedley)
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 ↵rubidium
tabs with spaces.
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file ↵belugas
inclusion. This time, brought to you by the letter O
2007-03-17(svn r9267) -Fix (r9266): some leftover includes and erronous call to ↵rubidium
ChangeWorkingDirectory (it was moved).
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 ↵rubidium
in the load/save directory listings (stepancheg).
2007-01-10(svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and ↵orudge
TrueBrain for their help)
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵KUDr
renamed to .cpp)