SupSuper
21d16f2124
CREATE_PROJECT: Remove deprecated --use-canonical-lib-names
...
It's always the default
# Conflicts:
# devtools/create_project/msvc.cpp
2023-07-01 19:24:55 +01:00
SupSuper
0a11d0c81d
CREATE_PROJECT: Add --vcpkg option to MSVC generation
2023-07-01 19:13:20 +01:00
elasota
843776dd85
DEVTOOLS: Promote numerous VS warnings to errors.
...
Changes the following warnings to errors:
C4701: potential use of uninitialized local variable
C4703: potential use of uninitialized local pointer
C4456: declaration hides previous local declaration
C4003: not enough arguments for function-like macro invocation
C4840: use of non-trivial class as an argument to a variadic function
C4805: unsafe mix of bool and int in a numeric operation or comparison
C4305: truncation of double to float or int to bool
C4366: address taken of unaligned field and used as an aligned pointer
C4315: object constructed into an unaligned field with a constructor that expects it to be aligned
2022-12-25 16:31:57 +01:00
NMIError
221fa4c841
AUDIO: Add support for RetroWave OPL3
...
This commit adds support for the SudoMaker RetroWave OPL3 sound card. Requires
the retrowave library.
Add the following settings to scummvm.ini:
retrowaveopl3_bus=serial
retrowaveopl3_port=<port> f.e. COM3 or ttyACM0
2022-01-29 17:33:29 +01:00
Le Philousophe
52dcac9fc6
CREATE_PROJECT: Fix theoradec feature name
...
This is needed by sword25
2022-01-09 17:28:17 +01:00
Henrik "Henke37" Andersson
8119ae19c0
CREATE_PROJECT: Fix feature name for freetype
...
The name was inconsistent with the main build system
2022-01-09 18:27:24 +02:00
Henrik "Henke37" Andersson
61e2c5c928
CREATE_PROJECT: Consistent name for zlib
...
The feature name didn't match with other code.
2022-01-06 22:43:05 +02:00
Cameron Cawley
21b0d6ded1
BACKENDS: Replace GLEW with GLAD, part of PR #3463
2021-12-30 14:53:48 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
62797daf3c
DEVTOOLS: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
sluicebox
5b5cdbeea9
CREATE_PROJECT: Update MSVC jpeg debug lib name
...
Required for CI; libjpeg-turbo debug builds no longer have a "d"
suffix when building with vcpkg.
2021-11-11 20:17:49 +01:00
SupSuper
f4c904d2d2
CREATE_PROJECT: Add Visual Studio 2022 support
...
Because I know someone's gonna ask me about it :P
2021-11-10 05:49:03 +00:00
Orgad Shaneh
d0545cb65a
CI: Enable fribidi
...
Some of the issues in vcpkg are already resolved.
2021-08-01 08:30:19 +01:00
Orgad Shaneh
a05e54f00c
JANITORIAL: Remove trailing whitespaces
2021-05-04 11:46:30 +03:00
SupSuper
3b43a99fda
CREATE_PROJECT: Support building with FluidLite
2021-04-25 20:39:55 +03:00
SupSuper
627cab6859
CREATE_PROJECT: Add missing giflib to MSVC
2021-04-24 22:44:41 +01:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
SupSuper
8e39764f03
CREATE_PROJECT: Only write engineMap references
2020-11-11 04:18:25 +00:00
Henrik "Henke37" Andersson
803d8f1ba5
CREATE_PROJECT: Put detection in a separate project
...
Keeps the main project clean and is a prerequisite for loading detection as a plugin
2020-11-03 07:10:13 +00:00
SupSuper
1ca009ddc6
CREATE_PROJECT: Remove orphaned opengles v1 feature
2020-10-10 19:50:49 +01:00
SupSuper
e2efeacc12
MSVC: Add OpenGL libraries
2020-10-09 21:26:36 +01:00
SupSuper
bcb7d1f30c
BACKENDS: Discord rich presence support
...
Adds support for showing the currently running game
in a Discord user's game activity.
2020-08-25 10:47:41 +02:00
SupSuper
dfb0123d56
CREATE_PROJECT: Add a name table for MSVC library dependencies
...
Adds support for Debug/Release lib names and moves
Windows-specific code to the MSVC generator
2020-08-20 23:54:32 +02:00
Michał Janiszewski
bb9dddcd04
CREATE_PROJECT: JANITORIAL: Apply code formatting
2020-07-15 15:30:55 +02:00
Michał Janiszewski
680da50b81
CREATE_PROJECT: Remove C++11
2020-07-15 15:30:55 +02:00
Michał Janiszewski
26591c1341
CREATE_PROJECT: Add missing is_open check
...
This is to satisfy DeepCode warning on PR
2020-07-15 15:30:55 +02:00
SupSuper
ef803ee080
CREATE_PROJECT: Old Visual Studio doesn't support ARM64
2020-07-15 15:30:55 +02:00
SupSuper
7a5c4e6121
CREATE_PROJECT: Remove C++11
2020-07-15 15:30:55 +02:00
Michał Janiszewski
c763e56d57
CREATE_PROJECT: Address review comments
2020-07-15 15:30:55 +02:00
Michał Janiszewski
3d3b0124ad
CREATE_PROJECT: Make MSVC project understand more architectures
2020-07-15 15:30:55 +02:00
SupSuper
12198cee35
CREATE_PROJECT: Fix defines for x64 MSVC project
...
Rewriting the define list from scratch to disable nasm lost
a lot of important defines set up in the setup phase.
Instead, let's just remove the nasm define and preserve the rest.
2019-07-02 01:02:27 +03:00
SupSuper
558b07584e
CREATE_PROJECT: Use name-based UUIDs for MSVC projects
...
This keeps the project UUIDs consistent between regenerations,
avoiding excessive workspace reloads.
2019-06-19 00:15:48 +03:00
SupSuper
5c0529abc2
CREATE_PROJECT: Refactor Visual Studio version differences
...
Moved most generation differences to a MSVCVersion class, makes it
easier to support new versions without tracking down if-checks everywhere.
2019-04-20 07:47:25 -04:00
SupSuper
e6a80868c6
MSVC: Update DLL paths in post-build script
2018-12-23 18:39:06 +02:00
SupSuper
b66711da04
MSVC: Fix unquoted paths in build events
2018-12-23 18:39:06 +02:00
SupSuper
47b55f29c5
MSVC: Fix resource file revision include error
2018-12-23 18:39:06 +02:00
Bastien Bouclet
55f46d3667
BUILD: Define pointer sized integer types and remove SCUMM_64BITS
2017-09-30 21:35:16 +02:00
Littleboy
e34960f633
CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props ( fixes #9566 )
2016-09-23 22:34:47 -04:00
Vincent Bénony
283eac7e5f
IOS: Create a separate for adding resources
2016-01-06 15:35:32 +01:00
Paul Gilbert
89dfd36b60
CREATE_PROJECT: Add support for Visual Studio 2015
2015-09-28 19:23:58 -04:00
Littleboy
6df36e5ecf
CREATE_PROJECT: Add extra configuration for compilation with LLVM
2013-09-06 00:19:56 -04:00
Littleboy
a949a88220
CREATE_PROJECT: Add support for tests
...
- Added --tests command line switch
- Parse test/module.mk to extract the list of test folders
- Automatically run tests after a successful build
2013-07-07 12:10:31 -04:00
Littleboy
754a4bb8e4
CREATE_PROJECT: Remove hardcoded define for post-build event
2012-09-05 20:18:25 -04:00
Littleboy
9821f30224
CREATE_PROJECT: Add config option to disable language extensions and edit and continue (per-project)
2012-09-05 20:18:24 -04:00
Littleboy
7cfed737d7
CREATE_PROJECT: Add support for creating Visual Studio projects for the dev tools
...
- Move project name and description to BuildSetup structure
- Add list of tools to generate project for (similar to the list of features)
2011-09-06 19:17:39 -04:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Littleboy
3f2b25f879
TOOLS: Update create_project to optionally create an installer after a successful build
2011-04-27 11:08:45 -04:00
Littleboy
878d72b387
CREATE_PROJECT: Move project-specific information to configuration file
...
User-visible output and project-specific names are now defined in a config header.
This allows an easier usage of the create_project tools in other scummvm-derived projects (such as residual).
2011-04-24 16:59:48 -04:00
Littleboy
11b907ebf4
CREATE_PROJECT: Update revision number support (fixes bug #3280881 )
...
Replace existing environment variable based revision number support by a file-based method
- Generate a special header file in the build output folder with the current revision number
- Include the new header file from internal_version.h when a specific define is set
- Update create_project to define SCUMMVM_INTERNAL_REVISION as needed and add the build output folder to the include path
- Remove support for git-svn clones in the revision script (not useful anymore after the switch to git)
2011-04-24 16:59:46 -04:00
Max Horn
6cf1de87ac
DEVTOOLS: Renamed 'tools' directory to 'devtools'
2011-04-09 23:47:35 +02:00