Commit Graph

10639 Commits

Author SHA1 Message Date
Michał Janiszewski 67c2ab8849 Add libpng to required Linux libraries
[ci skip]
2017-01-04 16:12:35 +01:00
Michał Janiszewski 2f530c8ba2 Update required libraries for Linux
[ci skip]
2017-01-04 16:10:30 +01:00
Michał Janiszewski fa51d15c34 Remove fontconfig from TTF-less configuration 2017-01-04 16:09:53 +01:00
Michał Janiszewski 360018a82b Merge pull request #4980 from janisozaur/ttf-less
Add configuration allowing builds without SDL2_ttf
2017-01-04 15:52:52 +01:00
Michał Janiszewski 02bcaabac2 Improve NO_TTF build 2017-01-04 13:51:49 +01:00
Michał Janiszewski 5214cb7223 Use TTF-less builds on Travis 2017-01-04 13:51:49 +01:00
Michał Janiszewski 34b8c2034e Allow building without SDL2_ttf 2017-01-04 13:51:49 +01:00
Ted John 73d1c6a1f0 Merge pull request #4971 from IntelOrca/refactor/mixer
Refactor mixer
2017-01-04 12:16:14 +00:00
Marijn van der Werf d7fd3632dc Update Xcode project 2017-01-04 11:57:57 +01:00
OpenRCT2 git bot b1b73a7745 Merge Localisation/master into OpenRCT2/develop. 2017-01-04 04:00:15 +00:00
Ted John dbe694f7c8 Remove all usages of Uint types 2017-01-03 20:39:15 +00:00
Ted John 5ee43a26ac Create buffer type to reduce duplicated code 2017-01-03 20:38:46 +00:00
Ted John c549fe0fba Rename mixer to AudioMixer 2017-01-03 20:15:02 +00:00
Ted John f23d3c4e1c Refactor callback code 2017-01-03 19:53:36 +00:00
Ted John 983c59c9ff Refactor resampling code 2017-01-03 19:47:38 +00:00
Ted John cb592726d9 Fix convert buffer, wrong allocation size 2017-01-03 19:27:35 +00:00
Michael Steenbeek 7312d81e17 Add constants for max stations per ride (#4979) 2017-01-03 16:25:17 +01:00
Ted John a277419855 Use appropriate integer types 2017-01-03 12:43:34 +00:00
Ted John 683fc90ea7 Add cmath include to fix MacOS build 2017-01-02 23:36:09 +00:00
Marijn van der Werf cfa1c62490 Add new files to Xcode project 2017-01-02 23:56:11 +01:00
Michał Janiszewski 2f7ee8460e Fix compilation with clang 2017-01-02 23:37:04 +01:00
Michał Janiszewski e45301b104 Fix compilation with GCC 2017-01-02 23:36:56 +01:00
Ted John fb37e57b96 Conform to naming conventions 2017-01-02 22:35:43 +00:00
Ted John 8b1590e248 Move AudioFormat to new header 2017-01-02 22:35:43 +00:00
Ted John 6ae1356af6 Move classes into their own source files 2017-01-02 22:35:43 +00:00
Ted John 1abafdc6a3 Rename audio sources 2017-01-02 22:35:43 +00:00
Ted John ca7bbdfbcc Move Source to an interface 2017-01-02 22:35:43 +00:00
Ted John 6b2ad98a07 Move source implementations to mixer.cpp 2017-01-02 22:35:43 +00:00
Ted John beb5fcb054 Extract resample code to new method 2017-01-02 22:35:43 +00:00
Ted John cab4562950 Refactor resample code 2017-01-02 22:35:43 +00:00
Ted John c70c80c8f4 Add underscores to class fields 2017-01-02 22:35:43 +00:00
Ted John 324dea94bc Make effect buffer lazy and dynamic 2017-01-02 22:35:43 +00:00
Ted John 7d16685d58 Re-use convert buffer 2017-01-02 22:35:43 +00:00
Ted John 2496c872d7 Refactor MixChannel more 2017-01-02 22:35:43 +00:00
Ted John 8c49bb8590 Move reading channel data to channel class 2017-01-02 22:35:43 +00:00
Ted John 46b4dbb4cb Make Channel an interface 2017-01-02 22:35:43 +00:00
Ted John 0d4531d10d Make Mixer an interface 2017-01-02 22:35:43 +00:00
Michał Janiszewski a19b477c8e Fix compilation with ICC 2017-01-02 23:33:43 +01:00
Michał Janiszewski 8cb1460ca8 Fix undefined macro check in linux.c 2017-01-02 22:34:40 +01:00
Michał Janiszewski cbef2c8a29 Constrain surfaceStyle value to valid range 2017-01-02 16:11:23 +00:00
Ted John 3e70ea9520 Update readme.md
Update building prerequisites for Windows.
[ci skip]
2017-01-02 00:36:04 +00:00
Ted John f5fa14dadc Update changelog
[ci skip]
2017-01-02 00:34:26 +00:00
Ted John a091d39b1f Fix #4968: Completing a scenario does not save the name 2017-01-02 00:28:14 +00:00
Ted John 98a26d9dc1 Fix quick blank screen when loading title screen 2017-01-01 23:49:06 +00:00
Ted John fa2f889bc2 Fix #4951: RCT1 Scenario Menu doesn't display completion 2017-01-01 23:31:24 +00:00
Ted John 33d4cec28a Update CONTRIBUTING.md
[ci skip]
2017-01-01 22:01:20 +00:00
Ted John 84ddd12a3c Merge pull request #4963 from Gymnasiast/add-boosters
Re-add boosters
2017-01-01 21:31:33 +00:00
Gymnasiast b6750c96c4 Change order of includes
[ci skip]
2017-01-01 22:22:20 +01:00
Gymnasiast 33c41456bf Move C header to 'extern C' block 2017-01-01 22:13:31 +01:00
Gymnasiast 9f88c0f4ef Rephrase changelog booster message
[ci skip]
2017-01-01 21:20:15 +01:00