Branch |
# |
Status |
Changes |
Finished |
|
master
|
#3315-
|
|
Tests passed: 635, ignored: 6
|
- Update entity_enter_portal to use block material name (ea39c1 by pseudoknight)
- Remove old test (00ca10 by pseudoknight)
|
2 months ago |
|
master
|
#3314-
|
|
Tests failed: 1 (1 new), passed: 635, ignored: 6
|
- Clean up (fa1292 by pseudoknight)
- Improve core error logging. (f39244 by pseudoknight)
- Fix version check for snowman derp (b7deec by pseudoknight)
|
2 months ago |
|
master
|
#3313-
|
|
Tests passed: 636, ignored: 6
|
- Update entity_interact to use block name (697430 by pseudoknight)
- Fix get_leashholder() (7e9d9e by pseudoknight)
|
2 months ago |
|
master
|
#3312-
|
|
Tests passed: 636, ignored: 6
|
- Fix broad compatibility for Llama, SkeletonHorse, ZombieHorse, Donkey and Mule in entity_spec(). (3172d3 by pseudoknight)
|
2 months ago |
|
master
|
#3311-
|
|
Tests passed: 636, ignored: 6
|
- Update maven-shade-plugin. (82a3af by pseudoknight)
- Fix exceptions when getting out-of-bounds string indexes (27c43d by pseudoknight)
|
2 months ago |
|
master
|
#3310-
|
|
Tests passed: 633, ignored: 6
|
- Fix build (8e0c57 by pseudoknight)
- Formatting (96a6dc by pseudoknight)
|
3 months ago |
|
master
|
#3309-
|
|
Tests passed: 633, ignored: 6; exit code 1 (new)
|
- Override methods in CSecureString that don't make sense to inherit
Also, needed to change array_get to work properly with ArrayAccess,
instead of assuming it is a string, if it is ArrayAccess and not a
CArray. array_normalize only makes sense with an actual array, so that
change to ArrayAccess was a bit premature. That change might actually
break some people's code, but whatever they were doing didn't make sense
in the first place, so you're welcome? (f9ea60 by ladycailin)
|
3 months ago |
|
master
|
#3308-
|
|
Tests passed: 633, ignored: 6
|
- Shoring up secure_string (99e78a by ladycailin)
|
3 months ago |
|
master
|
#3307-
|
|
Tests passed: 633, ignored: 6
|
- Add (decrypt_)secure_string.
These functions actually allow access to the CSecureString mechanisms.
In the future, it will now be possible to backport other methods to use
this data type. (c0ca35 by ladycailin)
|
3 months ago |
|
master
|
#3306-
|
|
Tests passed: 633, ignored: 6
|
- Merge branch 'master' of me.github.com:EngineHub/CommandHelper (5a2016 by ladycailin)
- Implement base classes for CDecimal and CSecureString
At current, these are not useable, as they are not constructable from
mscript. The CDecimal can be constructed in *some* cases in code using
0m notation, but it cannot be used beyond general Object use. (b43adf by ladycailin)
|
3 months ago |
|
master
|
#3305-
|
|
Tests passed: 633, ignored: 3
|
- Merge pull request #471 from Pieter12345/GetConstruct_improvement (8e11e2 by michael smith)
- Improved runtime complexity GetConstruct/GetPOJO
Both the GetConstruct and GetPOJO methods contained loops over
Lists/Maps with a getter of a value from those Lists/Maps in them,
effectively being O(n^2) runtime complexity (with an exception of Hash
implementations, where a lookup is O(1) instead of O(n)).
In this commit, those loops have been changed to loops over the entryset
(for Maps) or changed to using an iterator (Lists). The new runtime
complexity for both is O(n). (0888be by pieter12345)
|
3 months ago |
|
master
|
#3304-
|
|
Tests passed: 633, ignored: 3
|
- Add what was hit in the projectile_hit event (f487f4 by pseudoknight)
|
3 months ago |
|
master
|
#3303-
|
|
Tests passed: 633, ignored: 3
|
- Formatting (b96672 by pseudoknight)
|
3 months ago |
|
master
|
#3302-
|
|
Tests failed: 1, passed: 633, ignored: 3
|
- Support item arrays for phas_item(), pitem_slot(), ptake_item(), ptake_enderchest_item(), and take_from_inventory(). (6eebf6 by pseudoknight)
|
3 months ago |
|
master
|
#3301-
|
|
Tests passed: 633, ignored: 3
|
- Fix missed getHandle() (8b5fa2 by pseudoknight)
|
3 months ago |
|