summaryrefslogtreecommitdiff
path: root/src/os/windows/ottdres.rc.in
AgeCommit message (Collapse)Author
2020-06-05Add: introduce CMake for project managementPatric Stout
CMake works on all our supported platforms, like MSVC, Mingw, GCC, Clang, and many more. It allows for a single way of doing things, so no longer we need shell scripts and vbs scripts to work on all our supported platforms. Additionally, CMake allows to generate project files for like MSVC, KDevelop, etc. This heavily reduces the lines of code we need to support multiple platforms from a project perspective. Addtiionally, this heavily improves our detection of libraries, etc.
2020-06-01Fix: [Win32] Crash message not fitting in crash dialogglx
2020-05-06Codechange: Use a dynamic copyright yearglx
2020-02-08Change: Heading for 1.11 nowglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-03Change: Heading for 1.10 now (#7319)frosch
2019-02-01Doc: Yearly increment.Peter Nelson
2019-01-25Fix: enable DPI-awareness for MINGW buildsglx
2018-04-12Change: Non-tag revisions are now named ↵frosch
'<commitdate>-<branch>-g<shorthash><modified>'.
2018-03-14(svn r27993) -Change: Heading for 1.9 nowfrosch
2018-03-11(svn r27980) -Doc: Yearly incrementfrosch
2017-03-11(svn r27780) -Update: Numbersfrosch
2017-03-11(svn r27777) -Doc: Yearly incrementfrosch
2016-03-01(svn r27518) -Update: Numbersfrosch
2016-03-01(svn r27516) -Update: Documentationfrosch
2015-03-17(svn r27192) -Change: heading for 1.6 nowfrosch
2015-01-01(svn r27103) -Update: copyright daterubidium
2014-03-17(svn r26409) -Update: Version number in some more places.frosch
2013-12-31(svn r26192) -Fix (r24878): off-by-one error ;)rubidium
2013-06-29(svn r25520) -Fix-ish: don't pretend that trunk is still doing something ↵rubidium
1.3-ish in the Windows executable version information
2013-01-01(svn r24878) -Update: the obligatory first of January commitrubidium
2012-07-29(svn r24441) -Update: Version number to 1.3 in some more files.frosch
2012-01-01(svn r23698) -Fix (r21685): small, apparantly yearly reoccuring, typorubidium
2011-02-14(svn r22083) -Change: trunk is heading towards 1.2 nowrubidium
2011-01-01(svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and ↵rubidium
FS#1613 for this year
2010-12-25(svn r21635) -Change: simplify/reduce release preparations/changesrubidium
2010-06-28(svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version numberrubidium
2010-01-01(svn r18678) -Update: happy new yearrubidium
2009-12-23(svn r18622) -Merge: release changesrubidium
2009-12-07(svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in ↵rubidium
some cases
2009-12-07(svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon ↵rubidium
making the icon not being included in the binary -Fix: [Windows] mention the version of GPL in the metadata
2009-11-19(svn r18184) -Codechange: add crash screenshot for win32glx
2009-09-08(svn r17475) -Codechange: show path to crash.log and crash.dmp in crash ↵glx
window. Also tells the user where crash.sav is when saving succeeded.
2009-09-03(svn r17408) -Codechange: remove unused win32 stuffglx
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium