Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | (svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that ↵ | rubidium | |
means the same as "/../" in means in Unix. | |||
2007-05-17 | (svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS. | rubidium | |
2007-04-04 | (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. ↵ | belugas | |
Almost done. Yeah. I know, I've already said that... | |||
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-02-15 | (svn r8745) [PSP] -Add: added a CSleep() for PSP | truelight | |
2007-02-05 | (svn r8605) -Codechange: [OSX] changed all objective C to objective C++ | bjarni | |
This will permanently solve the issue where compilation on OSX broke because C++ code was added to some header files -Note: (important if you develop mac specific code) taken from http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html gdb lacks an integrated C++ with Objective-C parser. This means that gdb won't be able to evaluate expressions that contain both C++ and Objective-C constructs. gdb assumes that the language for ".mm" files is C++. you can change it to objective C by typing: (gdb) set language objc Mixing C++ and objective C has some limitation (see link for all of them) | |||
2007-01-14 | (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output | Darkvater | |
2007-01-11 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the ↵ | KUDr | |
pointer to allocated memory instead of modifying the pointer given as parameter | |||
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |