Commit Graph

144 Commits

Author SHA1 Message Date
Ted John
aeb6d40703 Change Windows x64 output name to openrct2.exe 2016-10-20 22:45:22 +01:00
Ted John
00e907d007 Merge pull request #4414 from Broxzier/extended_tile_inspector
Extended tile inspector
2016-10-16 21:12:21 +01:00
Ted John
5b9f7904ea Update dependencies for Windows and remove certificates 2016-10-16 16:11:33 +01:00
Ted John
fb112ce779 Do not distribute openrct2.dll anymore 2016-10-16 00:06:58 +01:00
Broxzier
b80e63788b Add myself to 'Additional implementation' and changed changelog entry 2016-10-11 23:36:29 +02:00
Jonathan Haas
7a13fa6221 Fix #2042: Underflow in entertainer code when subtracting 200 from time_in_queue.
Adding myself to contributors + changelog.
2016-10-06 19:15:48 +02:00
Duncan
6599cee193 Merge pull request #4532 from LRFLEW/macversion
Fix #3842
2016-10-05 21:02:54 +01:00
LRFLEW
79a5cec15a Improve Retina Display Support on macOS 2016-10-05 18:24:10 +01:00
LRFLEW
97cc97e0e8 Fix #3842: Version number not up to date
Add Version Information to Info.plist for macOS
2016-10-05 11:50:31 -05:00
Marijn van der Werf
a27cebd973 Convert more occurences of osx to macos 2016-10-03 16:12:04 +02:00
wolfreak99
b7212d32ed Remove unrelated changelog modification 2016-09-23 06:04:10 -04:00
wolfreak99
c60396cb53 Add option to disable weather gloom and rain effects 2016-09-21 10:35:02 -04:00
Ted John
7c05ceb275 Make x64 fully stand alone without segment loading 2016-09-17 19:29:39 +01:00
jensj12
b5456f961a Update changelog 2016-09-03 16:56:00 +02:00
Ted John
d2cb3fa0b4 Merge pull request #4335 from OpenRCT2/new-msbuild-proj
Change Windows build configuration to msbuild and add x64 publish and deployment.
2016-08-27 13:13:23 +01:00
Ted John
6654cdadfe Create segment data for x64 builds 2016-08-26 14:34:46 +01:00
Ted John
a19d28a00c Remove obsolete NSIS build 2016-08-26 14:20:17 +01:00
Ted John
7df67e3a29 Improve NSIS installer and add x64 logic 2016-08-25 22:19:54 +01:00
Ted John
2e31288b6b Convert tabs to spaces in install.nsi 2016-08-25 21:29:38 +01:00
Michael Steenbeek
35ae7600f9 Update changelog.txt 2016-08-22 10:32:17 +02:00
wolfreak99
791733a571 See-through paths, Convert gCurrentViewportFlags to uint32 2016-08-15 00:58:15 -04:00
Aaron van Geffen
7c12c48bfd Add changelog entry.
[ci skip]
2016-07-30 21:18:59 +02:00
wolfreak99
8f254702a2 Add cheat to reset date (#4188) 2016-07-29 20:49:38 +02:00
Alexander Overvoorde
96be7bd861 Update changelog with improved FPS calculation 2016-07-27 04:02:56 +02:00
Niels NTG
017e688fcc New file naming convention for screenshots
- With this change screenshot file names have the following pattern:
save file name +  + YYYY-MM-DD hh-mm-ss + .png

- To get the correct date and time the method platform_get_time and platform_get_date are rewritten and to a version for UTC and a version for local time. This change gave the opportunity to simplify the code generating file names for autosaves.

- SOUND_WINDOW_OPEN is now the new "shutter" sound when taking screenshot.
2016-07-24 20:32:55 +02:00