1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00
Commit Graph

32 Commits

Author SHA1 Message Date
Duncan Frost
7384350720 Fixes combo boxes not pointing at selected item 2014-08-04 17:07:20 +01:00
Duncan Frost
a00ac39b7e Fixes #218 @adrian17 did all the work for this fix. 2014-08-01 09:15:43 +01:00
Duncan Frost
265ae1a544 Fixes #249 2014-07-31 17:43:57 +01:00
adrian17
ba08e4480c Disable resolution option when in borderless fullscreen 2014-07-30 14:55:40 +02:00
adrian17
5df3dbe671 Add the fullscreen mode to .ini config 2014-07-30 14:55:36 +02:00
adrian17
7d3e7a596e Create a dropdown for fullscreen in options window. Uses placeholder text. 2014-07-30 14:54:24 +02:00
adrian17
6922a771f3 Use defines for options window size. Fixes #231. 2014-07-24 16:57:02 +02:00
adrian17
0369bdcb34 Improvements for a9091b41b6
* renamed variables and functions
* simplified logic copied from other functions
* removed "fast staff" button
* commented the macros in window_cheats.c
* changed water tool bottom limit back to 1 (it doesn't work the same way as the land tool)
* used 1ULL for bit shift by 32
2014-07-21 14:05:43 +02:00
wolfreak99
a9091b41b6 Cheats, temporary cheat placement macro for convenince, audio option, copiedunlimited land tool to water tool. 2014-07-15 22:41:12 -04:00
Duncan Frost
7dc750bd55 Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
IntelOrca
dee0c6c730 fix warnings 2014-05-28 16:06:04 +01:00
atmaxinger
d8b735a1ef New setting: save_plugin_data 2014-05-28 11:19:49 +02:00
atmaxinger
4ae98b18e6 New setting: show_height_as_units 2014-05-28 11:12:12 +02:00
atmaxinger
098fe08fdf New setting: landscape_smoothing 2014-05-28 10:55:35 +02:00
atmaxinger
0e6e11798b New setting: always_show_gridlines. 2014-05-28 10:36:55 +02:00
atmaxinger
c89cd803f6 edge_scrolling and forced_software_buffering can now be edited ingame.
* edge_scrolling
* forced_software_buffering
2014-05-28 09:56:49 +02:00
atmaxinger
15e5a8b3cf Initial support for saving settings to config.ini
Supported settings:
* currency
* measurement_format
* temperature_format
* sound_quality
2014-05-27 21:55:53 +02:00
Kevin Burke
b036a51cfd Move build instructions from travis into shell scripts
fix syntax

use elif

run it with bash

fix directory incantations

add missing build steps

dont use colors if not terminal

update install.sh

add sanity check

changes

set verbose mode

enable debug output

changes to get it working on mac

Platform specific cmakelists

fix issue with intptr_t not being found/defined

update build scripts

see if it can find the pkg-config

try running it outside of cmake

check whether excho works way we expect

try -e

remove debug info
2014-05-27 12:36:56 +09:00
anyc
c07edd0d10 fix warning 2014-05-26 20:20:48 +02:00
IntelOrca
bfb74ec39e add string format and SDL get audio devices 2014-05-23 20:04:42 +01:00
anyc
d34e2db9e1 added GCC/MinGW-compatible assembler 2014-05-22 23:47:18 +02:00
anyc
e6c90c6ebb fixed static enums; added missing headers 2014-05-20 17:55:39 +02:00
anyc
82fa4439bf renamed strings.[ch] to string_ids.[ch] due to name collision 2014-05-20 17:55:39 +02:00
Duncan Frost
87d855b95d Fixed bug due to options window calling update on WM_INVALIDATE 2014-05-19 19:14:29 +01:00
Duncan Frost
d077beea20 Changed window_update to use cdecl where possible 2014-05-19 18:47:14 +01:00
ddevrien
92a803075c implemented options window update method 2014-05-14 00:59:34 +02:00
ddevrien
e71170334f options window mouseup code 2014-05-13 00:13:23 +02:00
ddevrien
4550a1de68 More work on options window
dropdown function
2014-05-12 21:18:27 +02:00
ddevrien
942b722b28 some work on options window 2014-05-12 16:59:20 +02:00
IntelOrca
7c6a193b42 remove all remaining warnings 2014-05-12 02:18:08 +01:00
ddevrien
0ba23fe886 Some work on options window 2014-05-11 17:24:52 +02:00
ddevrien
b39cf4d1af Started work on options window 2014-05-11 09:01:01 +02:00