summaryrefslogtreecommitdiffstats
path: root/MCServer (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-11Fixes #493 and #490flx51-0/+1
2015-03-05Added OnEntityTeleport.lua hook to APIDumpjoshi071-0/+29
2015-03-05Added description to APIDump for OnEntityTeleportjoshi071-2/+2
2015-03-05Added OnTeleportEntity hook for plugins.joshi071-0/+17
2015-03-01Debuggers plugin: Disabled WECUI manipulation.Mattes D1-1/+2
2015-02-23Added documentation for CompressStringZLIBSTRWarrior1-1/+1
2015-02-23Documented cStringCompressionSTRWarrior1-2/+21
2015-02-22Documented CompressString and UncompressStringSTRWarrior1-0/+2
2015-02-22cNetwork: Added EnumLocalIPAddresses() function.Mattes D3-0/+20
2015-02-21Added cCryptoHash namespace to Lua API.Mattes D3-17/+83
2015-02-20APIDump: Added the UDP zero port policy.Mattes D1-1/+1
2015-02-20cNetwork: Added UDP API.Mattes D3-16/+188
2015-02-18InfoReg: Fixed MultiCommand return values.Mattes D1-2/+1
2015-02-16Fixed guest.htmlCreaprog1-1/+1
2015-02-16Fixed guest.htmlCreaprog1-2/+4
2015-02-16Fixed guest page.Alexander Harkness1-2/+16
2015-02-15Fixed login_template.htmlCreaprog1-1/+1
2015-02-14Fixed TCP link shutdown.Mattes D1-2/+3
2015-02-13Exported TLS server start on cTCPLink to Lua API.Mattes D2-3/+104
2015-02-13Exported cTCPLink:Close and :Shutdown() to Lua API.Mattes D1-0/+2
2015-02-12LuaAPI: Added client TLS support for TCP links.Mattes D3-1/+60
2015-02-07APIDump: Added client and server examples.Mattes D1-0/+137
2015-02-07Updated IsOnGround() documentationHowaner1-1/+1
2015-02-06APIDump: Added cNetwork documentation.Mattes D1-0/+183
2015-02-04NetworkTest plugin: updated comments and splash loading.Mattes D1-7/+10
2015-02-04Exported cServerHandle and cNetwork:Listen to Lua.Mattes D3-1/+531
2015-02-04cNetwork: Exported lookup functions to Lua API.Mattes D2-0/+63
2015-02-04NetworkTest plugin: Added cNetwork:Connect test code.Mattes D2-0/+109
2015-01-27Turned off echo in Windows script.Mattes D1-0/+1
2015-01-27Debuggers: Logging the os.clock for console-scheduled tasks.Matyas Dolak1-3/+6
2014-12-30Use cRoot:Get():GetServer():GetNumPlayers() instead of a custom function.tonibm191-9/+1
2014-12-29Added player count to webadmintonibm191-0/+10
2014-12-25APIDump: Added details about client handle in OnServerPing hook.Mattes D1-1/+4
2014-12-24APIDump: Updated the player block placement documentation.Mattes D3-10/+12
2014-12-20Added RabbitsMasy981-92/+104
2014-12-19Fixed Guardians size and healthMasy982-0/+7
2014-12-18Added Entity GuardianMasy981-0/+0
2014-12-16Updated Core.Mattes D1-0/+0
2014-12-14Fixed fence/-gates and door recipes and added baked potato recipeMasy982-3/+4
2014-12-13Made comment in example code smallerSTRWarrior1-1/+3
2014-12-13Reverted main_APIDump.lua changesSTRWarrior1-4/+4
2014-12-13Fixed the width sometimes going over the div sizeSTRWarrior1-4/+4
2014-12-12Updated the Core.Mattes D1-0/+0
2014-12-12Exported cWorld:PrepareChunk to Lua API, test in Debuggers.Mattes D1-1/+6
2014-12-11Debuggers: Added loadchunk and preparechunk commands.Mattes D2-0/+87
2014-12-11Debuggers: Changed to use Info.lua file.Mattes D2-33/+222
2014-12-05Fix duplicate commands added to README.mdJonathan Fabian1-1/+12
2014-12-01Updated coreHowaner1-0/+0
2014-12-01Reverted bad .gitignore changeHowaner1-1/+1
2014-12-01MobSpawner fixes.Howaner1-1/+1
2014-11-29Update coreHowaner1-0/+0
2014-11-29Removed old MobType category.Howaner1-8/+1
2014-11-29Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() insteadHowaner1-1/+1
2014-11-29Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2-6/+51
2014-11-29Smelting Netherrack not TallGrass gives you NetherBrickItem.M103601-1/+1
2014-11-29Added missing fuels.M103601-0/+19
2014-11-29Removed duplicate.M103601-1/+0
2014-11-22InfoReg: Added a diagnostic for bad Info.lua command info.Mattes D1-0/+1
2014-11-15Use LastPlacedSign instead of LastPlacedBlock.Howaner1-1/+0
2014-11-15Updated APIDumpHowaner1-2/+3
2014-11-15Renamed GetSettedViewDistance() to GetRequestedViewDistance()Howaner1-1/+1
2014-11-14APIDump: Fixed example cCompositeChat URLHowaner1-1/+1
2014-11-14Updated APIDumpHowaner1-0/+1
2014-11-05renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDumpLukas Pioch1-0/+2
2014-11-05Update V1.0.9Ambushed913-44/+36
2014-11-05Update V1.0.3Ambushed912-3/+2
2014-11-04WebAdmin: Fixed login template destination address.Mattes D1-1/+1
2014-11-04Update template.luaArian1-70/+81
2014-10-28Update template.luaArian1-6/+5
2014-10-28Update login_template.htmlArian1-110/+62
2014-10-28Update style.cssArian1-4/+4
2014-10-28Update login.cssArian1-4/+4
2014-10-28Update login.cssArian1-1/+1
2014-10-28Update guest.htmlArian1-3/+2
2014-10-28Update template.luaArian1-2/+21
2014-10-27Update login_template.htmlArian1-58/+108
2014-10-27Update login.cssArian1-1/+218
2014-10-27Update style.cssArian1-1/+432
2014-10-27Update template.luaArian1-0/+1
2014-10-27Update login_template.htmlArian1-0/+1
2014-10-27Update style.cssArian1-0/+1
2014-10-27Update login.cssArian1-0/+1
2014-10-27Update template.luaAmbushed911-6/+10
2014-10-27Update template.luaAmbushed911-90/+75
2014-10-27Update template.htmlAmbushed911-125/+136
2014-10-27Update login_template.htmlAmbushed911-58/+61
2014-10-27Update style.cssAmbushed911-1024/+1
2014-10-27Update login.cssAmbushed911-378/+1
2014-10-27Update login.cssAmbushed911-1/+378
2014-10-27Update temp.htmlAmbushed911-99/+0
2014-10-27Update guest.htmlAmbushed911-5/+3
2014-10-25APIDump: Added basic projectile documentation.Mattes D1-6/+18
2014-10-23Update login.cssAmbushed911-442/+1
2014-10-23Re-updated Core.Mattes D1-0/+0
2014-10-23Update template.luaAmbushed911-4/+1
2014-10-23Update style.cssAmbushed911-1/+1
2014-10-23Update login.cssAmbushed911-2/+2
2014-10-23Update login_template.htmlAmbushed911-4/+1
2014-10-23Update temp.htmlAmbushed911-1/+1
2014-10-23Update login_template.htmlAmbushed911-3/+1
2014-10-23Update (original).htmlAmbushed911-4/+4
2014-10-23Update style.cssAmbushed911-1/+1
2014-10-23Update guest.htmlAmbushed911-1/+1
2014-10-23Update WebAdminAmbushed9118-401/+1699
2014-10-22Upgraded core.Alexander Harkness1-0/+0
2014-10-22APIDump: Added docs for a few projectiles.Mattes D1-5/+21
2014-10-22Clearer version indication.Alexander Harkness1-1/+1
2014-10-21Added inheritance information to Lua docs for projectiles.Mattes D1-6/+41
2014-10-21Reverted plugin removeHowaner4-0/+0
2014-10-21Fixed submodule downgradesHowaner2-0/+0
2014-10-21Updated ProtectionAreasTiger Wang1-0/+0
2014-10-20Updated the Core.Mattes D1-0/+0
2014-10-20InfoDump: Do not crash if one plugin fails to load.Mattes D1-1/+5
2014-10-18InfoDump: Fixed trailing whitespace.Mattes D1-3/+3
2014-10-18InfoDump: Fixed GH permission export, moved output to plugins.Mattes D1-196/+225
2014-10-13cWorld: Fixed scheduler.Mattes D1-3/+16
2014-10-11Webadmin: use images already in files/ instead of inline image dataarchshift2-5/+5
2014-10-11Fixed remaining indent and replaced tiger with webfreak.Alexander Harkness1-107/+107
2014-10-11Update template.htmlwin32re1-3/+8
2014-10-11Fixed indentation.win32re1-130/+131
2014-10-11Reverted submodule changes.Alexander Harkness1-0/+0
2014-10-11More template changes.win32re1-131/+130
2014-10-11Update template.htmlwin32re1-4/+10
2014-10-08Added MagicCarpetAlexander Harkness1-0/+0
2014-10-08Removed MagicCarpetAlexander Harkness2-178/+0
2014-10-08Added Handy.Alexander Harkness3-244/+0
2014-10-08Added ChatLogAlexander Harkness1-0/+0
2014-10-08Removed ChatLog.Alexander Harkness1-31/+0
2014-10-08Added chunkWorx.Alexander Harkness1-0/+0
2014-10-08Removed ChunkWorxAlexander Harkness3-411/+0
2014-10-05cClientHandle: Added protocol version knowledge.Mattes D1-0/+1
2014-10-05Updated Core.Mattes D1-0/+0
2014-10-05added font callbackWebFreak0011-1/+1
2014-10-05Removed my license, added me to CONTRIBUTORSWebFreak0011-16/+0
2014-10-05Added newlineWebFreak0011-2/+1
2014-10-05Added licenseWebFreak0011-0/+16
2014-10-05Made WebAdmin design more modernWebFreak0013-265/+431
2014-10-01Added parentheses for clarity.Alexander Harkness1-1/+1
2014-10-01APIDump: Fixed cEntity documentation.madmaxoft1-5/+23
2014-10-01Fixed broken code.Alexander Harkness1-2/+2
2014-10-01APIDump: Added more of the missing documentation.madmaxoft1-5/+22
2014-10-01Unified cRoot broadcast chat documentation.madmaxoft1-7/+14
2014-10-01APIDump: Documented missing cIniFile function.madmaxoft1-0/+1
2014-10-01APIDump: Documented missing cCompositeChat functions.madmaxoft1-4/+6
2014-10-01APIDump: Added missing cClientHandle documentation.madmaxoft1-0/+3
2014-09-29Updated Core.madmaxoft1-0/+0
2014-09-29Updated Core.madmaxoft1-0/+0
2014-09-29RankMgr: GetAllPlayers() returns players sorted by name.madmaxoft1-1/+1
2014-09-29Updated the Core.madmaxoft1-0/+0
2014-09-29Fixed a typo in the description.madmaxoft1-1/+1
2014-09-28cRankManager: Added ClearPlayerRanks()Howaner1-0/+1
2014-09-28Updated api documentation.Howaner1-0/+2
2014-09-28Add Code example.Alexander Harkness1-0/+26
2014-09-27changed description to be more readable.Alexander Harkness1-3/+2
2014-09-27Copy edit.Alexander Harkness1-1/+1
2014-09-27Fixed return value descriptions.Alexander Harkness1-1/+3
2014-09-27Fixed typo again.Alexander Harkness1-1/+1
2014-09-27Typo fix.Alexander Harkness1-1/+1
2014-09-27Fixed line left in.Alexander Harkness1-4/+3
2014-09-27Remaining part of fix.Alexander Harkness1-0/+1
2014-09-27Hopefully fix #1384Alexander Harkness1-0/+24
2014-09-26Updated CoreTiger Wang1-0/+0
2014-09-19Fixed typos in items.ini.madmaxoft1-1/+2
2014-09-19Updated SPAWNING_ENTITY hook description.Howaner1-2/+3
2014-09-18Added german language support, now reallyMasy981-0/+603
2014-09-18Added german language supportMasy981-3/+8
2014-09-17Fixed wrong url in the debuggers pluginHowaner1-1/+1
2014-09-12APIDump: Improved command binding documentation.madmaxoft1-4/+4
2014-09-12Added slime block to slime balls recipeMasy981-0/+1
2014-09-10Fixed spacingMasy981-1/+1
2014-09-10Fixed sign recipeMasy981-1/+1
2014-09-07Exported cClientHandle:GetIPString() to Lua API.Mattes D1-0/+1
2014-09-07Fixed submodules' downgrade from the previous PR merge.Mattes D1-0/+0
2014-09-06Re-ordered the items.ini and added a few new namesMasy981-291/+290
2014-09-06Removed outdated message sending methods.Alexander Harkness1-3/+3
2014-09-03Debuggers: Reviewed and fixed the Pickups and Poof commands.madmaxoft1-10/+17
2014-09-03Debuggers: Added a test code for ForEachEntityInBox().madmaxoft1-0/+49
2014-09-03Exported ForEachEntityInBox() to Lua API.madmaxoft1-0/+1
2014-09-02Fixed typo!Masy981-1/+1
2014-09-02Added missing recipes!Masy981-6/+21
2014-09-02Seperated the "custom" names from the normal list!Masy981-193/+326
2014-09-02Added new recipes!Masy981-4/+19
2014-09-02Seperated "custom" names list from the normal list in items.ini!Masy982-197/+328
2014-09-02Changed the IsEnchantable() comment again.Howaner1-2/+1
2014-09-02Renamed SetWalkSpeed() to SetRelativeWalkSpeed()Howaner1-2/+2
2014-09-02Added the new functions to APIDump.Howaner1-0/+9
2014-09-02Added a custom name test to the debuggers plugin.Howaner1-0/+17
2014-09-02Re-added alternate spellings of darkgraywool.madmaxoft1-0/+2
2014-09-02Re-updated the Core.madmaxoft1-0/+0
2014-09-01Added missing leather recipe!Masy981-0/+1
2014-09-01Fixed spacing and light gray wool name!Masy982-38/+40
2014-09-01Fixed ReplaceString() documentation.Howaner1-1/+1
2014-08-31Rewrited furnace.txtHowaner2-49/+53
2014-08-31Added furnace recipes!Masy982-17/+30
2014-08-31Added missing mossy stonebrick recipe!Masy981-0/+1
2014-08-31Added 1.8 recipes!Masy982-8/+80
2014-08-31Added 1.8 blocks and items!Masy981-1/+65
2014-08-31WebAdmin: Exported logo and background.Howaner3-3/+3
2014-08-31WebAdmin: Added favicon to the login template.Howaner1-0/+1
2014-08-31WebAdmin: Exported favicon.Howaner2-4/+4
2014-08-31WebAdmin: Exported stylesheet in a own file.Howaner2-333/+329
2014-08-31WebAdmin: Added login templateHowaner2-0/+24
2014-08-30Fixed missing slab name in line 297Masy981-1/+1
2014-08-30Changed the IsEnchantable() comment.Howaner1-1/+1
2014-08-30Removed SexyMotd linkHowaner1-1/+0
2014-08-30Added GetWalkSpeed() and SetWalkSpeed() documentation.Howaner2-0/+3
2014-08-29Updated CoreTiger Wang1-0/+0
2014-08-29Hotfixed recipe.txt loading.Hownaer1-1/+1
2014-08-28APIDump: Added missing cItem things.Hownaer1-3/+8
2014-08-28Fixed ItemCategory code example.Hownaer1-2/+2
2014-08-27Debuggers: Added a testcase for OnProjectileHitBlock.Mattes D1-0/+13
2014-08-26Profiling: Added profiling script for x64 executable.Mattes D3-6/+12
2014-08-26VS Profiling: Shutdown the profiler on error.Mattes D1-2/+6
2014-08-24RankMgr: Exported the default-rank functions.Mattes D1-6/+14
2014-08-23RankMgr: Implemented default rank, added defaults.Mattes D1-0/+0
2014-08-21Fixed slab nameMasy981-1/+1
2014-08-21Added missing recipes for stairs and slabs!Masy982-4/+5
2014-08-21Added missing recipes for stairs and slabs!Masy981-12/+30
2014-08-21Changed new logs from wood to log!Masy981-4/+4
2014-08-21Added missing blocks in item.iniMasy981-2/+49
2014-08-21RankMgr: Added cRankManager::RemovePlayerRank().Mattes D1-0/+1
2014-08-21APIDump: Removed the cGroup and cGroupManager classes.Mattes D1-25/+2
2014-08-20Updated the Core.Mattes D1-0/+0
2014-08-20Exported cServer:ShouldAuthenticate to Lua API.Mattes D1-1/+2
2014-08-20APIDump: Added cRankManager documentation.Mattes D1-0/+56
2014-08-16Updated HOOK_PLAYER_MOVING documentation.Howaner1-1/+3
2014-08-11Add entry for bat in monsters.iniChristophe Piveteau1-0/+6
2014-08-09Debuggers: Disabled UUID and RankMgr tests.madmaxoft1-2/+2
2014-08-08Debuggers: Simple cRankManager test case.madmaxoft1-0/+13
2014-08-05Added api documentation for Clamp()Howaner1-2/+3
2014-08-04Updated submodulesTiger Wang2-0/+0
2014-08-03Debuggers: Added a Name-from-UUID cMojangAPI test.madmaxoft1-0/+7
2014-08-03cMojangAPI: Added UUID-to-Name lookup.madmaxoft1-9/+8
2014-08-03Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft1-0/+1
2014-08-01Improved endermen code a littleTiger Wang1-1/+1
2014-07-31Updated documentation again.Howaner1-4/+4
2014-07-31Updated documentation.Howaner1-5/+5
2014-07-31MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft2-2/+32
2014-07-30Added beacon documentation.Howaner2-0/+27
2014-07-30APIDump: Added notes about cache to cMojangAPI.madmaxoft1-1/+7
2014-07-30APIDump: Fixed UUID-related documentation.madmaxoft1-2/+2
2014-07-30Debuggers: Updated for the new cMojangAPI changes.madmaxoft1-1/+10
2014-07-30Exported cMojangAPI to Lua.madmaxoft1-1/+26
2014-07-28Debuggers: Added an example for cClientHandle:GetUUIDsFromPlayerNames().madmaxoft1-0/+31
2014-07-28Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API.madmaxoft1-0/+1
2014-07-18Debuggers: Optimized and commented the /rmitem handler.madmaxoft1-4/+8
2014-07-18APIDump: Documented RemoveItem().madmaxoft1-0/+2
2014-07-18Added RemoveItem() function to the player inventory.Howaner1-4/+36
2014-07-18Removed special character in APIDumpHowaner1-1/+1
2014-07-14OnEntityAddEffect.lua: Removed Originator paramarchshift1-1/+0
2014-07-13Fixed diamond mover pluginHowaner1-3/+5
2014-07-10APIDump: Documented cWorld:SetChunkAlwaysTicked.madmaxoft1-0/+1
2014-07-10Debuggers: Added forced chunk ticking test.madmaxoft1-0/+28
2014-07-04Removed useless sentence in cPluginManager:ExecuteCommand description.STRWarrior1-1/+1
2014-07-04Fixed ExecuteCommand description.STRWarrior1-1/+1
2014-07-03APIDump: Updated OnWeatherChanging docs after latest code changes.madmaxoft1-4/+7
2014-07-02Update documentationHowaner1-3/+3
2014-07-01Change documentationHowaner1-5/+10
2014-06-30Add documentation.Howaner1-0/+22
2014-06-24Added the Lua Proxy DLL.madmaxoft1-0/+0
2014-06-24Debuggers: Fixed the Blaze rod query tool.madmaxoft1-2/+2
2014-06-21Added cClientHandle::IsUUIDOnline function.madmaxoft1-0/+3
2014-06-18(Force)ExecuteCommand returns the CommandResult enumsSTRWarrior1-2/+17
2014-06-17APIDump: Added OnEntityAddEffect hook documentation.madmaxoft1-0/+34
2014-06-17Pawn: renamed HandleEntityEffects to HandleEntityEffectarchshift1-0/+3
2014-06-16Implemented PR suggestionsarchshift1-1/+2
2014-06-13Fixed ChunkWorx stop button giving an errorSTRWarrior1-1/+1
2014-06-13APIDump: Added the Info.lua article.madmaxoft2-0/+247
2014-06-12Portals animate and delay correctlyTiger Wang1-1/+1
2014-06-12Fix typo in handy_functions.luaQais Patankar1-2/+2
2014-06-11Update APIDesc.luaAlexander Harkness1-0/+1
2014-06-11APIDump: Documented cBlockArea:GetCoordRange().madmaxoft1-1/+2
2014-06-11Update APIDesc.luaTiger Wang1-3/+6
2014-06-08Small change for easier understanding.Alexander Harkness1-1/+1
2014-06-07Corrected the furnace fuels. Solves #1071Alexander Harkness1-15/+27
2014-06-02APIDump: Fixed crashSTRWarrior1-1/+1
2014-06-02Added OnProjectileHitBlock example in DebuggersSTRWarrior1-1/+13
2014-06-02Updated OnProjectileHitBlock documentation.STRWarrior1-0/+5
2014-05-27Stuff.Alexander Harkness1-1/+1
2014-05-26Update main.cssAlexander Harkness1-1/+2
2014-05-25Updated CoreTiger Wang1-0/+0
2014-05-21Fixed minor style issuesTycho1-0/+0
2014-05-10Fix bash ifsTycho1-0/+0
2014-05-07Fixed cert filename in Linux script.madmaxoft2-2/+2
2014-05-02Made the cert generation script executable on LinuxMattes D1-0/+0
2014-05-02APIDump: Updated the OnDisconnect hook docs.madmaxoft1-7/+17
2014-05-02APIDump: Improved error handling in API file loader.madmaxoft1-1/+5
2014-05-01Added a mention to run as admin.madmaxoft1-0/+2
2014-05-01Added scripts for generating HTTPS cert and key.madmaxoft2-0/+19
2014-05-01Implemented SSL connection for WebAdmin.madmaxoft1-0/+4
2014-04-24Fixed references to renamed files.archshift1-1/+1
2014-04-23Updated docs for StringToEnchantmentID.madmaxoft1-1/+1
2014-04-23Declaration that a mob is not fireproof is implicit.archshift1-21/+0
2014-04-23Added IsFireproof hook for monsters.iniarchshift1-0/+26
2014-04-22Fixed capitalization issuesarchshift1-2/+2
2014-04-19APIDump: Added a ChunkStay article.madmaxoft3-27/+195
2014-04-10InfoReg uses cCompositeChat for subcommand lists.madmaxoft1-6/+6
2014-04-06Added the generated ZBS API file to ignore list.madmaxoft1-0/+2
2014-04-06Updated cWorld::CreateProjectile() documentationTiger Wang1-1/+1
2014-04-05Added more API documentation to cCompositeChat.madmaxoft1-1/+17
2014-04-03APIDump: Added angular specifics.madmaxoft1-2/+2
2014-04-03Documented the units and range for entity rotations.madmaxoft1-3/+3
2014-04-02Debuggers: Added a Base64 API roundtrip test.madmaxoft1-4/+23
2014-04-01APIDump: Gave msDifference it's own table.STRWarrior1-9/+21
2014-04-01cBlockArea: Added the msMask merge strategy.madmaxoft1-3/+20
2014-04-01LOG() API reads the LogLevel from the cCompositeChat's MessageType.madmaxoft1-2/+2
2014-03-31APIDump: Documented the cCompositeChat support in logging functions.madmaxoft1-5/+25
2014-03-31Console logging supports cCompositeChat as its parameters.madmaxoft1-0/+9
2014-03-31Added extra table which should make it more clear what msDifference does.STRWarrior1-1/+3
2014-03-31Fixed typoSTRWarrior1-1/+1
2014-03-31Documented msDifferenceSTRWarrior1-6/+8
2014-03-31APIDump: Added code completion support file to ZBS tutorial.madmaxoft1-1/+2
2014-03-31APIDump: Renamed the ZBS API dump file to mcserver_api.lua.madmaxoft1-2/+2
2014-03-30APIDump: Added article: Setting up ZeroBrane Studio.madmaxoft4-0/+46
2014-03-29Documented both hooks.STRWarrior2-0/+49
2014-03-28Implemented the msSpongePrint merge strategy.madmaxoft1-4/+20
2014-03-28Debuggers: Deactivated the chunk generator callback.madmaxoft1-1/+3
2014-03-27Change documentation textHowaner2-4/+4
2014-03-27Change SpreadSource documentationHowaner2-6/+6
2014-03-27Add documentation for new Block spreadHowaner2-0/+49
2014-03-25Ignoring the default GalExports folder.madmaxoft1-0/+1
2014-03-25InfoReg updated for multi-verb console commands.madmaxoft1-12/+39
2014-03-20Plugins can set flying speed.madmaxoft1-3/+5
2014-03-20APIDump: Fixed wrong escaped strings.madmaxoft1-5/+5
2014-03-20Rewritten player speeds to be relative unit-less.madmaxoft1-5/+5
2014-03-19APIDump: Updated comments to reflect current code.madmaxoft1-1/+4
2014-03-19APIDump: Added ZeroBraneStudio API export.madmaxoft1-5/+128
2014-03-19APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues.madmaxoft1-443/+404
2014-03-18Debuggers: Using binary file mode for .schematics.madmaxoft1-2/+2
2014-03-16Only check for "Info.lua" with capital ISTRWarrior1-1/+1
2014-03-16Fixed InfoReg.lua's handling of multi-level commands.madmaxoft1-2/+2
2014-03-16Removed the @EnableMobDebug.lua file.madmaxoft1-29/+0
2014-03-15Created a small plugin for InfoDumpSTRWarrior1-0/+49
2014-03-15Debuggers: Added a test for WE selection API.madmaxoft1-1/+39
2014-03-15APIDump: Documented a forgotten cCuboid constructor.madmaxoft1-1/+2
2014-03-15APIDump: Fixed missing return statement.madmaxoft1-0/+1
2014-03-15Added cCuboid:Assign(OtherCuboid) API function.madmaxoft1-2/+6
2014-03-14Ignoring all config and SQLite files in the output folder.madmaxoft1-4/+2
2014-03-14APIDump: Trigger the dump manually.madmaxoft1-26/+64
2014-03-14cPluginManager:Bind[Console]Command returns true on success.madmaxoft1-4/+4
2014-03-11Rollback submodule changeTycho1-0/+0
2014-03-11APIDump: Removed old documentation, documented some new functions.madmaxoft2-6/+17
2014-03-12APIDump: Updated WEOffset-related docs.madmaxoft1-7/+7
2014-03-11Fixed APIDumpSTRWarrior1-1/+1
2014-03-11Documented the functions.STRWarrior1-0/+6
2014-03-09Fixed Mesannine twister to use UInt32Tycho1-0/+0
2014-03-09Added extra dye rules to crafting.txtTiger Wang1-1/+8
2014-03-09Updated CoreTiger Wang1-0/+0
2014-03-08Change tnt documentation to ticksHowaner1-3/+3
2014-03-08Add new tnt documentationHowaner1-2/+3
2014-03-07Fixed cBlockArea schematic string saving signature.madmaxoft1-1/+1
2014-03-07Link cItem in the documentationHowaner2-3/+3
2014-03-07Add missing documentation filesHowaner2-0/+16
2014-03-07Debuggers: Added a test of the cBlockArea string-serialization.madmaxoft1-0/+38
2014-03-07APIDump: Documented cBlockArea string-serialization functions.madmaxoft1-0/+2
2014-03-05The APIDump generates a list of all the permissions again.STRWarrior1-7/+7
2014-03-05APIDump: Documented the cCompositeChat class.madmaxoft1-0/+52
2014-03-05APIDump: Ignoring classes by exact match.madmaxoft1-10/+10
2014-03-04Debuggers: Added simple test for cCompositeChat.madmaxoft1-0/+15
2014-03-02Fixed typoSTRWarrior1-1/+1
2014-03-02Simplified and more clearer infodump for Github.STRWarrior1-14/+7
2014-03-02GetById => Getandrew1-10/+10
2014-03-02APIDump: ID -> Typeandrew1-10/+10
2014-03-02Exported cBlockInfoandrew1-0/+32
2014-03-01Ignoring all plugin subfolders.madmaxoft1-0/+1
2014-03-01Using comma instead of string concatenation.STRWarrior1-1/+1
2014-03-01If there is a SourceLocation available the InfoDump will note it in the forum version.STRWarrior1-1/+4
2014-03-01APIDump: Fixed cScoreboard enumsandrew1-17/+17
2014-03-01Exported cScoreboard::ForEachTeamandrew1-0/+1
2014-03-01Exported cScoreboard::ForEachObjectiveandrew1-0/+1
2014-03-01Exported and documented cScoreboardandrew1-0/+90
2014-03-01APIDump: Documented cRoot:CreateAndInitializeWorld.STRWarrior1-0/+1
2014-02-28Documented the changes in cJukeboxEntity.madmaxoft1-2/+4
2014-02-28Added a MobDebug enabler script.madmaxoft1-0/+29
2014-02-28Fixed compatibility with ZeroBraneStudio and LuaRocks.madmaxoft1-0/+0
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-3/+46
2014-02-26APIDump: Added Geometry file to project.madmaxoft1-0/+3
2014-02-26APIDump: Documented new cCuboid functions.madmaxoft1-1/+6
2014-02-26APIDump: Separated out Geometry-related classes to their own file.madmaxoft2-301/+320
2014-02-25InfoReg: Subcommand aliases are handled properly.madmaxoft1-1/+15
2014-02-24Added useful parameter overloads to cBlockArea Lua API.madmaxoft1-6/+31
2014-02-23Undid changing coreTycho1-0/+0
2014-02-23fixed globals.h warningsTycho1-0/+0
2014-02-23APIDump: Fixed cBlockArea:GetRelBlockType() return types.madmaxoft1-1/+1
2014-02-23Documented cBlockArea:GetOrigin(), :GetSize() and :GetVolume().madmaxoft1-0/+3
2014-02-23Maps: Improvementsandrew1-2/+2
2014-02-23Manually exported DoWithMapandrew1-1/+1
2014-02-23Documented and exported cMapManagerandrew1-0/+14
2014-02-22Documented and exported cMapandrew1-0/+49
2014-02-20APIDump: Documented cClientHandle:HasPluginChannel.madmaxoft1-0/+1
2014-02-20APIDump: Fixed cBlockArea:GetRelBlockType() return types.madmaxoft1-1/+1
2014-02-18APIDump: Documented missing cWorld functions.madmaxoft1-0/+8
2014-02-18Debuggers: Added a test for the cWorld:SetAreaBiome() function.madmaxoft1-0/+40
2014-02-18Updated CoreTiger Wang1-0/+0
2014-02-18Properly exported and documented paintingsTiger Wang1-0/+18
2014-02-18Fixed Chunkworx, Issue 673.narroo1-1/+1
2014-02-18Issue #673 Fix, Chunkworx now uses QueueUnloadUnusedChunks instead of UnloadUnusedChunks.narroo1-1/+1
2014-02-17Added the InfoReg plugin library file.madmaxoft1-0/+157
2014-02-17Documented the cPluginManager:GetPluginsPath() API function.madmaxoft1-0/+1
2014-02-16Added files for eclipse and debug, fix a mistakeMuhammadWang1-0/+1
2014-02-15Debuggers: Added code to test cCompositeChat functionality.madmaxoft1-0/+23
2014-02-15Updated Plugin articleTiger Wang1-14/+15
2014-02-15Debuggers: Added a WebAdmin StressTest page.madmaxoft1-13/+76
2014-02-15Documented BroadcastParticleEffectSTRWarrior1-0/+1
2014-02-14EmptyMap item handlerandrew1-1/+1
2014-02-13Updated Core.madmaxoft1-0/+0
2014-02-13Fixed formatting issue in APIDesc.luanarroo1-1/+1
2014-02-12Decreased mobs attack rangetonibm191-22/+22
2014-02-12Updated Core.madmaxoft1-0/+0
2014-02-12Fixed location of QueueUnloadUnusedChunks entry in APIDesc dump. Now is lexographically listed in cWorld, not cRoot.narroo1-2/+2
2014-02-11Alpha-Sorted List.narroo1-1/+1
2014-02-11Changed console.lua in core plugin.narroo1-0/+0
2014-02-11Updated APIDesc.lua to replace 'UnloadUnusedChunks' with 'QueueUnloadUnusedChunks'.narroo1-1/+1
2014-02-11Fixed *nix attribs.Mattes D2-0/+0
2014-02-11Debuggers: Updated messaging functionsmadmaxoft1-4/+9
2014-02-11APIDump: Documented cWorld:ChunkStay().madmaxoft1-0/+1
2014-02-10Debuggers: Updated to reflect the new API.madmaxoft1-15/+9
2014-02-10Updated MagicCarpet and CoreTiger Wang3-23/+4
2014-02-10Typo Fix in console.luanarroo1-0/+0
2014-02-09Debuggers: Added a cLuaChunkStay test code.madmaxoft1-0/+72
2014-02-09Debuggers: Disabled testing plugin calls.madmaxoft1-1/+1
2014-02-09Added air, farmland and tilleddirt to items.ini.madmaxoft1-0/+3
2014-02-09Updated CoreTiger Wang1-0/+0
2014-02-07Removed some unexported documentation.Tiger Wang1-11/+5
2014-02-07Improved chat messaging functionsTiger Wang1-3/+24
2014-02-05InfoDump: Added github output.madmaxoft1-5/+228
2014-02-05Revert "Added Self Test Plugin"Tycho1-20/+0
2014-02-05Added Self Test PluginTycho1-0/+20
2014-02-05Updated Core & PolarSSLTiger Wang1-0/+0
2014-02-05Added cPluginManager:LogStackTrace() to the Lua API.madmaxoft1-1/+2
2014-02-05InfoDump: Git-Ignoring all generated files.madmaxoft1-0/+2
2014-02-04Fixed indent from previous commits.madmaxoft1-1/+1
2014-02-04Fixed indentationtonibm191-1/+1
2014-02-04Blank lines and indentation.tonibm191-1/+0
2014-02-04InfoDump: Fixed export for undeclared command param combinations.madmaxoft1-2/+2
2014-02-03Server now handles join messages alsoTiger Wang3-17/+17
2014-02-03Added documentationtonibm191-1/+4
2014-02-01Added PlayerDestroyedHook Documentationdaniel09161-0/+23
2014-01-31Fixed some more.Alexander Harkness1-4/+3
2014-01-30Fixed at least a little of the plugin guide.Alexander Harkness1-15/+7
2014-01-30Update CoreAlexander Harkness1-0/+0
2014-01-29Documented cFloater.STRWarrior1-0/+14
2014-01-25Ignoring the Comm Logs.madmaxoft1-0/+1
2014-01-24Updated CoreTiger Wang1-0/+0
2014-01-24Implemented creeper abilitiesTiger Wang1-1/+1
2014-01-24APIDump: Fixed indent after merge.madmaxoft1-2/+2
2014-01-24Fixed indentation and doxygen comments... For real this time.Mike Hunsinger1-2/+2
2014-01-24Fixed spacing and doxycomments.Mike Hunsinger1-2/+2
2014-01-23Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger1-3/+4
2014-01-22InfoDump: Can dump a single plugin without LFS.madmaxoft1-47/+65
2014-01-22InfoDump: Dump all referenced permissions.madmaxoft1-4/+112
2014-01-21Implemented cPluginManager:CallPlugin() API.madmaxoft2-2/+36
2014-01-19APIDump: Added notes about objects across cWorld's task execution.madmaxoft1-2/+2
2014-01-19APIDump: Updated cWorld:ScheduleTask()'s description.madmaxoft1-1/+1
2014-01-19Changed the cWorld::ScheduleTask() signature.madmaxoft1-0/+40
2014-01-19Updated Core.madmaxoft1-0/+0
2014-01-19Updated coreTiger Wang1-0/+0
2014-01-17APIDump: Updated cPluginManager:GetAllPlugins().madmaxoft1-1/+1
2014-01-17Updated core to the latest version and edited the submodules file to allow greater compatibility on restricted networks.Alexander Harkness1-0/+0
2014-01-16Finished exporting cWorld:ScheduleTask() to Lua API.madmaxoft1-1/+1
2014-01-16Documented the SchedualeTask functionTycho1-0/+1
2014-01-15APIDump: Explicitly listed static cPlayer functions.madmaxoft1-2/+2
2014-01-15Updated Core! ±±±___±±±Tiger Wang1-0/+0
2014-01-14Moved profiling scripts into the MCServer folder.madmaxoft2-0/+101
2014-01-13APIDump: Wrapped example code so that it displays well on small screens.madmaxoft1-3/+8
2014-01-13APIDump: Added OnPluginMessage.lua file to Decoda project.madmaxoft1-0/+3
2014-01-13APIDump: Added missing bits of documentation.madmaxoft1-0/+15
2014-01-13APIDump: Documented the plugin messaging hook and function.madmaxoft2-0/+26
2014-01-12Fixed VS2013 compile and updated CoreTiger Wang1-0/+0
2014-01-11Documented the cIniFile:AddValue* functions.madmaxoft1-0/+4
2014-01-09Debuggers: Test code for WECUI plugin messaging.madmaxoft1-0/+17
2014-01-09Windows nightbuild updated to generate .example.ini files.madmaxoft1-0/+30
2014-01-09Fixed a typo in the TestLuaRocks test plugin.madmaxoft1-1/+1
2014-01-08Added a known working favicon.madmaxoft1-0/+0
2014-01-07Updated CoreTiger Wang1-0/+0
2014-01-07Updated submodulesTiger Wang2-0/+0
2014-01-07Plugin messages are received and handed to plugins.madmaxoft1-23/+12
2014-01-06InfoDump: Removes indent and parses ParameterCombinations.madmaxoft1-8/+27
2014-01-05Fixed cPluginManager:AddHook() binding.madmaxoft4-5/+24
2014-01-05InfoDump: Removed an unneeded function.madmaxoft1-28/+0
2014-01-04InfoDump: All reasonable strings are forumized.madmaxoft1-5/+5
2014-01-04Added forum output for commands' DetailedHelp array.madmaxoft1-2/+31
2014-01-04InfoDump: Implemented list and formatting Forumizing.madmaxoft1-1/+6
2014-01-04InfoDump: added AdditionalInfo to forum dumps.madmaxoft1-4/+47
2014-01-04Added an InfoDump script for dumping all plugins' Info.lua into forum description.madmaxoft2-0/+299
2014-01-02[Handy] updated for new API, fixed bugs, added warnings. Now v2.Tau2-284/+145
2014-01-01Little more documentation for OnPlayerFishing.STRWarrior1-1/+1
2014-01-01Using documentation Xoft recommended.STRWarrior1-1/+1
2014-01-01Fixed typo's in the documentation.STRWarrior2-4/+4
2013-12-31Documented OnPlayerFished and OnPlayerFishing.STRWarrior2-0/+41
2013-12-27APIDump: Added the SettingUpDecoda article.madmaxoft5-0/+50
2013-12-27APIDump: Articles eplicitly declare being UTF-8.madmaxoft2-0/+2
2013-12-27APIDump: Added quick links to index to each class and hook file.madmaxoft1-2/+14
2013-12-27APIDump: Added a quick-nav menu to hook descriptions.madmaxoft1-7/+22
2013-12-27APIDump: Added a quick-nav menu to class descriptions.madmaxoft1-6/+22
2013-12-27APIDump: Split the huge DumpAPIHtml function into smaller ones.madmaxoft1-47/+61
2013-12-27APIDump: Extra pages renamed to articles and moved to front.madmaxoft1-24/+39
2013-12-27APIDump: Fixed the WritingPlugin article.madmaxoft1-98/+107
2013-12-27APIDump: Added the WritingPlugin article to the exported pages.madmaxoft1-0/+1
2013-12-27APIDump: Fixed bad for-loop.madmaxoft1-3/+3
2013-12-26Writing a plugin APIDump article (#382)Tiger Wang3-49/+310
2013-12-24Removed documentation for cChatColour:MakeColor()Alexander Harkness1-7/+3
2013-12-24Store plugin in a local variable to fix error on disableSam Mauldin1-2/+5
2013-12-29APIDump: Fixed a factual error in OnPluginsLoaded description.madmaxoft1-2/+2
2013-12-29APIDump: Static files overwrite their destination.madmaxoft1-5/+13
2013-12-29APIDump: The PRE html tag has tab width set to 2 spaces.madmaxoft1-0/+5
2013-12-29APIDump: Documented OnPluginsLoaded.madmaxoft1-0/+79
2013-12-29Added HOOK_PLUGINS_LOADED.madmaxoft1-0/+9
2013-12-20Or not. Fixes #384Alexander Harkness1-1/+2
2013-12-20done... finallyAlexander Harkness1-2/+2
2013-12-20fix the issues xoft pointed outAlexander Harkness1-5/+4
2013-12-20@madmaxoft now?Alexander Harkness1-3/+3
2013-12-20Possibly fixes #384Alexander Harkness1-0/+6
2013-12-20Create a static folder for adding static files.Alexander Harkness1-0/+1
2013-12-16APIDump: Ignoring the multi-inheritance members.madmaxoft2-2/+20
2013-12-15Documented ForceSetSpeed.STRWarrior1-0/+1
2013-12-15APIDump: Documented New functionsSTRWarrior1-0/+4
2013-12-14Documented cTNTEntity.STRWarrior1-0/+11
2013-12-14Update CoreTiger Wang1-0/+0
2013-12-14Groups.ini and Users.ini are now generatedTiger Wang4-49/+0
2013-12-11Documented OnWorldStarted.STRWarrior1-0/+24
2013-12-10Reverted APIDump changesTiger Wang1-0/+0
2013-12-10Fixed Floody lava to stone fizzleTiger Wang1-0/+0
2013-12-08Ignoring Gallery plugin settings.madmaxoft1-0/+3
2013-12-07Updated core.Alexander Harkness1-0/+0
2013-12-07Documented SpawnFallingBlock()STRWarrior1-0/+1
2013-12-07Updated TRANSAPIAlexander Harkness1-6/+0
2013-12-06I don't know how this dissapeard.Samuel Barney1-0/+49
2013-12-05APIDump: Documented the new cPluginManager:GetCurrentPlugin() function.madmaxoft1-1/+2
2013-12-03Updated TransAPI, fixes #389Alexander Harkness1-6/+0
2013-12-03Added a quick LuaRocks testing plugin.madmaxoft1-0/+49
2013-12-02The server builds and uses Lua as DLL in Debug mode.madmaxoft1-0/+4
2013-12-02APIDump: Added missing params to OnPlayerRightClick() hook.madmaxoft1-0/+3
2013-11-30APIDump: Updated the project file to include all partial docs files.madmaxoft1-1/+154
2013-11-26cWorld::SpawnExperienceOrb() now returns the entity ID of the spawned orb.STRWarrior1-1/+2
2013-11-25Documented SpawnExperienceOrb in cWorldSTRWarrior1-0/+1
2013-11-24APIDump: Moved projectiles' documentation to a separate file.madmaxoft2-110/+112
2013-11-24APIDump: Removed needless whitespace output.madmaxoft1-123/+108
2013-11-23APIDump: Removed unwanted functions.madmaxoft1-1/+2
2013-11-23APIDump: Reformatted the sqlite docs.madmaxoft1-4/+16
2013-11-23APIDump: The descriptions are read from multiple files.madmaxoft52-1682/+2036
2013-11-23Documented sqlite functions. Used: http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki#sqlite3_functionsSTRWarrior1-0/+18
2013-11-23APIDump: Added more constant groups.madmaxoft2-20/+121
2013-11-22APIDump: Added a few constant groups to the descriptions.madmaxoft1-92/+78
2013-11-22APIDump: Implemented constant groups.madmaxoft2-18/+144
2013-11-22Added cFile:GetFolderContents().madmaxoft2-10/+22
2013-11-22APIDump: Fixed cRoot's furnace query API.madmaxoft1-1/+3
2013-11-22Added cRoot:GetFurnaceFuelBurnTime() to Lua API.madmaxoft1-1/+20
2013-11-22APIDump: Documented new cRoot:GetFurnaceRecipe().madmaxoft1-2/+27
2013-11-22Debuggers: Added a test harness for cRoot:GetFurnaceRecipe().madmaxoft1-0/+21
2013-11-21APIDump: Documented cPlayer XP-related functions.madmaxoft1-0/+8
2013-11-20APIDump: Documented cWorld:ForEachBlockEntityInChunk() and cWorld:DoWithBlockEntityAt().madmaxoft1-0/+2
2013-11-20Debuggers: Test harness for cWorld:ForEachBlockEntityInChunk().madmaxoft1-19/+59
2013-11-19APIDump: Slight performance improvement.madmaxoft1-17/+17
2013-11-19APIDump: Documented Vector3i.madmaxoft1-5/+25
2013-11-18flower=38nesco1-4/+2
2013-11-17APIDump: Documented Vector3f.madmaxoft1-3/+33
2013-11-16updated plugin again...Daniel O'Brien1-1/+1
2013-11-16updated pluginDaniel O'Brien1-1/+1
2013-11-16removed SpendExperience and changed AddExperience to handle removing XpDaniel O'Brien1-1/+1
2013-11-15APIDump: Documented lxp, the XML parser class.madmaxoft1-0/+106
2013-11-15APIDump: Functions that are documented are never ignored.madmaxoft1-7/+12
2013-11-15finished #143 I believeDaniel O'Brien1-0/+11
2013-11-15Update items.ininesco1-1/+15
2013-11-15APIDump: Small fixes and additions.madmaxoft1-1/+4
2013-11-15APIDump: Documented cSignEntity.madmaxoft1-7/+6
2013-11-15APIDump: Documented cNoteEntity.madmaxoft1-1/+20
2013-11-15APIDump: Documented the cJukeboxEntity.madmaxoft1-0/+16
2013-11-15added cProtocol function to pass xp to clientDaniel O'Brien1-1/+1
2013-11-15APIDump: Documented cChunkDesc:GetBlockEntity().madmaxoft1-1/+37
2013-11-15Debuggers: Removed the old OnChunkGenerated code testing the cBlockArea writing.madmaxoft1-15/+0
2013-11-15cRoot::SaveAllChunks() doesn't wait for the save (deadlocks).madmaxoft1-1/+1
2013-11-15APIDump: Removed the BlockEntity constructors' docs.madmaxoft1-62/+24
2013-11-15Re-added rose to items.ini.madmaxoft1-1/+5
2013-11-15Debuggers: Added the BlockEntity test harness when generating chunks.madmaxoft1-0/+22
2013-11-14Fixed arrow bugsTiger Wang1-0/+0
2013-11-14cProtocol add SendExperience() and debuggingDaniel O'Brien1-0/+6
2013-11-13Updated the Core.madmaxoft1-0/+0
2013-11-13Update items.ininesco1-1/+1
2013-11-13Update items.ininesco1-3/+59
2013-11-13Update crafting.txt with StainedGlass and StainedGlassPanenesco1-2/+38
2013-11-11APIDump: Documented Vector3d.madmaxoft1-8/+43
2013-11-09APIDump: Documented cServer:IsHardCore()madmaxoft1-0/+1
2013-11-09APIDump: Documented TakeDamageInfo.madmaxoft1-5/+29
2013-11-09APIDump: Documented the relevant tolua functions.madmaxoft1-2/+48
2013-11-09APIDump: Added logging to see what takes so long.madmaxoft1-0/+5
2013-11-09Updated Core and ProtectionAreas.madmaxoft2-0/+0
2013-11-05APIDump: Documented ItemCategory.madmaxoft1-0/+38
2013-11-04Removed settings/webadmin.example.ini filesTiger Wang2-38/+0
2013-11-02Small update to the monster.ini.STRWarrior1-6/+5
2013-10-31APIDump: Fixed HOOK_LOGIN short desc.madmaxoft1-1/+1
2013-10-28Debuggers: Fixed after the cWindow API change.madmaxoft1-2/+2
2013-10-28APIDump: Documented cWindow.madmaxoft1-21/+33
2013-10-28APIDump: Documented HTTPFormData and HTTPRequest.madmaxoft1-5/+39
2013-10-28APIDump: Fixed a failure in documented classes with no functions.madmaxoft1-0/+1
2013-10-27APIDump: Documented cWorld.madmaxoft1-0/+1
2013-10-27APIDump: Documented cRoot.madmaxoft1-3/+12
2013-10-27APIDump: Documented cProjectileEntity.madmaxoft1-3/+21
2013-10-26APIDump: Documented cPickup.madmaxoft1-1/+2
2013-10-26APIDump: Documented cIniFile.madmaxoft1-81/+135
2013-10-25ChunkWorx: Updated for the cIniFile changes.madmaxoft2-52/+62
2013-10-24APIDump: Documented cMonster.madmaxoft1-3/+52
2013-10-24APIDump: Documented cEnchantments.madmaxoft1-4/+37
2013-10-24APIDump: Documented cPickup.madmaxoft1-8/+10
2013-10-24APIDump: Documented cItemGrid and cPlayer.madmaxoft1-30/+75
2013-10-23APIDump: Added cChatColor constants.madmaxoft1-3/+23
2013-10-23APIDump: Documented the cHopperEntity class.madmaxoft1-0/+22
2013-10-23APIDump: Linkified cEntity returns.madmaxoft1-4/+7
2013-10-22APIDump: member variables without a setter are considered constants.madmaxoft1-1/+8
2013-10-22APIDump: Inheritance is tested properly.madmaxoft1-6/+4
2013-10-21Ignoring a few generated files.madmaxoft1-0/+1
2013-10-20APIDump: Added link from cItem to the global ItemToString() et al.madmaxoft1-1/+5
2013-10-20APIDump: Fixed link in cPawn's desc.madmaxoft1-1/+1
2013-10-20APIDump: Various small fixes and additions.madmaxoft1-6/+53
2013-10-20APIDump: Fixed a few broken links.madmaxoft1-4/+4
2013-10-20APIDump: Statistics have a graphical meter; added hooks.madmaxoft1-9/+39
2013-10-20APIDump: Added basic statistics about the docs.madmaxoft2-6/+83
2013-10-20APIDump: Fixed listing undocumented objects.madmaxoft1-5/+27
2013-10-19APIDump: Undocumented member variables are listed.madmaxoft1-4/+16
2013-10-19APIDump: Extra pages use the local prettify and CSS.madmaxoft1-2/+7
2013-10-19APIDump: Added member-variable filtering.madmaxoft2-0/+14
2013-10-19Added a APIDump description for GetHTMLEscapedString.Alexander Harkness1-63/+66
2013-10-19APIDump: Member variables are read from the API.madmaxoft1-10/+48
2013-10-19APIDump: Better header text for classes.madmaxoft1-1/+1
2013-10-18APIDump: Added cIniFile additional info.madmaxoft2-1/+29
2013-10-18APIDump: Offline prettify is working.madmaxoft1-1/+11
2013-10-18APIDump: Added example code to cItem.madmaxoft1-0/+32
2013-10-18APIDump: Documented cItem's variables.madmaxoft1-4/+11
2013-10-18APIDump: Added support for member variables.madmaxoft2-4/+59
2013-10-18APIDump: Added prettify's license.madmaxoft1-0/+191
2013-10-18APIDump: Fixed offline JS.madmaxoft5-108/+41
2013-10-18APIDump: Do not list empty Constants or Functions sections.madmaxoft1-14/+46
2013-10-18APIDump: Split long code into functions.madmaxoft2-94/+110
2013-10-18APIDump: Ignore internal APIDump stuff.madmaxoft1-0/+2
2013-10-18APIDump: using local JS files instead of networked.madmaxoft3-4/+100
2013-10-18APIDump: Renamed output for helper stuff.madmaxoft1-2/+2
2013-10-18APIDump: Makes a list of bad links.madmaxoft1-17/+78
2013-10-18APIDump: Improved page titles.madmaxoft1-2/+2
2013-10-18APIDump: Documented HOOK_PLAYER_RIGHT_CLICKING_ENTITY.madmaxoft1-0/+20
2013-10-18APIDump: Documented HOOK_PLAYER_SHOOTING.madmaxoft1-0/+25
2013-10-18APIDump: Documented HOOK_PLAYER_SPAWNED.madmaxoft1-0/+25
2013-10-18APIDump: Documented HOOK_PLAYER_TOSSING_ITEM.madmaxoft1-0/+23
2013-10-17APIDump: Documented HOOK_PLAYER_USED_BLOCK.madmaxoft1-0/+39
2013-10-17APIDump: Documented HOOK_PLAYER_USED_ITEM.madmaxoft1-0/+39
2013-10-17APIDump: Documented HOOK_PLAYER_USING_BLOCK.madmaxoft1-2/+45
2013-10-17APIDump: Documented HOOK_PLAYER_USING_ITEM.madmaxoft1-0/+36
2013-10-17APIDump: Documented HOOK_UPDATED_SIGN.madmaxoft1-0/+30
2013-10-17APIDump: Documented HOOK_TICK.madmaxoft1-0/+22
2013-10-17APIDump: Documented HOOK_TAKE_DAMAGE.madmaxoft1-0/+24
2013-10-17APIDump: Documented HOOK_UPDATING_SIGN.madmaxoft1-0/+50
2013-10-17APIDump: More robust against missing APIDesc items.madmaxoft1-3/+3
2013-10-16APIDump: Documented HOOK_WEATHER_CHANGED.madmaxoft1-0/+21
2013-10-16APIDump: Documented HOOK_WEATHER_CHANGING.madmaxoft1-0/+24
2013-10-16APIDump: Documented HOOK_WORLD_TICK.madmaxoft1-0/+24
2013-10-16APIDump: Nicer HTML visage.madmaxoft3-158/+230
2013-10-15Added HOOK_PLAYER_RIGHT_CLICKAlexander Harkness1-8/+38
2013-10-15APIDump: Linkification supports #anchors.madmaxoft1-2/+33
2013-10-15APIDump: Documented HOOK_SPAWNING_MONSTER.madmaxoft1-0/+26
2013-10-15APIDump: Documented HOOK_SPAWNING_ENTITY.madmaxoft1-2/+34
2013-10-15APIDump: Documented HOOK_SPAWNED_MONSTER.madmaxoft1-1/+21
2013-10-15APIDump: Documented HOOK_SPAWNED_ENTITY.madmaxoft1-0/+20
2013-10-15APIDump: Documented HOOK_PRE_CRAFTING.madmaxoft1-0/+30
2013-10-15APIDump: Documented HOOK_POST_CRAFTING.madmaxoft1-0/+29
2013-10-15APIDump: Documented HOOK_PLAYER_PLACING_BLOCK.madmaxoft1-0/+38
2013-10-15APIDump: Documented HOOK_PLAYER_MOVING and HOOK_PLAYER_PLACED_BLOCK.madmaxoft1-0/+53
2013-10-15APIDump: Documented HOOK_PLAYER_LEFT_CLICK.madmaxoft1-0/+40
2013-10-15APIDump: Documented HOOK_PLAYER_JOINED.madmaxoft1-0/+22
2013-10-15APIDump: Documented HOOK_PLAYER_EATING.madmaxoft1-0/+20
2013-10-15APIDump: Documented HOOK_PLAYER_BROKEN_BLOCK.madmaxoft1-2/+31
2013-10-15APIDump: Documented HOOK_PLAYER_BREAKING_BLOCK.madmaxoft1-0/+30
2013-10-14APIDump: Documented HOOK_PLAYER_ANIMATION.madmaxoft1-0/+21
2013-10-14APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation.madmaxoft1-1/+6
2013-10-14APIDump: Documented HOOK_LOGIN.madmaxoft1-0/+25
2013-10-14APIDump: Documented HOOK_KILLING.madmaxoft1-0/+27
2013-10-14APIDump: Documented HOOK_HOPPER_PUSHING_ITEM.madmaxoft1-3/+28
2013-10-14APIDump: Documented HOOK_HOPPER_PULLING_ITEM.madmaxoft1-0/+23
2013-10-14Add the first line back.Alexander Harkness1-0/+1
2013-10-14Stairs crafting fixestonibm191-1/+4
2013-10-14APIDump: Documented HOOK_HANDSHAKE.madmaxoft1-0/+23
2013-10-14APIDump: Documented HOOK_EXPLODING.madmaxoft1-0/+44
2013-10-14APIDump: Documented HOOK_EXPLODED.madmaxoft1-0/+43
2013-10-14APIDump: Documented HOOK_EXECUTE_COMMAND.madmaxoft1-0/+25
2013-10-14APIDump: Updated the template for undocumented hooks.madmaxoft1-2/+2
2013-10-14APIDump: Documented HOOK_DISCONNECT.madmaxoft1-0/+26
2013-10-14APIDump: Fixed info missing from cCraftingRecipe.madmaxoft1-1/+1
2013-10-14APIDump: Documented HOOK_CRAFTING_NO_RECIPE.madmaxoft1-0/+26
2013-10-14APIDump: Documented HOOK_COLLECTING_PICKUP.madmaxoft1-0/+27
2013-10-14APIDump: Documented HOOK_CHUNK_UNLOADING.madmaxoft1-0/+23
2013-10-14APIDump: Documented HOOK_CHUNK_UNLOADED.madmaxoft1-0/+22
2013-10-14APIDump: Documented HOOK_CHUNK_GENERATING.madmaxoft1-1/+33
2013-10-14APIDump: Fixed undocumented hook param generator.madmaxoft1-8/+9
2013-10-14APIDump: Added example to HOOK_CHUNK_GENERATED.madmaxoft1-0/+37
2013-10-14APIDump: Documented HOOK_CHUNK_GENERATED.madmaxoft1-0/+26
2013-10-14APIDump: The undocumented hooks template now has 8 params.madmaxoft1-0/+7
2013-10-14APIDump: Documented HOOK_CHUNK_AVAILABLE.madmaxoft1-0/+21
2013-10-13Merge submodule changesTiger Wang3-0/+6
2013-10-12APIDump: Documented the webserver vs world threads.madmaxoft1-2/+58
2013-10-12APIDump: Added pretty-printing to code examples.madmaxoft2-30/+35
2013-10-12APIDump: Added an OnBlockToPickups() code example.madmaxoft1-0/+26
2013-10-12APIDump: Added the possibility of extra code examples for hooks.madmaxoft1-2/+8
2013-10-12APIDump: Documented OnBlockToPickups.madmaxoft1-0/+30
2013-10-12APIDump: Hook notes are linkified.madmaxoft1-1/+1
2013-10-09APIDump: Fixed extra pages copying.madmaxoft1-1/+7
2013-10-09APIDump: Implemented basic hook documentation.madmaxoft2-11/+152
2013-10-09APIDump: Documented the new cFile API functions.madmaxoft1-0/+24
2013-10-09APIDump: Added support for extra pages.madmaxoft3-3/+52
2013-10-09APIDump: Taking advantage of the new cFile API.madmaxoft1-9/+7
2013-10-08Some additional changesTiger Wang2-18/+7
2013-10-08Fixed WebAdmin template after moving the memory stats functions to cRoot.madmaxoft1-1/+1
2013-10-07Updated plugins.Alexander Harkness3-6/+0
2013-10-05APIDump: Brought cItem docs up-to-date.madmaxoft1-5/+7
2013-10-04Made MagicCarpet more magical!Tiger Wang2-6/+32
2013-10-04APIDump: Added cLineBlockTracer documentation.madmaxoft1-4/+86
2013-10-04APIDump: Documented cPluginSTRWarrior1-5/+9
2013-10-04APIDump: Added the cWorld:IsWeatherXXX() functions.madmaxoft1-1/+5
2013-10-02Fixed discrepancyTiger Wang1-1/+1
2013-10-02MagicCarpet Fixes [SEE DESC]Tiger Wang1-6/+9
2013-10-02APIDump: Removed ignored classes logging.madmaxoft1-2/+0
2013-10-02APIDump: Fixed operator == rename having bad DocID.madmaxoft2-3/+7
2013-09-30APIDump: Added equality operator renaming.madmaxoft1-0/+3
2013-09-29APIDump: Fixed overloaded functions' docs.madmaxoft1-18/+45
2013-09-29APIDump: Added more inheritance and linkification.madmaxoft1-4/+6
2013-09-29APIDump: Linkified cDropSpenser constants.madmaxoft1-2/+2
2013-09-29APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.madmaxoft2-1/+40
2013-09-28Updated READMETiger Wang1-9/+11
2013-09-27APIDump: Updated cEntity docs.madmaxoft1-33/+115
2013-09-27APIDump: Documented cServerSTRWarrior1-1/+6
2013-09-26APIDump: Completed cCuboid docs.madmaxoft1-6/+28
2013-09-26APIDump: Completed cCraftingGrid's documentation.madmaxoft1-3/+8
2013-09-26APIDump: completed cChestEntity docs.madmaxoft1-1/+30
2013-09-25APIDump: Updated cBlockArea docs.madmaxoft1-0/+3
2013-09-25APIDump: Updated cChunkDesc docs.madmaxoft1-2/+25
2013-09-25APIDump: Updated cClientHandle documentationmadmaxoft1-5/+7
2013-09-24APIDump: Documented the cBoundingBox class.madmaxoft1-2/+35
2013-09-22Added a simple valgrind script for easier testing.madmaxoft3-0/+8
2013-09-22APIDump: Forgot a function in globals.STRWarrior1-0/+1
2013-09-22APIDump: Documented the globals.STRWarrior1-0/+37
2013-09-21Implemented cWebAdmin:GetMemoryUsage() on Linux proper.madmaxoft1-2/+2
2013-09-19APIDump: Automatic corrections.madmaxoft1-83/+78
2013-09-19Added new mobs health.tonibm191-0/+30
2013-09-18APIDump: Updated cPluginManager documentation.madmaxoft1-16/+88
2013-09-18APIDump: Small cRoot improvement.STRWarrior1-17/+17
2013-09-17Documented cRoot.STRWarrior1-0/+19
2013-09-16APIDump: Additional information is linkified, too.madmaxoft1-1/+1
2013-09-16APIDump: Added a slight visual style to <pre> tagsmadmaxoft1-0/+5
2013-09-16Updated the Core to the latest.madmaxoft1-0/+0
2013-09-16APIDump: Added callback examples to cWorld.madmaxoft1-0/+60
2013-09-16APIDump: All cWorld functions are documented.madmaxoft1-25/+44
2013-09-15APIDump: Next batch of cWorld documentation.madmaxoft1-35/+34
2013-09-15APIDump: Added a first part of cWorld documentation.madmaxoft1-2/+118
2013-09-15APIDump: Fixed linkification with multiple links in one string.madmaxoft1-2/+2
2013-09-14APIDump: Undescribed classes are listed as undocumented.madmaxoft1-14/+16
2013-09-14APIDump: Added most missing classes as empty templates.madmaxoft1-1/+93
2013-09-14APIDump: Removed most unexported-documented classes.madmaxoft1-232/+53
2013-09-14APIDump: Fixed dumping when APIDesc doesn't contain Constants section.madmaxoft1-10/+14
2013-09-14APIDump: Fixed cLuaWindow documentation.madmaxoft1-62/+64
2013-09-14APIDump: Added creating the list of unexported-documented API objects.madmaxoft1-0/+24
2013-09-14APIDump: Implemented creating the list of undocumented API objects.madmaxoft1-3/+65
2013-09-14APIDump: Added a simple header to the class index.madmaxoft1-2/+3
2013-09-14APIDump: Added cArrowEntity documentationmadmaxoft1-0/+29
2013-09-14APIDump: Added an example on how to fill in the documentation.madmaxoft1-8/+55
2013-09-14APIDump: Added support for additional info exported with each class.madmaxoft2-1/+91
2013-09-14APIDump: Added support for overloaded functions.madmaxoft2-13/+57
2013-09-14APIDump: Do not dump the g_APIDesc and APIDump's functions.madmaxoft2-4/+13
2013-09-14APIDump: Moved sorting after the renaming.madmaxoft2-21/+25
2013-09-14APIDump: Linkifications works for simple {{link}} too.madmaxoft1-1/+3
2013-09-14APIDump: Added special-function renaming (constructor, operators).madmaxoft2-5/+22
2013-09-14APIDump: Added more globally-ignored functions.madmaxoft1-1/+4
2013-09-14APIDump: Ignored functions are removed from undocumented classes, too.madmaxoft1-10/+9
2013-09-13Updated default permissionstonibm191-1/+1
2013-09-13APIDump: Ignoring some Lua internal stuff from API-scanning.madmaxoft1-4/+10
2013-09-13APIDump: Fixed link in cBlockArea's docsmadmaxoft1-3/+3
2013-09-13APIDump: Basic CSS file makes tables visiblemadmaxoft2-0/+35
2013-09-13APIDump: Constructors are renamed and can have documentationmadmaxoft2-2/+7
2013-09-13APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.madmaxoft2-14/+30
2013-09-13APIDump: Fixed cItem's description.madmaxoft1-12/+17
2013-09-13APIDump: Linkification works.madmaxoft1-4/+3
2013-09-13APIDump: Added descendants specified through inheritance.madmaxoft1-27/+59
2013-09-13APIDump: Added support for inheritancemadmaxoft1-29/+68
2013-09-12APIDump: Read through and fixed the first few classes desc.madmaxoft1-92/+71
2013-09-12APIDump: Imported the descriptions from the wiki.madmaxoft2-156/+1268
2013-09-12APIDump: Fixed nestingmadmaxoft1-3/+2
2013-09-12APIDump: Processing wiki-style bullets (" * ") into <li> tagmadmaxoft1-0/+4
2013-09-12APIDump: Added parsing for older wiki format, "Class Definition" header.madmaxoft1-6/+44
2013-09-12APIDump: The APIDesc from wiki can be read back by Lua.madmaxoft1-10/+21
2013-09-12APIDump: replacing wiki-style markup with APIDump-style markupmadmaxoft1-0/+3
2013-09-12APIDump: Fixed parsing tables with wiki-links.madmaxoft1-10/+33
2013-09-11APIDump: Fixed a missing tabmadmaxoft1-1/+1
2013-09-11APIDump: Added a testing constant descriptionmadmaxoft1-0/+4
2013-09-11APIDump: Initial implementation of wiki-to-lua conversionmadmaxoft1-3/+85
2013-09-11APIDump: First attempt at outputting annotations in the HTML formatmadmaxoft3-85/+179
2013-09-10DumpAPI: Basic HTML output for classesmadmaxoft2-36/+149
2013-09-09APIDump now produces wiki-style tables of functions and constants.madmaxoft3-6/+146
2013-09-07Implemented ghast fireball and firecharge projectilesmadmaxoft1-0/+16
2013-09-07Debuggers plugin: Removed unneeded globalmadmaxoft1-4/+2
2013-09-02Updated Core and ProtectionTiger Wang2-0/+0
2013-08-30Updated ProtectionAreas to the latest version.madmaxoft1-0/+0
2013-08-22Debuggers: added a test cmd to spawn arrows.madmaxoft1-0/+18
2013-08-21Updated Core and ProtectionAreas to their latest versions.madmaxoft2-0/+0
2013-08-21Updated Core to the latest versionmadmaxoft1-0/+0
2013-08-21Updated internal plugins to the #121 API.madmaxoft5-54/+51
2013-08-21Updated the Debuggers plugin to the #121 API.madmaxoft1-9/+33
2013-08-21Ignoring all memdump files.madmaxoft1-1/+1
2013-08-20Updated to the latest Core.madmaxoft1-0/+0
2013-08-19Debuggers: Added continuous hunger reporting.madmaxoft1-20/+49
2013-08-19Debuggers plugin: Added details about pickups to the "/le" command.madmaxoft1-1/+7
2013-08-18TransAPI disappeared!Tiger Wang1-0/+6
2013-08-18Added cWindow property manipulation API.madmaxoft1-0/+9
2013-08-18Enhancements to Tabcompletion and Compile FixTiger Wang1-6/+0
2013-08-18Bugfix Update [SEE DESC}Tiger Wang1-1/+4
2013-08-16Added transapi as a submodule - so it more accurately reflects the source origin.Alexander Harkness4-131/+6
2013-08-16Added the removed plugins as submodules.Alexander Harkness3-2/+0
2013-08-16Removed squirrel plugin remnantsmadmaxoft1-13/+0
2013-08-16Moved ProtectionAreas into a separate repositorymadmaxoft11-1446/+2
2013-08-16No more Core in the MCServer repomadmaxoft43-3549/+1
2013-08-15Fixed the Reload and Save-all console commands.madmaxoft1-7/+74
2013-08-13Exported cWorld:BroadcastChat() to the Lua API; used in the Core.madmaxoft1-19/+18
2013-08-13Fixed new crafting recipes.tonibm191-1/+7
2013-08-13Added the transapi permission because yay!Alexander Harkness1-2/+2
2013-08-13Added TransAPI as a default plugin.Alexander Harkness1-0/+1
2013-08-13Squashed commit of the following:Alexander Harkness9-165/+197
2013-08-13Recipe Updatestonibm191-3/+10
2013-08-11Dragged in the latest core changes.Alexander Harkness1-1/+13
2013-08-11Dragged in the latest changes for Core.Alexander Harkness29-368/+599
2013-08-10Dragged in the latest core changes - got to automate this sometime.Alexander Harkness1-2/+2
2013-08-10Merged in another fix for core...Alexander Harkness1-1/+1
2013-08-10Bring in a fix for CoreAlexander Harkness1-2/+1
2013-08-10Merge in the latest version of Core.Alexander Harkness1-0/+2
2013-08-10Merge all the latest stuff from Core.Alexander Harkness3-7/+70
2013-08-08Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft1-0/+36
2013-08-07Drag in the latest core changes.Alexander Harkness6-57/+157
2013-08-07Updated mobs health and damagetonibm191-11/+54
2013-08-07Debuggers plugin: added the "/spidey" command.madmaxoft1-11/+43
2013-08-06cLuaScript now uses cLuaStatemadmaxoft1-1/+15
2013-08-04Ignoring all .ini files in the MCServer folder.madmaxoft1-7/+1
2013-08-03Removed all example ini files from Install.madmaxoft4-0/+9
2013-08-03Added READMETiger Wang1-0/+18
2013-08-03Lump in some core changes.Alexander Harkness4-65/+70
2013-08-02Added message standardisationTiger Wang1-8/+5
2013-08-02Pull in the latest core changes.Alexander Harkness16-202/+202
2013-08-02Implemented OnPlayerRightClickingEntity() hookmadmaxoft1-1/+11
2013-07-31Merged in the latest core changes.Alexander Harkness27-160/+120
2013-07-30Updated MagicCarpet to use new API [SEE DESC]Tiger Wang1-2/+2
2013-07-30Dragged in the latest changes from core.Alexander Harkness2-14/+24
2013-07-30Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness2-3/+22
2013-07-30Moved the file to a more sensible name.Alexander Harkness1-0/+0
2013-07-30Removed old features and fix #25.Alexander Harkness1-55/+0
2013-07-30Fixed .gitignore up.Alexander Harkness1-1/+2
2013-07-30Moved the dumpAPI function to a new plugin.Alexander Harkness1-0/+52
2013-07-29Removed settings.ini and webadmin.ini, made them into *.example.inimadmaxoft3-0/+2
2013-07-29Deleted Unused terrain.iniTiger Wang1-8/+0
2013-07-29Another partial redesign of WebAdminTiger Wang1-47/+24
2013-07-29Changed everyting to Unix line endings.Alexander Harkness29-4793/+4793
2013-07-29WebAdmin templates can use LuaFakeTruth1-0/+453
2013-07-28Ignoring all items beginning with "world".madmaxoft1-1/+1
2013-07-28Debuggers: added the /starve and /fl (foodlevel) commands for manipulating player food levelmadmaxoft1-0/+27
2013-07-28Merged in the latest version of CoreAlexander Harkness1-5/+3
2013-07-28Removed Deprecated OptionTiger Wang1-3/+0
2013-07-28Added a .gitignore for the MCServer directory.Alexander Harkness1-0/+20
2013-07-27Updated Core to the latest version.Alexander Harkness2-12/+28
2013-07-27Fixed very minor issue in template.htmlTiger Wang1-1/+0
2013-07-27The tabs in the webadmin are not hardcoded in the template anymore but added using the Plugin:AddWebTab() function.STRWarrior1-7/+1
2013-07-27Updated Webadmin HugelyTiger Wang2-368/+519
2013-07-27Pulled in the latest version of core - fix the bugs that were stopping - #5Alexander Harkness3-528/+1
2013-07-27Merged in latest version of CoreSquashed commit of the following:Alexander Harkness2-26/+78
2013-07-27Added correct core pluginAlexander Harkness40-0/+3530
2013-07-27Removed all the pre-exising core files.Alexander Harkness44-3099/+0
2013-07-26Added a shortcut for running under helgrind with the most common parameters and suppressionsmadmaxoft@gmail.com2-0/+29
2013-07-12First implementation of movement-related hunger and APImadmaxoft@gmail.com1-2/+41
2013-07-07Core: /tp command can teleport either to a player or to a set of XYZ coordsmadmaxoft@gmail.com1-15/+37
2013-07-07Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.madmaxoft@gmail.com1-1/+1
2013-07-07Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com1-0/+36
2013-07-06Added missing "Colors", Documented the code + Cleanup.nielsbreu@gmail.com1-21/+47
2013-07-06Just a tiny speedup for the motd loading.nielsbreu@gmail.com1-17/+17
2013-07-06Simplefied the motd loading function.nielsbreu@gmail.com1-39/+22
2013-07-05The motd is now loaded from a file in the root dir called motd.txt. You can easily edit the modt and add colors to it.nielsbreu@gmail.com2-3/+83
2013-07-05Reduced the amount of tables.nielsbreu@gmail.com3-8/+4
2013-07-03Updated LimitWorld. (Patch by tonibm19)nielsbreu@gmail.com1-4/+4
2013-07-01Added DamageType translation to APImadmaxoft@gmail.com1-1/+1
2013-07-01Fixed /stop command. The console still doesn't get closed though(FS#249).nielsbreu@gmail.com1-1/+1
2013-07-01Updated the /back and /top command.nielsbreu@gmail.com2-2/+2
2013-07-01Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com1-4/+4
2013-06-30Changed the crafting recipe for book to match vanilla since 1.3.1 (fix contributed by mgueydan)madmaxoft@gmail.com1-1/+1
2013-06-30The LimitWorlds function now uses cCuboidnielsbreu@gmail.com2-12/+16
2013-06-29Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com4-112/+216
2013-06-28Added a function that allows you to change the /back coordinates.nielsbreu@gmail.com5-9/+9
2013-06-28Added /listworlds command and fixed bug in /listgroups where you have an extra comma at the end.nielsbreu@gmail.com3-1/+22
2013-06-24ActivatorRail is craftable (Patch by tonibm19) nielsbreu@gmail.com1-1/+1
2013-06-24Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19)nielsbreu@gmail.com1-1/+2
2013-06-22Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com1-0/+9
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-48/+53
2013-06-16Core: fixed a warning message when using the /item commandmadmaxoft@gmail.com1-1/+1
2013-06-15Fixed The MagicCarpet pluginmadmaxoft@gmail.com1-83/+83
2013-06-13Added the option of saving all the chunks of a world using the webadmin.nielsbreu@gmail.com1-9/+20
2013-06-11ProtectionAreas: Added a license file.madmaxoft@gmail.com1-0/+7
2013-06-11ProtectionAreas: Improved command help stringsmadmaxoft@gmail.com1-9/+9
2013-06-11ProtectionAreas: Moved all strings sent to players to a separate language filemadmaxoft@gmail.com3-45/+90
2013-06-11ProtectionAreas: usernames are now handled case-insensitivemadmaxoft@gmail.com1-13/+28
2013-06-10ProtectinoAreas: Configuratino is now loaded from an INI filemadmaxoft@gmail.com4-4/+25
2013-06-10ProtectionAreas: Implemented reloading areas when a player movesmadmaxoft@gmail.com4-13/+78
2013-06-10ProtectionAreas: Fixed area reloadingmadmaxoft@gmail.com2-2/+9
2013-06-09ProtectionAreas: Added asserts to cStorage functions so that logic errors are found fastermadmaxoft@gmail.com1-1/+36
2013-06-08ProtectionAreas: Implemented the ProtRemUserAll command's DB accessmadmaxoft@gmail.com2-3/+11
2013-06-08ProtectionAreas: Implemented adding users to an area in the DBmadmaxoft@gmail.com2-2/+58
2013-06-08ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commandsmadmaxoft@gmail.com3-7/+132
2013-06-08ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new areamadmaxoft@gmail.com2-20/+52
2013-06-07ProtectionAreas: The areas are now read from the DB (once)madmaxoft@gmail.com3-14/+58
2013-06-07ProtectionAreas: Fixed cCommandState's detection of not-selectedmadmaxoft@gmail.com1-4/+7
2013-06-07ProtectionAreas: Implemented all command handlers.madmaxoft@gmail.com6-76/+327
2013-06-06ProtectionAreas: Newly added areas are stored in the DBmadmaxoft@gmail.com3-6/+85
2013-06-06ProtectionAreas: Added cStorage initializationmadmaxoft@gmail.com2-1/+118
2013-06-04ProtectionAreas: Actual protection is now working, areas are hard-coded (10,10) - (20,20)madmaxoft@gmail.com5-12/+72
2013-06-04Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com1-3/+3
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com1-3/+3
2013-06-02Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com1-0/+2
2013-06-02Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com1-1/+9
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-0/+1
2013-05-31Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com1-0/+6
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com1-0/+9
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-5/+64
2013-05-26ProtectionAreas: Fixed a mistyped variable namemadmaxoft@gmail.com1-1/+1
2013-05-26ProtectionAreas: missed 2 filesmadmaxoft@gmail.com2-0/+122
2013-05-26ProtectionAreas: Initial project import, skeleton codemadmaxoft@gmail.com7-0/+353
2013-05-26Implemented droppersmadmaxoft@gmail.com1-13/+12
2013-05-25Added all new bindings, refactored Debuggers; new Debuggers function.madmaxoft@gmail.com2-104/+194
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2-24/+27
2013-05-21Added Decoda projects for ChunkWorx and Coremadmaxoft@gmail.com2-0/+135
2013-05-19Inventory changes made by plugins are now propagated to the clientmadmaxoft@gmail.com1-0/+1
2013-05-19Debuggers: a simple test of armor slot settingmadmaxoft@gmail.com1-2/+12
2013-05-19Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities.madmaxoft@gmail.com1-33/+130
2013-05-17WebAdmin: The plugin list is sorted alphabetically and if they are enabled or disabled. nielsbreu@gmail.com1-4/+18
2013-05-08Updated the core's settings.ini settings tabnielsbreu@gmail.com1-4/+6
2013-05-06made the permission page more manageable.nielsbreu@gmail.com1-2/+21
2013-05-06Fixed the stop and restart button in the manage server tab.nielsbreu@gmail.com1-2/+2
2013-05-03Added lots of new options in the world config tab.nielsbreu@gmail.com1-1/+335
2013-04-23Fixed bug where you could not use /time day/nightnielsbreu@gmail.com1-3/+2
2013-04-20Simplified onkilling.lua and added /time set and /time addnielsbreu@gmail.com2-35/+18
2013-04-09Added Expat and LuaExpat, XML parsing now available in the API.madmaxoft1-0/+27
2013-04-07Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com1-0/+30
2013-04-06Added a tab in the serversettings where you can edit the world.ini of all your worlds.nielsbreu@gmail.com1-9/+332
2013-04-03for some reason TortoiseSVN didn't commit listgroups.luanielsbreu@gmail.com1-0/+14
2013-04-03Added a /listgroups where you can see... a list of the groups ;)nielsbreu@gmail.com2-0/+28
2013-04-01Added missing crafting recipes.nielsbreu@gmail.com2-1/+9
2013-03-26BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com1-0/+31
2013-03-25BlockArea: Implemented rotation without meta manipulationmadmaxoft@gmail.com1-0/+12
2013-03-25BlockArea: Implemented mirroring without meta manipulationmadmaxoft@gmail.com1-0/+18
2013-03-24Added a /toggledownfall command that toggles the weather.nielsbreu@gmail.com3-3/+12
2013-03-24Updated core plugin.nielsbreu@gmail.com10-36/+291
2013-03-08Core: added PortsIPv6 setting to webadmin (contributed by STR_Warrior)madmaxoft1-0/+5
2013-03-03Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file.madmaxoft@gmail.com1-2/+4
2013-03-02Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com8-11/+56
2013-02-21Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com1-0/+16
2013-02-19Core: Players console command now shows players' IP addresses (patch contributed by STR_Warrior)madmaxoft@gmail.com1-1/+1
2013-02-15Block and recipe update by STR_Warrior.madmaxoft3-5/+39
2013-02-15Plugins can now bind console commandsmadmaxoft@gmail.com2-6/+196
2013-02-13Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com1-0/+1
2013-02-13Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com1-3/+12
2013-02-11More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com1-0/+4
2013-02-10Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com1-0/+14
2013-02-09Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com1-4/+18
2013-02-08cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com1-2/+18
2013-02-07Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com1-3/+6
2013-02-07cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com1-0/+19
2013-02-06cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com1-0/+17
2013-02-06Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com1-1/+30
2013-02-05Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com1-0/+27
2013-02-02Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com1-6/+17
2013-02-01Updated MagicCarpet to work with current APImadmaxoft@gmail.com2-9/+27
2013-02-01Moved command API into cPluginManager.madmaxoft@gmail.com3-104/+71
2013-01-28Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com3-9/+9
2013-01-28Updated HookNotify with the hook renaming.madmaxoft@gmail.com1-3/+3
2013-01-27Added cItems to Lua API.madmaxoft@gmail.com1-2/+10
2013-01-27Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com1-7/+9
2013-01-27Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com1-0/+11
2013-01-26Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com1-3/+3
2013-01-26Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com1-0/+23
2013-01-18Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com1-1/+1
2013-01-16Added Handy plugintau.tihon@gmail.com2-0/+383
2013-01-14Disabled dev / debugging plugins by defaultmadmaxoft@gmail.com1-3/+1
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com13-53/+410
2012-12-24Added the offline playername "Player" to admins in the debugging users.inimadmaxoft@gmail.com1-0/+3
2012-12-24Added 1.4.6 items (patch contributed by STR_Warrior)madmaxoft@gmail.com1-0/+3
2012-12-22Added Netherbrick slab (patch contributed by STR_Warrior)madmaxoft@gmail.com2-0/+2
2012-12-21Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)madmaxoft@gmail.com1-4/+5
2012-12-21Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com1-0/+11
2012-12-21Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)madmaxoft@gmail.com1-4/+18
2012-11-27Added initial adventure mode supportluksor111@gmail.com1-0/+1
2012-11-20Recipe update by STR_Warriormadmaxoft@gmail.com1-2/+5
2012-11-17Updated crafting and items to 1.4.4 (initial patch by STR_Warrior)madmaxoft@gmail.com2-2/+41
2012-11-10Removed the protocol restriction from default debugging settings.inimadmaxoft@gmail.com1-1/+0
2012-11-01Refactored the world time.madmaxoft@gmail.com1-2/+2
2012-10-31Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com1-0/+1
2012-10-19Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com1-3/+0
2012-10-16Turned 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.com4-40/+70
2012-10-16Core: fixed /help and /pluginlistfaketruth2-22/+26
2012-10-14Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.madmaxoft@gmail.com1-0/+2
2012-10-14Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2-49/+99
2012-10-11Core: Removed /home since other plugins want to use itfaketruth1-1/+0
2012-10-11Fixed chatlog pluginfaketruth1-1/+1
2012-10-11Core: made ban and kick functions accessible to other pluginsfaketruth3-34/+57
2012-10-06Removed redstone from settings.ini, added a note about wiki and webadminmadmaxoft@gmail.com1-9/+7
2012-10-06New example plugin using the BlockArea functionality.madmaxoft@gmail.com1-0/+83
2012-10-03sTick: Updated the plugin to work with current codemadmaxoft@gmail.com2-10/+11
2012-09-29Fixed axe crafting (cannot use asterisk)madmaxoft@gmail.com1-5/+10
2012-09-29Removed the extra world from default settings.ini madmaxoft@gmail.com1-2/+1
2012-09-29Crafting recipes for 1.3.2 (patch submitted by STR_Warrior)madmaxoft@gmail.com2-20/+35
2012-09-29Made beds placeablefaketruth1-4/+4
2012-09-08Core now uses built in item functions ( StringToItem() ) for the /item commandfaketruth2-65/+8
2012-09-08Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.faketruth1-2/+2
2012-08-30Updated to V6 - "Stop" and "Progress report" functionalitytau.tihon@gmail.com2-185/+228
2012-08-30ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)madmaxoft@gmail.com2-5/+11
2012-08-27Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)madmaxoft@gmail.com2-0/+344
2012-08-23Added a RateCompareString function to StringUtilsfaketruth4-21/+25
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-8/+6
2012-08-22Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_Ofaketruth1-18/+40
2012-08-22Chat history limit on the WebAdmin chatfaketruth1-62/+70
2012-08-22Web chat for the WebAdmin :Dfaketruth2-0/+112
2012-08-21Fixed nightbuild script after files move.madmaxoft@gmail.com6-71/+0
2012-08-21Can add/remove worlds from WebAdminfaketruth1-2/+77
2012-08-21Using multi line strings for Core's WebAdmin interfacefaketruth1-51/+52
2012-08-21Fixed server settings on FireFoxfaketruth1-2/+2
2012-08-20Can change monster settings in WebAdmin toofaketruth1-5/+48
2012-08-20Can now edit some generic server settings through the WebAdmin (port, description, etc)faketruth2-0/+111
2012-08-20Updated clean.bat for cleaning MCServer filesfaketruth1-1/+0
2012-08-20Moved files used by MCServer to a special MCServer folderfaketruth52-0/+2897