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 failing unit tests

6dc747da3d6967f29ce279b9f465d6629f68c5d8 authored about 12 years ago
Replace tabs with spaces, the client doesn't seem to like tab characters.

c819a4262c271ba4d2b03ead6a6b71b8f8a62997 authored about 12 years ago
Merge pull request #50 from jb-aero/pullable

make enumerated subtypes the standard, and add zombie, skeleton, slime, ...

f79d3f0cb97b10b7557070e1630ce91396e93a54 authored about 12 years ago
Added stacktraces, fixed line numbers (and files) in exceptions being off in some cases, added support for assignment chaining, started PacketJumper, added .= support, added a new local package example CHDataSourceProfiler, and added file_size()

38c278794be7ed28d571d23f2600190bb2b9245f authored about 12 years ago
make enumerated subtypes the standard, and add zombie, skeleton, slime, and pig to them

b8a041e409dbe18b575516606214d7403fe7cc8b authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper

8fc01c90df9af7157403c171247a072aaff71214 authored about 12 years ago
Fixed some bugs

6aca6174ced753fd92f8f914ee7f65eccae1a715 authored about 12 years ago
Fixed bug 2159

6d7f0c8ce8a947d305d79fc2a212b8fa7e5123bb authored about 12 years ago
Probably fixed a bug with SQLiteDataSource

9f6dddce5bb98b1be2f6a7773c9e603f0416981c authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

8a24d57871b09b72a6ea070b01072aca69553a28 authored about 12 years ago
Implemented play_note, but it doesn't appear to be working.

99e8751c338775306b5d8ccda27b1c8c386220bc authored about 12 years ago
Added MemoryDataSource, which is an in-memory only data source. See the wiki for usage. The PN code was cleaned up too, and should be marginally faster now too. Additionally, other minor changes are being committed.

7bbd3db367e3e9024568d3cda9272c272c60c13d authored about 12 years ago
Added the ability to do safe explosions. Also updated to the latest versions of bukkit and cb.

91d7e44836838896cfb678611662aa2fd22a0045 authored about 12 years ago
Corrected a bug with the Convertor locating code

5b115525fc5b6421575483b9b0abd5b91c2b8149 authored about 12 years ago
Ensure the Implementation Type is set?

596ce666c3a55f1ea1710fb87c1e93f8438299a0 authored about 12 years ago
Apparently some test suites load in different orders, and that apparently breaks some tests.

To ensure this is not the case, SRun now installs a fake server frontend, to ensure everything i...

3f11f30e696e0a67db80e054b38bd4c0c67b7872 authored about 12 years ago
All tests pass again.

This required the final stages of refactoring the Environment system, but after that, the proced...

62db67d2c8ad821e640779636fef2e07d0f0e9ff authored about 12 years ago
Added shutdown hook to array_sort_async's runnable queue, which prevents issues upon reloading.

01724a506d409a74ae0807c32a7fae2961046642 authored about 12 years ago
Changed string_format to sprintf, and fixed a few bugs with it

264763583648ea3a0167bd418e3ae077008c98a9 authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

a7dffc7ad336a51517d9a1a5596732e8534f36fc authored about 12 years ago
Added string_format, but haven't added documentation, examples, or finished test cases yet.

Also, made a few changes to some utility classes.

b9fe2f4e2267d73bbcd1cd736544030ccdd7288d authored about 12 years ago
Added create_world(name, [type, environment, seed]) and fixed a large bug with the assignment operator.

d2d39e19aa6c4e6f56178ec66b5f8dfa2c7c47d5 authored about 12 years ago
Added =, +=, -=, *=, /= operators

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

e8bee9b7b9b9b2c536b1202177a826bc1e4abd4f authored about 12 years ago
Added ArgumentSuite class, and refactored Main to use it.

79733bb85486c91cdc3a746493ad67e03cb06f7c authored about 12 years ago
Increment/Decrement now works in an array dereference, so (@array[0]++) will work.

Also, corrected a bug with line numbers in cases where an autoconcatenated construct was the pro...

ea9abfe9c52766258fc0487ff1f01b7ed52331a4 authored about 12 years ago
Fixed ExecutionQueues and cleaned up ProgramFlowManipulation code.

f021df4ab9a52f83740231daa91af5dfc94b41a0 authored about 12 years ago
Fixed bug 2150.

2ab2cd260cbaa942a1d0e106710996da02c15148 authored about 12 years ago
Merge pull request #49 from EntityReborn/master

Fixed a stupid typo.

b5f28a728b9bac4b5bd380e03f445cedc3f62ca6 authored about 12 years ago
Fixed typo.

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

ffeb516776a6210fff0359c4f11b0f1e5895fb71 authored about 12 years ago
Fixed getting kicked out of interpreter mode when an exception ocurrs.

684740bc4055bc0ed4e8ee5a5a472dc156960c2a authored about 12 years ago
Merge pull request #48 from EntityReborn/master

Crunchy fixes.

9de218be8fd816e001a3ea60749609d991754dc2 authored about 12 years ago
Fixed interpreter from spamming tracebacks in some cases.

f74825afb1d8262381f83a87d1e68cecb9c7d515 authored about 12 years ago
Fixed bug #2058.

9ae4ac79aa0333954bc267c0c5319c34cb1245fe authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

a23b1de81223e84d7d4ff00f627d918fcebdd8e9 authored about 12 years ago
Fixed several minor bugs.

0cc2eb33c8996c88b4e9cb9cf26940ec4bb067b6 authored about 12 years ago
Static.getEntity now throws an exception instead of returning null.

This will prevent NPE's, and instead throw a CRE by default.

4b4a26d1c60d33a402b96209fc363de5e4c23506 authored about 12 years ago
Fixed a bug with default variables causing NPE.

c8a3af45d1bb288ca3f7b76ecdbb887708e02f99 authored about 12 years ago
Changed name of set_mob_rider to set_entity_rider, since it will technically work for all entities.

6ee73eb876ca0cd68ec40a69461974eac0cbdf1e authored about 12 years ago
Added player's entity id to index 13 of pinfo

98843075fa06d069694d342a0e2c3b69224dfb70 authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

35d582eb2ec130350590b5a7086f85a70f69367b authored about 12 years ago
Made variable handling a bit more robust in a few places, and added a todo.

b54c857999ab5bad45c5e8bb0e22eb6387186701 authored about 12 years ago
Actually made variables strings now.

55ef69dd165f890f1443c37d182d7682642df747 authored about 12 years ago
All variables will be passed in from a command as a string now, instead of being resolved into another construct first.

76b8e385025164968c86bb761a904e682eae49c7 authored about 12 years ago
Fixed a NPE in enchantments.

17f03c8459558ed7507f30834a15c363351001c8 authored about 12 years ago
Added get_peffect([player])

9f7dbe0e4dbbfa010b2df420fe58560a65a3a826 authored about 12 years ago
Improved the recursiveDelete method in FileUtility, which should work around a Windows JVM bug (and does appear to work)

2144481eb2c9b9696783fd686a2bcf1befbc254a authored about 12 years ago
Added location parameter to block_place, with a locationArray.

0802e3ef452c88dbcd9cb1a6f2631d85d01022f0 authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper

a02dde385cb1bc03e704fe9e416a06326ae97f8f authored about 12 years ago
Added Bow enchantment names from the wiki.

d071f89090bfce42fda0d17389551314538f2bd2 authored about 12 years ago
Basic reading and writing through the VFS works now.

185fe2be770ca244c6dd184d1c6ea8bd225fa748 authored about 12 years ago
VFS settings are parsed and stored correctly now.

df8f736ecb4d31670cdf00ebb3c6b5f544e40e32 authored about 12 years ago
Added more to the VFS. Stubbed out test cases, and moved direct file system access to an abstraction layer, so things like ssh mounting, streaming protocols, or memory file systems can easily be added later.

605e96df15fca14336cc2b797dc14d4845b5d2e6 authored about 12 years ago
Clarified the docs for set_uncaught_exception_handler.

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

c3bae21a8b85af9e7a290c31626cfa737d35a8aa authored about 12 years ago
Added set_uncaught_exception_handler, which allows for a generic way to catch all uncaught exceptions, and in fact, even cancel the default reporting behavior.

Additionally, a few changes to SHELL mode were made, including the installer script (rerun --ins...

1302a37ee116867b054369d25f6a5b007b24a475 authored about 12 years ago
Merge pull request #46 from EntityReborn/master

Doc fix.

7b36e2d01e47cd6c7fa0bd141b80126575338128 authored about 12 years ago
Fixed up docs for set_block_at again.

44637f668d2ff91378258fc3b5c0796ddce65f63 authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

92d286deaa6b7314b8d222cb8dd8808d046f9f9c authored about 12 years ago
Fixed documentation for set_block_at()

84d20e51f2cf3007a54ab39f404dcb757913eea7 authored about 12 years ago
Fixed function name of is_string()

d6aae8204676022800c66bded5a7bcf6fe539159 authored about 12 years ago
Merge pull request #45 from EntityReborn/master

Fix for #1938 (set_compass_target)

9c125584eebf93665d3e1367bf5c137f0fbae782 authored about 12 years ago
Fixed #1938

95c1665572b954329bdfa58c90f625725578206b authored about 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

9a0657f99b22847698d8afce2fee7c0490380e71 authored about 12 years ago
Merge pull request #42 from jb-aero/master

Vampires were added too early

fe63b6ee08a89a3622d1a245ba8a5e6db4aae0f7 authored about 12 years ago
Merge pull request #44 from EntityReborn/master

Fixed compiling with an empty repo. Bumped up some deps.

7738777e2dff8c3eceb336ab97d4b6f5d9523eb1 authored about 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

64d6c9b54e8bfabdad647c982ba81e79d2e3ea46 authored about 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

44588af13f92112b6466334a2a0d7111b70c544f authored about 12 years ago
Bumped up worldedit and worldguard dependancies. Fixes compile issues

when compiling with an empty repo.

56aaa2360aa13f651ef01763d54204393d822bb1 authored about 12 years ago
Deleted some generated files from the repo.

df33bdb3f7f8b16fbde161369e81eae34ca12ba0 authored about 12 years ago
Added a few utilities, and some todos

3bc9267eb192e466f24afbfeb7d09a5ace36dba2 authored about 12 years ago
Fixed SQLiteDataSource not deleting a key if it is null.

1accbf12a66103b48a4e41d7f51241c935b18c2b authored about 12 years ago
Fixed a NPE when running /delalias, and made it show the entire user script when viewing it.

1534f70538964ad5875a73b99519a775c2367b8d authored about 12 years ago
Renamed player_moved to player_move

d33916bcc18a8e617b29eb45811c457de658116c authored about 12 years ago
Added player_moved event.

This uses a secondary thread to do the lion's share of calculating player positions, and does no...

dbc6545c92cf182f0a35831346b26015514e4a9c authored about 12 years ago
added subtypes to creepers, wolves, pigzombies, villagers, and endermen in spawn_mob

f0584ee6594001bba4a554d424c7708d2b3b660c authored about 12 years ago
re-add FIREBALL since Bukkit reverted their change to LARGE_FIREBALL

011fbc18bf62427ad84e4f1b514de78d2ff2cdae authored about 12 years ago
fix Bats spawning as Witches

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

ea8bbc4f35510262a709192c2303ce1558d1e64e authored about 12 years ago
Fixed a cast error while spawning a giant.

286a7ae34710eae7af3ec89d66100a7f54e9c264 authored about 12 years ago
Fixed ZipReader's getFile mechanism for complex zips, and included a mechanism to copy bundled example LocalPackages into the local file system. Added CHMarquee as the first bundle.

5a0423dd3226dd55340e8d991ef01c298df7d8e1 authored about 12 years ago
Added unit test and examples

1c6be28d25e96038407966abdeaf3cfb72f1ad32 authored about 12 years ago
Expanded rand() functionality

114a4a8a2bb9a90e8e005315151b87bc0542fc9d authored about 12 years ago
Oops.

2cc7bdfdd2e3d678d77370d649b210e1872935a0 authored about 12 years ago
Added a bit of error checking in the marquee, so that if something goes wrong, it won't crash everything.

74d48aa07b86344603ae3ab3b29025115164dbe3 authored about 12 years ago
Synchronize the methods that touch validIDs to prevent threading issues.

5285ca5b37ae203b7a6fe4f72e904a925da12d84 authored about 12 years ago
Added documentation for marquee functions.

e3cf622414021c770d0845a4e9857e7543ca959a authored about 12 years ago
Added documentation for marquee functions.

a0e09433ecd1f325f5302396c7d239eabea36c7e authored about 12 years ago
Finished the marquee system.

a508817b732cc14698299332c28ca54a4d93e97e authored about 12 years ago
Fixed import

096404c696e1b3c35f2057b9b0cd3970f5a8be37 authored about 12 years ago
Local merge

15224c358ed220bc5a1655320812fda92563738e authored about 12 years ago
Added marquee class. Untested however, so may be buggy.

3fd54b5299a6bbe456cf3b04279ccd438fae2455 authored about 12 years ago
Upped the valid potionID limit. Addresses bug 2115.

Additional enhancements to a few utilities too.

ba97329ffad4a68f7b5ecb9c6be8785cabbb40fb authored about 12 years ago
Added the new mob types to spawn_mob. As soon as bukkit supports spawning them, they will be available. Also, updated a few enums for 1.4, and am otherwise building against 1.4.

6b4bf8ab1c0766663d38a8c3dae244a32097b528 authored over 12 years ago
Fixed a few potential issues in Environment class

b91955703563f1f05b11289f8dc739a6ca3651df authored over 12 years ago
Fixed a bug in get_block_at.

0ddb64b6eb453efd0e26ccf722a0b4c2e4653557 authored over 12 years ago
Fixed a few bugs with set_block_at, when being run from a non-player

0d8f1ecdde5f60b8fc342b5428a18ee1483a53fe authored over 12 years ago
Fixed a few bugs with persistance

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

ab1f4a4213686e920c70a1d5de9b7d9f47991030 authored over 12 years ago