Commit Graph

2213 Commits

Author SHA1 Message Date
Duncan Frost cbe49300b8 Fixed sounds not playing properly when paused. Labeled max sounds offset. Prevented crash on null dereference 2014-12-31 14:54:23 +00:00
Ted John 46bf391989 Merge pull request #657 from duncanspumpkin/drawing_f
Fixed drawing issues when zoomed.
2014-12-28 13:42:41 +00:00
Duncan Frost c3c8a73225 Fixed drawing issues when zoomed. 2014-12-28 13:29:26 +00:00
Ted John fde30fb2f2 Merge pull request #655 from atmaxinger/develop
Update German translation of cheat window
2014-12-27 00:24:13 +00:00
atmaxinger ccac7dfa1a Update German translation of cheat window 2014-12-26 17:37:27 +01:00
Ted John c6395c1b39 Merge pull request #653 from duncanspumpkin/keypad_input
Remapped keypad enter to return keycode.
2014-12-22 20:54:17 +00:00
Duncan Frost f6cb4a0064 Remapped keypad enter to return keycode. 2014-12-22 20:29:36 +00:00
Ted John 7b8dc291a5 Merge pull request #650 from duncanspumpkin/text_input_large
Added multi line text input
2014-12-22 19:35:50 +00:00
Duncan Frost 153196a905 Remove redundant define 2014-12-22 16:55:17 +00:00
Duncan Frost ba93cd337b Added dynamic window resizing on change of text. Fixed cursor display issue 2014-12-22 16:50:35 +00:00
Duncan Frost f93aeb33c6 Added multi line text input 2014-12-22 10:40:00 +00:00
Ted John d53085c7d6 Merge pull request #649 from duncanspumpkin/ride_construct
Ride construct
2014-12-20 13:17:36 +00:00
IntelOrca c18cb357fe Merge branch 'adrian17-separate-projects' into develop 2014-12-20 13:15:26 +00:00
IntelOrca 9203bff09e fix output project directories 2014-12-20 13:13:08 +00:00
Duncan Frost acf6ef7b88 Fixed construct bug 2014-12-20 13:06:17 +00:00
IntelOrca d5bdc0ff7f Merge branch 'separate-projects' of https://github.com/adrian17/OpenRCT2 into adrian17-separate-projects 2014-12-20 13:03:57 +00:00
Duncan Frost a96bf872bf Added more of demolish. Fixed bug in window_close 2014-12-20 11:14:26 +00:00
Duncan Frost 749bd48f3d Started adding a little bit of ride construct mouse down 2014-12-20 10:43:30 +00:00
Ted John 71c49a9591 Merge pull request #647 from duncanspumpkin/fix_ride_construct
Added construct dropdown function fixes #638.
2014-12-19 22:17:19 +00:00
Duncan Frost 583cb5118c Added construct dropdown function fixes #638. 2014-12-19 18:44:42 +00:00
Ted John 58411f4b86 Merge pull request #645 from mharrys/spellfix-swedish
Update swedish.txt
2014-12-18 22:31:44 +00:00
Adrian Wielgosik 448b82b6fa Separate external libraries and language files into VS projects 2014-12-18 22:31:16 +01:00
Mattias Harrysson 80dbecbade s/Gånvägen/Gångvägen 2014-12-18 22:18:59 +01:00
Mattias Harrysson 02720146f3 s/tranporterar/transporterar 2014-12-18 22:13:33 +01:00
Mattias Harrysson 40472c0342 s/acceleras/accelereras 2014-12-18 22:11:53 +01:00
Mattias Harrysson 007a2415af s/spekhastighet/spelhastighet/ 2014-12-18 22:08:43 +01:00
Ted John d062e7d31e Merge pull request #641 from adrian17/viewport_fix
Fix for sub_6E7F34 in viewport.c
2014-12-18 13:55:19 +00:00
Adrian Wielgosik 8d65078abf Remove a no longer relevant comment 2014-12-17 23:30:39 +01:00
Adrian Wielgosik 6a73debc67 Merge pull request #1 from duncanspumpkin/viewport
Fix viewport tearing issue
2014-12-17 23:23:20 +01:00
Duncan Frost c0378279f8 Properly pass dx and bp 2014-12-17 22:08:57 +00:00
IntelOrca 44efbd95ac implement more footpath construction and window 2014-12-17 20:45:27 +00:00
Duncan Frost 03da2b07a6 Fix viewport tearing. 2014-12-17 20:19:10 +00:00
IntelOrca 0209ad080c fix various footpath bugs and refactor, fixes #637 2014-12-16 22:03:56 +00:00
Adrian Wielgosik 7611cd0ad6 Condition fix in viewport.c 2014-12-16 22:10:16 +01:00
Adrian Wielgosik a20b16f651 Fix a bug in sub_6E7F34 and reenable new code 2014-12-16 21:56:08 +01:00
IntelOrca 99b85b2339 add manage track design window (UNTESTED) 2014-12-16 15:33:32 +00:00
IntelOrca a319bb15e2 fix compile error for GCC 2014-12-16 11:37:46 +00:00
IntelOrca d7212c1b14 implement inventions list window, fixes #630 2014-12-16 01:24:13 +00:00
Ted John e47b2c920f Merge pull request #636 from duncanspumpkin/fix_lightning
Fix lightning
2014-12-14 21:10:05 +00:00
Duncan Frost 86b6d8083e Fix rain continuing on main menu. Added comment about screen flags 2014-12-14 21:02:38 +00:00
IntelOrca 1459263b3c implement editor scenario options window 2014-12-14 19:21:06 +00:00
Duncan Frost 83a7dd5095 Fix lightning error caused by buffer overflow in scenery 2014-12-14 15:00:22 +00:00
IntelOrca 02b497f9c6 use old game for climate variables so they load and save to games still 2014-12-11 19:39:14 +00:00
Ted John 7bf69d81ae Merge pull request #633 from duncanspumpkin/fix_625
Fix #625
2014-12-11 18:41:52 +00:00
Duncan Frost d3de21463a Fix #625 issue caused by unitialised variable 2014-12-11 18:26:44 +00:00
IntelOrca 6c0f12201e fix language reading for UTF-8 BOM and any encountered strange sequence of bytes 2014-12-11 13:38:12 +00:00
IntelOrca ff478b8673 implement editor objective options window 2014-12-10 23:07:11 +00:00
Ted John ce695ac8d4 Merge pull request #628 from Gymnasiast/patch-3
Missing Dutch cheat window strings
2014-12-10 12:21:48 +00:00
Gymnasiast 4e47b50a6f Missing Dutch cheat window strings
As added for English by commit e887311219.
2014-12-10 10:23:11 +01:00
IntelOrca e887311219 add more cheats to cheat window and a small amount of refactoring 2014-12-10 01:44:30 +00:00