Peter Nelson
|
332cbca36e
|
Codechange: Pass std::string_view from drivers instead of char *.
|
2024-04-10 22:02:04 +01:00 |
Patric Stout
|
a3cfd23cf9
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
frosch
|
b6c8f301be
|
Codechange: Silence warnings about intentionally unused parameters.
|
2023-09-19 22:49:59 +02:00 |
rubidium42
|
55a11710a6
|
Codechange: convert printf DEBUG statements to fmt Debug statements
|
2021-06-13 12:45:45 +02:00 |
Niels Martin Hansen
|
e0561dbded
|
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of static buffers
|
2021-04-07 09:31:47 +02:00 |
Michael Lutz
|
37bc2f8064
|
Codechange: Use std::string in the driver and blitter selection code.
|
2020-05-21 20:02:34 +02:00 |
Michael Lutz
|
b17ea3de36
|
Remove: [OSX] Support for the pre-10.5 audio/music APIs.
|
2020-04-12 18:44:43 +02:00 |
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
Michael Lutz
|
d5a9bd404a
|
Codechange: [OSX] Use std::unique_ptr with a custom deleter to simply memory management of Core Foundation types.
|
2019-11-01 22:32:53 +01:00 |
JMcKiern
|
04f659e768
|
Fix: Some typos found using codespell
|
2019-09-29 21:27:32 +01:00 |
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
Michael Lutz
|
05a93c121c
|
Fix: [OSX] Macro redefinition warning.
|
2018-12-08 20:13:27 +01:00 |
Niels Martin Hansen
|
a8080f14a9
|
Change: DOS music loading for non-Windows music drivers
|
2018-06-05 22:58:35 +02:00 |
Niels Martin Hansen
|
f946b3da56
|
Codechange: Pass a MusicSongInfo struct instead of bare filename to music drivers.
Preparation for later extending the info passed to music drivers.
|
2018-06-05 22:58:35 +02:00 |
michi_cc
|
94b3965989
|
(svn r27675) -Fix [FS#6502]: [OSX] Building with 10.11 or 10.12 SDKs.
|
2016-10-31 19:29:01 +00:00 |
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
michi_cc
|
dffd1be12d
|
(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.
|
2009-10-04 21:24:09 +00:00 |