| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated the bindings again. | madmaxoft | 2013-09-15 | 1 | -1/+1 |
* | Fixed cWorld bindings for GetBlockInfo() and GetBlockTypeMeta(). | madmaxoft | 2013-09-15 | 1 | -1/+1 |
* | Updated the automatic bindings. | madmaxoft | 2013-09-15 | 1 | -1/+1 |
* | Merged branch 'Projectiles'. | madmaxoft | 2013-09-07 | 1 | -1/+1 |
|\ |
|
| * | Updated the API bindings. | madmaxoft | 2013-09-07 | 1 | -1/+1 |
| * | Added cEntity's gravity to the Lua API. | madmaxoft | 2013-09-03 | 1 | -1/+1 |
| * | Added cArrowEntity's criticalness to the API. | madmaxoft | 2013-09-03 | 1 | -1/+1 |
| * | Added line collision calculation to cBoundingBox. | madmaxoft | 2013-09-01 | 1 | -1/+1 |
| * | Added the cBoundingBox class. | madmaxoft | 2013-09-01 | 1 | -1/+1 |
* | | Exported BroadcastSoundEffect and BroadcastSoundParticleEffect to the Lua API | STRWarrior | 2013-09-01 | 1 | -8/+8 |
|/ |
|
* | Basic support for thrown items - eggs, snowballs and ender pearls. | madmaxoft | 2013-08-30 | 1 | -1/+1 |
* | Moved throw pos and speed calculation from cProjectileEntity into cPlayer. | madmaxoft | 2013-08-30 | 1 | -1/+1 |
* | Merged in the Projectiles branch. | madmaxoft | 2013-08-30 | 1 | -1/+1 |
|\ |
|
| * | Added a few API accessors to cArrowEntity. | madmaxoft | 2013-08-25 | 1 | -1/+1 |
| * | Merged branch 'master' into Projectiles. | madmaxoft | 2013-08-25 | 1 | -1/+1 |
| |\ |
|
| * | | Added skeleton code for projectile spawning. | madmaxoft | 2013-08-22 | 1 | -1/+1 |
* | | | Added g_BlockIsXXX[] arrays to the API. | madmaxoft | 2013-08-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merging in tigerw's changes from PR #118 | madmaxoft | 2013-08-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
* | | Hook adding uses the new API. | madmaxoft | 2013-08-21 | 1 | -1/+1 |
* | | Added cWorld:GetIniFileName() to the Lua API. | madmaxoft | 2013-08-21 | 1 | -1/+1 |
|/ |
|
* | Added cPickup:IsCollected() to the Lua API. | madmaxoft | 2013-08-19 | 1 | -1/+1 |
* | Added cPickup:GetAge() the the Lua API. | madmaxoft | 2013-08-19 | 1 | -1/+1 |
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -1/+1 |
* | Finished renaming cPlugin_NewLua to cPluginLua. | madmaxoft | 2013-08-19 | 1 | -1/+1 |
* | Implemented cWorld:QueueSetBlock(), as requested for delayed blocksetting. | madmaxoft | 2013-08-18 | 1 | -1/+1 |
* | Added cWindow property manipulation API. | madmaxoft | 2013-08-18 | 1 | -1/+1 |
* | Disabled Lua virtual hooks. | madmaxoft | 2013-08-18 | 1 | -1/+1 |
* | Added cRoot:BroadcastChat() to the Lua API. | madmaxoft | 2013-08-17 | 1 | -1/+1 |
* | Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. | madmaxoft | 2013-08-16 | 1 | -1/+1 |
* | Exported cWorld:DoExplosionAt() to Lua API. | madmaxoft | 2013-08-15 | 1 | -1/+1 |
* | Fixed wrong names for some metas. | madmaxoft | 2013-08-14 | 1 | -1/+1 |
* | Player counts are now properly handled. | madmaxoft | 2013-08-14 | 1 | -1/+1 |
* | Exported cWorld:BroadcastChat() to the Lua API; used in the Core. | madmaxoft | 2013-08-13 | 1 | -1/+1 |
* | Merge branch 'master' into PerWorldThreads. | madmaxoft | 2013-08-13 | 1 | -1/+1 |
|\ |
|
| * | Added quartz stairs. | STRWarrior | 2013-08-12 | 1 | -8/+8 |
* | | Clients are now ticked in cServer first, then in cWorld once they get assigned a world. | madmaxoft | 2013-08-13 | 1 | -1/+1 |
* | | Removed cServer::BroadcastChat() and cServer::SendMessage(). | madmaxoft | 2013-08-12 | 1 | -1/+1 |
* | | Added cWorld:QueueSaveAllChunks() function for saving chunks asynchronously. | madmaxoft | 2013-08-11 | 1 | -1/+1 |
* | | Moved MaxPlayers and Description from cWorld to cServer. | madmaxoft | 2013-08-11 | 1 | -1/+1 |
|/ |
|
* | Added the OnHopperPullingItem and OnHopperPushingItem hooks. | madmaxoft | 2013-08-11 | 1 | -1/+1 |
* | Added OnExploding() and OnExploded() hooks. | madmaxoft | 2013-08-09 | 1 | -1/+1 |
* | Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks. | madmaxoft | 2013-08-08 | 1 | -1/+1 |
* | Added cLineBlockTracer to the API | madmaxoft | 2013-08-07 | 1 | -1/+1 |
* | Implemented OnPlayerRightClickingEntity() hook | madmaxoft | 2013-08-02 | 1 | -1/+1 |
* | Updated the nightbuild script for Git | madmaxoft | 2013-07-29 | 1 | -1/+1 |
* | WebAdmin: Removed the duplicate memory usage querying | madmaxoft | 2013-07-29 | 1 | -1/+1 |
* | Updated the automatic Lua bindings | madmaxoft | 2013-07-29 | 1 | -1/+1 |
* | WebAdmin templates can use Lua | FakeTruth | 2013-07-29 | 1 | -1/+1 |
* | cInventory: Added the ChangeSlotCount() function to the Lua API | madmaxoft@gmail.com | 2013-07-26 | 1 | -1/+1 |
* | Added a StringToMobType() function to the Lua API (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2013-07-12 | 1 | -1/+1 |
* | First implementation of movement-related hunger and API | madmaxoft@gmail.com | 2013-07-12 | 1 | -1/+1 |
* | Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages. | madmaxoft@gmail.com | 2013-07-07 | 1 | -1/+1 |
* | Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes. | madmaxoft@gmail.com | 2013-07-07 | 1 | -1/+1 |
* | Added DamageType translation to API | madmaxoft@gmail.com | 2013-07-01 | 1 | -1/+1 |
* | Rewritten entity-on-fire management ("forever on fire" bugs) | madmaxoft@gmail.com | 2013-07-01 | 1 | -1/+1 |
* | Advanced RCON: Command output is sent to the RCON client. | madmaxoft@gmail.com | 2013-06-29 | 1 | -1/+1 |
* | Added the End height and composition generators. | madmaxoft@gmail.com | 2013-06-22 | 1 | -1/+1 |
* | Dispensers dispense primed TNT | madmaxoft@gmail.com | 2013-06-21 | 1 | -1/+1 |
* | Simulators are woken up after an explosion. | madmaxoft@gmail.com | 2013-06-21 | 1 | -1/+1 |
* | Furnaces light up visually when they're cooking | madmaxoft@gmail.com | 2013-06-20 | 1 | -1/+1 |
* | Added the API for spawning primed TNTs | madmaxoft@gmail.com | 2013-06-18 | 1 | -1/+1 |
* | Rewritten furnaces | madmaxoft@gmail.com | 2013-06-16 | 1 | -1/+1 |
* | Entity: Added IsTNT | nielsbreu@gmail.com | 2013-06-15 | 1 | -1/+1 |
* | cItemGrid: Added IsSlotEmpty() functions | madmaxoft@gmail.com | 2013-06-13 | 1 | -1/+1 |
* | ChestEntity: fixed bindings | madmaxoft@gmail.com | 2013-06-12 | 1 | -1/+1 |
* | Implemented the Hopper block handler | madmaxoft@gmail.com | 2013-06-12 | 1 | -1/+1 |
* | Added cWorld::SetSignLines(), re-exported to Lua manually to avoid ghost return values | madmaxoft@gmail.com | 2013-06-12 | 1 | -1/+1 |
* | Fixed previous commit. | nielsbreu@gmail.com | 2013-06-09 | 1 | -1/+1 |
* | Added SetTicksUntilWeatherChange/GetTicksUntilWeatherChange. to set/get the amount of ticks before the weather changes. Added SendBlockChange to Lua to create "fake" blocks | nielsbreu@gmail.com | 2013-06-09 | 1 | -1/+1 |
* | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 2013-06-04 | 1 | -1/+1 |
* | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 2013-06-04 | 1 | -1/+1 |
* | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 2013-06-02 | 1 | -1/+1 |
* | Enchantments: API and sending to client | madmaxoft@gmail.com | 2013-06-02 | 1 | -1/+1 |
* | cItem constructor changed to create single-piece items when not given count | madmaxoft@gmail.com | 2013-06-01 | 1 | -1/+1 |
* | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 2013-05-30 | 1 | -1/+1 |
* | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 2013-05-28 | 1 | -1/+1 |
* | Chunk / ChunkMap: Added support for unbounded querying blocktype-only or blockmeta-only | madmaxoft@gmail.com | 2013-05-28 | 1 | -1/+1 |
* | Fixed cItemGrid API, no more changeable GetSlot(). | madmaxoft@gmail.com | 2013-05-26 | 1 | -1/+1 |
* | Block entities with storage now correctly mark the chunk as dirty when their contents change. | madmaxoft@gmail.com | 2013-05-26 | 1 | -1/+1 |
* | Implemented droppers | madmaxoft@gmail.com | 2013-05-26 | 1 | -1/+1 |
* | Added all new bindings, refactored Debuggers; new Debuggers function. | madmaxoft@gmail.com | 2013-05-25 | 1 | -1/+1 |
* | Slight cleanup in the cInventory / cItemGrid API | madmaxoft@gmail.com | 2013-05-24 | 1 | -1/+1 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 1 | -1/+1 |
* | Fixed linking error from rev 1498 | madmaxoft@gmail.com | 2013-05-21 | 1 | -1/+1 |
* | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 2013-05-19 | 1 | -1/+1 |
* | cItems: Added runtime bounds-checking to avoid server crashes with badly written plugins. | madmaxoft@gmail.com | 2013-05-12 | 1 | -5/+1 |
* | function SpawnItemPickups is now exported to Lua. Lua is able to create a Items object. | nielsbreu@gmail.com | 2013-05-09 | 1 | -0/+4 |
* | Refactored window clicking code to use different click actions | madmaxoft@gmail.com | 2013-05-08 | 1 | -1/+1 |
* | Added dtAdmin damage type for use in plugins | madmaxoft@gmail.com | 2013-04-28 | 1 | -1/+1 |
* | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 2013-04-18 | 1 | -1/+1 |
* | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 2013-04-13 | 1 | -1/+1 |
* | Fixed a bit of coding style and function names in cItem | madmaxoft@gmail.com | 2013-04-11 | 1 | -1/+1 |
* | Dispensers rewritten to use ItemGrid | madmaxoft@gmail.com | 2013-04-10 | 1 | -1/+1 |
* | ItemGrid: Renamed all Item to Slot - better and consistent naming | madmaxoft@gmail.com | 2013-04-10 | 1 | -1/+1 |
* | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 2013-04-10 | 1 | -1/+1 |
* | Mineshafts: Added random loot to generated chests and fixed chest direction | madmaxoft@gmail.com | 2013-04-06 | 1 | -1/+1 |
* | MineShafts: Added tracks to corridors | madmaxoft@gmail.com | 2013-03-31 | 1 | -1/+1 |
* | cChunkDesc: Added the RandomFillRelCuboid() function | madmaxoft@gmail.com | 2013-03-31 | 1 | -1/+1 |
* | cCuboid: Added the IsCompletelyInside() function | madmaxoft@gmail.com | 2013-03-31 | 1 | -1/+1 |
* | Added cCuboid:Assign() and cChunkDesc:FloorRelCuboid() | madmaxoft@gmail.com | 2013-03-31 | 1 | -1/+1 |
* | ChunkDesc: Extended the interface, RelCuboid functions now take either a cCuboid or a set of 6 coords. | madmaxoft@gmail.com | 2013-03-30 | 1 | -1/+1 |
* | ChunkDesc: Cuboid-based manipulation | madmaxoft@gmail.com | 2013-03-29 | 1 | -1/+1 |
* | Cuboid: Added DoesIntersect(), more IsInside() and more constructors | madmaxoft@gmail.com | 2013-03-29 | 1 | -1/+1 |
* | Cuboid: Added the DifX/Y/Z functions | madmaxoft@gmail.com | 2013-03-29 | 1 | -1/+1 |
* | BlockArea: Implemented mirroring without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -1/+1 |
* | Updated bindings for new cChunkDesc functions | madmaxoft@gmail.com | 2013-03-19 | 1 | -1/+1 |
* | Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging) | madmaxoft@gmail.com | 2013-03-17 | 1 | -1/+1 |
* | Added water and lava springs. | madmaxoft@gmail.com | 2013-03-14 | 1 | -1/+1 |
* | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 2013-03-09 | 1 | -1/+1 |
* | IPv6 support + removed cTCPLink from Lua API | madmaxoft@gmail.com | 2013-03-05 | 1 | -1/+1 |
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 1 | -1/+1 |
* | Added missing item types, fixed placing stone walls. | madmaxoft@gmail.com | 2013-03-03 | 1 | -1/+1 |
* | Updated cEntity API; removed functions that are unusable from Lua, added a few query functions. | madmaxoft@gmail.com | 2013-03-01 | 1 | -1/+1 |
* | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 2013-02-21 | 1 | -1/+1 |
* | Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands. | madmaxoft@gmail.com | 2013-02-21 | 1 | -1/+1 |
* | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 2013-02-16 | 1 | -1/+1 |
* | Plugins can now bind console commands | madmaxoft@gmail.com | 2013-02-15 | 1 | -1/+1 |
* | Exported forgotten API functions in cPluginManager: ExecuteCommand(), ForceExecuteCommand() | madmaxoft@gmail.com | 2013-02-13 | 1 | -1/+1 |
* | Added HOOK_WEATHER_CHANGING. | madmaxoft@gmail.com | 2013-02-13 | 1 | -1/+1 |
* | More API functions in cBlockArea: Create(), Fill(), FillRelArea() | madmaxoft@gmail.com | 2013-02-11 | 1 | -1/+1 |
* | Added cBlockArea:Merge() API function to merge two block areas using different strategies. | madmaxoft@gmail.com | 2013-02-10 | 1 | -1/+1 |
* | Added cBlockArea:Expand() API function (untested) | madmaxoft@gmail.com | 2013-02-09 | 1 | -1/+1 |
* | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 2013-02-08 | 1 | -1/+1 |
* | Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities. | madmaxoft@gmail.com | 2013-02-08 | 1 | -1/+1 |
* | Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily. | madmaxoft@gmail.com | 2013-02-07 | 1 | -1/+1 |
* | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 2013-02-07 | 1 | -1/+1 |
* | cBlockArea can now be loaded from a .schematic file. | madmaxoft@gmail.com | 2013-02-06 | 1 | -1/+1 |
* | Added a new API call to cBlockArea: Crop(). | madmaxoft@gmail.com | 2013-02-06 | 1 | -1/+1 |
* | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 2013-02-05 | 1 | -1/+1 |
* | Moved command API into cPluginManager. | madmaxoft@gmail.com | 2013-02-01 | 1 | -1/+1 |
* | Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions. | madmaxoft@gmail.com | 2013-01-28 | 1 | -1/+1 |
* | Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming. | madmaxoft@gmail.com | 2013-01-28 | 1 | -1/+1 |
* | Added cItems to Lua API. | madmaxoft@gmail.com | 2013-01-27 | 1 | -1/+1 |
* | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 2013-01-27 | 1 | -1/+1 |
* | Removed cMCLogger from Lua API | madmaxoft@gmail.com | 2013-01-27 | 1 | -1/+1 |
* | Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names. | madmaxoft@gmail.com | 2013-01-26 | 1 | -1/+1 |
* | Merged the usable portion of the "gens" branch. | madmaxoft@gmail.com | 2013-01-25 | 1 | -1/+1 |
* | Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK. | madmaxoft@gmail.com | 2013-01-18 | 1 | -1/+1 |
* | Fixed missing bindings in cPlugin | madmaxoft@gmail.com | 2013-01-14 | 1 | -1/+1 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -1/+1 |
* | cBlockArea now has a GetBlockTypeMeta() and GetRelBlockTypeMeta() methods | madmaxoft@gmail.com | 2013-01-04 | 1 | -1/+1 |
* | cPickup now uses full cItem, instead of a pointer | madmaxoft@gmail.com | 2012-12-28 | 1 | -1/+1 |
* | MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now) | madmaxoft@gmail.com | 2012-12-22 | 1 | -1/+1 |
* | Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type. | madmaxoft@gmail.com | 2012-12-21 | 1 | -1/+1 |
* | Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass(). | madmaxoft@gmail.com | 2012-12-21 | 1 | -1/+1 |
* | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 2012-12-21 | 1 | -1/+1 |
* | Added primary server version interface to cRoot and "primaryserverversion" console command. | madmaxoft@gmail.com | 2012-11-20 | 1 | -1/+1 |
* | Cleanup: Removed deprecated functions from Lua API | madmaxoft@gmail.com | 2012-11-11 | 1 | -1/+1 |
* | Hopefully a fix for crash when chunks are added to a client being destroyed. | madmaxoft@gmail.com | 2012-11-11 | 1 | -1/+1 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 1 | -1/+1 |
* | Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version | madmaxoft@gmail.com | 2012-10-31 | 1 | -1/+1 |
* | Added cWorld:SpawnMob(PosX, PosY, PosZ, EntityType) to Lua API | madmaxoft@gmail.com | 2012-10-28 | 1 | -1/+1 |
* | Double chests are now working, and with sound. (FS #69) | madmaxoft@gmail.com | 2012-10-20 | 1 | -1/+1 |
* | Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block. | madmaxoft@gmail.com | 2012-10-20 | 1 | -1/+1 |
* | Converted some const char*s and std::strings to AStrings | faketruth | 2012-10-18 | 1 | -1/+1 |
* | Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) | faketruth | 2012-10-14 | 1 | -1/+1 |
* | Added delayed ticking to Lua API | madmaxoft@gmail.com | 2012-10-13 | 1 | -1/+1 |
* | BlockArea writing support (BlockTypes with BlockMeta only) | madmaxoft@gmail.com | 2012-10-06 | 1 | -1/+1 |
* | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 2012-10-03 | 1 | -1/+1 |
* | Added BLOCK_FACE_NONE into the plugin API | madmaxoft@gmail.com | 2012-10-03 | 1 | -1/+1 |
* | Fixed Lua bindings for file renaming in previous commits | madmaxoft@gmail.com | 2012-09-24 | 1 | -1/+1 |
* | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 2012-09-23 | 1 | -1/+1 |
* | Source files cleanup: Removed unused cBlockToPickup | madmaxoft@gmail.com | 2012-09-23 | 1 | -1/+1 |
* | Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder. | faketruth | 2012-09-08 | 1 | -1/+1 |
* | Added the ItemToString() and ItemTypeToString() functions. | madmaxoft@gmail.com | 2012-09-08 | 1 | -1/+1 |
* | ToLua does not like the override keyword :( | faketruth | 2012-09-02 | 1 | -1/+1 |
* | Exported cWorld::DoWithChestAt to Lua | faketruth | 2012-09-02 | 1 | -1/+1 |
* | Added a Player parameter to OnUpdatedSign and OnUpdatingSign Lua callbacks and to the cWorld:UpdateSign method (http://forum.mc-server.org/showthread.php?tid=464&pid=4393#pid4393) | madmaxoft@gmail.com | 2012-09-01 | 1 | -1/+1 |
* | Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself. | madmaxoft@gmail.com | 2012-08-29 | 1 | -1/+1 |
* | Cut out all packet handling to a separate cProtocol descendant | madmaxoft@gmail.com | 2012-08-27 | 1 | -1/+1 |
* | cSocket doesn't use cPackets. | madmaxoft@gmail.com | 2012-08-25 | 1 | -1/+1 |
* | cPickup doesn't use cPackets. | madmaxoft@gmail.com | 2012-08-24 | 1 | -1/+1 |
* | Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets. | madmaxoft@gmail.com | 2012-08-24 | 1 | -1/+1 |
* | Added plugin name to deprecation messages | madmaxoft@gmail.com | 2012-08-23 | 1 | -1/+1 |
* | WebAdmin should not cause crashes anymore | faketruth | 2012-08-22 | 1 | -1/+1 |
* | Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle. | madmaxoft@gmail.com | 2012-08-19 | 1 | -1/+1 |
* | Another handful of packets rewritten. | madmaxoft@gmail.com | 2012-08-19 | 1 | -1/+1 |
* | Chat packet handled in the new way; fixed missing packet sending for inventory slot. | madmaxoft@gmail.com | 2012-08-18 | 1 | -1/+1 |
* | Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects. | madmaxoft@gmail.com | 2012-08-18 | 1 | -1/+1 |
* | Updated Bindings to match the new armor categories and torch metas | madmaxoft@gmail.com | 2012-08-11 | 1 | -1/+1 |
* | Fixed a crash in creative inventory (FS 235, patch submitted by l0udPL) | madmaxoft@gmail.com | 2012-08-10 | 1 | -1/+1 |
* | Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. | madmaxoft@gmail.com | 2012-08-03 | 1 | -1/+1 |
* | Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup. | madmaxoft@gmail.com | 2012-07-29 | 1 | -1/+1 |
* | A new Block handling system :o | lapayo94@gmail.com | 2012-07-15 | 1 | -1/+1 |
* | Removed the deprecated confusing E_BLOCK_WOOD | madmaxoft@gmail.com | 2012-07-15 | 1 | -1/+1 |
* | Improved Squirrel Bindings | lapayo94@gmail.com | 2012-07-09 | 1 | -1/+1 |
* | Squirrel Plugins | lapayo94@gmail.com | 2012-07-08 | 1 | -1/+1 |
* | BLOCKTYPE and NIBBLETYPE are finally exported in Lua API as numbers, not usertypes | madmaxoft@gmail.com | 2012-07-02 | 1 | -1/+1 |
* | cBlockArea object added (with only minimal testing so far) | madmaxoft@gmail.com | 2012-07-02 | 1 | -1/+1 |
* | Added the cWorld::DoWithPlayer() function and exported it in the Lua API. Removed the obsolete cWorld::GetPlayer() function. | madmaxoft@gmail.com | 2012-07-02 | 1 | -1/+1 |
* | Removed json-related methods from Lua API | madmaxoft@gmail.com | 2012-06-19 | 1 | -1/+1 |
* | Removed the deprecated GetBlockEntity(), added several enumerators to replace it. | madmaxoft@gmail.com | 2012-06-17 | 1 | -1/+1 |
* | Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden door | madmaxoft@gmail.com | 2012-06-16 | 1 | -1/+1 |
* | Added new hooks: UPDATING_SIGN and UPDATED_SIGN. The first one is capable of changing the sign text by returning the new four lines along with the bool value | madmaxoft@gmail.com | 2012-06-16 | 1 | -1/+1 |
* | Lua binding for cVine fixed | cedeel@gmail.com | 2012-06-16 | 1 | -1/+1 |
* | Rewritten ForEach using #define-s, new ones can be added as a simple one-liner | madmaxoft@gmail.com | 2012-06-15 | 1 | -1/+1 |
* | Renamed HOOK_WEATHER_CHANGE to HOOK_WEATHER_CHANGED, added the glue code for it to actually work | madmaxoft@gmail.com | 2012-06-14 | 1 | -1/+1 |
* | Added a world parameter to HOOK_CHUNK_GENERATING. | madmaxoft@gmail.com | 2012-06-14 | 1 | -1/+1 |
* | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 2012-06-14 | 1 | -8/+8 |
* | Added HOOK_WEATHER_CHANGE. | cedeel@gmail.com | 2012-06-14 | 1 | -1/+1 |
* | Exported the ItemCategory functions and added a IsTool() function to it, for easy checking whether an item is a tool | faketruth | 2012-06-13 | 1 | -1/+1 |
* | Added a BlockToPickup hook for modifying pickups when a player breaks a block. | madmaxoft@gmail.com | 2012-06-13 | 1 | -1/+1 |
* | I think the chunk generation hooks for Lua are pretty good now, though it might still need some tweaking | faketruth | 2012-06-13 | 1 | -1/+1 |
* | Revamped the weather system. | cedeel@gmail.com | 2012-06-13 | 1 | -1/+1 |
* | Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTING | madmaxoft@gmail.com | 2012-06-12 | 1 | -1/+1 |
* | Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether. | madmaxoft@gmail.com | 2012-06-12 | 1 | -1/+1 |
* | Added implementation of E_PLUGIN_CHUNK_GENERATING lua hook | faketruth | 2012-06-11 | 1 | -1/+1 |
* | New IniFile functionality: read value and set default if it isn't present (GetValueSet() ); used by cWorld | madmaxoft@gmail.com | 2012-06-09 | 1 | -1/+1 |
* | Sugarcane and cactus max height can be set in world.ini. | madmaxoft@gmail.com | 2012-06-09 | 1 | -1/+1 |
* | Plants growable by bonemeal are settable in the world.ini. Default matches vanilla MC. | madmaxoft@gmail.com | 2012-06-09 | 1 | -1/+1 |
* | Cacti grow by themselves and by bonemeal | madmaxoft@gmail.com | 2012-06-09 | 1 | -1/+1 |
* | Configurable classic composition generator | cedeel@gmail.com | 2012-06-08 | 1 | -1/+1 |
* | Bonemeal works on crops, melons, pumpkins, saplings and grass. Plant growing has been refactored into separate functions callable from Lua, too. | madmaxoft@gmail.com | 2012-06-07 | 1 | -1/+1 |
* | Item-dropping code rewritten and centralized - now there's only one place to modify if we want to split or merge same-item drops: cWorld:SpawnItemPickups(). Also, mined blocks can now drop more items, and they recognize if they're being mined by the correct tool. | madmaxoft@gmail.com | 2012-06-06 | 1 | -1/+1 |
* | New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld) | madmaxoft@gmail.com | 2012-06-05 | 1 | -1/+1 |
* | Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon. | madmaxoft@gmail.com | 2012-06-04 | 1 | -8/+8 |
* | Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project files | cedeel@gmail.com | 2012-06-04 | 1 | -8/+8 |
* | Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua) | madmaxoft@gmail.com | 2012-06-02 | 1 | -1/+1 |
* | cWorld::UnloadUnusedChunks() exported to Lua | madmaxoft@gmail.com | 2012-05-31 | 1 | -1/+1 |
* | Added support for SetNextBlockTick() function callable from Lua | madmaxoft@gmail.com | 2012-05-30 | 1 | -1/+1 |
* | Lua plugins can now query the world for various queue sizes ( http://forum.mc-server.org/showthread.php?tid=432 ) | madmaxoft@gmail.com | 2012-05-30 | 1 | -1/+1 |
* | Added wool and netherrack block IDs | madmaxoft@gmail.com | 2012-05-27 | 1 | -1/+1 |
* | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 2012-05-25 | 1 | -1/+1 |
* | A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringList | madmaxoft@gmail.com | 2012-03-25 | 1 | -1/+1 |
* | Reverted the previous commit - it is useless, since entities still depend heavily on cWorld | madmaxoft@gmail.com | 2012-03-24 | 1 | -1/+1 |
* | Encapsulated cWorld functions needed in cWorldStorage into an interface, so that cWorldStorage can actually be used outside of MC-Server (such as storage conversion tools and chunk analyzers) | madmaxoft@gmail.com | 2012-03-23 | 1 | -1/+1 |
* | Exposed a function to Lua to get a block's sky light value | faketruth | 2012-03-16 | 1 | -1/+1 |
* | cClientHandles have a unique ID now to distinguish them | faketruth | 2012-03-09 | 1 | -1/+1 |
* | Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380 | faketruth | 2012-03-07 | 1 | -1/+1 |
* | Changed signed char to unsigned char in block packets, so we can receive height up to 255 | faketruth | 2012-03-04 | 1 | -1/+1 |
* | Started carefully moving to 1.2.2 | faketruth | 2012-03-01 | 1 | -1/+1 |
* | Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntity | faketruth | 2012-02-22 | 1 | -1/+1 |
* | Got rid of dangerous GetEntity(), not using DoWithEntity() | faketruth | 2012-02-16 | 1 | -1/+1 |
* | No longer using pointers for Vector3(f/d/i) in cEntity's and cTracer | faketruth | 2012-02-15 | 1 | -1/+1 |
* | Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. | madmaxoft@gmail.com | 2012-02-13 | 1 | -1/+1 |
* | MTRand class is not created in each tick, therefore much improving tick-thread time (now uses ~5 % CPU instead of one full core) | madmaxoft@gmail.com | 2012-02-08 | 1 | -1/+1 |
* | tolua: modified the binding generator to accept AString as a std::string synonym, re-generated Bindings with these settings. Lua callbacks can now safely use AString functions in C++. | madmaxoft@gmail.com | 2012-02-02 | 1 | -1/+1 |
* | Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients; | madmaxoft@gmail.com | 2012-02-01 | 1 | -1/+1 |
* | Added all current hooks to the new plugin structure. | faketruth | 2012-02-01 | 1 | -1/+1 |
* | Plugins can now be enabled and disabled through WebAdmin | faketruth | 2012-02-01 | 1 | -1/+1 |
* | Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin | faketruth | 2012-01-31 | 1 | -1/+1 |
* | Can now receive POST data in WebPlugins! | faketruth | 2012-01-31 | 1 | -1/+1 |
* | Added a WebAdmin interface to view users their groups, and the permissions of groups. | faketruth | 2012-01-30 | 1 | -1/+1 |
* | Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. | faketruth | 2012-01-28 | 1 | -1/+1 |
* | Working on a new plugin design with Lua. While retaining backwards compatibility of course... | faketruth | 2012-01-26 | 1 | -1/+1 |
* | Improved Core's WebAmin interface a bit. | faketruth | 2012-01-22 | 1 | -1/+1 |
* | CreativeInventory Update | lapayo94@gmail.com | 2012-01-01 | 1 | -1/+1 |
* | Fixed the numchunks console command. | faketruth | 2012-01-01 | 1 | -1/+1 |
* | - implemented separated inventory for creative mode (cSurvivalInventory and cCreativeInventory) | lapayo94@gmail.com | 2012-01-01 | 1 | -1/+1 |
* | - Implemented Drops from Burning animals | lapayo94@gmail.com | 2011-12-28 | 1 | -1/+1 |
* | Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld() | faketruth | 2011-12-26 | 1 | -1/+1 |
* | Can now set gamemode via lua. | admin@omencraft.com | 2011-11-10 | 1 | -1/+1 |
* | Made block action sanity checks more robust, water buckets, lava buckets and empty buckets should all now work. | admin@omencraft.com | 2011-11-10 | 1 | -1/+1 |
* | Added random weather that persists per world. Also added SetWeather, GetWeather, and CastThunderbolt to lua bindings. | admin@omencraft.com | 2011-11-10 | 1 | -1/+1 |
* | Added m_IP to player class and binding to get IP for LUA. (Probably should use m_pState) | admin@omencraft.com | 2011-11-09 | 1 | -1/+1 |
* | It's a Squirrel!! | faketruth | 2011-11-08 | 1 | -1/+1 |
* | You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yet | faketruth | 2011-11-01 | 1 | -1/+1 |
* | Prepared some parts of the code for multi world support, I created lots of TODO's | faketruth | 2011-10-31 | 1 | -1/+1 |
* | MCServer c++ source files | faketruth | 2011-10-03 | 1 | -0/+8 |