- 03 Oct, 2016 1 commit
-
-
Marijn van der Werf authored
-
- 13 Sep, 2016 1 commit
-
-
LRFLEW authored
-
- 29 Aug, 2016 1 commit
-
-
Michał Janiszewski authored
Seeing how Travis CI is unable to resolve their issue with connectivity, I have added Bintray as alternative download location.
-
- 02 Aug, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 16 Jun, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 12 Jun, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 10 Jun, 2016 1 commit
-
-
Ted John authored
-
- 08 Jun, 2016 1 commit
-
-
Michał Janiszewski authored
OpenGL rendering is not yet ready, but the infrastructure is in place.
-
- 02 Jun, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 27 May, 2016 1 commit
-
-
YJSoft authored
This PR fixes script error introduced by #3750 - `else;` -> `else` - `openrct2-linux.tar.gz.zip` -> `openrct2-linux.tar.gz`
-
- 26 May, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 26 Apr, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 20 Apr, 2016 1 commit
-
-
janisozaur authored
Original implementation was only tested in zsh, bash requires the regex to be without quotes.
-
- 15 Apr, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 13 Apr, 2016 1 commit
-
-
Michał Janiszewski authored
changelog.txt not updated yet
-
- 18 Feb, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 27 Jan, 2016 1 commit
-
-
LRFLEW authored
-
- 25 Jan, 2016 2 commits
-
-
Michał Janiszewski authored
Includes licence, contributors, readme, etc.
-
Michał Janiszewski authored
While CPack, the component used for handling installation of files into proper places, works fine for `install` make target, it does somewhat poor job when it comes to generating stand-alone packages. List of offending items include: * Improper tar archive structure (directory entries missing) * Package layout not suitable for running stand-alone * Top level directory name keeps changing which hinders upcoming installer Thic commit takes care of these problems by generating the package using `make install` and then shuffling files around manually. This also changes the hash blurb to be 7 characters instead of 8, to be more compatible with git defaults.
-
- 23 Jan, 2016 2 commits
- 19 Jan, 2016 1 commit
-
-
Michał Janiszewski authored
-
- 17 Jan, 2016 2 commits
-
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
- 08 Jan, 2016 2 commits
-
-
Michał Janiszewski authored
This downloads OS X 10.10 SDK, installs it and uses for compilation. According to https://www.gosquared.com/global/mac/el-capitan/, current market share among OS X versions is: * 10.11 — 41.53% * 10.10 — 38.65% * 10.9 — 14.72% * 10.8 — 5.60% * 10.7 — 5.62% I tried adding 10.9 SDK, but it fails to compile. With this change, we should cover around 80% of OS X users.
-
Michał Janiszewski authored
This adds automated builds for OS X to our CI infrastructure. XCode's `xcodebuild` tool is quite spammy by default, so I used a prettifier for its output. Since this could potentially cover errors from XCode due to piping of commands, I enabled `pipefail` option which would cause all of pipe construct fail, should any of its commands exit with non-zero code. The created app bundle is packaged into dmg and uploaded to transfer.sh, if the build was successful. To the best of my knowledge, this is *the* way of packaging and distributing OS X applications.
-
- 03 Jan, 2016 1 commit
-
-
Michał Janiszewski authored
Leave all passing jobs commented out for future reference in hopes they will be tested with large changes or when doing changes to CMakeLists
-
- 22 Dec, 2015 1 commit
-
-
Michał Janiszewski authored
-
- 22 Oct, 2015 2 commits
-
-
Michał Janiszewski authored
Travis CI team has recently published beta image of Trusty for testing [1]. Switch to that image for CI builds in a non-hacky way. [1] http://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/
-
Michał Janiszewski authored
-
- 28 Sep, 2015 2 commits
-
-
Michał Janiszewski authored
-
Michał Janiszewski authored
This is mostly refactoring of cmake scripts, but also touches build.sh and install.sh. The cmake should be much more palatable now for major Linux distributions. At the same time, new configuration is introduced to Linux version, one with Twitch enabled. Please note, however, this change requires update of orctlibs.zip for mingw builds.
-
- 24 Sep, 2015 1 commit
-
-
Michał Janiszewski authored
-
- 18 Sep, 2015 3 commits
-
-
Michał Janiszewski authored
Step 1 on road towards Linux. Remove windows-specific code, stub it out where needed and make sure we can still compile it the way it is. Take care of Travis' build matrix to include new build configuration. Install new packages.
-
Michał Janiszewski authored
-
Michał Janiszewski authored
Right now it will post two jobs, one regular and the other one with network disabled, so both get tested on future commits.
-
- 09 Sep, 2015 2 commits
-
-
Ted John authored
-
Michał Janiszewski authored
This (for now) will force Travis' hand to use ubuntu 14.04 which has mingw 4.8 available. It is enough to compile the project as it stands.
-
- 05 Aug, 2015 1 commit
-
-
Michał Janiszewski authored
-
- 27 May, 2014 1 commit
-
-
Kevin Burke authored
fix syntax use elif run it with bash fix directory incantations add missing build steps dont use colors if not terminal update install.sh add sanity check changes set verbose mode enable debug output changes to get it working on mac Platform specific cmakelists fix issue with intptr_t not being found/defined update build scripts see if it can find the pkg-config try running it outside of cmake check whether excho works way we expect try -e remove debug info
-