-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JEI Support #431
base: master
Are you sure you want to change the base?
JEI Support #431
Commits on Aug 27, 2014
-
- Changing scripting engine to use three-step compilation and improvi…
…ng language - Added named method arguments and default argument values - Added OptionalInt, OptionalFloat, OptionalDouble, OptionalString
Stan Hebben committedAug 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 3799725 - Browse repository at this point
Copy the full SHA 3799725View commit details
Commits on Sep 2, 2014
-
Merge branch 'master' into 3.1
Conflicts: MineTweaker3-API/src/main/java/minetweaker/MineTweakerAPI.java MineTweaker3-API/src/main/java/minetweaker/api/game/IGame.java MineTweaker3-API/src/main/java/minetweaker/api/item/IIngredient.java MineTweaker3-API/src/main/java/minetweaker/api/item/IItemTransformer.java MineTweaker3-API/src/main/java/minetweaker/api/item/IngredientTransform.java MineTweaker3-API/src/main/java/minetweaker/api/recipes/ICraftingRecipe.java MineTweaker3-API/src/main/java/minetweaker/expand/ExpandString.java
Stan Hebben committedSep 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 4d4d39d - Browse repository at this point
Copy the full SHA 4d4d39dView commit details -
Merged with the 3.0.8 version.
Stan Hebben committedSep 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 6726cde - Browse repository at this point
Copy the full SHA 6726cdeView commit details
Commits on Sep 22, 2014
-
- Continued development on ZenScript
- MineTweaker3-API is now MIT licensed - Adjusted some parts of the API towards the ZenScript changes - Expanded API to allow new blocks to be defined - Added compile-time evaluation - Started implementation of switch compilation
Stan Hebben committedSep 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 5a469ac - Browse repository at this point
Copy the full SHA 5a469acView commit details
Commits on Oct 14, 2014
-
- Merged the 3.0.9 changes into the 3.1 branch
- Continued refactoring and code quality improvement in scripting engine
Stan Hebben committedOct 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 3a38a9d - Browse repository at this point
Copy the full SHA 3a38a9dView commit details
Commits on Oct 19, 2014
-
Merge branch 'master' into 3.1
Conflicts: MineTweaker3-API/src/main/java/minetweaker/api/item/IItemDefinition.java MineTweaker3-API/src/main/java/minetweaker/api/item/IItemStack.java MineTweaker3-API/src/main/java/minetweaker/expand/ExpandString.java MineTweaker3-API/src/main/java/minetweaker/runtime/MTTweaker.java MineTweaker3-MC164-Main/src/main/java/minetweaker/mc164/MineTweakerMod.java MineTweaker3-MC1710-Main/src/main/java/minetweaker/api/minecraft/MineTweakerMC.java MineTweaker3-MC1710-Main/src/main/java/minetweaker/mc1710/MineTweakerMod.java MineTweaker3-MC172-Main/src/main/java/minetweaker/mc172/MineTweakerMod.java MineTweaker3-Web/downloads.html MineTweaker3-Web/index.html configuration.gradle
Stan Hebben committedOct 19, 2014 Configuration menu - View commit details
-
Copy full SHA for b5ac337 - Browse repository at this point
Copy the full SHA b5ac337View commit details
Commits on Nov 6, 2014
-
- Started spliting MineTweakerImplementation and MineTweakerImplement…
…ationAPI - Changed formatting to new style - Moved zenscript to its final package (org.openzen.zencode) - Started work on the recipes API - Continued work on the scripting engine
Stan Hebben committedNov 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 3bcfc18 - Browse repository at this point
Copy the full SHA 3bcfc18View commit details
Commits on Nov 9, 2014
-
Merge branch 'master' into 3.1
Conflicts: MineTweaker3-API/src/main/java/minetweaker/MineTweakerAPI.java MineTweaker3-API/src/main/java/minetweaker/api/item/IIngredient.java MineTweaker3-API/src/main/java/minetweaker/api/liquid/ILiquidStack.java
Stan Hebben committedNov 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 3d9b070 - Browse repository at this point
Copy the full SHA 3d9b070View commit details
Commits on Nov 10, 2014
-
- Continued towards a compiling (but not yet complete) version of Zen…
…Code - Refactored and reworked the 1.7.10 implementation to fit the new ZenCode API - Added UndoableAction class and refactored existing code to use it
Stan Hebben committedNov 10, 2014 Configuration menu - View commit details
-
Copy full SHA for ef13968 - Browse repository at this point
Copy the full SHA ef13968View commit details
Commits on Nov 11, 2014
-
- Some additional minor refactoring to the new package & structure
- Some additional cleanup - Adjusted more MineTweaker-API code to the new ZenCode structure - Type Expansions should work with native java classes again - Made custom unescape function (works with the yet-unreleased ZenCode specs)
Stan Hebben committedNov 11, 2014 Configuration menu - View commit details
-
Copy full SHA for e674194 - Browse repository at this point
Copy the full SHA e674194View commit details -
Covered type parsing by unit tests.
Stan Hebben committedNov 11, 2014 Configuration menu - View commit details
-
Copy full SHA for c3bfcdd - Browse repository at this point
Copy the full SHA c3bfcddView commit details
Commits on Nov 13, 2014
-
- Cleaned up some API functions - Fixed some naming between parameters and arguments - Fixed a few naming errors in registered API classes - Adjusted bracket handlers to the new system, simplified implementation - Stop compilation in case of errors - Added debug code, to output generated classes in scripts-debug - Fixed calling of virtual methods - Fixed some callable values not being processed properly
Stan Hebben committedNov 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 57afaee - Browse repository at this point
Copy the full SHA 57afaeeView commit details
Commits on Dec 6, 2014
-
- Continuing preparation of the improved scripting system. Deleted a …
…lot of old classes, renamed/moved a lot of things. - Completing parser implementation - Started work on the improved ZenScript -> Java bytecode compiler
Stan Hebben committedDec 6, 2014 Configuration menu - View commit details
-
Copy full SHA for c4d779c - Browse repository at this point
Copy the full SHA c4d779cView commit details
Commits on Jan 9, 2015
-
- Merged changes from main branch
- Making major strides in the scripting language towards 3.0.10 (and 3.1) - Added language grammar schemas
Stan Hebben committedJan 9, 2015 Configuration menu - View commit details
-
Copy full SHA for e056206 - Browse repository at this point
Copy the full SHA e056206View commit details -
Preparing for a properly compiling version of the improved scripting …
…engine.
Stan Hebben committedJan 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 9975370 - Browse repository at this point
Copy the full SHA 9975370View commit details -
Removed the T generic parameter everywhere, which has now become Type…
…Instance<E>.
Stan Hebben committedJan 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 4faf568 - Browse repository at this point
Copy the full SHA 4faf568View commit details
Commits on Jan 11, 2015
-
(Committing progress towards improved scripting engine)
- Fixed all errors outside the bytecode compiler - Improved naming for some classes - Removed IGlobalScope - Removed some methods that are no longer necessary
Stan Hebben committedJan 11, 2015 Configuration menu - View commit details
-
Copy full SHA for ec7d841 - Browse repository at this point
Copy the full SHA ec7d841View commit details
Commits on May 15, 2015
-
Continued work on the new compiler.
Stan Hebben committedMay 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 154e5c5 - Browse repository at this point
Copy the full SHA 154e5c5View commit details
Commits on Jul 28, 2015
-
Commit of the compiler's working status.
Stan Hebben committedJul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 788ede5 - Browse repository at this point
Copy the full SHA 788ede5View commit details