1
0
Fork 0
Commit Graph

10834 Commits

Author SHA1 Message Date
Mat aba329544f
Prevent container item duplication (#4476) 2020-03-04 15:12:15 +01:00
Mat 1ab87be80c
Play correct sound when entities are hit by arrows (#4481) 2020-03-04 02:05:04 +02:00
Mat dca896dfcc Boats can be spawned on land 2020-03-01 13:27:19 +00:00
mathiascode ddc92ec034 Update ProtectionAreas 2020-02-27 19:45:38 +02:00
Mat 55296cc915
Update copyright year 2020-02-26 22:27:09 +02:00
Alexander Harkness cfedb03a09
Create build script for Jenkins (and use it) (#4473)
* Add Jenkins build script, so it can actually be used.
* Build tools
* Reduce build threads to 2 so as not to overload server
* Rename CIBuild.sh to travisbuild.sh, better reflect actual use
* Echo commands as they are executed
* Add toolchain file configuration
2020-02-24 11:28:24 +00:00
Mattes D a0d2e934eb BlockTypePalette: Improved loading speed in MSVC Debug builds. 2020-02-24 09:37:40 +01:00
mathiascode 3d699c0dc4 Remove 1.13 from supported protocol list 2020-02-24 09:33:59 +01:00
mathiascode 2bd42d2639 Update submodules 2020-02-24 00:29:00 +02:00
Mat 6e568e605e Show correct paths in compile script 2020-02-18 16:04:43 +00:00
Mat e290cb4e9b
Remove unused file in Unix executable list 2020-02-10 21:54:52 +02:00
Mattes D 5f1b35aa36 Added server log to GitHub issue template
To encourage new reporters to use the triple-backticks for logs.
2020-02-10 10:06:43 +01:00
Mat a867388f64 Strip debug symbols from Android builds 2020-01-16 16:28:34 +01:00
Mat 6d938c0e3f
Blocks are usable in adventure mode (#4464) 2020-01-15 23:54:48 +02:00
Mattes D 3f78ea7745 Added an UpgradeBlockTypePalette check script. 2020-01-13 22:43:01 +01:00
Mattes D 859f8d2849 Improved the UpgradeBlockTypePalette. 2020-01-13 22:42:18 +01:00
Zaoqi ab82bf07c8 dev-docs/Plugin API.md: fix url 2020-01-12 11:31:01 +00:00
Mattes D 4aef80b47e Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
Mattes D e234fbdafe StringUtils: Added note to StringsConcat about StringJoin. 2020-01-07 06:53:17 +01:00
Mattes D 583fd0a387 ProtocolRecognizer: Updated to unique_ptr. 2020-01-07 06:53:17 +01:00
Mattes D b63bb2f694 Root: Load the UpgradeBlockTypePalette on startup. 2020-01-07 06:53:17 +01:00
Mattes D 208313dba1 main: Terminate if an exception is thrown. 2020-01-07 06:53:17 +01:00
Mattes D 3c5278d3c2 Removed old buildserver from README 2020-01-04 14:21:58 +00:00
Mat fdc190613a
Bump Android API to min supported 2020-01-03 02:40:26 +02:00
Mat dd665f092f
Clean up server folder for Android (#4448) 2020-01-02 17:59:07 +02:00
Alexander Harkness bf10b56638 Fix android builds (#4432)
* Terminate android build script early if any step fails

* Remove deprecated android types

* Use android NDK cmake support rather than cmake android NDK support as that support is better supported

* Android uses GNU strerror_r?

* Fix compilation

* Rebase

* Fix final issues

* Drop submodule changes

* Revert change

* Parentheses

* Lower api levels

* Don't use GNU strerror_r for Android

Co-authored-by: Mat <mail@mathias.is>
2020-01-02 03:54:40 +02:00
Mat 57a248bfbf
Skip release builds outside master (#4447)
* Skip release builds outside master

* Remove tab character
2019-12-31 09:40:45 +02:00
Mat fd3866154e
Include missing server files (#4446) 2019-12-30 19:05:19 +02:00
Mattes D d415e51e74 Updated Lua submodules 2019-12-30 15:20:39 +01:00
Mat 586a618640
Remove lang folder (#4445) 2019-12-30 16:02:11 +02:00
Mattes D 66b0bc04ce Appveyor: Cache only the CMakeCache file.
Caching the entire build folder would overwrite the symlinked Plugins, webadmin etc.
2019-12-30 09:55:34 +01:00
Mat 8af92acc1c
Change outdated support link 2019-12-30 03:53:29 +02:00
Mat 5074527d2c
Disable block placement in adventure mode (#4424) 2019-12-30 01:54:37 +02:00
Mattes D 2894ce3812 CMake: Fix builds in folders with spaces 2019-12-29 11:49:00 +01:00
Mattes D 5df6d4f535 CMake: Don't create symlinks if link == orig. 2019-12-28 23:26:54 +01:00
Mattes D 2d6f6a574d BlockTypePalette: Load from TSV or original reports' JSON. 2019-12-28 22:43:35 +01:00
Mattes D 7453a9fbe1 Moved ProtocolBlockTypePalette functionality into BlockTypePalette. 2019-12-28 22:43:35 +01:00
Mattes D 2de6b7537d BlockTypePalette: Refactored for usage in both directions.
Improves index() lookup speeds and allows BlockTypePalette to be used in place of ProtocolBlockTypePalette.
2019-12-28 22:43:35 +01:00
Mat ea1937dae4
Update submodules (#4439)
* Fix AppVeyor debug artifacts

* Update submodules

* Update AppVeyor badge URL

* Revert debug change
2019-12-28 22:25:24 +02:00
Mattes D cc72b204b2
Output the binaries into a per-configuration Server subfolder. (#4440)
Make links to the original Server subfolder's items from the per-configuration Server subfolder.
2019-12-28 12:53:37 +01:00
Mat f5af0e2e04
WebAdmin improvements (#4433)
* WebAdmin improvements

* Remove stray div tag

* Revert path change

* Remove buildserver link

* Further simplification

* Reduce horizontal padding

* Add svg icons

* Remove unneeded css

* Make login and logout icons colored

* Use same capitalization for Log in and Log  out

* Remove leftover code from old Webadmin design

* Remove more leftover code from earlier Webadmin versions

* and don't add earlier leftovers back...

* PR test

* Fix max width overflow

* Add missing css changes
2019-12-28 02:15:12 +02:00
NiLSPACE dc787e1d96 Improved large jungle and acacia tree generation (#4413) 2019-12-22 23:38:11 +01:00
mathiascode e3b6f2dccf AppVeyor release builds 2019-12-22 10:32:08 +01:00
Arham Jain 88198b16bc Added CSS to increase the padding on the bottom of the second row (#4436)
Allows users with certain browsers and screen sizes to avoid the footer cutting off page content.

Fixes #4068.
2019-12-12 09:38:47 +01:00
Peter Bell fb2ef33c89 Correct block transparencies 2019-12-05 15:26:47 +01:00
mathiascode 45bb3c961c Add sponsor button 2019-11-28 13:24:20 +01:00
peterbell10 7996571a6d
CI: Add arm build to travis (#4422)
* Add arm to travis build matrix
* Pin clang-3.5 build to ubuntu trusty
* Add ccache to build
This explicitly excludes macOS since the images don't come with ccache
installed and the install time is not justified by the time saved.
2019-11-10 16:55:24 +00:00
Mattes D 61904af626 Moved growing from cWorld / cChunk to cBlockHandler descendants. 2019-10-28 10:45:43 +01:00
SANDIP PALIT f4bf025db9 Update README.md (#4423) 2019-10-25 14:20:35 +00:00
Mattes D 221cc4ec5c
Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00