Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files to match code | Tiger Wang | 2021-05-04 | 1 | -2/+2 |
| | |||||
* | Add player statistics to API (#5193) | nshah25 | 2021-05-03 | 1 | -0/+2 |
| | | | | | | * Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017) | 12xx12 | 2020-11-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed network fixed explosion fixed ticking added network broadcast to Setter method added nullptr protection using macros in 1.10 Protocol_1_10.cpp revealed functions to LUA API small fixups, typos, less functions used fixed more doc readded info that saving is done only if the beam is displayed made the constructor transfer all needed members fixed wrong commit removed default parameters on SpawnEnderCrystal fixed wrong metadata moved call to destroy in the right place fixed some typos Fixed Ender Crystal * fixed documentation * fixed doc and added proper error message * Parameters, arrows * Parameters Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Removed the obsolete cTracer class. (#4594) | Mattes D | 2020-04-03 | 1 | -1/+0 |
| | |||||
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -1/+1 |
| | | | | | | | | | The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values | ||||
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -3/+6 |
| | |||||
* | Fully implemented leashes (#3798) | Pablo Beltrán | 2017-08-21 | 1 | -0/+1 |
| | |||||
* | Lua plugin cColor (#3833) | Lane Kolbly | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | Added bed entity (#3823) | Lukas Pioch | 2017-07-07 | 1 | -0/+1 |
| | | | | | | | | | | * Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds | ||||
* | Update tolua and export EffectID | peterbell10 | 2017-06-29 | 1 | -0/+1 |
| | |||||
* | Exported boat | Lukas Pioch | 2017-05-24 | 1 | -0/+1 |
| | | | | | | | - NBT: Added saving / loading of material - Added the material in the item handler of the boat - Drop the correct boat if destroyed - APIDoc: Added desc and functions | ||||
* | Exported cFallingBlock and cExpOrb (#3700) | Lukas Pioch | 2017-05-09 | 1 | -0/+2 |
| | |||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-06-27 | 1 | -1/+0 |
| | |||||
* | Revert "Lua callback" | Mattes D | 2016-03-21 | 1 | -0/+1 |
| | |||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | Implemented brewing | Lukas Pioch | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | AllToLua: Fixed cMonster inheritance. | Mattes D | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | AllToLua: Removed an unneeded class declaration. | Mattes D | 2015-03-19 | 1 | -8/+0 |
| | | | | It's perfectly possible to declare a class in ManualBindings without the need for declaration in AllToLua.pkg. | ||||
* | AllToLua: Fixed the parse order for bindings generation. | Mattes D | 2015-03-19 | 1 | -26/+45 |
| | | | | Fixes #1789. | ||||
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -0/+2 |
| | |||||
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 1 | -1/+11 |
| | | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | ||||
* | Fixed eMonsterType Lua API mismatch. | madmaxoft | 2014-10-05 | 1 | -0/+1 |
| | |||||
* | Removed cGroup and cGroupManager. | Mattes D | 2014-08-21 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 1 | -0/+1 |
|\ | | | | | Name to UUID | ||||
| * | Exported cMojangAPI to Lua. | madmaxoft | 2014-07-30 | 1 | -0/+1 |
| | | |||||
* | | Exported the beacon. | Howaner | 2014-07-30 | 1 | -0/+1 |
|/ | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -1/+1 |
| | | | | Changed effect map to take a pointer of the effect as a result. | ||||
* | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Statistic Manager | andrew | 2014-05-11 | 1 | -0/+1 |
| | |||||
* | Unified Matrix4 code | andrew | 2014-03-11 | 1 | -1/+0 |
| | |||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -3/+7 |
| | |||||
* | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 1 | -0/+2 |
| | |||||
* | Exported cBlockInfo | andrew | 2014-03-02 | 1 | -0/+1 |
| | |||||
* | Exported and documented cScoreboard | andrew | 2014-03-01 | 1 | -0/+1 |
| | |||||
* | Fixed tolua export for Byte. | madmaxoft | 2014-02-24 | 1 | -0/+7 |
| | | | | No longer treated as an unknown class. | ||||
* | Documented and exported cMapManager | andrew | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | Documented and exported cMap | andrew | 2014-02-22 | 1 | -0/+1 |
| | |||||
* | Manual merge (Fixed conflicts) | andrew | 2014-02-20 | 1 | -0/+2 |
|\ | |||||
| * | Properly exported and documented paintings | Tiger Wang | 2014-02-18 | 1 | -0/+1 |
| | | |||||
| * | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -0/+1 |
| | | | | | | | | | | This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. | ||||
* | | Send map when selected | andrew | 2014-02-14 | 1 | -0/+1 |
|/ | |||||
* | Exported cFloater to the Lua API. | STRWarrior | 2014-01-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #532 from mc-server/LuaStateErrorHandler | Mattes D | 2014-01-12 | 1 | -2/+0 |
|\ | | | | | Lua state error handler | ||||
| * | Removed an unused file. | madmaxoft | 2014-01-11 | 1 | -2/+0 |
| | | |||||
* | | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 1 | -0/+1 |
|/ | |||||
* | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. | STRWarrior | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Exported the cTNTEntity | STRWarrior | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -0/+82 |
Ref.: #407 |