1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00
Commit Graph

10223 Commits

Author SHA1 Message Date
Ted John
20d2ff56f8 Refactor title editor window 2016-12-16 01:25:02 +00:00
Ted John
afdd45f3cc Refactor title sequence player to new class 2016-12-16 01:25:02 +00:00
Ted John
ccd8cff296 Get title sequence editor kind of working 2016-12-16 01:25:02 +00:00
Ted John
867eeb91a6 Implement zip writing and title sequence saving 2016-12-16 01:25:02 +00:00
Ted John
be2dd99703 Extract zip handling to interface 2016-12-16 01:25:02 +00:00
Ted John
52ffd5b521 Reinstate support for title sequence folders 2016-12-16 01:25:02 +00:00
Ted John
bf34920a0b Handle broken title sequences 2016-12-16 01:25:02 +00:00
Michał Janiszewski
70e7279a37 Add libzip-dev as a dependency to debian control file 2016-12-16 01:25:02 +00:00
Michał Janiszewski
ed7dbb2dbf Make CMake require and link libzip 2016-12-16 01:25:02 +00:00
Michał Janiszewski
80bab643f8 Fix compilation errors with GCC 2016-12-16 01:25:02 +00:00
Ted John
e62629c6e3 Scan user path as well for sequences 2016-12-16 01:25:02 +00:00
Ted John
a9cfd01c6e Fix sequence selection 2016-12-16 01:25:02 +00:00
Ted John
2686348bba Sort sequences correctly 2016-12-16 01:25:01 +00:00
Ted John
3657ae1181 Refactor title.c, don't bother with byte script anymore 2016-12-16 01:25:01 +00:00
Ted John
fb89826280 Get parks loading from ZIP working 2016-12-16 01:25:01 +00:00
Ted John
0c51dee94d Refactor a large amount of title sequence loading
Still not yet able to load parks from zip.
2016-12-16 01:25:01 +00:00
Ted John
e6377b40ef Write new code for loading title sequence ZIPs 2016-12-16 01:25:01 +00:00
Ted John
c4926ff8d5 Define ZIP_STATIC 2016-12-16 01:25:01 +00:00
Ted John
af653a654e Read script.txt from zip files 2016-12-16 01:25:01 +00:00
Ted John
020bb99cae Add libzip to includes for VS project 2016-12-16 01:25:01 +00:00
Ted John
c8dbc24ceb Enable all C++ features for MSVC 2016-12-16 01:19:41 +00:00
Michał Janiszewski
2e674b9202 Migrate Linux Travis-CI jobs to docker containers 2016-12-15 16:55:17 +00:00
Ted John
6588a03d73 Merge pull request #4880 from janisozaur/unused-wrappers
Drop unused RCT_CALL* wrappers
2016-12-15 15:29:02 +00:00
Michał Janiszewski
c44d48f722 Add Dockerfiles with Ubuntu 16.04 for mingw, i686, amd64
[ci skip]
2016-12-15 16:21:11 +01:00
Michał Janiszewski
d9ca477655 Drop unused RCT_CALL* wrappers 2016-12-15 16:08:11 +01:00
Michał Janiszewski
810d3d41e0 Update 32 bit Dockerfile for libzip 2016-12-14 13:20:37 +01:00
Ted John
1da7fe4667 Merge pull request #4873 from IntelOrca/refactor/file_paths
Abstract paths to IPlatformEnvironment interface
2016-12-14 11:51:35 +00:00
Ted John
a7a006f30d Remove obsolete assert 2016-12-14 10:34:22 +00:00
LRFLEW
767f950ede Update Xcode Project 2016-12-14 09:07:08 +00:00
OpenRCT2 git bot
fc9d3a2869 Merge Localisation/master into OpenRCT2/develop. 2016-12-14 04:00:20 +00:00
Ted John
15877fcc60 Fix code style 2016-12-14 00:36:12 +00:00
Ted John
56b17310ee Fix writing of string values to console 2016-12-14 00:32:06 +00:00
Ted John
62c088862b Fix case of openrct2.h 2016-12-14 00:32:06 +00:00
Ted John
e4345c3d11 Refactor PlatformEnvironment 2016-12-14 00:32:06 +00:00
Ted John
3e21e56b9e Use correct directory base 2016-12-14 00:32:06 +00:00
Ted John
7811987ad1 Use PlatformEnvironment for track design repository 2016-12-14 00:32:06 +00:00
Ted John
cc227b7761 Create repositories in OpenRCT2.c 2016-12-14 00:32:06 +00:00
Ted John
7410326fcc Refactor OpenRCT2.cpp 2016-12-14 00:32:06 +00:00
Ted John
abc3835d7b Rename openrct2.c h to OpenRCT2.c h 2016-12-14 00:32:06 +00:00
Ted John
1c0e09f68a Use PlatformEnvironment for ScenarioRepository 2016-12-14 00:32:06 +00:00
Ted John
c3285ef8f5 Use enum class instead of enum 2016-12-14 00:32:06 +00:00
Ted John
e9c778e886 Use IPlatformEnvironment for ObjectRepository 2016-12-14 00:32:06 +00:00
Ted John
fd6a750f4e Add PlatformEnvironment implementation 2016-12-14 00:32:06 +00:00
Ted John
590ecf2775 Add PlatformEnvironment interface and enums 2016-12-14 00:32:06 +00:00
Matte A
48eb95d1e6 Fix #4817: Game icon looking blurry with windows scaling feature at 125% 2016-12-14 00:27:37 +00:00
Ted John
5e400b28f3 Add x40 to makeico.linq 2016-12-14 00:27:36 +00:00
Ted John
018c0d5082 Fix #4874: OpenRCT fails to launch if no .config folder exists...
Change platform_ensure_directory_exists to create the directory chain given, e.g. mkdir -p.
Based on https://gist.github.com/JonathonReinhart/8c0d90191c38af2dcadb102c4e202950.
2016-12-13 23:00:37 +00:00
Ted John
1935f79507 Don't return pointer to local variable 2016-12-13 21:48:27 +00:00
OpenRCT2 git bot
fe9dd6b7a8 Merge Localisation/master into OpenRCT2/develop. 2016-12-13 04:00:17 +00:00
Ted John
f3303b91a9 Add vscode launch configuration
[ci skip]
2016-12-12 20:29:44 +00:00