Age | Commit message (Expand) | Author |
2008-11-26 | (svn r14636) -Add: DOS port of OpenTTD, without network support though. | rubidium |
2008-07-30 | (svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and... | belugas |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-17 | (svn r13148) -Codechange: make a class of the SelectGameWindow. | glx |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-08 | (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ... | rubidium |
2008-05-06 | (svn r12977) -Codechange: remove quite some redundant (duplicate) function de... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-18 | (svn r12762) -Fix: tabs after the first non-tab character are generally not o... | rubidium |
2008-01-27 | (svn r11994) -Codechange: Remove numbers from string names where the strings ... | maedhros |
2008-01-20 | (svn r11932) -Codechange: Forgot two occurences of widget enumification | belugas |
2008-01-20 | (svn r11931) -Codechange: enumify the widgets numbers. Give breathing room o... | belugas |
2008-01-20 | (svn r11930) -Codechange: a bit of code style application | belugas |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-07 | (svn r11771) -Codechange: split settings.h into better separated headers. | rubidium |
2007-12-27 | (svn r11711) -Codechange: Name the Save Load Dialog Mode enum | belugas |
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 r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-19 | (svn r11668) -Codechange: more refactoring aimed at reducing compile time and... | rubidium |
2007-12-19 | (svn r11667) -Codechange: split window.h into a header that defines some 'glo... | rubidium |
2007-12-02 | (svn r11555) -Codechange: use the new members introduced in r11551. | rubidium |
2007-07-27 | (svn r10704) -Codechange: provide an infrastructure to have resizable windows... | rubidium |
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from variables... | rubidium |
2007-06-13 | (svn r10145) -Fix: make compiling with networking disabled (again) possible. | rubidium |
2007-04-30 | (svn r9757) -Fix [FS#1244842]: when you have closed the "Load game"/"New game... | rubidium |
2007-03-22 | (svn r9400) -Codechange: Use some more representative enum names for landscap... | belugas |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-05 | (svn r9018) -Change: added SunOS as OS name in the quit dialog | miham |
2007-03-03 | (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t... | belugas |
2007-02-01 | (svn r8522) -Regression (r8512): The flat/random window moved the to scenario... | Darkvater |
2007-02-01 | (svn r8512) -Codechange: From the intro window enter the scenario editor. Fro... | Darkvater |
2007-02-01 | (svn r8511) -Codechange: make WindowClass an enumerated value. | rubidium |
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed... | KUDr |