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

Fixed player_chat's cancel and modify_event methods.

92527b75dd9908166b93a0e9959bac2065d37303 authored over 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

f67a63131e3449f0281d9475a51ea3e556c85a0a authored over 12 years ago
Added more examples, and added some more to the new compiler. No visible changes.

4361212864fa0575a91317cda5d6d1e1e3055dcd authored over 12 years ago
Fixed a bug with player inventory not refreshing when using pgive_item and associated functions.

7c4280a2234d57b5cff891d24103a03b43cd46e3 authored over 12 years ago
Fixed a few simple bugs.

4316e4a5c4a00cfc265a0641e54e10e294de2541 authored over 12 years ago
Finished the documentation uploader.

65917406ad2e516119887b7a3ac360ce36de2b48 authored over 12 years ago
Updated some documentation.

ad6f21d42b8051bd256f90268bc1436c413407c8 authored over 12 years ago
Fixed the bug in DocGen where an empty section would still show up.

c8458258f08d9b7e3b6fe0e5ac70442aba663d17 authored over 12 years ago
The bulk of the wiki uploader is done.

There are a few things left to do, including making the templates and events pages.

333d72b6b7099a5b7c929b479f21986e6e2ad87b authored over 12 years ago
BROKEN BUILD: There are failing unit tests, which do appear to be just failures, but I'm at a loss right now as to why they are failing.

4cbbd0219ed7cf75cfebf9a4855619a96c0c7a78 authored over 12 years ago
EXPERIMENTAL BUILD: SerializedPersistance now uses a more efficient, and more robust approach to saving.

Technical details: A byte[] is used as the data model, and when it is updated, it simply marks t...

fb934360236d14c2a41983bf2daa4fd0d3b69c9b authored over 12 years ago
Added /recompile command, which works like /reloadaliases.

Also, worked some more on the new compiler and fleshed out the test cases for Persistance Networ...

b6c87601a968b88d1d9b0435f49f81b074aa4212 authored over 12 years ago
Finished the general stuff for the autoconcatenation in the new compiler.

8108a550900c1c61c059a9ec33c604ba36f5d688 authored over 12 years ago
Added generic file options handler to the new compiler. No visible changes yet.

5dcdcd8ce890d65bc512c881a241c7eec335bb46 authored over 12 years ago
That should be noneOf, not allOf.

9e52077b8994ec9a26d6171929a95c8f7705e531 authored over 12 years ago
Rename enum

47c6aa9c6a044de0cca9492e8c6797e13cbce0f8 authored over 12 years ago
Merge from master

82c8dc33549fc12018acf4e3bf103933544a52c3 authored over 12 years ago
Fixed bad parameter usage in error message.

41a3eafd3bf6d8f2af2c01d6801e7b97f9ef870e authored over 12 years ago
Updated docs for make_effect.

7e4de82e3cb40f05a275665bd96c403feb26f323 authored over 12 years ago
Added BLAZE_SHOOT and ENDER_SIGNAL to the blacklist, since they break things.

7a6eb28be98f6a8a0e9b156c6b738f9616730899 authored over 12 years ago
Short circuit equals in the case of the references being the same.

3bb1951175c2376852f5fe1baf5064097b50ccb2 authored over 12 years ago
Added documentation for array_sort_async

a193b86b86ddea5bceabb07ba1632b6feb2c63f5 authored over 12 years ago
Don't need to cancel the chat event?

Also, array_sort_async added.

edf8098d09926f8e096d824970a4ace64f7a56bb authored over 12 years ago
msg need to use the command sender, not the player.

c1509442c6cb93fe488f807655f040b397e8b70b authored over 12 years ago
Removed optimization from msg, since test cases rely on the current usage of msg().

94fbc413b480b5f8d7e4a136157307b188ed6a79 authored over 12 years ago
Optimized persistance very heavily.

Also optimized things like 2 + 2 + 2 (and concats) and added more granular options to the profil...

998f0b1c793852151e9703fabf1ffb1f837bb4da authored over 12 years ago
Check for null first, before running the profiler in the core

78b6882f1399504a4db6057027649812fd6f2db8 authored over 12 years ago
Added profile point for every function run.

Also fixed the interpreter so it uses the preferences files and such from the main installation ...

69be94063ac4db8ef8ec8510a593091d65eaa3c1 authored over 12 years ago
Added basis for examples functionality.

Also, worked some more on the compiler rewrite, and finished the lexer.

48f0196859adec62fef0bce5a4926b92aad7c790 authored over 12 years ago
Scripts shouldn't know about the profiler, the AliasCore should.

Also, events are hooked now.

44e55a48934a21fd75571d4679cf6651919f9d53 authored over 12 years ago
Events need the profiler too.

9f3074693f9adb88dfd5d116899b46d8f280918a authored over 12 years ago
Fixed failing tests.

662e7623c7b9dcdc688bd209b2e7b6252ffa6714 authored over 12 years ago
Hooked the profiler into aliases.

23c80c9a79459d4cddd1caa76113a5310a47f848 authored over 12 years ago
Micro optimized the profiler.

On my machine, there is now only an average of about .025 ms overhead per active profiler point,...

f296c56b9ead977b0384451a9b52060a791903bc authored over 12 years ago
Added the framework for the profiler

3757c93fdf1d9562231c1478fb9d1fc725f2ffca authored over 12 years ago
Clarified docs for array_indexes.

9656dbd0407fefb987840370e488b87cbde50e5b authored over 12 years ago
Added array_remove_values, array_index, and array_indexes.

3432e6ff84cce7837ab58c9c6462b84254c78b50 authored over 12 years ago
Added SimplePath, to convert the dumb notational aspects of XPath to sensible ones.

177e2ae503561888562ba26ddffec61713d3d92b authored over 12 years ago
Reverted additions of isAsync to ParseTree, since those methods aren't reliable yet.

aeea6c7e2db2d77313782ae794b752f71746e9db authored over 12 years ago
Added the CommandExecutor pure utility, and reflect_docs, which will be expanded later, but has basic functionality so far.

abe6a304d45d13009457e0266067921d9f790f7c authored over 12 years ago
Added optional 3rd argument to array_get, which returns a default value if the element doesn't exist.

d4bc2e39fce4988f3d1da9a8c0104e5946735581 authored over 12 years ago
Wired up all the Execution Queue methods.

5b68ba7f3922fc94a0ee3997bda1b11ab7044ffb authored over 12 years ago
The chat event is run on the async thread now, if the underlying code doesn't need syncing.

This all happens transparently, but basically it means that user code will be optimized if possi...

53772b209251b3a624e242e088720a9ee8f2451d authored over 12 years ago
Switched over to using the more specific ParseTree type instead of GenericTreeNodes.

722c1a7886f871d538a4f25006e155f7c69f426c authored over 12 years ago
Switching back to the old repo since that works for some odd reason. Changed license URL in pom.xml to refer to local file for site generation.

736fd7c4fa58a4d5484f84ac9c7716956d9f6ca2 authored over 12 years ago
Updated pom.xml for distributionManagement, maven-site-plugin -> http://docs.sk89q.com.

bc34c5a41591dcdff277bf03941473e3f42cc817 authored over 12 years ago
Use more correct synchronization locks in the FileUtility.

58ad81aa8e750b0f819e74fdfd63df3d05c1db26 authored over 12 years ago
Merged from origin

ea523df3f9f73ad51c4684bef59d5c3d616a2ebb authored over 12 years ago
Finished the ExecutionQueue utility class

514d57b980bde99a02c21533f60fbbcb451e4be0 authored over 12 years ago
Fixed a few problems with player_quit.

Also made the FileUtility class handle file locking.

8ca192b7668ce9907fff9d2359a6cf4cc62096e5 authored over 12 years ago
Added framework class for Execution Queue

5aa04dbff155de7695490a6813c58ea53f30fee9 authored over 12 years ago
File system writes needn't be synchronous, merely synchronized with other reads and writes.

This change should MASSIVELY improve all file based persistance.

03d1d062dd6e624492fe5173078375aa5231539c authored over 12 years ago
Fixed all failing tests, though there is still an occasional test failure due to a OutOfMemoryError, at least on my machine.

463e10efb630c27738f09e943259251343c748dc authored over 12 years ago
Added file locking to persistance network.

Also fixed a few subtle bugs in FileUtility, and cleaned up code.

05f2916632184939805b434c94ae545d012601cc authored over 12 years ago
Added the persistance_network documentation generator.

Also implemented the skeleton for the remaining 3 data sources.

0dd037cb7b8e39dd414ec7ac96f00f5210167a78 authored over 12 years ago
Moved the connection logic outside of the data sources themselves, to facilitate various connection

methods being easily added and mixed and matched.

24fa27bc99cff4d0d6397eac15396024ab1b9fad authored over 12 years ago
Finished the primitive operations of the PersistanceNetwork.

5d74f50e43db8df48f1d25714f46162647ea0685 authored over 12 years ago
Code cleanup

ed53866fa2c89233a8429d87d9b63d0587da8469 authored over 12 years ago
Async chat now refires on the main server thread. This should be more efficient than the previous method.

d5639b15a949df8b9b1d40bb35cfe94a2798547f authored over 12 years ago
Unknown procedures shouldn't cause a failure in the optimizer.

d6f4d37ba44ee51c872b37c741e2d52220a026d6 authored over 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

337f3858ab68d92119e95aeaebd62e549a104cc1 authored over 12 years ago
Fixed player_chat, probably.

8c15cbb08b13c4066dfcb053627d0c13df3cd5be authored over 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

764e74701ee8dada51ec0fcaf12f5f35b49499a5 authored over 12 years ago
Fixed a test failure in Persistance.

Also, started a rewrite of the lexer from scratch.

26fa0b0c3b2619b310f2e18ac8afbba0cff25543 authored over 12 years ago
Added more information to the runas error.

01bea1a1a1124a901a4bf7d650314c2efee58f05 authored over 12 years ago
Added more information to the runas error.

09e447e94e36cf1871cb004df0e7ae070daefd1b authored over 12 years ago
Comment characters in strings are literal characters, not comments.

d4d9f7d8a42d22e42a459a0d5fd3b06cad207714 authored over 12 years ago
Corrected a few unit tests

fb412b6633c152f57379b5f262bcdcde953456f2 authored over 12 years ago
Improved StreamUtils to actually make sense.

ee916a5abc2fdf9b7cba83f7788ae4879db7cb74 authored over 12 years ago
Added basis for async_read, but it doesn't work yet.

184c9aac441149107fe2dbcb121971963ec81225 authored over 12 years ago
Merged from origin.

967ed63afe6a3d4fe899e3f943167527e6bc7cc2 authored over 12 years ago
Merged from origin.

c47eddad6f97a219f956d2176b75d03bfa43afb6 authored over 12 years ago
Embedded SCP client should work now.

Also added sha256 function.

4392ec58c8ef9f635167b5771162acd497590eea authored over 12 years ago
Possibly fixed a NPE

4d3973414de5433bbb2932086e58c91683eace31 authored over 12 years ago
Simplified comment handling, which should have fixed a few errors with comments.

00b5b56eb417d7d929dfa87b124fcccd445348a5 authored over 12 years ago
Added connection host to pinfo()[12].

aab97e631b32eba4c5037e69b9f81fcbe21957d4 authored over 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

6e19f84ffc36ab035bf696659a50e18ea656da5f authored over 12 years ago
For reals fixed runas(~op) this time.

4515158a8ab5e2aee712c758596a433f58c8a8ed authored over 12 years ago
Merge pull request #37 from Jessassin/master

Updated Notepad++ XML files to match current builds

Thanks Jessassin!

6ad54e28adb95d74c0795072db1419ca4b82277b authored over 12 years ago
Actually, backwards compatibility isn't hard to keep.

87eb3feabb206004dae340c6106c6a6d0273e95d authored over 12 years ago
Updated Bukkit and CB dependencies to latest builds, and (hopefully) fixed runas(~op) to work with the new versions.

774664dfb7b3b3270369bdcfdc7814ffcde7f2d0 authored over 12 years ago
Update src/main/resources/syntax-templates/notepad++/default.xml

Removed prefixing from exceptions and events, to prevent incorrect coloring in some situations

4064cae1e45184a6940da684f9cd484b38e96386 authored over 12 years ago
Update src/main/resources/syntax-templates/notepad++/obsidian.xml

Removed prefixing from exceptions and events, to prevent incorrect coloring in some situations

33512f85d1f133b3634ff41b6cfc84810251c8e2 authored over 12 years ago
Update src/main/resources/syntax-templates/notepad++/obsidian.xml

Updated Notepad++ Obsidian.xml to match current builds

1bcbb111fd52214bbcc1a687baeea3478d15b361 authored over 12 years ago
Update src/main/resources/syntax-templates/notepad++/default.xml

Updated Notepad++ Default.xml to match current builds

d03911ff1f8d2e6c20ae62b06ab2e11cfdb9f4c1 authored over 12 years ago
Merge pull request #35 from Deaygo/master

Changed sk_regions_at to accept world as part of the locationArray

Thanks Deaygo!

41e393cbd35d62da094b86e8f1c023adef94709a authored over 12 years ago
Fixed the failure of getNamespaces in the case of captures.

8eb31bede5f93896e12f91d99436bef64d861567 authored over 12 years ago
Changed sk_regions_at to accept world as part of the locationArray, if no player and no world are

received then an exception will be thrown

b6275443b60252e5419f17ff580d5074e7be6306 authored over 12 years ago
Added a test to demonstrate the failure of getNamespaces in the case of captures.

b7496006bd685b685cd05ce3ef9eef7d43eb67bb authored over 12 years ago
Finished basis for get_values function in persistance network.

01d6416dd07abf1f5c97439cf8e79cbfa30f41e8 authored over 12 years ago
Finished DataSourceFilters matching mechanism.

223394d4f99734a8ba659a18549fc0bab84d1cc3 authored over 12 years ago
Finished about half of the DataSourceFilter class.

Added unit tests for it as well.

256399151281eea8e2655e7e205b2d1c25554608 authored over 12 years ago
Added JSONDataSource.

Also added unit tests for all string based data sources.

88cca3515b6cf248f1af6523d6756e5d753a3c90 authored over 12 years ago
Made dyn() not show up in documentation.

The staged API will have it removed next time it is refreshed.

e123e38b9189aad477074f96f0ea3fb96b95d305 authored over 12 years ago
Improved FileUtility functions.

24e31a67fa312fc2723d030bb8a92f4db9d00c4d authored over 12 years ago
Added prettyprint modifier.

Right now, only yml: files will benefit from this, but XML, JSON will as well, eventually.

9358e196d0780dd735d695b9f48be0228f0b1609 authored over 12 years ago
Moved all annotations into their own package.

This should fix an issue with the build environment on case insensitive development platforms.

f3da23b406e99d276b92e0a9edc49f4ea7b5b073 authored over 12 years ago
Improved the URI handling of DataSources.

b229dcaac187df542e67fb53278f2423f6644a3b authored over 12 years ago
SerializedPersistance now fits in with the DataSource paradigm.

3dc430dc65716ea6b97a155d090295757d6f4960 authored over 12 years ago
Code cleanup

bd0cddcff5de5e5a442bef2580b1e3fe64345bd9 authored over 12 years ago