index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MCServer
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-09
Added cBlockArea:Expand() API function (untested)
madmaxoft@gmail.com
1
-4
/
+18
2013-02-08
cChunkDesc can now read and write cBlockAreas.
madmaxoft@gmail.com
1
-2
/
+18
2013-02-07
Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.
madmaxoft@gmail.com
1
-3
/
+6
2013-02-07
cBlockArea can now be saved as a .schematic file.
madmaxoft@gmail.com
1
-0
/
+19
2013-02-06
cBlockArea can now be loaded from a .schematic file.
madmaxoft@gmail.com
1
-0
/
+17
2013-02-06
Added a new API call to cBlockArea: Crop().
madmaxoft@gmail.com
1
-1
/
+30
2013-02-05
Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.
madmaxoft@gmail.com
1
-0
/
+27
2013-02-02
Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.
madmaxoft@gmail.com
1
-6
/
+17
2013-02-01
Updated MagicCarpet to work with current API
madmaxoft@gmail.com
2
-9
/
+27
2013-02-01
Moved command API into cPluginManager.
madmaxoft@gmail.com
3
-104
/
+71
2013-01-28
Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.
madmaxoft@gmail.com
3
-9
/
+9
2013-01-28
Updated HookNotify with the hook renaming.
madmaxoft@gmail.com
1
-3
/
+3
2013-01-27
Added cItems to Lua API.
madmaxoft@gmail.com
1
-2
/
+10
2013-01-27
Debuggers: added some filtering to the API output, but still not good enough.
madmaxoft@gmail.com
1
-7
/
+9
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
-0
/
+11
2013-01-26
Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.
madmaxoft@gmail.com
1
-3
/
+3
2013-01-26
Added a function to dump all available Lua API functions into the Debuggers plugin.
madmaxoft@gmail.com
1
-0
/
+23
2013-01-18
Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.
madmaxoft@gmail.com
1
-1
/
+1
2013-01-16
Added Handy plugin
tau.tihon@gmail.com
2
-0
/
+383
2013-01-14
Disabled dev / debugging plugins by default
madmaxoft@gmail.com
1
-3
/
+1
2013-01-13
Forgotten files for previous merge commit (rev 1139)
madmaxoft@gmail.com
13
-53
/
+410
2012-12-24
Added the offline playername "Player" to admins in the debugging users.ini
madmaxoft@gmail.com
1
-0
/
+3
2012-12-24
Added 1.4.6 items (patch contributed by STR_Warrior)
madmaxoft@gmail.com
1
-0
/
+3
2012-12-22
Added Netherbrick slab (patch contributed by STR_Warrior)
madmaxoft@gmail.com
2
-0
/
+2
2012-12-21
Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)
madmaxoft@gmail.com
1
-4
/
+5
2012-12-21
Added TakeDamage logging to the Debuggers plugin.
madmaxoft@gmail.com
1
-0
/
+11
2012-12-21
Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)
madmaxoft@gmail.com
1
-4
/
+18
2012-11-27
Added initial adventure mode support
luksor111@gmail.com
1
-0
/
+1
2012-11-20
Recipe update by STR_Warrior
madmaxoft@gmail.com
1
-2
/
+5
2012-11-17
Updated crafting and items to 1.4.4 (initial patch by STR_Warrior)
madmaxoft@gmail.com
2
-2
/
+41
2012-11-10
Removed the protocol restriction from default debugging settings.ini
madmaxoft@gmail.com
1
-1
/
+0
2012-11-01
Refactored the world time.
madmaxoft@gmail.com
1
-2
/
+2
2012-10-31
Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version
madmaxoft@gmail.com
1
-0
/
+1
2012-10-19
Removed unused [Physics].Water section from settings.ini.
madmaxoft@gmail.com
1
-3
/
+0
2012-10-16
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
4
-40
/
+70
2012-10-16
Core: fixed /help and /pluginlist
faketruth
2
-22
/
+26
2012-10-14
Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.
madmaxoft@gmail.com
1
-0
/
+2
2012-10-14
Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)
faketruth
2
-49
/
+99
2012-10-11
Core: Removed /home since other plugins want to use it
faketruth
1
-1
/
+0
2012-10-11
Fixed chatlog plugin
faketruth
1
-1
/
+1
2012-10-11
Core: made ban and kick functions accessible to other plugins
faketruth
3
-34
/
+57
2012-10-06
Removed redstone from settings.ini, added a note about wiki and webadmin
madmaxoft@gmail.com
1
-9
/
+7
2012-10-06
New example plugin using the BlockArea functionality.
madmaxoft@gmail.com
1
-0
/
+83
2012-10-03
sTick: Updated the plugin to work with current code
madmaxoft@gmail.com
2
-10
/
+11
2012-09-29
Fixed axe crafting (cannot use asterisk)
madmaxoft@gmail.com
1
-5
/
+10
2012-09-29
Removed the extra world from default settings.ini
madmaxoft@gmail.com
1
-2
/
+1
2012-09-29
Crafting recipes for 1.3.2 (patch submitted by STR_Warrior)
madmaxoft@gmail.com
2
-20
/
+35
2012-09-29
Made beds placeable
faketruth
1
-4
/
+4
2012-09-08
Core now uses built in item functions ( StringToItem() ) for the /item command
faketruth
2
-65
/
+8
2012-09-08
Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.
faketruth
1
-2
/
+2
2012-08-30
Updated to V6 - "Stop" and "Progress report" functionality
tau.tihon@gmail.com
2
-185
/
+228
2012-08-30
ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)
madmaxoft@gmail.com
2
-5
/
+11
2012-08-27
Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)
madmaxoft@gmail.com
2
-0
/
+344
2012-08-23
Added a RateCompareString function to StringUtils
faketruth
4
-21
/
+25
2012-08-22
WebAdmin should not cause crashes anymore
faketruth
1
-8
/
+6
2012-08-22
Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_O
faketruth
1
-18
/
+40
2012-08-22
Chat history limit on the WebAdmin chat
faketruth
1
-62
/
+70
2012-08-22
Web chat for the WebAdmin :D
faketruth
2
-0
/
+112
2012-08-21
Fixed nightbuild script after files move.
madmaxoft@gmail.com
6
-71
/
+0
2012-08-21
Can add/remove worlds from WebAdmin
faketruth
1
-2
/
+77
2012-08-21
Using multi line strings for Core's WebAdmin interface
faketruth
1
-51
/
+52
2012-08-21
Fixed server settings on FireFox
faketruth
1
-2
/
+2
2012-08-20
Can change monster settings in WebAdmin too
faketruth
1
-5
/
+48
2012-08-20
Can now edit some generic server settings through the WebAdmin (port, description, etc)
faketruth
2
-0
/
+111
2012-08-20
Updated clean.bat for cleaning MCServer files
faketruth
1
-1
/
+0
2012-08-20
Moved files used by MCServer to a special MCServer folder
faketruth
52
-0
/
+2897