Linus Unnebäck
|
859684142a
|
OS X platform implementation
|
2015-11-28 10:40:58 +01:00 |
|
janisozaur
|
d037b937d8
|
Fix VS project file
|
2015-11-18 21:57:01 +01:00 |
|
Michał Janiszewski
|
c4ad2346e3
|
Fixes for building optimized binary on Linux
Use `-DCMAKE_BUILD_TYPE=X`, where X:
- `RELEASE`
- `RELWITHDEBINFO`
- `MINSIZEREL`
Only works for GCC, clang binaries crash for now.
|
2015-11-18 21:29:08 +01:00 |
|
duncanspumpkin
|
6a00482d1f
|
Fix #1834 & #2288. Non complete circuit tracks now save correctly.
Issue was caused by a bit of code not iterating correctly backwards.
|
2015-11-11 19:44:53 +00:00 |
|
Ted John
|
20f21c6bf6
|
Delete colour.c
|
2015-11-08 18:57:55 +00:00 |
|
IntelOrca
|
48e3d70e57
|
refactor colour maps
|
2015-11-08 18:55:32 +00:00 |
|
zsilencer
|
3b639ced47
|
allow host to specify password #2072
|
2015-11-07 22:25:47 +00:00 |
|
IntelOrca
|
c7a85c5114
|
add desync debug checks for scenario_rand
|
2015-11-07 17:56:19 +00:00 |
|
IntelOrca
|
2d4b30756e
|
add DEBUG preprocessor definition
|
2015-11-07 12:50:15 +00:00 |
|
IntelOrca
|
4df3d745a4
|
fix g2 msbuild call
|
2015-11-07 01:54:58 +00:00 |
|
duncanspumpkin
|
1d828591dc
|
Fix post build event to work with CommandLineToArgvW
|
2015-11-06 19:40:39 +00:00 |
|
IntelOrca
|
e177be305b
|
allow user data path to be specified by command line, closes #2182
Also changed default path under linux to be ~/.config/OpenRCT2.
|
2015-11-03 22:20:35 +00:00 |
|
IntelOrca
|
61b7c77be3
|
add colour enum
|
2015-11-01 22:21:46 +00:00 |
|
duncanspumpkin
|
330b6b5524
|
Implemented tables for top spin paint setup
|
2015-10-28 18:44:43 +00:00 |
|
IntelOrca
|
67cf1495e1
|
fix msbuild XP configration mistake for language project
|
2015-10-21 21:09:39 +01:00 |
|
IntelOrca
|
717d18c9e9
|
add XP msbuild configuration
|
2015-10-21 21:02:15 +01:00 |
|
Michał Janiszewski
|
7d0ce00bab
|
Strip all whitespace
|
2015-10-20 20:48:51 +02:00 |
|
JarnoVgr
|
00949686c2
|
Improved support for VS version selector
Version selector defaulted to VS2013 (12.0) instead of VS2015 (14.0).
|
2015-10-02 14:04:42 +02:00 |
|
zsilencer
|
9ac89c2b5e
|
remove directsound and get sound working for linux native
|
2015-09-23 09:42:55 -06:00 |
|
IntelOrca
|
72398151a7
|
implement ride_create_cable_lift
|
2015-09-12 18:17:35 +01:00 |
|
IntelOrca
|
fc65a92275
|
fix object override strings for scenario editor and plugin.dat
|
2015-09-08 21:37:24 +01:00 |
|
IntelOrca
|
8085abadd3
|
add basic support for localisation object string overriding
|
2015-09-08 21:37:22 +01:00 |
|
IntelOrca
|
7a0478404e
|
add new C++ memory utility functions
|
2015-09-08 21:37:21 +01:00 |
|
IntelOrca
|
952a4abdd1
|
implement DAT translation, part 1
|
2015-09-08 21:37:20 +01:00 |
|
IntelOrca
|
8ec51b6fc1
|
add FileStream, IStream and IDisposable
|
2015-09-08 21:37:20 +01:00 |
|