Commit Graph

6538 Commits

Author SHA1 Message Date
IntelOrca 45db398257 invalidate tile after modification in tile inspector 2016-03-05 23:39:49 +00:00
IntelOrca bb7765fedf fix #2935: Construction window doesn't close automatically in multiplayer 2016-03-05 13:11:06 +00:00
IntelOrca a99a2f0cf4 fix command line hosting of scenario files 2016-03-05 12:20:02 +00:00
Ted John 4c60c124c9 Merge pull request #3089 from janisozaur/integrate
Integrate 0x00F1AD14, 0x00F1AD18
2016-03-05 11:22:34 +00:00
Ted John ad9124b8bf Merge pull request #3095 from telk5093/patch-4
Make chat history's line height to 15px
2016-03-05 11:21:36 +00:00
Ted John 822b3b8303 Merge pull request #3094 from janisozaur/assert
Remove unnecessary assert()
2016-03-05 11:20:53 +00:00
TELK 7f24629962 Update chat.c 2016-03-05 19:24:25 +09:00
TELK d3e8a3e866 Update chat.c 2016-03-05 19:19:58 +09:00
Michał Janiszewski c84e9fd943 Remove unnecessary assert() 2016-03-05 10:58:27 +01:00
OpenRCT2 git bot dcf248a1d4 Merge Localisation/master into OpenRCT2/develop. 2016-03-05 04:00:14 +00:00
Michał Janiszewski 6dbe78b318 Integrate 0x00F1AD14, 0x00F1AD18 2016-03-05 00:40:06 +01:00
IntelOrca 2cd7f2d507 fix warning 2016-03-04 23:12:52 +00:00
Ted John 57052d69f6 Merge pull request #3087 from danidoedel/disable-lightning-effect
Add ability to disable lightning effect, resolves #1299
2016-03-04 22:55:29 +00:00
danidoedel 57b7934b83 Add ability to disable lightning effect, resolves #1299 2016-03-04 23:13:20 +01:00
Duncan fc2d48d0bb Merge pull request #3079 from Wirlie/develop
Fix a miscalculation on the track cost (Fixes #3074)
2016-03-04 18:08:46 +00:00
Josue Acevedo cf8bb1971c add myself to contributors
[ci skip]
2016-03-03 23:13:15 -06:00
OpenRCT2 git bot 9ef4af548b Merge Localisation/master into OpenRCT2/develop. 2016-03-04 04:00:15 +00:00
Josue Acevedo ff87b90b8f Make code more clean.
Removed an unnecessary "else" code and a unnecessary division with the variable cost.
2016-03-03 17:40:44 -06:00
duncanspumpkin 1033e988d3 Fix #2887. Queues now correctly invalidate when breaking a chain 2016-03-03 22:01:11 +00:00
IntelOrca 4c6c354093 fix unable to place entrance / exit as a client 2016-03-03 21:53:07 +00:00
Josue Acevedo df5670e097 Fix a miscalculation on the track cost (Fixes #3074) 2016-03-03 14:57:44 -06:00
IntelOrca 6ec5fc8cec fix #3075: default inspection Interval does not work when building track designs 2016-03-03 17:39:11 +00:00
Ted John 1867ddf281 Merge pull request #3076 from kexplo/feature/fix-osx-hangul-ime
Fix a bug that cannot delete characters after typing korean on osx
2016-03-03 15:14:57 +00:00
Chanwoong Kim f05da9d312 Disactive IME when text input ends 2016-03-03 22:34:08 +09:00
Chanwoong Kim 6df34c13aa Fix a bug that IME did not disappeared after typing korean on osx 2016-03-03 22:34:06 +09:00
OpenRCT2 git bot da631e9009 Merge Localisation/master into OpenRCT2/develop. 2016-03-03 04:00:16 +00:00
IntelOrca e4372cca5e fix #3069: unable to edit some rides
Issue caused by ride index being used instead of the ride entry id for get_ride_entry.
2016-03-03 00:17:53 +00:00
IntelOrca c60e05fc99 add default ride inspection interval option, closes #1455 2016-03-02 19:27:54 +00:00
IntelOrca d324084fa2 Merge branch 'develop' of https://github.com/OpenRCT2/OpenRCT2 into develop 2016-03-02 19:24:01 +00:00
Ted John 411e98b778 Merge pull request #3061 from kexplo/feature/fix-issue-2221
fix issue #2221
2016-03-02 19:23:41 +00:00
Michael Steenbeek 846d72cc06 Merge pull request #3073 from Wirlie/patch-2
Update contributors.md
2016-03-02 20:21:37 +01:00
IntelOrca 646deebd3a re-order misc options 2016-03-02 19:00:33 +00:00
Ted John 84e387c45e Update ISSUE_TEMPLATE.md
Give original bug checkbox a more meaningful description.
2016-03-02 17:37:37 +00:00
Josue Acevedo 51beed8354 Update contributors.md
I have added me to the list of "translation contributors".
2016-03-02 11:30:18 -06:00
Ted John aac0430517 Merge pull request #3071 from Wirlie/patch-1
Fixes #3070
2016-03-02 08:04:06 +00:00
Josue Acevedo 010d452e7d Fixes #3070 2016-03-02 00:58:11 -06:00
OpenRCT2 git bot 9cc930ebac Merge Localisation/master into OpenRCT2/develop. 2016-03-02 04:00:17 +00:00
Chanwoong Kim 4ef8719933 Add my name to contributors.md 2016-03-02 07:50:13 +09:00
Chanwoong Kim 4596285ec2 Make 'draw_string_centered_raw' to support UTF8 strings. 2016-03-02 07:48:58 +09:00
IntelOrca c8015cab92 fix #3010: extension not added on native save file dialog 2016-03-01 21:46:00 +00:00
IntelOrca 669c15cbaf fix case mistake in refactor of server_list.c 2016-03-01 21:25:21 +00:00
duncanspumpkin 2431558f84 Fix #3052. Flying roller coasters now correctly place vehicles.
Issue caused by a missing bit of code during implementation.
2016-03-01 21:16:49 +00:00
IntelOrca 29df98ea9e search executable directory as well for SSL CA bundle, closes #3063 2016-03-01 20:42:29 +00:00
IntelOrca d26ee19782 refactor server_list.c, use British English for names 2016-03-01 18:51:01 +00:00
IntelOrca dcf09c5d4b show total number of players online on server list 2016-03-01 18:45:30 +00:00
Ted John 795bc0d471 Merge pull request #3065 from YJSoft/fix-xp-ttf-load
Fix windows xp ttf font loading problem
2016-03-01 17:47:56 +00:00
Ted John 2025234434 Merge pull request #3064 from kexplo/feature/fix-issue-2608
Fixed issue #2608
2016-03-01 17:46:17 +00:00
YJSoft d3bbab6ce4 add myself to contributors 2016-03-02 00:36:37 +09:00
YJSoft cee035c9cb fix windows xp font loading problem
no need to cat because Fonts path must start with `C:\`
2016-03-02 00:32:28 +09:00
Chanwoong Kim be83e1a33f Show Korean IME 2016-03-01 22:54:52 +09:00