| Commit message (Expand) | Author | Files | Lines |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -1/+1 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-23 | Fixed Lua bindings for cFile:GetFolderContents(). | madmaxoft | 1 | -1/+1 |
2013-11-22 | Added cFile:GetFolderContents(). | madmaxoft | 1 | -0/+27 |
2013-11-22 | Fixed cRoot:GetFurnaceRecipe() Lua binding. | madmaxoft | 1 | -3/+4 |
2013-11-22 | Changed cRoot:GetFurnaceRecipe() Lua binding signature. | madmaxoft | 1 | -0/+40 |
2013-11-20 | Added cWorld:ForEachBlockEntityInChunk() and cWorld:DoWithBlockEntityAt() functions. | madmaxoft | 1 | -20/+22 |
2013-11-13 | cPluginManager:BindCommand() and :BindConsoleComman() now report full Lua stacktrace on failure. | madmaxoft | 1 | -2/+6 |
2013-11-09 | Removed cStringMap. | madmaxoft | 1 | -1/+0 |
2013-10-23 | Fixed bindings for cHopperEntity:GetOutputBlockPos(). | madmaxoft | 1 | -0/+44 |
2013-10-13 | Re-added the cWorld:GetSignLines() to the API. | madmaxoft | 1 | -0/+1 |
2013-10-12 | Fixed and exported cWorld:QueueTask(). | madmaxoft | 1 | -0/+65 |
2013-09-18 | Improved error message in cPlugin:AddWebTab() API. | madmaxoft | 1 | -4/+6 |
2013-09-18 | cPluginManager:BindConsoleCommand can be called with the dot operator, too. | madmaxoft | 1 | -15/+20 |
2013-09-18 | cPluginManager:BindCommand can be called with the dot operator, too. | madmaxoft | 1 | -12/+19 |
2013-09-15 | Fixed previous commit. | madmaxoft | 1 | -1/+1 |
2013-09-15 | Fixed API bindings of cWorld:GetSignLines(), exported cWorld:UseBlockEntity(). | madmaxoft | 1 | -2/+55 |
2013-09-15 | Fixed cWorld bindings for GetBlockInfo() and GetBlockTypeMeta(). | madmaxoft | 1 | -0/+110 |
2013-09-11 | Added StringSplitAndTrim() to Lua API | madmaxoft | 1 | -6/+22 |
2013-08-27 | Implemented basic physics for projectiles. | madmaxoft | 1 | -2/+4 |
2013-08-21 | cPluginManager.AddHook old-style API usage prints the stack trace. | madmaxoft | 1 | -0/+1 |
2013-08-21 | Added a deprecation warning to the old style API. | madmaxoft | 1 | -0/+1 |
2013-08-21 | Hook adding uses the new API. | madmaxoft | 1 | -0/+152 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -1/+1 |
2013-08-19 | Finished renaming cPlugin_NewLua to cPluginLua. | madmaxoft | 1 | -17/+17 |
2013-08-10 | Renamed Plugin_NewLua to PluginLua. | madmaxoft | 1 | -2/+1 |
2013-08-09 | Renamed Plugin_NewLua to PluginLua. | madmaxoft | 1 | -2/+1 |
2013-08-08 | LuaState refactoring: using templates for hook function calls. | madmaxoft | 1 | -15/+15 |
2013-08-07 | Added cLineBlockTracer to the API | madmaxoft | 1 | -4/+176 |
2013-08-06 | Fixed compilation in ManualBindings | madmaxoft | 1 | -1/+1 |
2013-08-06 | cLuaState is used for pushing splits in ManualBindings | madmaxoft | 1 | -23/+8 |
2013-08-05 | Exported the cWorld:TryGetHeight() function | madmaxoft | 1 | -0/+47 |
2013-08-05 | Exported cWorld:DoWithEntityByID() to Lua API | madmaxoft | 1 | -202/+293 |
2013-08-05 | Alpha-sorted the manual bindings' functions. | madmaxoft | 1 | -13/+13 |
2013-08-04 | LuaState refactoring: initial part. | madmaxoft | 1 | -9/+10 |
2013-07-29 | WebAdmin templates can use Lua | FakeTruth | 1 | -0/+61 |
2013-06-12 | Added cWorld::SetSignLines(), re-exported to Lua manually to avoid ghost return values | madmaxoft@gmail.com | 1 | -0/+55 |
2013-06-05 | Added LOGWARNING() function to Lua API, as a synonym to LOGWARN() | madmaxoft@gmail.com | 1 | -2/+2 |
2013-06-04 | ToLuaDoxy: initial import | madmaxoft@gmail.com | 1 | -2/+2 |
2013-05-31 | Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slots | madmaxoft@gmail.com | 1 | -7/+12 |
2013-05-30 | Added the OnClosing callback to cLuaWindow API | madmaxoft@gmail.com | 1 | -0/+39 |
2013-05-30 | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 1 | -7/+73 |
2013-05-28 | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 1 | -4/+4 |
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 1 | -2/+6 |
2013-05-25 | Fixed the cWorld:DoWithChestAt(), DoWithDispenserAt() and DoWithFurnaceAt() callbacks binding. | madmaxoft@gmail.com | 1 | -5/+21 |
2013-05-24 | Slight cleanup in the cInventory / cItemGrid API | madmaxoft@gmail.com | 1 | -1/+1 |
2013-04-10 | Fixed gcc build | madmaxoft@gmail.com | 1 | -10/+12 |
2013-04-10 | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 1 | -0/+42 |
2013-02-15 | Plugins can now bind console commands | madmaxoft@gmail.com | 1 | -86/+159 |
2013-02-10 | Fixed ASSERT / VERIFY mismatch in ManualBindings' error handling | madmaxoft@gmail.com | 1 | -4/+4 |
2013-02-03 | Added a GetClassStatic function to all entities, as well as cFurnaceEntity, cChestEntity and cWorld | faketruth | 1 | -377/+392 |
2013-02-02 | Fixed GCC error in ManualBindings | madmaxoft@gmail.com | 1 | -1/+1 |
2013-02-01 | Moved command API into cPluginManager. | madmaxoft@gmail.com | 1 | -16/+126 |
2013-01-27 | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 1 | -1/+1 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -13/+4 |
2012-10-21 | Fixed manual bindings' ForEachXXX mapping not checking the object instance for validity. | madmaxoft@gmail.com | 1 | -0/+5 |
2012-10-14 | Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) | faketruth | 1 | -6/+16 |
2012-10-11 | Got rid of "self" in plugins, which is deprecated anyway | faketruth | 1 | -1/+1 |
2012-10-11 | Can now send usertypes (cPlayer, cEntity, cCuboid) along with a plugin:Call() | faketruth | 1 | -2/+25 |
2012-10-10 | Added functionality so one plugin can call functions on another plugin :D | faketruth | 1 | -0/+85 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -10/+10 |
2012-09-02 | Exported cWorld::DoWithChestAt to Lua | faketruth | 1 | -0/+93 |
2012-08-23 | Added plugin name to deprecation messages | madmaxoft@gmail.com | 1 | -1/+4 |
2012-08-23 | Added a RateCompareString function to StringUtils | faketruth | 1 | -82/+94 |
2012-08-22 | WebAdmin should not cause crashes anymore | faketruth | 1 | -8/+19 |
2012-07-02 | Added the cWorld::DoWithPlayer() function and exported it in the Lua API. Removed the obsolete cWorld::GetPlayer() function. | madmaxoft@gmail.com | 1 | -0/+92 |
2012-06-17 | Removed the deprecated GetBlockEntity(), added several enumerators to replace it. | madmaxoft@gmail.com | 1 | -6/+10 |
2012-06-17 | Macro-ized the ForEachSomethingInChunk Lua glue code (will soon be used for block entities, too) | madmaxoft@gmail.com | 1 | -92/+95 |
2012-06-16 | Exported cWorld::ForEachEntity and cWorld::ForEachEntityInChunk; no idea if they actually work | madmaxoft@gmail.com | 1 | -28/+132 |
2012-06-15 | Rewritten ForEach using #define-s, new ones can be added as a simple one-liner | madmaxoft@gmail.com | 1 | -166/+86 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -614/+614 |
2012-06-02 | Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua) | madmaxoft@gmail.com | 1 | -3/+94 |
2012-04-11 | Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin | faketruth | 1 | -0/+6 |
2012-02-16 | git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6 | faketruth | 1 | -1/+1 |
2012-02-15 | Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol | faketruth | 1 | -18/+46 |
2012-02-14 | Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Lua | faketruth | 1 | -5/+61 |
2012-02-01 | Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()! | madmaxoft@gmail.com | 1 | -2/+76 |
2012-01-31 | Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin | faketruth | 1 | -0/+59 |
2012-01-30 | Added a WebAdmin interface to view users their groups, and the permissions of groups. | faketruth | 1 | -0/+22 |
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -1/+3 |
2012-01-28 | Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. | faketruth | 1 | -0/+47 |
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+229 |