summaryrefslogtreecommitdiffstats
path: root/MCServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Debuggers: Fixed after the cWindow API change.madmaxoft2013-10-281-2/+2
* APIDump: Documented cWindow.madmaxoft2013-10-281-21/+33
* APIDump: Documented HTTPFormData and HTTPRequest.madmaxoft2013-10-281-5/+39
* APIDump: Fixed a failure in documented classes with no functions.madmaxoft2013-10-281-0/+1
* APIDump: Documented cWorld.madmaxoft2013-10-271-0/+1
* APIDump: Documented cRoot.madmaxoft2013-10-271-3/+12
* APIDump: Documented cProjectileEntity.madmaxoft2013-10-271-3/+21
* APIDump: Documented cPickup.madmaxoft2013-10-261-1/+2
* APIDump: Documented cIniFile.madmaxoft2013-10-261-81/+135
* ChunkWorx: Updated for the cIniFile changes.madmaxoft2013-10-252-52/+62
* APIDump: Documented cMonster.madmaxoft2013-10-241-3/+52
* APIDump: Documented cEnchantments.madmaxoft2013-10-241-4/+37
* APIDump: Documented cPickup.madmaxoft2013-10-241-8/+10
* APIDump: Documented cItemGrid and cPlayer.madmaxoft2013-10-241-30/+75
* APIDump: Added cChatColor constants.madmaxoft2013-10-231-3/+23
* APIDump: Documented the cHopperEntity class.madmaxoft2013-10-231-0/+22
* APIDump: Linkified cEntity returns.madmaxoft2013-10-231-4/+7
* APIDump: member variables without a setter are considered constants.madmaxoft2013-10-221-1/+8
* APIDump: Inheritance is tested properly.madmaxoft2013-10-221-6/+4
* Ignoring a few generated files.madmaxoft2013-10-211-0/+1
* APIDump: Added link from cItem to the global ItemToString() et al.madmaxoft2013-10-201-1/+5
* APIDump: Fixed link in cPawn's desc.madmaxoft2013-10-201-1/+1
* APIDump: Various small fixes and additions.madmaxoft2013-10-201-6/+53
* APIDump: Fixed a few broken links.madmaxoft2013-10-201-4/+4
* APIDump: Statistics have a graphical meter; added hooks.madmaxoft2013-10-201-9/+39
* APIDump: Added basic statistics about the docs.madmaxoft2013-10-202-6/+83
* APIDump: Fixed listing undocumented objects.madmaxoft2013-10-201-5/+27
* Merge branch 'htmlescape'.madmaxoft2013-10-201-62/+65
|\
| * Added a APIDump description for GetHTMLEscapedString.Alexander Harkness2013-10-191-63/+66
* | APIDump: Undocumented member variables are listed.madmaxoft2013-10-191-4/+16
* | APIDump: Extra pages use the local prettify and CSS.madmaxoft2013-10-191-2/+7
* | APIDump: Added member-variable filtering.madmaxoft2013-10-192-0/+14
* | APIDump: Member variables are read from the API.madmaxoft2013-10-191-10/+48
* | APIDump: Better header text for classes.madmaxoft2013-10-191-1/+1
|/
* APIDump: Added cIniFile additional info.madmaxoft2013-10-182-1/+29
* APIDump: Offline prettify is working.madmaxoft2013-10-181-1/+11
* APIDump: Added example code to cItem.madmaxoft2013-10-181-0/+32
* APIDump: Documented cItem's variables.madmaxoft2013-10-181-4/+11
* APIDump: Added support for member variables.madmaxoft2013-10-182-4/+59
* APIDump: Added prettify's license.madmaxoft2013-10-181-0/+191
* APIDump: Fixed offline JS.madmaxoft2013-10-185-108/+41
* APIDump: Do not list empty Constants or Functions sections.madmaxoft2013-10-181-14/+46
* APIDump: Split long code into functions.madmaxoft2013-10-182-94/+110
* APIDump: Ignore internal APIDump stuff.madmaxoft2013-10-181-0/+2
* APIDump: using local JS files instead of networked.madmaxoft2013-10-183-4/+100
* APIDump: Renamed output for helper stuff.madmaxoft2013-10-181-2/+2
* APIDump: Makes a list of bad links.madmaxoft2013-10-181-17/+78
* APIDump: Improved page titles.madmaxoft2013-10-181-2/+2
* APIDump: Documented HOOK_PLAYER_RIGHT_CLICKING_ENTITY.madmaxoft2013-10-181-0/+20
* APIDump: Documented HOOK_PLAYER_SHOOTING.madmaxoft2013-10-181-0/+25
* APIDump: Documented HOOK_PLAYER_SPAWNED.madmaxoft2013-10-181-0/+25
* APIDump: Documented HOOK_PLAYER_TOSSING_ITEM.madmaxoft2013-10-181-0/+23
* APIDump: Documented HOOK_PLAYER_USED_BLOCK.madmaxoft2013-10-171-0/+39
* APIDump: Documented HOOK_PLAYER_USED_ITEM.madmaxoft2013-10-171-0/+39
* APIDump: Documented HOOK_PLAYER_USING_BLOCK.madmaxoft2013-10-171-2/+45
* APIDump: Documented HOOK_PLAYER_USING_ITEM.madmaxoft2013-10-171-0/+36
* APIDump: Documented HOOK_UPDATED_SIGN.madmaxoft2013-10-171-0/+30
* APIDump: Documented HOOK_TICK.madmaxoft2013-10-171-0/+22
* APIDump: Documented HOOK_TAKE_DAMAGE.madmaxoft2013-10-171-0/+24
* APIDump: Documented HOOK_UPDATING_SIGN.madmaxoft2013-10-171-0/+50
* APIDump: More robust against missing APIDesc items.madmaxoft2013-10-171-3/+3
* APIDump: Documented HOOK_WEATHER_CHANGED.madmaxoft2013-10-161-0/+21
* APIDump: Documented HOOK_WEATHER_CHANGING.madmaxoft2013-10-161-0/+24
* APIDump: Documented HOOK_WORLD_TICK.madmaxoft2013-10-161-0/+24
* APIDump: Nicer HTML visage.madmaxoft2013-10-163-158/+230
* Merge remote-tracking branch 'upstream/master'Tiger Wang2013-10-153-15/+978
|\
| * Added HOOK_PLAYER_RIGHT_CLICKAlexander Harkness2013-10-151-8/+38
| * APIDump: Linkification supports #anchors.madmaxoft2013-10-151-2/+33
| * APIDump: Documented HOOK_SPAWNING_MONSTER.madmaxoft2013-10-151-0/+26
| * APIDump: Documented HOOK_SPAWNING_ENTITY.madmaxoft2013-10-151-2/+34
| * APIDump: Documented HOOK_SPAWNED_MONSTER.madmaxoft2013-10-151-1/+21
| * APIDump: Documented HOOK_SPAWNED_ENTITY.madmaxoft2013-10-151-0/+20
| * APIDump: Documented HOOK_PRE_CRAFTING.madmaxoft2013-10-151-0/+30
| * APIDump: Documented HOOK_POST_CRAFTING.madmaxoft2013-10-151-0/+29
| * APIDump: Documented HOOK_PLAYER_PLACING_BLOCK.madmaxoft2013-10-151-0/+38
| * APIDump: Documented HOOK_PLAYER_MOVING and HOOK_PLAYER_PLACED_BLOCK.madmaxoft2013-10-151-0/+53
| * APIDump: Documented HOOK_PLAYER_LEFT_CLICK.madmaxoft2013-10-151-0/+40
| * APIDump: Documented HOOK_PLAYER_JOINED.madmaxoft2013-10-151-0/+22
| * APIDump: Documented HOOK_PLAYER_EATING.madmaxoft2013-10-151-0/+20
| * APIDump: Documented HOOK_PLAYER_BROKEN_BLOCK.madmaxoft2013-10-151-2/+31
| * APIDump: Documented HOOK_PLAYER_BREAKING_BLOCK.madmaxoft2013-10-151-0/+30
| * APIDump: Documented HOOK_PLAYER_ANIMATION.madmaxoft2013-10-141-0/+21
| * APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation.madmaxoft2013-10-141-1/+6
| * APIDump: Documented HOOK_LOGIN.madmaxoft2013-10-141-0/+25
| * APIDump: Documented HOOK_KILLING.madmaxoft2013-10-141-0/+27
| * APIDump: Documented HOOK_HOPPER_PUSHING_ITEM.madmaxoft2013-10-141-3/+28
| * APIDump: Documented HOOK_HOPPER_PULLING_ITEM.madmaxoft2013-10-141-0/+23
| * Add the first line back.Alexander Harkness2013-10-141-0/+1
| * Stairs crafting fixestonibm192013-10-141-1/+4
| * APIDump: Documented HOOK_HANDSHAKE.madmaxoft2013-10-141-0/+23
| * APIDump: Documented HOOK_EXPLODING.madmaxoft2013-10-141-0/+44
| * APIDump: Documented HOOK_EXPLODED.madmaxoft2013-10-141-0/+43
| * APIDump: Documented HOOK_EXECUTE_COMMAND.madmaxoft2013-10-141-0/+25
| * APIDump: Updated the template for undocumented hooks.madmaxoft2013-10-141-2/+2
| * APIDump: Documented HOOK_DISCONNECT.madmaxoft2013-10-141-0/+26
| * APIDump: Fixed info missing from cCraftingRecipe.madmaxoft2013-10-141-1/+1
| * APIDump: Documented HOOK_CRAFTING_NO_RECIPE.madmaxoft2013-10-141-0/+26
| * APIDump: Documented HOOK_COLLECTING_PICKUP.madmaxoft2013-10-141-0/+27
| * APIDump: Documented HOOK_CHUNK_UNLOADING.madmaxoft2013-10-141-0/+23
| * APIDump: Documented HOOK_CHUNK_UNLOADED.madmaxoft2013-10-141-0/+22
| * APIDump: Documented HOOK_CHUNK_GENERATING.madmaxoft2013-10-141-1/+33
| * APIDump: Fixed undocumented hook param generator.madmaxoft2013-10-141-8/+9
| * APIDump: Added example to HOOK_CHUNK_GENERATED.madmaxoft2013-10-141-0/+37
| * APIDump: Documented HOOK_CHUNK_GENERATED.madmaxoft2013-10-141-0/+26
| * APIDump: The undocumented hooks template now has 8 params.madmaxoft2013-10-141-0/+7
| * APIDump: Documented HOOK_CHUNK_AVAILABLE.madmaxoft2013-10-141-0/+21
* | Merge submodule changesTiger Wang2013-10-133-0/+6
|/
* APIDump: Documented the webserver vs world threads.madmaxoft2013-10-121-2/+58
* APIDump: Added pretty-printing to code examples.madmaxoft2013-10-122-30/+35
* APIDump: Added an OnBlockToPickups() code example.madmaxoft2013-10-121-0/+26
* APIDump: Added the possibility of extra code examples for hooks.madmaxoft2013-10-121-2/+8
* APIDump: Documented OnBlockToPickups.madmaxoft2013-10-121-0/+30
* APIDump: Hook notes are linkified.madmaxoft2013-10-121-1/+1
* APIDump: Fixed extra pages copying.madmaxoft2013-10-091-1/+7
* APIDump: Implemented basic hook documentation.madmaxoft2013-10-092-11/+152
* APIDump: Documented the new cFile API functions.madmaxoft2013-10-091-0/+24
* APIDump: Added support for extra pages.madmaxoft2013-10-093-3/+52
* APIDump: Taking advantage of the new cFile API.madmaxoft2013-10-091-9/+7
* Merge branch 'magicalcarpets' of git://github.com/tigerw/MCServer into tigerw-magicalcarpetsmadmaxoft2013-10-082-8/+26
|\
| * Some additional changesTiger Wang2013-10-082-18/+7
| * Made MagicCarpet more magical!Tiger Wang2013-10-042-6/+32
| * Fixed discrepancyTiger Wang2013-10-021-1/+1
| * MagicCarpet Fixes [SEE DESC]Tiger Wang2013-10-021-6/+9
* | Fixed WebAdmin template after moving the memory stats functions to cRoot.madmaxoft2013-10-081-1/+1
* | Updated plugins.Alexander Harkness2013-10-073-6/+0
* | APIDump: Brought cItem docs up-to-date.madmaxoft2013-10-051-5/+7
* | APIDump: Added cLineBlockTracer documentation.madmaxoft2013-10-041-4/+86
* | APIDump: Documented cPluginSTRWarrior2013-10-041-5/+9
* | APIDump: Added the cWorld:IsWeatherXXX() functions.madmaxoft2013-10-041-1/+5
* | APIDump: Removed ignored classes logging.madmaxoft2013-10-021-2/+0
* | APIDump: Fixed operator == rename having bad DocID.madmaxoft2013-10-022-3/+7
* | Merge pull request #193 from tigerw/bugfixesMattes D2013-10-011-9/+11
|\ \
| * | Updated READMETiger Wang2013-09-281-9/+11
| |/
* | APIDump: Added equality operator renaming.madmaxoft2013-09-301-0/+3
* | APIDump: Fixed overloaded functions' docs.madmaxoft2013-09-291-18/+45
* | APIDump: Added more inheritance and linkification.madmaxoft2013-09-291-4/+6
* | APIDump: Linkified cDropSpenser constants.madmaxoft2013-09-291-2/+2
* | APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.madmaxoft2013-09-292-1/+40
* | APIDump: Updated cEntity docs.madmaxoft2013-09-271-33/+115
* | APIDump: Documented cServerSTRWarrior2013-09-271-1/+6
* | APIDump: Completed cCuboid docs.madmaxoft2013-09-261-6/+28
* | APIDump: Completed cCraftingGrid's documentation.madmaxoft2013-09-261-3/+8
* | APIDump: completed cChestEntity docs.madmaxoft2013-09-261-1/+30
* | APIDump: Updated cBlockArea docs.madmaxoft2013-09-251-0/+3
* | APIDump: Updated cChunkDesc docs.madmaxoft2013-09-251-2/+25
* | APIDump: Updated cClientHandle documentationmadmaxoft2013-09-251-5/+7
* | APIDump: Documented the cBoundingBox class.madmaxoft2013-09-241-2/+35
* | Added a simple valgrind script for easier testing.madmaxoft2013-09-223-0/+8
* | APIDump: Forgot a function in globals.STRWarrior2013-09-221-0/+1
* | APIDump: Documented the globals.STRWarrior2013-09-221-0/+37
* | Implemented cWebAdmin:GetMemoryUsage() on Linux proper.madmaxoft2013-09-211-2/+2
* | Merge pull request #179 from tonibm19/patch-6Mattes D2013-09-211-0/+30
|\ \
| * | Added new mobs health.tonibm192013-09-191-0/+30
* | | APIDump: Automatic corrections.madmaxoft2013-09-191-83/+78
|/ /
* | APIDump: Updated cPluginManager documentation.madmaxoft2013-09-181-16/+88
* | APIDump: Small cRoot improvement.STRWarrior2013-09-181-17/+17
* | Documented cRoot.STRWarrior2013-09-171-0/+19
* | APIDump: Additional information is linkified, too.madmaxoft2013-09-161-1/+1
* | APIDump: Added a slight visual style to <pre> tagsmadmaxoft2013-09-161-0/+5
* | Updated the Core to the latest.madmaxoft2013-09-161-0/+0
|/
* APIDump: Added callback examples to cWorld.madmaxoft2013-09-161-0/+60
* APIDump: All cWorld functions are documented.madmaxoft2013-09-161-25/+44
* APIDump: Next batch of cWorld documentation.madmaxoft2013-09-151-35/+34
* APIDump: Added a first part of cWorld documentation.madmaxoft2013-09-151-2/+118
* APIDump: Fixed linkification with multiple links in one string.madmaxoft2013-09-151-2/+2
* APIDump: Undescribed classes are listed as undocumented.madmaxoft2013-09-141-14/+16
* APIDump: Added most missing classes as empty templates.madmaxoft2013-09-141-1/+93
* APIDump: Removed most unexported-documented classes.madmaxoft2013-09-141-232/+53
* APIDump: Fixed dumping when APIDesc doesn't contain Constants section.madmaxoft2013-09-141-10/+14
* APIDump: Fixed cLuaWindow documentation.madmaxoft2013-09-141-62/+64
* APIDump: Added creating the list of unexported-documented API objects.madmaxoft2013-09-141-0/+24
* APIDump: Implemented creating the list of undocumented API objects.madmaxoft2013-09-141-3/+65
* APIDump: Added a simple header to the class index.madmaxoft2013-09-141-2/+3
* APIDump: Added cArrowEntity documentationmadmaxoft2013-09-141-0/+29
* APIDump: Added an example on how to fill in the documentation.madmaxoft2013-09-141-8/+55
* APIDump: Added support for additional info exported with each class.madmaxoft2013-09-142-1/+91
* APIDump: Added support for overloaded functions.madmaxoft2013-09-142-13/+57
* APIDump: Do not dump the g_APIDesc and APIDump's functions.madmaxoft2013-09-142-4/+13
* APIDump: Moved sorting after the renaming.madmaxoft2013-09-142-21/+25
* APIDump: Linkifications works for simple {{link}} too.madmaxoft2013-09-141-1/+3
* APIDump: Added special-function renaming (constructor, operators).madmaxoft2013-09-142-5/+22
* APIDump: Added more globally-ignored functions.madmaxoft2013-09-141-1/+4
* APIDump: Ignored functions are removed from undocumented classes, too.madmaxoft2013-09-141-10/+9
* Updated default permissionstonibm192013-09-131-1/+1
* APIDump: Ignoring some Lua internal stuff from API-scanning.madmaxoft2013-09-131-4/+10
* APIDump: Fixed link in cBlockArea's docsmadmaxoft2013-09-131-3/+3
* APIDump: Basic CSS file makes tables visiblemadmaxoft2013-09-132-0/+35
* APIDump: Constructors are renamed and can have documentationmadmaxoft2013-09-132-2/+7
* APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.madmaxoft2013-09-132-14/+30
* APIDump: Fixed cItem's description.madmaxoft2013-09-131-12/+17
* APIDump: Linkification works.madmaxoft2013-09-131-4/+3
* APIDump: Added descendants specified through inheritance.madmaxoft2013-09-131-27/+59
* APIDump: Added support for inheritancemadmaxoft2013-09-131-29/+68
* APIDump: Read through and fixed the first few classes desc.madmaxoft2013-09-121-92/+71
* APIDump: Imported the descriptions from the wiki.madmaxoft2013-09-122-156/+1268
* APIDump: Fixed nestingmadmaxoft2013-09-121-3/+2
* APIDump: Processing wiki-style bullets (" * ") into <li> tagmadmaxoft2013-09-121-0/+4
* APIDump: Added parsing for older wiki format, "Class Definition" header.madmaxoft2013-09-121-6/+44
* APIDump: The APIDesc from wiki can be read back by Lua.madmaxoft2013-09-121-10/+21
* APIDump: replacing wiki-style markup with APIDump-style markupmadmaxoft2013-09-121-0/+3
* APIDump: Fixed parsing tables with wiki-links.madmaxoft2013-09-121-10/+33
* APIDump: Fixed a missing tabmadmaxoft2013-09-111-1/+1
* APIDump: Added a testing constant descriptionmadmaxoft2013-09-111-0/+4
* APIDump: Initial implementation of wiki-to-lua conversionmadmaxoft2013-09-111-3/+85
* APIDump: First attempt at outputting annotations in the HTML formatmadmaxoft2013-09-113-85/+179
* DumpAPI: Basic HTML output for classesmadmaxoft2013-09-102-36/+149
* APIDump now produces wiki-style tables of functions and constants.madmaxoft2013-09-093-6/+146
* Merged branch 'Projectiles'.madmaxoft2013-09-071-4/+18
|\
| * Implemented ghast fireball and firecharge projectilesmadmaxoft2013-09-071-0/+16
| * Debuggers plugin: Removed unneeded globalmadmaxoft2013-09-071-4/+2
* | Updated Core and ProtectionTiger Wang2013-09-022-0/+0
|/
* Updated ProtectionAreas to the latest version.madmaxoft2013-08-301-0/+0
* Debuggers: added a test cmd to spawn arrows.madmaxoft2013-08-221-0/+18
* Updated Core and ProtectionAreas to their latest versions.madmaxoft2013-08-212-0/+0
* Updated Core to the latest versionmadmaxoft2013-08-211-0/+0
* Updated internal plugins to the #121 API.madmaxoft2013-08-215-54/+51
* Updated the Debuggers plugin to the #121 API.madmaxoft2013-08-211-9/+33
* Ignoring all memdump files.madmaxoft2013-08-211-1/+1
* Updated to the latest Core.madmaxoft2013-08-201-0/+0
* Debuggers: Added continuous hunger reporting.madmaxoft2013-08-191-20/+49
* Debuggers plugin: Added details about pickups to the "/le" command.madmaxoft2013-08-191-1/+7
* TransAPI disappeared!Tiger Wang2013-08-181-0/+6
* Merge branch 'master' of https://github.com/tigerw/MCServer into tigerw-masterTiger Wang2013-08-182-7/+4
|\
| * Enhancements to Tabcompletion and Compile FixTiger Wang2013-08-181-6/+0
| * Merge remote-tracking branch 'upstream/master'Tiger Wang2013-08-187-133/+6
| |\
| * | Bugfix Update [SEE DESC}Tiger Wang2013-08-181-1/+4
* | | Added cWindow property manipulation API.madmaxoft2013-08-181-0/+9
| |/ |/|
* | Added transapi as a submodule - so it more accurately reflects the source origin.Alexander Harkness2013-08-164-131/+6
* | Added the removed plugins as submodules.Alexander Harkness2013-08-163-2/+0
|/
* Removed squirrel plugin remnantsmadmaxoft2013-08-161-13/+0
* Moved ProtectionAreas into a separate repositorymadmaxoft2013-08-1611-1446/+2
* No more Core in the MCServer repomadmaxoft2013-08-1643-3549/+1
* Fixed the Reload and Save-all console commands.madmaxoft2013-08-151-7/+74
* Exported cWorld:BroadcastChat() to the Lua API; used in the Core.madmaxoft2013-08-131-19/+18
* Fixed new crafting recipes.tonibm192013-08-131-1/+7
* Added the transapi permission because yay!Alexander Harkness2013-08-131-2/+2
* Added TransAPI as a default plugin.Alexander Harkness2013-08-131-0/+1
* Add TransAPI plugin in.Alexander Harkness2013-08-133-0/+131
* Squashed commit of the following:Alexander Harkness2013-08-139-165/+197
* Recipe Updatestonibm192013-08-131-3/+10
* Dragged in the latest core changes.Alexander Harkness2013-08-111-1/+13
* Dragged in the latest changes for Core.Alexander Harkness2013-08-1129-368/+599
* Dragged in the latest core changes - got to automate this sometime.Alexander Harkness2013-08-101-2/+2
* Merged in another fix for core...Alexander Harkness2013-08-101-1/+1
* Bring in a fix for CoreAlexander Harkness2013-08-101-2/+1
* Merge in the latest version of Core.Alexander Harkness2013-08-101-0/+2
* Merge all the latest stuff from Core.Alexander Harkness2013-08-103-7/+70
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+36
* Merge branch 'master' of github.com:mc-server/MCServerAlexander Harkness2013-08-074-30/+113
|\
| * Merge pull request #48 from mc-server/BlockTracingmadmaxoft2013-08-073-19/+59
| |\
| | * Debuggers plugin: added the "/spidey" command.madmaxoft2013-08-071-11/+43
| | * cLuaScript now uses cLuaStatemadmaxoft2013-08-061-1/+15
| | * Ignoring all .ini files in the MCServer folder.madmaxoft2013-08-041-7/+1
| * | Updated mobs health and damagetonibm192013-08-071-11/+54
| |/
* / Drag in the latest core changes.Alexander Harkness2013-08-076-57/+157
|/
* Removed all example ini files from Install.madmaxoft2013-08-034-0/+9
* Merge pull request #38 from tigerw/masterTiger Wang2013-08-031-0/+18
|\
| * Added READMETiger Wang2013-08-031-0/+18
* | Lump in some core changes.Alexander Harkness2013-08-034-65/+70
* | Merge pull request #37 from tigerw/masterTiger Wang2013-08-031-8/+5
|\|
| * Added message standardisationTiger Wang2013-08-021-8/+5
* | Pull in the latest core changes.Alexander Harkness2013-08-0216-202/+202
* | Implemented OnPlayerRightClickingEntity() hookmadmaxoft2013-08-021-1/+11
* | Merged in the latest core changes.Alexander Harkness2013-07-3127-160/+120
* | Merge branch 'master' of github.com:tigerw/MCServer into tigerw-masterAlexander Harkness2013-07-312-41/+25
|\|
| * Updated MagicCarpet to use new API [SEE DESC]Tiger Wang2013-07-301-2/+2
| * Another partial redesign of WebAdminTiger Wang2013-07-291-47/+24
* | Dragged in the latest changes from core.Alexander Harkness2013-07-302-14/+24
* | Merge pull request #26 from mc-server/dumpapimovebearbin2013-07-302-46/+62
|\ \
| * | Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness2013-07-302-3/+22
| * | Moved the file to a more sensible name.Alexander Harkness2013-07-301-0/+0
| * | Removed old features and fix #25.Alexander Harkness2013-07-301-55/+0
| * | Moved the dumpAPI function to a new plugin.Alexander Harkness2013-07-301-0/+52
* | | Fixed .gitignore up.Alexander Harkness2013-07-301-1/+2
|/ /
* | Removed settings.ini and webadmin.ini, made them into *.example.inimadmaxoft2013-07-293-0/+2
* | Deleted Unused terrain.iniTiger Wang2013-07-291-8/+0
* | Changed everyting to Unix line endings.Alexander Harkness2013-07-2929-4793/+4793
* | Merge remote-tracking branch 'origin/master' into hungermadmaxoft2013-07-291-0/+453
|\ \
| * | WebAdmin templates can use LuaFakeTruth2013-07-291-0/+453
* | | Merge remote-tracking branch 'origin/master' into hungermadmaxoft2013-07-292-8/+3
|\| |
| * | Merge branch 'master' of github.com:mc-server/MCServerAlexander Harkness2013-07-282-3/+20
| |\ \
| | * | Merge pull request #13 from tigerw/masterTiger Wang2013-07-281-3/+0
| | |\|
| | | * Removed Deprecated OptionTiger Wang2013-07-281-3/+0
| * | | Merged in the latest version of CoreAlexander Harkness2013-07-281-5/+3
* | | | Ignoring all items beginning with "world".madmaxoft2013-07-281-1/+1
* | | | Debuggers: added the /starve and /fl (foodlevel) commands for manipulating player food levelmadmaxoft2013-07-281-0/+27
| |/ / |/| |
* | | Merge pull request #6 from mc-server/git-transitionbearbin2013-07-281-0/+20
|\ \ \ | |/ / |/| |
| * | Added a .gitignore for the MCServer directory.Alexander Harkness2013-07-281-0/+20
* | | Updated Core to the latest version.Alexander Harkness2013-07-272-12/+28
* | | Fixed very minor issue in template.htmlTiger Wang2013-07-271-1/+0
* | | The tabs in the webadmin are not hardcoded in the template anymore but added using the Plugin:AddWebTab() function.STRWarrior2013-07-271-7/+1
* | | Merge pull request #8 from mc-server/masterbearbin2013-07-272-368/+519
|\ \ \ | | |/ | |/|
| * | Updated Webadmin HugelyTiger Wang2013-07-272-368/+519
| |/
* | Pulled in the latest version of core - fix the bugs that were stopping - #5Alexander Harkness2013-07-273-528/+1
* | Merged in latest version of CoreSquashed commit of the following:Alexander Harkness2013-07-272-26/+78
* | Added correct core pluginAlexander Harkness2013-07-2740-0/+3530
* | Removed all the pre-exising core files.Alexander Harkness2013-07-2744-3099/+0
|/
* Added a shortcut for running under helgrind with the most common parameters and suppressionsmadmaxoft@gmail.com2013-07-262-0/+29
* First implementation of movement-related hunger and APImadmaxoft@gmail.com2013-07-121-2/+41
* Core: /tp command can teleport either to a player or to a set of XYZ coordsmadmaxoft@gmail.com2013-07-071-15/+37
* Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.madmaxoft@gmail.com2013-07-071-1/+1
* Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com2013-07-071-0/+36
* Added missing "Colors", Documented the code + Cleanup.nielsbreu@gmail.com2013-07-061-21/+47
* Just a tiny speedup for the motd loading.nielsbreu@gmail.com2013-07-061-17/+17
* Simplefied the motd loading function.nielsbreu@gmail.com2013-07-061-39/+22
* The 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.com2013-07-052-3/+83
* Reduced the amount of tables.nielsbreu@gmail.com2013-07-053-8/+4
* Updated LimitWorld. (Patch by tonibm19)nielsbreu@gmail.com2013-07-031-4/+4
* Added DamageType translation to APImadmaxoft@gmail.com2013-07-011-1/+1
* Fixed /stop command. The console still doesn't get closed though(FS#249).nielsbreu@gmail.com2013-07-011-1/+1
* Updated the /back and /top command.nielsbreu@gmail.com2013-07-012-2/+2
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-4/+4
* Changed the crafting recipe for book to match vanilla since 1.3.1 (fix contributed by mgueydan)madmaxoft@gmail.com2013-06-301-1/+1
* The LimitWorlds function now uses cCuboidnielsbreu@gmail.com2013-06-302-12/+16
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-294-112/+216
* Added a function that allows you to change the /back coordinates.nielsbreu@gmail.com2013-06-285-9/+9
* Added /listworlds command and fixed bug in /listgroups where you have an extra comma at the end.nielsbreu@gmail.com2013-06-283-1/+22
* ActivatorRail is craftable (Patch by tonibm19) nielsbreu@gmail.com2013-06-241-1/+1
* Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19)nielsbreu@gmail.com2013-06-241-1/+2
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-0/+9
* Rewritten furnacesmadmaxoft@gmail.com2013-06-161-48/+53
* Core: fixed a warning message when using the /item commandmadmaxoft@gmail.com2013-06-161-1/+1
* Fixed The MagicCarpet pluginmadmaxoft@gmail.com2013-06-151-83/+83
* Added the option of saving all the chunks of a world using the webadmin.nielsbreu@gmail.com2013-06-131-9/+20
* ProtectionAreas: Added a license file.madmaxoft@gmail.com2013-06-111-0/+7
* ProtectionAreas: Improved command help stringsmadmaxoft@gmail.com2013-06-111-9/+9
* ProtectionAreas: Moved all strings sent to players to a separate language filemadmaxoft@gmail.com2013-06-113-45/+90
* ProtectionAreas: usernames are now handled case-insensitivemadmaxoft@gmail.com2013-06-111-13/+28
* ProtectinoAreas: Configuratino is now loaded from an INI filemadmaxoft@gmail.com2013-06-104-4/+25
* ProtectionAreas: Implemented reloading areas when a player movesmadmaxoft@gmail.com2013-06-104-13/+78
* ProtectionAreas: Fixed area reloadingmadmaxoft@gmail.com2013-06-102-2/+9
* ProtectionAreas: Added asserts to cStorage functions so that logic errors are found fastermadmaxoft@gmail.com2013-06-091-1/+36
* ProtectionAreas: Implemented the ProtRemUserAll command's DB accessmadmaxoft@gmail.com2013-06-082-3/+11
* ProtectionAreas: Implemented adding users to an area in the DBmadmaxoft@gmail.com2013-06-082-2/+58
* ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commandsmadmaxoft@gmail.com2013-06-083-7/+132
* ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new areamadmaxoft@gmail.com2013-06-082-20/+52
* ProtectionAreas: The areas are now read from the DB (once)madmaxoft@gmail.com2013-06-073-14/+58
* ProtectionAreas: Fixed cCommandState's detection of not-selectedmadmaxoft@gmail.com2013-06-071-4/+7
* ProtectionAreas: Implemented all command handlers.madmaxoft@gmail.com2013-06-076-76/+327
* ProtectionAreas: Newly added areas are stored in the DBmadmaxoft@gmail.com2013-06-063-6/+85
* ProtectionAreas: Added cStorage initializationmadmaxoft@gmail.com2013-06-062-1/+118
* ProtectionAreas: Actual protection is now working, areas are hard-coded (10,10) - (20,20)madmaxoft@gmail.com2013-06-045-12/+72
* Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com2013-06-041-3/+3
* LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com2013-06-021-3/+3
* Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com2013-06-021-0/+2
* Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com2013-06-021-1/+9
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-0/+1
* Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com2013-05-311-0/+6
* Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com2013-05-301-0/+9
* LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com2013-05-301-5/+64
* ProtectionAreas: Fixed a mistyped variable namemadmaxoft@gmail.com2013-05-261-1/+1
* ProtectionAreas: missed 2 filesmadmaxoft@gmail.com2013-05-262-0/+122
* ProtectionAreas: Initial project import, skeleton codemadmaxoft@gmail.com2013-05-267-0/+353
* Implemented droppersmadmaxoft@gmail.com2013-05-261-13/+12
* Added all new bindings, refactored Debuggers; new Debuggers function.madmaxoft@gmail.com2013-05-252-104/+194
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-242-24/+27
* Added Decoda projects for ChunkWorx and Coremadmaxoft@gmail.com2013-05-212-0/+135
* Inventory changes made by plugins are now propagated to the clientmadmaxoft@gmail.com2013-05-191-0/+1
* Debuggers: a simple test of armor slot settingmadmaxoft@gmail.com2013-05-191-2/+12
* Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities.madmaxoft@gmail.com2013-05-191-33/+130
* WebAdmin: The plugin list is sorted alphabetically and if they are enabled or disabled. nielsbreu@gmail.com2013-05-171-4/+18
* Updated the core's settings.ini settings tabnielsbreu@gmail.com2013-05-081-4/+6
* made the permission page more manageable.nielsbreu@gmail.com2013-05-061-2/+21
* Fixed the stop and restart button in the manage server tab.nielsbreu@gmail.com2013-05-061-2/+2
* Added lots of new options in the world config tab.nielsbreu@gmail.com2013-05-031-1/+335
* Fixed bug where you could not use /time day/nightnielsbreu@gmail.com2013-04-231-3/+2
* Simplified onkilling.lua and added /time set and /time addnielsbreu@gmail.com2013-04-202-35/+18
* Added Expat and LuaExpat, XML parsing now available in the API.madmaxoft2013-04-091-0/+27
* Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com2013-04-071-0/+30
* Added a tab in the serversettings where you can edit the world.ini of all your worlds.nielsbreu@gmail.com2013-04-061-9/+332
* for some reason TortoiseSVN didn't commit listgroups.luanielsbreu@gmail.com2013-04-031-0/+14
* Added a /listgroups where you can see... a list of the groups ;)nielsbreu@gmail.com2013-04-032-0/+28
* Added missing crafting recipes.nielsbreu@gmail.com2013-04-012-1/+9
* BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com2013-03-261-0/+31
* BlockArea: Implemented rotation without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+12
* BlockArea: Implemented mirroring without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+18
* Added a /toggledownfall command that toggles the weather.nielsbreu@gmail.com2013-03-243-3/+12
* Updated core plugin.nielsbreu@gmail.com2013-03-2410-36/+291
* Core: added PortsIPv6 setting to webadmin (contributed by STR_Warrior)madmaxoft2013-03-081-0/+5
* Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file.madmaxoft@gmail.com2013-03-031-2/+4
* Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com2013-03-028-11/+56
* Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com2013-02-211-0/+16
* Core: Players console command now shows players' IP addresses (patch contributed by STR_Warrior)madmaxoft@gmail.com2013-02-191-1/+1
* Block and recipe update by STR_Warrior.madmaxoft2013-02-153-5/+39
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-152-6/+196
* Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com2013-02-131-0/+1
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-3/+12
* More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com2013-02-111-0/+4
* Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com2013-02-101-0/+14
* Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com2013-02-091-4/+18
* cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com2013-02-081-2/+18
* Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com2013-02-071-3/+6
* cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com2013-02-071-0/+19
* cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com2013-02-061-0/+17
* Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com2013-02-061-1/+30
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-0/+27
* Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com2013-02-021-6/+17
* Updated MagicCarpet to work with current APImadmaxoft@gmail.com2013-02-012-9/+27
* Moved command API into cPluginManager.madmaxoft@gmail.com2013-02-013-104/+71
* Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com2013-01-283-9/+9
* Updated HookNotify with the hook renaming.madmaxoft@gmail.com2013-01-281-3/+3
* Added cItems to Lua API.madmaxoft@gmail.com2013-01-271-2/+10
* Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com2013-01-271-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.com2013-01-271-0/+11
* Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com2013-01-261-3/+3
* Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com2013-01-261-0/+23
* Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com2013-01-181-1/+1
* Added Handy plugintau.tihon@gmail.com2013-01-162-0/+383
* Disabled dev / debugging plugins by defaultmadmaxoft@gmail.com2013-01-141-3/+1
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-1313-53/+410
* Added the offline playername "Player" to admins in the debugging users.inimadmaxoft@gmail.com2012-12-241-0/+3
* Added 1.4.6 items (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-241-0/+3
* Added Netherbrick slab (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-222-0/+2
* Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-211-4/+5
* Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com2012-12-211-0/+11
* Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-211-4/+18
* Added initial adventure mode supportluksor111@gmail.com2012-11-271-0/+1
* Recipe update by STR_Warriormadmaxoft@gmail.com2012-11-201-2/+5
* Updated crafting and items to 1.4.4 (initial patch by STR_Warrior)madmaxoft@gmail.com2012-11-172-2/+41
* Removed the protocol restriction from default debugging settings.inimadmaxoft@gmail.com2012-11-101-1/+0
* Refactored the world time.madmaxoft@gmail.com2012-11-011-2/+2
* Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com2012-10-311-0/+1
* Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com2012-10-191-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.com2012-10-164-40/+70
* Core: fixed /help and /pluginlistfaketruth2012-10-162-22/+26
* Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.madmaxoft@gmail.com2012-10-141-0/+2
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-142-49/+99
* Core: Removed /home since other plugins want to use itfaketruth2012-10-111-1/+0
* Fixed chatlog pluginfaketruth2012-10-111-1/+1
* Core: made ban and kick functions accessible to other pluginsfaketruth2012-10-113-34/+57
* Removed redstone from settings.ini, added a note about wiki and webadminmadmaxoft@gmail.com2012-10-061-9/+7
* New example plugin using the BlockArea functionality.madmaxoft@gmail.com2012-10-061-0/+83
* sTick: Updated the plugin to work with current codemadmaxoft@gmail.com2012-10-032-10/+11
* Fixed axe crafting (cannot use asterisk)madmaxoft@gmail.com2012-09-291-5/+10
* Removed the extra world from default settings.ini madmaxoft@gmail.com2012-09-291-2/+1
* Crafting recipes for 1.3.2 (patch submitted by STR_Warrior)madmaxoft@gmail.com2012-09-292-20/+35
* Made beds placeablefaketruth2012-09-291-4/+4
* Core now uses built in item functions ( StringToItem() ) for the /item commandfaketruth2012-09-082-65/+8
* Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.faketruth2012-09-081-2/+2
* Updated to V6 - "Stop" and "Progress report" functionalitytau.tihon@gmail.com2012-08-302-185/+228
* ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)madmaxoft@gmail.com2012-08-302-5/+11
* Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)madmaxoft@gmail.com2012-08-272-0/+344
* Added a RateCompareString function to StringUtilsfaketruth2012-08-234-21/+25
* WebAdmin should not cause crashes anymorefaketruth2012-08-221-8/+6
* Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_Ofaketruth2012-08-221-18/+40
* Chat history limit on the WebAdmin chatfaketruth2012-08-221-62/+70
* Web chat for the WebAdmin :Dfaketruth2012-08-222-0/+112
* Fixed nightbuild script after files move.madmaxoft@gmail.com2012-08-216-71/+0
* Can add/remove worlds from WebAdminfaketruth2012-08-211-2/+77
* Using multi line strings for Core's WebAdmin interfacefaketruth2012-08-211-51/+52
* Fixed server settings on FireFoxfaketruth2012-08-211-2/+2
* Can change monster settings in WebAdmin toofaketruth2012-08-201-5/+48
* Can now edit some generic server settings through the WebAdmin (port, description, etc)faketruth2012-08-202-0/+111
* Updated clean.bat for cleaning MCServer filesfaketruth2012-08-201-1/+0
* Moved files used by MCServer to a special MCServer folderfaketruth2012-08-2052-0/+2897