Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | Remove: all existing project files | Patric Stout | |
This prepares for the switch to CMake, which takes over all current exisiting forms of project files. | |||
2020-05-26 | Fix: Inconsistency in handling of SDL2 in source.list | glx | |
2020-05-26 | Fix: VS 2019 16.6 doesn't like newlines in <SettingsCommandLine> | glx | |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-03-11 | Fix: don't include xaudio2 if you are not going to compile it | Patric Stout | |
This is more in trend with other files, where if the driver is not selected, we don't even attempt to compile it. | |||
2019-03-11 | Codechange: the flag is not if you have threads, but if you want to use them | Patric Stout | |
2019-03-05 | Remove: libtimidity support (NOT timidity support) | Patric Stout | |
libtimidity was introduced with the support for PSP. PSP has been dropped almost a year ago, but this music driver was not. This corrects that oversight. timidity (via extmidi) still works fine. This purely removes the libtimidity support, which was only really available for PSP. | |||
2019-03-05 | Remove: BeOS support (deprecated by Haiku) | Patric Stout | |
In 10 years there is no commit to change how BeOS works, and we have no active maintainer for it. It is unlikely it works in its current state (but not impossible). With the arrival of SDL2 (and removal of SDL), BeOS is no longer support. SDL2 suggests to use Haiku instead of BeOS. | |||
2019-02-10 | Fix: projects/generate now keeps the line ending | glx | |
2019-02-10 | Fix: generate and generate.vbs were sorting differently | glx | |
2019-01-26 | Add: Visual Studio 2019 project files | Niels Martin Hansen | |
2019-01-25 | Change: Always build baseset metadata, instead of including it in the repo. | Peter Nelson | |
This adds a script and project files to generate these files within MSVC. | |||
2019-01-21 | Cleanup #6960: Remove parts of generate used only for MSVC pre-2015. | Peter Nelson | |
2018-11-18 | Remove: Visual Studio project files for earlier than 2015 | Niels Martin Hansen | |
2018-11-01 | Fix: Fluidsynth should not be added to VC project files | Niels Martin Hansen | |
2018-04-29 | Fix: make generate[.vbs] produce the same result on Linux/Windows (#6764) | Patric Stout | |
2018-04-29 | Remove: WinCE support | Patric Stout | |
2018-04-29 | Remove: PSP support | Patric Stout | |
2017-09-24 | (svn r27918) -Fix (r27917): Next attempt for MSVC 2017 | frosch | |
2017-09-24 | (svn r27917) -Add: MSVC 2017 project file generator. Most noticeable, ↵ | frosch | |
std:c++latest is enabled. | |||
2015-08-10 | (svn r27382) -Add: [Win32] Project files for Visual Studio 2015. | michi_cc | |
2015-02-15 | (svn r27152) -Fix: Generated files. | frosch | |
2011-12-03 | (svn r23409) -Change: reorder files in langs project | glx | |
2011-03-05 | (svn r22201) -Fix (r22188): make sure generate.vbs generates the same as ↵ | rubidium | |
generate | |||
2011-03-04 | (svn r22190) -Fix (r22188): minor changes in project files | glx | |
2011-03-04 | (svn r22188) -Add: Generate the settings as part of the MSVC build process, ↵ | glx | |
and enable it in Makefile too | |||
2010-06-28 | (svn r20032) -Add: MSVC 2010 project files | glx | |
2010-02-20 | (svn r19178) -Fix: [MSVC] regenerate lang files on strgen change | glx | |
2010-02-12 | (svn r19100) -Fix: [MSVC] don't stop building language files if building one ↵ | yexo | |
language file fails | |||
2010-02-10 | (svn r19081) -Codechange: make it possible to disable compilation of the ↵ | rubidium | |
AI+Squirrel | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-07-28 | (svn r16975) -Change [MSVC]: Make all language files depend on english.txt | yexo | |
2008-12-03 | (svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore. | rubidium | |
2008-11-25 | (svn r14630) -Add: support Allegro as video backend. | rubidium | |
2008-11-25 | (svn r14628) -Fix: projects/generate doesn't handle tabs in sources.list ↵ | rubidium | |
properly when determining whether a header is missing. | |||
2008-10-14 | (svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed ↵ | smatz | |
separator, it could be understood in a wrong way by shell | |||
2008-04-24 | (svn r12882) -Fix (r12764): the check for missing header files could find ↵ | glx | |
more files than needed | |||
2008-04-18 | (svn r12764) -Add: check for missing (forgotten) header files in the ↵ | rubidium | |
generate script. | |||
2008-04-14 | (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the ↵ | rubidium | |
threading we have better extendable. | |||
2008-01-24 | (svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken ↵ | rubidium | |
in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble. | |||
2007-11-17 | (svn r11448) -Add: project files for MSVC 2008 (*_vs90.*) | glx | |
2007-11-16 | (svn r11445) -Codechange: reorder <configuration> in openttd_vs80.vcproj, so ↵ | glx | |
there are less diff when it is modified by MSVC | |||
2007-07-20 | (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading. | rubidium | |
2007-06-17 | (svn r10190) -Codechange: merged renderer and blitter to one single class ↵ | truelight | |
API: blitter -Codechange: introduced a hierachy of blitters to avoid a lot of code duplication Note: this allows much easier adding other types of video-drivers, like OpenGL | |||
2007-06-17 | (svn r10189) -Add: added a safety check in MSVC project generate script to ↵ | truelight | |
make sure we do not use filenames with the same name in different directories, as MSVC is plain stupid and can't handle that (go wine to Billy or something if you want it fixed properly) | |||
2007-06-13 | (svn r10148) -Fix r10143: make --without-png to compile again | truelight | |
2007-02-28 | (svn r8948) -Change: some sed implementations have problems with \n so ↵ | glx | |
rewrite r8832 using awk | |||
2007-02-21 | (svn r8832) -Change: rewrite the solution file generator a little so it ↵ | rubidium | |
makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005. For some reason the internal formatting of the XML between MSVC2003 and MSVC2005 differs, so adding a file in MSVC2005 would result in basically adding the entire openttd_vs80.vcproj to the diff. | |||
2007-02-17 | (svn r8772) -Fix: forgot to update 'generate' file while updating ↵ | truelight | |
'configure' in the last 3 changes in 'configure' | |||
2007-01-21 | (svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind ↵ | truelight | |
the new WINCE tag in sources.list -Fix: MSVC doesn't order files itself, so put win32.cpp in the right place ourself -Update: update the MSVC projects files for r8324 (MiHaMiX) |