summaryrefslogtreecommitdiff
path: root/ottdres.rc
AgeCommit message (Collapse)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
2006-12-21(svn r7527) -Update appropiate files with release information for 0.5.0-RC1Darkvater
2006-09-03(svn r6358) -Codechange: update resource file to reflect development tree ↵Darkvater
(0.5.0.0) as file version, and added revision number. Also remove SWEDISH resources.
2006-06-28(svn r5415) - Forward-port the release-changes from the 0.4 branch back to ↵Darkvater
trunk. This ensures an updated changelog, known-bugs, etc.
2006-03-26(svn r4123) - Forward-port the release-changes from the 0.4 branch back to ↵Darkvater
trunk. This ensures an updated changelog, known-bugs, etc.
2006-03-14(svn r3872) - [win32] Show the revision in crash.txt and enable the button ↵Darkvater
to show the crash text in the crash-window
2006-02-21(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this ↵truelight
fixes it for some more compilers
2006-02-21(svn r3646) - We are not using MFC so don't use afxres but winres. This ↵Darkvater
solves the compilation problem if MFC is not installed with the compiler IDE (VS6 for example)
2006-01-31(svn r3502) - Update appropiate files with release information for 0.4.5Darkvater
2005-12-11(svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: ↵tron
%.rc rule