| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated LimitWorld. (Patch by tonibm19) | nielsbreu@gmail.com | 2013-07-03 | 1 | -4/+4 |
* | Added DamageType translation to API | madmaxoft@gmail.com | 2013-07-01 | 1 | -1/+1 |
* | Fixed /stop command. The console still doesn't get closed though(FS#249). | nielsbreu@gmail.com | 2013-07-01 | 1 | -1/+1 |
* | Updated the /back and /top command. | nielsbreu@gmail.com | 2013-07-01 | 2 | -2/+2 |
* | Rewritten entity-on-fire management ("forever on fire" bugs) | madmaxoft@gmail.com | 2013-07-01 | 1 | -4/+4 |
* | Changed the crafting recipe for book to match vanilla since 1.3.1 (fix contributed by mgueydan) | madmaxoft@gmail.com | 2013-06-30 | 1 | -1/+1 |
* | The LimitWorlds function now uses cCuboid | nielsbreu@gmail.com | 2013-06-30 | 2 | -12/+16 |
* | Advanced RCON: Command output is sent to the RCON client. | madmaxoft@gmail.com | 2013-06-29 | 4 | -112/+216 |
* | Added a function that allows you to change the /back coordinates. | nielsbreu@gmail.com | 2013-06-28 | 5 | -9/+9 |
* | Added /listworlds command and fixed bug in /listgroups where you have an extra comma at the end. | nielsbreu@gmail.com | 2013-06-28 | 3 | -1/+22 |
* | ActivatorRail is craftable (Patch by tonibm19) | nielsbreu@gmail.com | 2013-06-24 | 1 | -1/+1 |
* | Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19) | nielsbreu@gmail.com | 2013-06-24 | 1 | -1/+2 |
* | Plugins can modify message in the OnChat() hook handler. | madmaxoft@gmail.com | 2013-06-22 | 1 | -0/+9 |
* | Rewritten furnaces | madmaxoft@gmail.com | 2013-06-16 | 1 | -48/+53 |
* | Core: fixed a warning message when using the /item command | madmaxoft@gmail.com | 2013-06-16 | 1 | -1/+1 |
* | Fixed The MagicCarpet plugin | madmaxoft@gmail.com | 2013-06-15 | 1 | -83/+83 |
* | Added the option of saving all the chunks of a world using the webadmin. | nielsbreu@gmail.com | 2013-06-13 | 1 | -9/+20 |
* | ProtectionAreas: Added a license file. | madmaxoft@gmail.com | 2013-06-11 | 1 | -0/+7 |
* | ProtectionAreas: Improved command help strings | madmaxoft@gmail.com | 2013-06-11 | 1 | -9/+9 |
* | ProtectionAreas: Moved all strings sent to players to a separate language file | madmaxoft@gmail.com | 2013-06-11 | 3 | -45/+90 |
* | ProtectionAreas: usernames are now handled case-insensitive | madmaxoft@gmail.com | 2013-06-11 | 1 | -13/+28 |
* | ProtectinoAreas: Configuratino is now loaded from an INI file | madmaxoft@gmail.com | 2013-06-10 | 4 | -4/+25 |
* | ProtectionAreas: Implemented reloading areas when a player moves | madmaxoft@gmail.com | 2013-06-10 | 4 | -13/+78 |
* | ProtectionAreas: Fixed area reloading | madmaxoft@gmail.com | 2013-06-10 | 2 | -2/+9 |
* | ProtectionAreas: Added asserts to cStorage functions so that logic errors are found faster | madmaxoft@gmail.com | 2013-06-09 | 1 | -1/+36 |
* | ProtectionAreas: Implemented the ProtRemUserAll command's DB access | madmaxoft@gmail.com | 2013-06-08 | 2 | -3/+11 |
* | ProtectionAreas: Implemented adding users to an area in the DB | madmaxoft@gmail.com | 2013-06-08 | 2 | -2/+58 |
* | ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commands | madmaxoft@gmail.com | 2013-06-08 | 3 | -7/+132 |
* | ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new area | madmaxoft@gmail.com | 2013-06-08 | 2 | -20/+52 |
* | ProtectionAreas: The areas are now read from the DB (once) | madmaxoft@gmail.com | 2013-06-07 | 3 | -14/+58 |
* | ProtectionAreas: Fixed cCommandState's detection of not-selected | madmaxoft@gmail.com | 2013-06-07 | 1 | -4/+7 |
* | ProtectionAreas: Implemented all command handlers. | madmaxoft@gmail.com | 2013-06-07 | 6 | -76/+327 |
* | ProtectionAreas: Newly added areas are stored in the DB | madmaxoft@gmail.com | 2013-06-06 | 3 | -6/+85 |
* | ProtectionAreas: Added cStorage initialization | madmaxoft@gmail.com | 2013-06-06 | 2 | -1/+118 |
* | ProtectionAreas: Actual protection is now working, areas are hard-coded (10,10) - (20,20) | madmaxoft@gmail.com | 2013-06-04 | 5 | -12/+72 |
* | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 2013-06-04 | 1 | -3/+3 |
* | LuaWindow: Fixed memory leaks with unclosed windows | madmaxoft@gmail.com | 2013-06-02 | 1 | -3/+3 |
* | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 2013-06-02 | 1 | -0/+2 |
* | Enchantments are now stored in Anvil world and in player inventory | madmaxoft@gmail.com | 2013-06-02 | 1 | -1/+9 |
* | Enchantments: API and sending to client | madmaxoft@gmail.com | 2013-06-02 | 1 | -0/+1 |
* | Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slots | madmaxoft@gmail.com | 2013-05-31 | 1 | -0/+6 |
* | Added the OnClosing callback to cLuaWindow API | madmaxoft@gmail.com | 2013-05-30 | 1 | -0/+9 |
* | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 2013-05-30 | 1 | -5/+64 |
* | ProtectionAreas: Fixed a mistyped variable name | madmaxoft@gmail.com | 2013-05-26 | 1 | -1/+1 |
* | ProtectionAreas: missed 2 files | madmaxoft@gmail.com | 2013-05-26 | 2 | -0/+122 |
* | ProtectionAreas: Initial project import, skeleton code | madmaxoft@gmail.com | 2013-05-26 | 7 | -0/+353 |
* | Implemented droppers | madmaxoft@gmail.com | 2013-05-26 | 1 | -13/+12 |
* | Added all new bindings, refactored Debuggers; new Debuggers function. | madmaxoft@gmail.com | 2013-05-25 | 2 | -104/+194 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 2 | -24/+27 |
* | Added Decoda projects for ChunkWorx and Core | madmaxoft@gmail.com | 2013-05-21 | 2 | -0/+135 |
* | Inventory changes made by plugins are now propagated to the client | madmaxoft@gmail.com | 2013-05-19 | 1 | -0/+1 |
* | Debuggers: a simple test of armor slot setting | madmaxoft@gmail.com | 2013-05-19 | 1 | -2/+12 |
* | Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities. | madmaxoft@gmail.com | 2013-05-19 | 1 | -33/+130 |
* | WebAdmin: The plugin list is sorted alphabetically and if they are enabled or disabled. | nielsbreu@gmail.com | 2013-05-17 | 1 | -4/+18 |
* | Updated the core's settings.ini settings tab | nielsbreu@gmail.com | 2013-05-08 | 1 | -4/+6 |
* | made the permission page more manageable. | nielsbreu@gmail.com | 2013-05-06 | 1 | -2/+21 |
* | Fixed the stop and restart button in the manage server tab. | nielsbreu@gmail.com | 2013-05-06 | 1 | -2/+2 |
* | Added lots of new options in the world config tab. | nielsbreu@gmail.com | 2013-05-03 | 1 | -1/+335 |
* | Fixed bug where you could not use /time day/night | nielsbreu@gmail.com | 2013-04-23 | 1 | -3/+2 |
* | Simplified onkilling.lua and added /time set and /time add | nielsbreu@gmail.com | 2013-04-20 | 2 | -35/+18 |
* | Added Expat and LuaExpat, XML parsing now available in the API. | madmaxoft | 2013-04-09 | 1 | -0/+27 |
* | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 2013-04-07 | 1 | -0/+30 |
* | Added a tab in the serversettings where you can edit the world.ini of all your worlds. | nielsbreu@gmail.com | 2013-04-06 | 1 | -9/+332 |
* | for some reason TortoiseSVN didn't commit listgroups.lua | nielsbreu@gmail.com | 2013-04-03 | 1 | -0/+14 |
* | Added a /listgroups where you can see... a list of the groups ;) | nielsbreu@gmail.com | 2013-04-03 | 2 | -0/+28 |
* | Added missing crafting recipes. | nielsbreu@gmail.com | 2013-04-01 | 2 | -1/+9 |
* | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 2013-03-26 | 1 | -0/+31 |
* | BlockArea: Implemented rotation without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -0/+12 |
* | BlockArea: Implemented mirroring without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -0/+18 |
* | Added a /toggledownfall command that toggles the weather. | nielsbreu@gmail.com | 2013-03-24 | 3 | -3/+12 |
* | Updated core plugin. | nielsbreu@gmail.com | 2013-03-24 | 10 | -36/+291 |
* | Core: added PortsIPv6 setting to webadmin (contributed by STR_Warrior) | madmaxoft | 2013-03-08 | 1 | -0/+5 |
* | Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file. | madmaxoft@gmail.com | 2013-03-03 | 1 | -2/+4 |
* | Core: Updated with new features (contributed by STR_Warrior) | madmaxoft@gmail.com | 2013-03-02 | 8 | -11/+56 |
* | Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands. | madmaxoft@gmail.com | 2013-02-21 | 1 | -0/+16 |
* | Core: Players console command now shows players' IP addresses (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2013-02-19 | 1 | -1/+1 |
* | Block and recipe update by STR_Warrior. | madmaxoft | 2013-02-15 | 3 | -5/+39 |
* | Plugins can now bind console commands | madmaxoft@gmail.com | 2013-02-15 | 2 | -6/+196 |
* | Implemented the cBlockArea:RelLine() API function. | madmaxoft@gmail.com | 2013-02-13 | 1 | -0/+1 |
* | Added HOOK_WEATHER_CHANGING. | madmaxoft@gmail.com | 2013-02-13 | 1 | -3/+12 |
* | More API functions in cBlockArea: Create(), Fill(), FillRelArea() | madmaxoft@gmail.com | 2013-02-11 | 1 | -0/+4 |
* | Added cBlockArea:Merge() API function to merge two block areas using different strategies. | madmaxoft@gmail.com | 2013-02-10 | 1 | -0/+14 |
* | Added cBlockArea:Expand() API function (untested) | madmaxoft@gmail.com | 2013-02-09 | 1 | -4/+18 |
* | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 2013-02-08 | 1 | -2/+18 |
* | Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily. | madmaxoft@gmail.com | 2013-02-07 | 1 | -3/+6 |
* | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 2013-02-07 | 1 | -0/+19 |
* | cBlockArea can now be loaded from a .schematic file. | madmaxoft@gmail.com | 2013-02-06 | 1 | -0/+17 |
* | Added a new API call to cBlockArea: Crop(). | madmaxoft@gmail.com | 2013-02-06 | 1 | -1/+30 |
* | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 2013-02-05 | 1 | -0/+27 |
* | Debuggers plugin dumps entire API into a file, API.txt. Enabled by default. | madmaxoft@gmail.com | 2013-02-02 | 1 | -6/+17 |
* | Updated MagicCarpet to work with current API | madmaxoft@gmail.com | 2013-02-01 | 2 | -9/+27 |
* | Moved command API into cPluginManager. | madmaxoft@gmail.com | 2013-02-01 | 3 | -104/+71 |
* | Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions. | madmaxoft@gmail.com | 2013-01-28 | 3 | -9/+9 |
* | Updated HookNotify with the hook renaming. | madmaxoft@gmail.com | 2013-01-28 | 1 | -3/+3 |
* | Added cItems to Lua API. | madmaxoft@gmail.com | 2013-01-27 | 1 | -2/+10 |
* | Debuggers: added some filtering to the API output, but still not good enough. | madmaxoft@gmail.com | 2013-01-27 | 1 | -7/+9 |
* | 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 | -0/+11 |
* | Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names. | madmaxoft@gmail.com | 2013-01-26 | 1 | -3/+3 |
* | Added a function to dump all available Lua API functions into the Debuggers plugin. | madmaxoft@gmail.com | 2013-01-26 | 1 | -0/+23 |
* | Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK. | madmaxoft@gmail.com | 2013-01-18 | 1 | -1/+1 |
* | Added Handy plugin | tau.tihon@gmail.com | 2013-01-16 | 2 | -0/+383 |
* | Disabled dev / debugging plugins by default | madmaxoft@gmail.com | 2013-01-14 | 1 | -3/+1 |
* | Forgotten files for previous merge commit (rev 1139) | madmaxoft@gmail.com | 2013-01-13 | 13 | -53/+410 |
* | Added the offline playername "Player" to admins in the debugging users.ini | madmaxoft@gmail.com | 2012-12-24 | 1 | -0/+3 |
* | Added 1.4.6 items (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2012-12-24 | 1 | -0/+3 |
* | Added Netherbrick slab (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2012-12-22 | 2 | -0/+2 |
* | Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2012-12-21 | 1 | -4/+5 |
* | Added TakeDamage logging to the Debuggers plugin. | madmaxoft@gmail.com | 2012-12-21 | 1 | -0/+11 |
* | Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2012-12-21 | 1 | -4/+18 |
* | Added initial adventure mode support | luksor111@gmail.com | 2012-11-27 | 1 | -0/+1 |
* | Recipe update by STR_Warrior | madmaxoft@gmail.com | 2012-11-20 | 1 | -2/+5 |
* | Updated crafting and items to 1.4.4 (initial patch by STR_Warrior) | madmaxoft@gmail.com | 2012-11-17 | 2 | -2/+41 |
* | Removed the protocol restriction from default debugging settings.ini | madmaxoft@gmail.com | 2012-11-10 | 1 | -1/+0 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 1 | -2/+2 |
* | Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version | madmaxoft@gmail.com | 2012-10-31 | 1 | -0/+1 |
* | Removed unused [Physics].Water section from settings.ini. | madmaxoft@gmail.com | 2012-10-19 | 1 | -3/+0 |
* | Turned sTick plugin into general Debuggers plugin, added the Blaze Rod Of Enquiry (rclk with a blaze rod prints out the blocktypes and metas) | madmaxoft@gmail.com | 2012-10-16 | 4 | -40/+70 |
* | Core: fixed /help and /pluginlist | faketruth | 2012-10-16 | 2 | -22/+26 |
* | Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER. | madmaxoft@gmail.com | 2012-10-14 | 1 | -0/+2 |
* | Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) | faketruth | 2012-10-14 | 2 | -49/+99 |
* | Core: Removed /home since other plugins want to use it | faketruth | 2012-10-11 | 1 | -1/+0 |
* | Fixed chatlog plugin | faketruth | 2012-10-11 | 1 | -1/+1 |
* | Core: made ban and kick functions accessible to other plugins | faketruth | 2012-10-11 | 3 | -34/+57 |
* | Removed redstone from settings.ini, added a note about wiki and webadmin | madmaxoft@gmail.com | 2012-10-06 | 1 | -9/+7 |
* | New example plugin using the BlockArea functionality. | madmaxoft@gmail.com | 2012-10-06 | 1 | -0/+83 |
* | sTick: Updated the plugin to work with current code | madmaxoft@gmail.com | 2012-10-03 | 2 | -10/+11 |
* | Fixed axe crafting (cannot use asterisk) | madmaxoft@gmail.com | 2012-09-29 | 1 | -5/+10 |
* | Removed the extra world from default settings.ini | madmaxoft@gmail.com | 2012-09-29 | 1 | -2/+1 |
* | Crafting recipes for 1.3.2 (patch submitted by STR_Warrior) | madmaxoft@gmail.com | 2012-09-29 | 2 | -20/+35 |
* | Made beds placeable | faketruth | 2012-09-29 | 1 | -4/+4 |
* | Core now uses built in item functions ( StringToItem() ) for the /item command | faketruth | 2012-09-08 | 2 | -65/+8 |
* | Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder. | faketruth | 2012-09-08 | 1 | -2/+2 |
* | Updated to V6 - "Stop" and "Progress report" functionality | tau.tihon@gmail.com | 2012-08-30 | 2 | -185/+228 |
* | ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu) | madmaxoft@gmail.com | 2012-08-30 | 2 | -5/+11 |
* | Added the ChunkWorx plugin to SVN (contributed by Taugeshtu) | madmaxoft@gmail.com | 2012-08-27 | 2 | -0/+344 |
* | Added a RateCompareString function to StringUtils | faketruth | 2012-08-23 | 4 | -21/+25 |
* | WebAdmin should not cause crashes anymore | faketruth | 2012-08-22 | 1 | -8/+6 |
* | Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_O | faketruth | 2012-08-22 | 1 | -18/+40 |
* | Chat history limit on the WebAdmin chat | faketruth | 2012-08-22 | 1 | -62/+70 |
* | Web chat for the WebAdmin :D | faketruth | 2012-08-22 | 2 | -0/+112 |
* | Fixed nightbuild script after files move. | madmaxoft@gmail.com | 2012-08-21 | 6 | -71/+0 |
* | Can add/remove worlds from WebAdmin | faketruth | 2012-08-21 | 1 | -2/+77 |
* | Using multi line strings for Core's WebAdmin interface | faketruth | 2012-08-21 | 1 | -51/+52 |
* | Fixed server settings on FireFox | faketruth | 2012-08-21 | 1 | -2/+2 |
* | Can change monster settings in WebAdmin too | faketruth | 2012-08-20 | 1 | -5/+48 |
* | Can now edit some generic server settings through the WebAdmin (port, description, etc) | faketruth | 2012-08-20 | 2 | -0/+111 |
* | Updated clean.bat for cleaning MCServer files | faketruth | 2012-08-20 | 1 | -1/+0 |
* | Moved files used by MCServer to a special MCServer folder | faketruth | 2012-08-20 | 52 | -0/+2897 |