Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/EngineHub/CommandHelper

Rapid scripting and command aliases for Minecraft owners
https://github.com/EngineHub/CommandHelper

Ignore keywords again when checking bare strings

444167e76cafa74912d416ecb0dae207dfb7d436 authored about 5 years ago
Check only native types in Construct for isInstanceOf(). (#543)

This is optimal in cases we can expect it to not be a UserObject.

e9735c847096b4ab2c15fcb451720df417303a71 authored about 5 years ago
Fix core error when trying to set an ocelot type in 1.14 in deprecated spawn_mob()

da19ddd0c5ee8d8742a44c3485f3253c48b992cf authored about 5 years ago
Add a fallback for getting a player entity when its missing from a world's entity list.

98c85f4ee3c01d10002aa57e7046f951fc5f3d21 authored about 5 years ago
Document deprecated MC functions better

50ff6758317357b582d449b8002cf054fc80dd3c authored about 5 years ago
Add CGIBin example

1b71b624974c83ef16cb182aa34baa904ca8b038 authored over 5 years ago
Add several entity attribute functions.

Also fixes item attribute meta when modifier name is null.

a8235180fb22628f0f7edbb90f0f6fbf18c20c2b authored over 5 years ago
Add BlockUntilGC method.

This wraps System.gc(), but provides a way to actually ensure that a
garbage collection has actu...

c444b1d5143f764719952ac2dadb3e90cc62ac58 authored over 5 years ago
Exclude dependency conflict.

The conflict causes NoSuchMethodError for Spigot methods in BukkitMCItemMeta. Relocation alone c...

7aee86ecfc0b8a45531457ef61871611182f1809 authored over 5 years ago
Support attribute modifiers in item arrays

337b9808b373a26a229fd3e1e5c788d000b15242 authored over 5 years ago
Add Nilleke Dark theme

6f7e278b0c2a7d9969907ad45341f71f9d7f7533 authored over 5 years ago
Add dark mode to the website.

Actually, this is more like "dark theme" because the mechanism is a
generic theming mechanism, w...

2478f798ef48a622ad8d999cbeff19a4ae70519c authored over 5 years ago
Scrub it in both places...

23bb62644ea032c7bcb586bb18bc3d1507547150 authored over 5 years ago
Scrub password from error message

e9d2a9f137669f61fe2a9b5fa74f770b9b69a389 authored over 5 years ago
Update docs for extraParameters in MySQL connection

43d03996103627fa26ff3fc1873a90f4ba713fbe authored over 5 years ago
Add proper separator for extra parameters

d5ff95bb69948cc5ba3505d094bd865fd93b8f39 authored over 5 years ago
Add support for arbitrary parameters in mysql persistence

93d736d7cd851b7123e146ad14d978d8d6af427c authored over 5 years ago
Bump mysql connector from 8.0.16->8.0.18

fe09cbfae33cf252eab4987303811ef9b6d46fb0 authored over 5 years ago
Add get_cmd_completions()

7c73cae7a9a8725d94bf43c1b482697b74ca4f66 authored over 5 years ago
Add documentation for running as a CGI script.

This is not advertised, since this is mostly just proof of concept, but
for completeness sake, t...

758ad8c0afcb0cc9f1ed8af676c1674fed52e4f3 authored over 5 years ago
Add better grouping in prefs files

b72cfc5432844c11985c700289d0ec05c81b5321 authored over 5 years ago
Fix incorrect warnings of missing players in events.

e9c11a999548b3a56d67dfb3503fd95ae8e063f6 authored over 5 years ago
Fix numArgs for enchant_item() and change arrow damage to doubles

ecfcde828cdf498069074eac2d80c722942912fd authored over 5 years ago
Fix exception matching in old try() function format

4a6cc6fe85a84765ae7eea1bf03a3fb873c2595a authored over 5 years ago
Update Architecture page

e916033360cb3dfe1994e9cc472d58747cd15bf8 authored over 5 years ago
Expand edit-prefs command a bit

c7f4aab2c821be66566737cf24d5e38e2c1e2662 authored over 5 years ago
Add edit-prefs command, which opens the prefs directory in a text editor

By default, vim/VSCode is used depending on platform, but this can be
overridden with environmen...

ff15ef91681e0f37338cd911baedad356e627f49 authored over 5 years ago
Use exe wrapper on Windows

There was a bug with the old batch->powershell->java wrapper when it
came to quoted arguments. T...

a77ca4b998817f2791b40df389b36adf10a0a7d4 authored over 5 years ago
Improve bare string detection and limit to one warning per file

7350575e13b91ea3ba9df997edb6773d81c8a216 authored over 5 years ago
Add villager experience/level and panda genes to entity_spec

6c596d9406b3674ea3244982463dedaf6c1a6cdf authored over 5 years ago
Support categories with spaces in them.

For some reason, Java's Preferences class parses spaces as if they were
=, so categories with sp...

9118c597a30ac0b8f60c8ad8e6461447c0ebcf8d authored over 5 years ago
Add help-topic command, which reads Learning Trail topics

This functionality is also available to extensions, through the
getHelpTopics() function in the ...

b8cd9e150d3fae018be7bc2bbc08cf63a318109f authored over 5 years ago
Support grouping in preference files

Add a few groups to the preferences.ini file also, to take advantage of
this new feature. Groups...

ae406b32ec4bfc04392df114b5b9eaa24ff4fbb1 authored over 5 years ago
Use simple name for exceptions on API page

d252b26cd07d41ae212a966fb7e6eac81f532a2f authored over 5 years ago
Lower-case material enums for blockdata

d46cb4bb0eef5563f7c630c9694d2e4547fece60 authored over 5 years ago
Add array_get_rand()

60e3cf226fa1185b2a94193d42833820c6ed3006 authored over 5 years ago
Fix startup on Java 9+ again

1e08b46cdd47863ca5d1667db9076576c2596f69 authored over 5 years ago
Update Statistics.java

0563305c9311214f94435d5c1285f6e7d0bc2b4b authored over 5 years ago
!!@val == @val

bc763968670193a64470fc597639852e5590e559 authored over 5 years ago
Add ImmutableKeyword

4ecd674003d32e14d208bf631d8ccab3a16d0a31 authored over 5 years ago
Add ImmutableKeyword

e620ee2bdab56f0ac4ebcdd3636f496b361bf2aa authored over 5 years ago
Add documentation for immutable classes/fields

56adaca4bec6068238975eb26945d3bc7643884f authored over 5 years ago
Checkstyle

1f076095b9a9aa9cb424096430f6d4e65e75a22c authored over 5 years ago
Always do ExtensionManager init, since we need to for cmdline tools

5043191d1e5405d2941c319f1b3edcf293e9194e authored over 5 years ago
Preliminarily support untitled files in LangServ

Also modify_event does not need CHEnv.

8c94a049f2a07b8a61cf9b2e2bad34604024b02f authored over 5 years ago
Add SemVer2, an implementation of Version that supports Semantic Versioning

This is currently only used in MSVersion, and is not intended to
necessarily be a replacement fo...

f2fe6cd7574c9299ab26b7a9766d1a5b4e519239 authored over 5 years ago
Checkstyle

325b6dfd148a17b7984f3ba54efd30475316e65c authored over 5 years ago
Add support for method line numbers (ish) in ClassDiscovery

The line number the method declaration is on isn't actually available in
class files, so it's no...

9fe1287f5b7615c72c6b48f9d3cc2fa2390a5ab8 authored over 5 years ago
Make array_index_exists work with negative numbers in normal arrays

9a00f4770ec9525acabf80d25c4d10e1dca07d3c authored over 5 years ago
Fix bounds exception when a brace is used inside brackets (CMDHELPER-3165)

6d5d7e73c343af716c9fd3b652b6e1ad42d570ea authored over 5 years ago
Merge pull request #542 from PseudoKnight/master

Fix issues w/ multiple contiguous symbols in assignment (CMDHELPER-3174)

a90f47b7c3816d18da7d24988be968b3f1ecc8d9 authored over 5 years ago
Fix serializing closures with labels in them

4c8473907bfde7979be3934bd949e11ea137c247 authored over 5 years ago
Fix issues w/ multiple contiguous symbols in assignment (CMDHELPER-3174)

2d9499101c8e9a0ddcbb317c452218ee93c03909 authored over 5 years ago
Disabling logging of compiler warnings in interpreter mode

6f6f5b75e6369ad6fa4bbb6a3990e938447f26df authored over 5 years ago
Fix core error when compile error affects branching

9fd1bcbcfae49a5c005485451075becb1f6600ad authored over 5 years ago
Fix NPE when foreach() given invalid argument format

3d7d61df228d4bcf7ff4c3912ac715683217403a authored over 5 years ago
parseXML first, so the server content-type doesn't matter

69497b374c4dcee76a5d07932585bd63fa99b495 authored over 5 years ago
Use the current protocol

a0527fbfd7a08627d763afa8ab58e31456c2dc92 authored over 5 years ago
Continue work on localization

Still several tasks to be done before this can be crossed off, but the
matching is pretty good n...

1fe82b46bb99d471410f3833e7507b246ff32112 authored over 5 years ago
Fix unacceptable typos

aace269ae8a18ed3d07bbc56af3577497ac795c1 authored over 5 years ago
Correctly create associative arrays in a few places

1b3a412ebcba4a4a4b9880682a9fb596b386cdd2 authored over 5 years ago
Add new compiler warnings for deprecated functions

340b111ac21209043587864362593500bd2b0f96 authored over 5 years ago
Add PATROL and RAID entity spawn reasons

991b4861d9ac80ec99dfb8cb700a4342331220ea authored over 5 years ago
Merge pull request #541 from PseudoKnight/master

Support executing closures in variables using function syntax.

ba52fc84ff2b1042b9c506607ba2cac0e25abf2f authored over 5 years ago
Add more closure tests

80b0fd55bc392383bd28123cf0e9c30e37ff6783 authored over 5 years ago
Improve handling of improperly formatted docs().

This prevents the vscode extension and json-api mode from entirely breaking when given an extens...

62e6867eec7c36eaaa0bf2667dd51b588d6be5b6 authored over 5 years ago
Checkstyle

4d123ef402767af4354484f1f0635f439b15414a authored over 5 years ago
Add switch_ic, an ignore-case version of switch

257909e826faeff9c908bed8356f9a0126d0c2ce authored over 5 years ago
Add support for varying priorities of warnings

Different warnings are classified differently in the LangServ, including
the low category, which...

621c79bb50549cefed8cc60be623649d7a333497 authored over 5 years ago
Use event name target instead of bind function when event does not exist

9991bdbdee7ba457517e525ad7d3d11d71835aac authored over 5 years ago
Prevent extension startup in LangServ

291befb166d694d94f7a5a4d08b84caff5eda438 authored over 5 years ago
Add better logging for an Error thrown in optimize

49256148ca2aa8fef1dd0e3aba35a895882b0f83 authored over 5 years ago
Don't loge on exceptions in document link

e7c7abe2a495505341ed4f77444b81fbc98bc456 authored over 5 years ago
Stop compiling on change, and do compile on save only.

A delay needs to be implemented, otherwise for larger source files, this
causes useability issue...

2034cb7886834b7e740e18b0809a6f80599453ef authored over 5 years ago
Support multiple paths in base-dir

032a0dac8e2e31beb1c62fda54d353ce17cb373b authored over 5 years ago
Add compiler warning for functional usage of operators

This commit adds a compiler warning for when functional notation is used
for a function that sup...

e5e1ec1a569ec069ab0e5cc0ef203dade7768236 authored over 5 years ago
Fix dor() when no values are truthy

1a24743b2a7b6edfdd9174bb07cfe002853910a5 authored over 5 years ago
Support executing closures in variables using function syntax.

This is an early implementation that makes `@closure(@arg1, @arg2)` equivalent to `execute(@arg1...

7e489298dbafdabba9757b21904b7962ab938129 authored over 5 years ago
Add an optional player argument to sudo()

2cbffbd3512404bb0ce9514c1a685ebe4296e855 authored over 5 years ago
Checkstyle

7eaaf558d0516c748f058d5974300e88949e150e authored over 5 years ago
Use proper document models on change

Previously, we just always read from the file system to get the document
truth, but that caused ...

f1617cf4e4c84fe43d816164585ab5ec941c58b3 authored over 5 years ago
Update tellraw functionality.

This fixes ptellraw() for non-ops, adds tellraw() for running from console, adds default selecto...

cb1c84b5f33b3bcd2724fdc54fb551d686a41932 authored over 5 years ago
Remove and ignore test file

2763fcd8bd738c27590edf79e347650cce9ffaf7 authored over 5 years ago
Remove compile time caching of includes.

This is too aggressive of a change for now. However, I am keeping the
warning if the file doesn'...

219480d14332132d6097a45d86d6230f5e952872 authored over 5 years ago
Compile included files at compile time.

Also add DocumentLink support in the Language Server. This is
implemented in a generic way, so e...

1446d8a3466839f432a41ca9e75c7c362d1b4982 authored over 5 years ago
Fix build and typos

27c15796034e16f72af79e4962418c327f6dae85 authored over 5 years ago
Properly support msa files in LangServ

f19e19483014284347b67ee14fe0f71de93ba8b3 authored over 5 years ago
Keyword errors don't stop compilation

Also added object related keywords, which currently all give compile
errors. This could break co...

305ccd991c836761b53b5b2bc79129b0ecd6f6da authored over 5 years ago
LangServ now scans the full workspace on the low priority queue.

This allows for compile errors to be shown in all files, not just the
ones that are open.

Fix c...

8be301d138626a5e67e356495ccc0debc3b1894a authored over 5 years ago
Add checking of bare strings.

In strict mode, this is a compile error, in non-strict mode, it's a
suppressable warning.Add che...

0b7ee4b0946f38930a4ed9cf51c78384060fbade authored over 5 years ago
Don't startup extensions in json-api or verify cmdline modes.

This increases the number of current extensions that are usable in these modes.

964e9433f080d3c2f7e94afb6858408e10992bc5 authored over 5 years ago
Add support for stdio based language clients

d51c0e52c5d231e02ac0eb5d799bbea96819be08 authored over 5 years ago
Enable compiler warnings and fix but in json-api

Compiler warnings were just printed to the log, but couldn't be returned
in a usuable format by ...

6771f58e41d99bd90dee47c3f6cdc142b6fd061a authored over 5 years ago
Move target to string in regex functions

Also offset column by -2. This is probably done in the wrong place in
the code, but this is a qu...

15ecf79a85f4ae56aedce67e69d6c209e90000cc authored over 5 years ago
Implement a basic language server.

This includes support for code completion, as well as error checking!

There are a few issues st...

78f4cd0304c72eea137b4d02fd4d9a6a408b9e58 authored over 5 years ago
Add player statistic functions

28b18d389a264d5886ea62077fadca241569bc07 authored over 5 years ago
Continue work on the language server.

The basic RequestMessage framework is complete, and we succesfully read
in most of the initializ...

642834dbfe5f6d20bb1e5304666d1c1ac945dcf6 authored over 5 years ago
Add documentation about how to use extensions

3d85856ac12d8b5b43fac8bb5ec32e40e244cec3 authored over 5 years ago
Use cached Function in CFunction (#540)

bddf2ded0dc70da1c04c43aedc2a8b861de0179b authored over 5 years ago
Support void in booleanish (falsey value)

e257473b292f7d41284a1fb7883ba79bd469eed2 authored over 5 years ago