Hubert Maier
abcf7ba960
JANITORIAL: AUDIO: Correct Spelling Mistakes
...
occured -> occurred
occassionally -> occasionally
rythm -> rhythm
2022-11-15 22:52:43 +02:00
AndywinXp
35e2b3b15e
AUDIO: Fix build
2022-10-27 16:25:51 +02:00
Hubert Maier
842aa95765
AUDIO: Correct spelling mistake
...
rythm -> rhythm
2022-10-27 15:56:03 +02:00
Donovan Watteau
27f9a460b5
JANITORIAL: Fix "the the" and similar typos
2022-07-29 19:36:40 +03:00
Eugene Sandulenko
5e05f93f36
ALL: Remove Symbian port
2022-05-28 12:32:29 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
af529f568b
AUDIO: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 13:41:02 +02:00
Vladimir Menshakov
201d2675ad
AUDIO: Replace memsets on structures with ctors with ARRAYCLEAR()
2020-08-31 21:57:14 +01:00
Cameron Cawley
f2b9f7bb76
BACKENDS: Remove the Windows CE port
2019-11-17 22:33:56 +01:00
D G Turner
28287d70b6
AUDIO: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-17 08:20:01 +00:00
Cameron Cawley
79a4e3f813
BACKENDS: Remove references to the GP32 backend
2018-11-04 21:38:45 +00:00
Adrian Frühwirth
cee4d6b853
JANITORIAL: Fix trailing whitespace
2018-05-24 15:30:55 +02:00
Adrian Frühwirth
2d62b8efeb
AUDIO: Silence compiler warning in Nuked OPL emulator
2018-04-21 01:24:21 +02:00
Adrian Frühwirth
28a3faa178
AUDIO: Really fix constant type in Nuked OPL emulator
2018-04-07 14:41:06 +02:00
Eugene Sandulenko
b1d2d56198
AUDIO: Specify constant type in Nuked OPL emulator
2018-04-07 12:40:28 +02:00
Eugene Sandulenko
52fc7e34d8
CONFIGURE: Do not even try to build Nuked OPL when disabled
2018-04-07 12:22:18 +02:00
Eugene Sandulenko
7f6d431fe3
JANITORIAL: Add missing endline
2018-04-07 09:53:46 +02:00
nukeykt
b2052bc66f
AUDIO: Add Nuked OPL3 core
2018-04-07 09:34:00 +02:00
Cameron Cawley
9111998c49
DS: Fix compilation with devkitARM r47
2018-04-07 09:30:07 +02:00
Torbjörn Andersson
665f5c99b2
JANITORIAL: Silence some more GCC 7 fall through warnings
...
I think these are the last one that were already flagged as being
deliberate.
2017-08-06 16:54:38 +02:00
Johannes Schickel
419419c860
AUDIO: Fix clang warning in mame.cpp.
2016-01-07 15:04:10 +01:00
Matthew Hoops
bb8132beb8
AUDIO: Move ALSA OPL 'driver' out of softsynth
...
Might eventually be worth moving to backends/
2015-07-07 20:41:30 -04:00
Walter van Niftrik
f0606aa8f1
AUDIO: Reset OPL registers in ALSA driver
2015-07-07 20:19:48 -04:00
Walter van Niftrik
1287a56429
AUDIO: Fix ALSA AdLib OPL2 waveform mask
2015-07-07 20:19:48 -04:00
Walter van Niftrik
1bdcf6e836
AUDIO: Reset ALSA AdLib on exit
2015-07-07 20:19:48 -04:00
Walter van Niftrik
be345083a0
AUDIO: Update 2nd operator panning for AdLib register 0xc0
2015-07-07 20:19:48 -04:00
Walter van Niftrik
b630eca437
AUDIO: Fix bug in ALSA AdLib driver
...
Thanks clone2727
2015-07-07 20:19:47 -04:00
Walter van Niftrik
40820eebf5
AUDIO: Add experimental hardware OPL support using ALSA
2015-07-07 20:19:47 -04:00
Matthew Hoops
bed9da8b9d
AUDIO: Remove all AudioStream access to OPL
2015-07-07 20:19:47 -04:00
Matthew Hoops
dce05c520b
AUDIO: Be consistent with calling stop() in OPL destructors
2015-07-07 20:19:46 -04:00
Matthew Hoops
cc6e304af1
AUDIO: Limit the DOSBox start(0) hack to only being called once
2015-07-07 20:19:44 -04:00
Matthew Hoops
b9307ef1a4
AUDIO: Introduce a callback to the OPL code
...
Currently unused, but ready to be hooked up to various classes using it.
2015-07-07 20:19:42 -04:00
Matthew Hoops
2e8f9dcec9
AUDIO: Remove the sample rate configuration from the OPL code
2015-07-07 20:19:42 -04:00
Johannes Schickel
452cec49d9
AUDIO: Make GPL headers consistent in themselves.
2014-02-18 02:39:32 +01:00
Johannes Schickel
cc0b8594ce
AUDIO: Silence C++11 narrowing warnings.
2013-01-09 07:24:37 +01:00
Johannes Schickel
1c024519d5
AUDIO: Add easy way to write to OPL3's secondary register set.
2012-10-01 01:50:23 +02:00
Johannes Schickel
223794fb38
ALL: Make use of defined() for the preprocessor consistent.
...
This does not change the use of defined for some NDS source files, since they
seem to be (based on?) third party code.
2012-03-17 22:02:44 +01:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Johannes Schickel
3ddb6c0c90
AUDIO: Adapt include guard names to the "new" directory name.
2011-10-28 12:27:50 +02:00
Johannes Schickel
36ce418854
AUDIO: Sync DOSBox OPL code a bit.
...
This only touches a line which is not used in the current setup.
2011-09-23 20:32:16 +02:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
Julien
c52cc84912
AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc
2011-06-23 15:11:36 +08:00
Max Horn
a4610df482
Merge branch 'branch-1-3-0' into master
...
I manually resolved all conflicts, and inspected every single change.
Many were due to the version string mismatch and thus easily resolved.
The MSVC project files add in the 1-3-0 branch were not merged,
neither where the changes to gui/themes/translations.dat.
Conflicts:
NEWS
backends/base-backend.cpp
backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp
backends/module.mk
backends/platform/ds/arm9/makefile
backends/platform/psp/README.PSP
backends/platform/samsungtv/main.cpp
backends/platform/samsungtv/samsungtv.cpp
backends/saves/posix/posix-saves.cpp
base/commandLine.cpp
base/internal_version.h
base/main.cpp
common/array.h
configure
devtools/create_project/create_project.cpp
dists/android/AndroidManifest.xml
dists/android/plugin-manifest.xml
dists/iphone/Info.plist
dists/irix/scummvm.spec
dists/macosx/Info.plist
dists/redhat/scummvm-tools.spec
dists/redhat/scummvm.spec
dists/scummvm.rc
dists/slackware/scummvm.SlackBuild
dists/wii/meta.xml
engines/sci/parser/vocabulary.cpp
engines/tinsel/handle.cpp
gui/themes/translations.dat
2011-06-01 15:15:31 +02:00
Max Horn
e7c642b010
AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL
2011-05-23 12:13:01 +02:00
agent-q
a9b5d5e2bb
DS: Fix some OPL data which was incorrectly freed from the main heap on the DS port
2011-05-21 15:46:59 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Ori Avtalion
9414d7a6e2
JANITORIAL: Reduce header dependencies in shared code
...
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
dhewg
2def212de7
ALL: s/PI/M_PI/
...
Tip of the day: git grep -w PI
2011-03-19 11:24:06 +01:00
md5
a6aacc73e2
AUDIO: Changed several places that use PI to use M_PI instead
2011-03-19 02:30:32 +02:00
Max Horn
42ab839dd6
AUDIO: Rename sound/ dir to audio/
...
svn-id: r55850
2011-02-09 01:09:01 +00:00