IntelOrca
|
d5bdc0ff7f
|
Merge branch 'separate-projects' of https://github.com/adrian17/OpenRCT2 into adrian17-separate-projects
|
2014-12-20 13:03:57 +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 |
|
IntelOrca
|
bfafc0e149
|
fix warnings and only allow cheats in play mode
|
2014-12-09 19:55:17 +00:00 |
|
IntelOrca
|
726fd9ef1d
|
add RIDE_LIFECYCLE_18 to enum
|
2014-12-09 19:46:42 +00:00 |
|
Ted John
|
c2e06d67fc
|
Update readme.md
|
2014-12-09 18:31:46 +00:00 |
|
Ted John
|
7d8ceaaa6a
|
Merge pull request #626 from duncanspumpkin/fix_621
Fixed staff hire crash
|
2014-12-08 16:25:51 +00:00 |
|
Duncan Frost
|
eed854ed6f
|
Fixed #621 error caused by signed word expanding incorrectly to an unsigned dword
|
2014-12-08 16:20:02 +00:00 |
|
Duncan Frost
|
68fe54cfdd
|
refactor object loading, part 2
|
2014-12-07 21:58:19 +00:00 |
|
IntelOrca
|
1ed6e443ca
|
refactor object loading, part 1
|
2014-12-07 21:45:42 +00:00 |
|
Ted John
|
2187b98b61
|
Update readme.md
|
2014-12-07 17:16:55 +00:00 |
|
Ted John
|
e570eca31e
|
Merge pull request #619 from halfbro/master
Partially Fix #551
|
2014-12-05 17:14:07 +00:00 |
|
Matt Lagarenne
|
84a431f352
|
Merge pull request #1 from duncanspumpkin/fix_rain
Fixed the buffer overflow. Increased the number of pixels again
|
2014-12-05 09:57:57 -05:00 |
|
IntelOrca
|
98348cd539
|
set default config option confirm prompt to false
|
2014-12-04 21:20:11 +00:00 |
|
Duncan Frost
|
c5c9609b37
|
Fixed the buffer overflow. Increased the number of pixels again
|
2014-12-04 20:39:49 +00:00 |
|
halfbro
|
4902bad9b9
|
Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2
|
2014-12-04 00:57:41 -05:00 |
|
halfbro
|
242bee9a07
|
Update rain pixels to use own global variable
|
2014-12-04 00:51:58 -05:00 |
|
Ted John
|
1be2f16cd3
|
Merge pull request #616 from duncanspumpkin/ride_crash
Fix Ride Construction Crash
|
2014-12-03 21:14:15 +00:00 |
|
Duncan Frost
|
ef0b29d996
|
Fixed issue preventing rides from being destroyed
|
2014-12-03 20:37:38 +00:00 |
|
Duncan Frost
|
ee35f9fb4f
|
Fix #615. Issue caused by variables not being set
|
2014-12-03 20:19:02 +00:00 |
|
Ted John
|
719d7893e6
|
Merge pull request #614 from duncanspumpkin/ride_construct
Added enough of ride_construction to fix #601
|
2014-12-02 18:53:12 +00:00 |
|
Duncan Frost
|
f11f2f270f
|
Added enough of ride_construction to fix #601
|
2014-12-02 18:09:13 +00:00 |
|