| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed syntax error | Alexander Harkness | 2015-05-08 | 1 | -0/+1 |
* | Properly fix the docs for FindAndDoWithPlayer. | Alexander Harkness | 2015-05-06 | 1 | -3/+3 |
* | Added info about case-sensitivity of FindAndDoWithPlayer | Alexander Harkness | 2015-05-06 | 1 | -4/+3 |
* | APIDump: Added an "apishow" command. | Mattes D | 2015-05-02 | 1 | -0/+10 |
* | Added cBlockArea:CountNonAirBlocks API function. | Mattes D | 2015-04-30 | 1 | -0/+1 |
* | APIDump: Added documentation for cBlockArea:GetNonAirCropRelCoords. | Mattes D | 2015-04-30 | 1 | -0/+1 |
* | Added cBlockArea::msSimpleCompare merge strategy. | Mattes D | 2015-04-29 | 1 | -8/+41 |
* | Refactored ManualBindings' callbacks using templates. | Mattes D | 2015-04-23 | 1 | -26/+26 |
* | Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin(). | Mattes D | 2015-04-23 | 1 | -3/+4 |
* | Added URL member to the HTTPRequest API class. | Mattes D | 2015-04-21 | 2 | -42/+51 |
* | APIDump: Documented cPluginManager:IsPluginLoaded(). | Mattes D | 2015-04-19 | 1 | -0/+1 |
* | Split the plugin names and plugin folders to avoid confusing them. | Mattes D | 2015-04-19 | 2 | -151/+204 |
* | Removed HOOK_MAX and HOOK_NUM_HOOKS from Lua API. | Mattes D | 2015-04-13 | 1 | -2/+0 |
* | cFile:ChangeFileExt now accepts extensions with leading dot, too. | Mattes D | 2015-04-11 | 1 | -2/+2 |
* | Added more cFile API functions. | Mattes D | 2015-04-11 | 1 | -0/+3 |
* | Added cFile:ChangeFileExt() function. | Mattes D | 2015-04-06 | 1 | -0/+1 |
* | APIDump: Linkified eShrapnelLevel. | Mattes D | 2015-03-21 | 1 | -2/+2 |
* | APIDump: Used suggestions | STRWarrior | 2015-03-21 | 1 | -8/+8 |
* | APIDump: Improved documentation of cWorld:GetTNTShrapnelLevel | STRWarrior | 2015-03-21 | 1 | -3/+3 |
* | APIDump: Gave shrapnellevel it's own constantgroup | STRWarrior | 2015-03-21 | 1 | -0/+7 |
* | APIDump: Fixed typo in cWorld:BroadcastEntityAnimation documentation | STRWarrior | 2015-03-21 | 1 | -1/+1 |
* | APIDump: Improved cWorld:GetMaxViewDistance documentation | STRWarrior | 2015-03-21 | 1 | -1/+1 |
* | APIDump: Improved cBlockArea.msDifference documentation | STRWarrior | 2015-03-21 | 1 | -1/+1 |
* | APIDump: Documented function in cChunkDesc | STRWarrior | 2015-03-21 | 1 | -0/+1 |
* | APIDump: Documented functions & Variables in cBlockInfo | STRWarrior | 2015-03-21 | 1 | -0/+4 |
* | APIDump: Documented missing constant in cBlockArea | STRWarrior | 2015-03-21 | 1 | -0/+1 |
* | APIDump: Documented all undocumented functions in cWorld | STRWarrior | 2015-03-21 | 1 | -1/+23 |
* | APIDump: Added inheritance checking. | Mattes D | 2015-03-19 | 1 | -3/+107 |
* | APIDump: Removed the tolua.cast() example. | Mattes D | 2015-03-19 | 1 | -26/+3 |
* | Merge pull request #1761 from mc-server/NetworkIPEnum | Mattes D | 2015-03-12 | 1 | -0/+1 |
|\ |
|
| * | cNetwork: Added EnumLocalIPAddresses() function. | Mattes D | 2015-02-22 | 1 | -0/+1 |
* | | Fixes #493 and #490 | flx5 | 2015-03-11 | 1 | -0/+1 |
* | | Added OnEntityTeleport.lua hook to APIDump | joshi07 | 2015-03-05 | 1 | -0/+29 |
* | | Added description to APIDump for OnEntityTeleport | joshi07 | 2015-03-05 | 1 | -2/+2 |
* | | Added documentation for CompressStringZLIB | STRWarrior | 2015-02-23 | 1 | -1/+1 |
* | | Documented cStringCompression | STRWarrior | 2015-02-23 | 1 | -2/+21 |
* | | Documented CompressString and UncompressString | STRWarrior | 2015-02-22 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #1758 from mc-server/CryptoHashAPI | Mattes D | 2015-02-21 | 1 | -1/+23 |
|\ |
|
| * | Added cCryptoHash namespace to Lua API. | Mattes D | 2015-02-21 | 1 | -1/+23 |
* | | APIDump: Added the UDP zero port policy. | Mattes D | 2015-02-20 | 1 | -1/+1 |
* | | cNetwork: Added UDP API. | Mattes D | 2015-02-20 | 1 | -15/+54 |
|/ |
|
* | Exported TLS server start on cTCPLink to Lua API. | Mattes D | 2015-02-13 | 1 | -0/+1 |
* | Exported cTCPLink:Close and :Shutdown() to Lua API. | Mattes D | 2015-02-13 | 1 | -0/+2 |
* | LuaAPI: Added client TLS support for TCP links. | Mattes D | 2015-02-12 | 1 | -1/+10 |
* | Merge pull request #1718 from mc-server/LuaNetworkAPI | Mattes D | 2015-02-07 | 1 | -0/+320 |
|\ |
|
| * | APIDump: Added client and server examples. | Mattes D | 2015-02-07 | 1 | -0/+137 |
| * | APIDump: Added cNetwork documentation. | Mattes D | 2015-02-06 | 1 | -0/+183 |
* | | Updated IsOnGround() documentation | Howaner | 2015-02-07 | 1 | -1/+1 |
|/ |
|
* | APIDump: Added details about client handle in OnServerPing hook. | Mattes D | 2014-12-25 | 1 | -1/+4 |
* | APIDump: Updated the player block placement documentation. | Mattes D | 2014-12-24 | 3 | -10/+12 |
* | Made comment in example code smaller | STRWarrior | 2014-12-13 | 1 | -1/+3 |
* | Reverted main_APIDump.lua changes | STRWarrior | 2014-12-13 | 1 | -4/+4 |
* | Fixed the width sometimes going over the div size | STRWarrior | 2014-12-13 | 1 | -4/+4 |
* | MobSpawner fixes. | Howaner | 2014-12-01 | 1 | -1/+1 |
* | Merge branch 'master' into MobSpawner | Howaner | 2014-12-01 | 1 | -1/+1 |
|\ |
|
| * | Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead | Howaner | 2014-11-29 | 1 | -1/+1 |
* | | Removed old MobType category. | Howaner | 2014-11-29 | 1 | -8/+1 |
* | | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 2 | -6/+51 |
|/ |
|
* | Merge pull request #1598 from mc-server/SignEditor | Mattes D | 2014-11-18 | 1 | -2/+2 |
|\ |
|
| * | Use LastPlacedSign instead of LastPlacedBlock. | Howaner | 2014-11-15 | 1 | -1/+0 |
| * | Updated APIDump | Howaner | 2014-11-15 | 1 | -2/+3 |
* | | Merge pull request #1577 from mc-server/ViewDistance | Mattes D | 2014-11-16 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Renamed GetSettedViewDistance() to GetRequestedViewDistance() | Howaner | 2014-11-15 | 1 | -1/+1 |
| * | Updated APIDump | Howaner | 2014-11-14 | 1 | -0/+1 |
* | | APIDump: Fixed example cCompositeChat URL | Howaner | 2014-11-14 | 1 | -1/+1 |
|/ |
|
* | renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDump | Lukas Pioch | 2014-11-05 | 1 | -0/+2 |
* | APIDump: Added basic projectile documentation. | Mattes D | 2014-10-25 | 1 | -6/+18 |
* | APIDump: Added docs for a few projectiles. | Mattes D | 2014-10-22 | 1 | -5/+21 |
* | Added inheritance information to Lua docs for projectiles. | Mattes D | 2014-10-21 | 1 | -6/+41 |
* | cClientHandle: Added protocol version knowledge. | Mattes D | 2014-10-05 | 1 | -0/+1 |
* | Added parentheses for clarity. | Alexander Harkness | 2014-10-01 | 1 | -1/+1 |
* | APIDump: Fixed cEntity documentation. | madmaxoft | 2014-10-01 | 1 | -5/+23 |
* | Fixed broken code. | Alexander Harkness | 2014-10-01 | 1 | -2/+2 |
* | APIDump: Added more of the missing documentation. | madmaxoft | 2014-10-01 | 1 | -5/+22 |
* | Unified cRoot broadcast chat documentation. | madmaxoft | 2014-10-01 | 1 | -7/+14 |
* | APIDump: Documented missing cIniFile function. | madmaxoft | 2014-10-01 | 1 | -0/+1 |
* | APIDump: Documented missing cCompositeChat functions. | madmaxoft | 2014-10-01 | 1 | -4/+6 |
* | APIDump: Added missing cClientHandle documentation. | madmaxoft | 2014-10-01 | 1 | -0/+3 |
* | RankMgr: GetAllPlayers() returns players sorted by name. | madmaxoft | 2014-09-29 | 1 | -1/+1 |
* | Fixed a typo in the description. | madmaxoft | 2014-09-29 | 1 | -1/+1 |
* | Merge branch 'master' into Ranks | Howaner | 2014-09-29 | 2 | -1/+52 |
|\ |
|
| * | Add Code example. | Alexander Harkness | 2014-09-28 | 1 | -0/+26 |
| * | changed description to be more readable. | Alexander Harkness | 2014-09-27 | 1 | -3/+2 |
| * | Copy edit. | Alexander Harkness | 2014-09-27 | 1 | -1/+1 |
| * | Fixed return value descriptions. | Alexander Harkness | 2014-09-27 | 1 | -1/+3 |
| * | Fixed typo again. | Alexander Harkness | 2014-09-27 | 1 | -1/+1 |
| * | Typo fix. | Alexander Harkness | 2014-09-27 | 1 | -1/+1 |
| * | Fixed line left in. | Alexander Harkness | 2014-09-27 | 1 | -4/+3 |
| * | Remaining part of fix. | Alexander Harkness | 2014-09-27 | 1 | -0/+1 |
| * | Hopefully fix #1384 | Alexander Harkness | 2014-09-27 | 1 | -0/+24 |
* | | cRankManager: Added ClearPlayerRanks() | Howaner | 2014-09-28 | 1 | -0/+1 |
* | | Updated api documentation. | Howaner | 2014-09-28 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 3 | -14/+23 |
|\ |
|
| * | Updated SPAWNING_ENTITY hook description. | Howaner | 2014-09-19 | 1 | -2/+3 |
| * | Merge pull request #1353 from mc-server/Effects | Mattes D | 2014-09-13 | 1 | -0/+2 |
| |\ |
|
| | * | Merge branch 'master' into Effects | Howaner | 2014-09-12 | 2 | -7/+13 |
| | |\ |
|
| | * | | Renamed SetWalkSpeed() to SetRelativeWalkSpeed() | Howaner | 2014-09-02 | 1 | -2/+2 |
| | * | | Merge branch 'master' into Effects | Howaner | 2014-09-02 | 1 | -1/+1 |
| | |\ \ |
|
| | * | | | Added GetWalkSpeed() and SetWalkSpeed() documentation. | Howaner | 2014-08-30 | 1 | -0/+2 |
| * | | | | APIDump: Improved command binding documentation. | madmaxoft | 2014-09-12 | 1 | -4/+4 |
| | |_|/
| |/| | |
|
| * | | | Exported cClientHandle:GetIPString() to Lua API. | Mattes D | 2014-09-07 | 1 | -0/+1 |
| * | | | Removed outdated message sending methods. | Alexander Harkness | 2014-09-06 | 1 | -3/+3 |
| * | | | Exported ForEachEntityInBox() to Lua API. | madmaxoft | 2014-09-03 | 1 | -0/+1 |
| * | | | Changed the IsEnchantable() comment again. | Howaner | 2014-09-02 | 1 | -2/+1 |
| * | | | Merge branch 'master' into Inventory | Howaner | 2014-09-02 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Changed the IsEnchantable() comment. | Howaner | 2014-08-30 | 1 | -1/+1 |
| * | | | APIDump: Added missing cItem things. | Hownaer | 2014-08-28 | 1 | -3/+8 |
| | |/
| |/| |
|
* | | | Added the new functions to APIDump. | Howaner | 2014-09-02 | 1 | -0/+9 |
| |/
|/| |
|
* | | Fixed ReplaceString() documentation. | Howaner | 2014-09-01 | 1 | -1/+1 |
|/ |
|
* | Fixed ItemCategory code example. | Hownaer | 2014-08-28 | 1 | -2/+2 |
* | RankMgr: Exported the default-rank functions. | Mattes D | 2014-08-24 | 1 | -6/+14 |
* | Merge remote-tracking branch 'origin/master' into Ranks | Mattes D | 2014-08-22 | 1 | -1/+3 |
|\ |
|
| * | Updated HOOK_PLAYER_MOVING documentation. | Howaner | 2014-08-16 | 1 | -1/+3 |
* | | RankMgr: Added cRankManager::RemovePlayerRank(). | Mattes D | 2014-08-21 | 1 | -0/+1 |
* | | APIDump: Removed the cGroup and cGroupManager classes. | Mattes D | 2014-08-21 | 1 | -25/+2 |
* | | Exported cServer:ShouldAuthenticate to Lua API. | Mattes D | 2014-08-20 | 1 | -1/+2 |
* | | APIDump: Added cRankManager documentation. | Mattes D | 2014-08-20 | 1 | -0/+56 |
|/ |
|
* | Added api documentation for Clamp() | Howaner | 2014-08-05 | 1 | -2/+3 |
* | cMojangAPI: Added UUID-to-Name lookup. | madmaxoft | 2014-08-03 | 1 | -9/+8 |
* | Added cMojangAPI:GetUUIDFromPlayerName(). | madmaxoft | 2014-08-03 | 1 | -0/+1 |
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 1 | -2/+34 |
|\ |
|
| * | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-31 | 1 | -1/+1 |
| * | APIDump: Added notes about cache to cMojangAPI. | madmaxoft | 2014-07-30 | 1 | -1/+7 |
| * | APIDump: Fixed UUID-related documentation. | madmaxoft | 2014-07-30 | 1 | -2/+2 |
| * | Exported cMojangAPI to Lua. | madmaxoft | 2014-07-30 | 1 | -1/+26 |
| * | Added cClientHandle:GetUUIDsFromPlayerNames() to Lua API. | madmaxoft | 2014-07-28 | 1 | -0/+1 |
* | | Updated documentation again. | Howaner | 2014-07-31 | 1 | -4/+4 |
* | | Updated documentation. | Howaner | 2014-07-31 | 1 | -5/+5 |
* | | Added beacon documentation. | Howaner | 2014-07-30 | 2 | -0/+27 |
|/ |
|
* | APIDump: Documented RemoveItem(). | madmaxoft | 2014-07-18 | 1 | -0/+2 |
* | Removed special character in APIDump | Howaner | 2014-07-18 | 1 | -1/+1 |
* | OnEntityAddEffect.lua: Removed Originator param | archshift | 2014-07-14 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-12 | 1 | -0/+1 |
|\ |
|
| * | APIDump: Documented cWorld:SetChunkAlwaysTicked. | madmaxoft | 2014-07-10 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-10 | 3 | -6/+54 |
|\| |
|
| * | Merge remote-tracking branch 'origin/HandleCommand' | madmaxoft | 2014-07-04 | 1 | -2/+17 |
| |\ |
|
| | * | Removed useless sentence in cPluginManager:ExecuteCommand description. | STRWarrior | 2014-07-04 | 1 | -1/+1 |
| | * | Fixed ExecuteCommand description. | STRWarrior | 2014-07-04 | 1 | -1/+1 |
| | * | (Force)ExecuteCommand returns the CommandResult enums | STRWarrior | 2014-06-18 | 1 | -2/+17 |
| * | | APIDump: Updated OnWeatherChanging docs after latest code changes. | madmaxoft | 2014-07-03 | 1 | -4/+7 |
| * | | Update documentation | Howaner | 2014-07-02 | 1 | -3/+3 |
| * | | Change documentation | Howaner | 2014-07-01 | 1 | -5/+10 |
| * | | Add documentation. | Howaner | 2014-06-30 | 1 | -0/+22 |
| * | | Added cClientHandle::IsUUIDOnline function. | madmaxoft | 2014-06-21 | 1 | -0/+3 |
| |/ |
|
* | | APIDump: Added OnEntityAddEffect hook documentation. | madmaxoft | 2014-06-17 | 1 | -0/+34 |
* | | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -0/+3 |
|/ |
|
* | APIDump: Added the Info.lua article. | madmaxoft | 2014-06-13 | 2 | -0/+247 |
* | Merge pull request #1082 from mc-server/cauldronfixes | Alexander Harkness | 2014-06-12 | 1 | -3/+7 |
|\ |
|
| * | Update APIDesc.lua | Alexander Harkness | 2014-06-11 | 1 | -0/+1 |
| * | Update APIDesc.lua | Tiger Wang | 2014-06-11 | 1 | -3/+6 |
* | | APIDump: Documented cBlockArea:GetCoordRange(). | madmaxoft | 2014-06-11 | 1 | -1/+2 |
|/ |
|
* | Small change for easier understanding. | Alexander Harkness | 2014-06-08 | 1 | -1/+1 |
* | APIDump: Fixed crash | STRWarrior | 2014-06-02 | 1 | -1/+1 |
* | Updated OnProjectileHitBlock documentation. | STRWarrior | 2014-06-02 | 1 | -0/+5 |
* | Stuff. | Alexander Harkness | 2014-05-27 | 1 | -1/+1 |
* | Update main.css | Alexander Harkness | 2014-05-26 | 1 | -1/+2 |
* | APIDump: Updated the OnDisconnect hook docs. | madmaxoft | 2014-05-02 | 1 | -7/+17 |
* | APIDump: Improved error handling in API file loader. | madmaxoft | 2014-05-02 | 1 | -1/+5 |
* | Updated docs for StringToEnchantmentID. | madmaxoft | 2014-04-23 | 1 | -1/+1 |
* | APIDump: Added a ChunkStay article. | madmaxoft | 2014-04-19 | 3 | -27/+195 |
* | Updated cWorld::CreateProjectile() documentation | Tiger Wang | 2014-04-06 | 1 | -1/+1 |
* | Added more API documentation to cCompositeChat. | madmaxoft | 2014-04-05 | 1 | -1/+17 |
* | APIDump: Added angular specifics. | madmaxoft | 2014-04-03 | 1 | -2/+2 |
* | Documented the units and range for entity rotations. | madmaxoft | 2014-04-03 | 1 | -3/+3 |
* | Merged branch 'msDifference'. | madmaxoft | 2014-04-01 | 1 | -1/+17 |
|\ |
|
| * | APIDump: Gave msDifference it's own table. | STRWarrior | 2014-04-01 | 1 | -9/+21 |
| * | Added extra table which should make it more clear what msDifference does. | STRWarrior | 2014-03-31 | 1 | -1/+3 |
| * | Fixed typo | STRWarrior | 2014-03-31 | 1 | -1/+1 |
| * | Documented msDifference | STRWarrior | 2014-03-31 | 1 | -6/+8 |
* | | cBlockArea: Added the msMask merge strategy. | madmaxoft | 2014-04-01 | 1 | -3/+20 |
* | | LOG() API reads the LogLevel from the cCompositeChat's MessageType. | madmaxoft | 2014-04-01 | 1 | -2/+2 |
* | | APIDump: Documented the cCompositeChat support in logging functions. | madmaxoft | 2014-03-31 | 1 | -5/+25 |
* | | APIDump: Added code completion support file to ZBS tutorial. | madmaxoft | 2014-03-31 | 1 | -1/+2 |
* | | APIDump: Renamed the ZBS API dump file to mcserver_api.lua. | madmaxoft | 2014-03-31 | 1 | -2/+2 |
* | | Merge branch 'NetherFortGen'. | madmaxoft | 2014-03-30 | 1 | -4/+20 |
|\| |
|
| * | Merge branch 'master' into NetherFortGen | madmaxoft | 2014-03-29 | 2 | -0/+49 |
| |\ |
|
| * | | Implemented the msSpongePrint merge strategy. | madmaxoft | 2014-03-28 | 1 | -4/+20 |
* | | | APIDump: Added article: Setting up ZeroBrane Studio. | madmaxoft | 2014-03-30 | 4 | -0/+46 |
| |/
|/| |
|
* | | Documented both hooks. | STRWarrior | 2014-03-29 | 2 | -0/+49 |
|/ |
|
* | Change documentation text | Howaner | 2014-03-27 | 2 | -4/+4 |
* | Change SpreadSource documentation | Howaner | 2014-03-27 | 2 | -6/+6 |
* | Add documentation for new Block spread | Howaner | 2014-03-27 | 2 | -0/+49 |
* | Plugins can set flying speed. | madmaxoft | 2014-03-20 | 1 | -3/+5 |
* | APIDump: Fixed wrong escaped strings. | madmaxoft | 2014-03-20 | 1 | -5/+5 |
* | Rewritten player speeds to be relative unit-less. | madmaxoft | 2014-03-20 | 1 | -5/+5 |
* | APIDump: Updated comments to reflect current code. | madmaxoft | 2014-03-19 | 1 | -1/+4 |
* | APIDump: Added ZeroBraneStudio API export. | madmaxoft | 2014-03-19 | 1 | -5/+128 |
* | APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues. | madmaxoft | 2014-03-19 | 1 | -443/+404 |
* | APIDump: Documented a forgotten cCuboid constructor. | madmaxoft | 2014-03-15 | 1 | -1/+2 |
* | APIDump: Fixed missing return statement. | madmaxoft | 2014-03-15 | 1 | -0/+1 |
* | Added cCuboid:Assign(OtherCuboid) API function. | madmaxoft | 2014-03-15 | 1 | -2/+6 |
* | APIDump: Trigger the dump manually. | madmaxoft | 2014-03-14 | 1 | -26/+64 |
* | cPluginManager:Bind[Console]Command returns true on success. | madmaxoft | 2014-03-14 | 1 | -4/+4 |
* | APIDump: Removed old documentation, documented some new functions. | madmaxoft | 2014-03-11 | 2 | -6/+17 |
* | APIDump: Updated WEOffset-related docs. | madmaxoft | 2014-03-12 | 1 | -7/+7 |
* | Merge branch 'master' into cBlockArea_Offset | madmaxoft | 2014-03-12 | 1 | -3/+4 |
|\ |
|
| * | Change tnt documentation to ticks | Howaner | 2014-03-08 | 1 | -3/+3 |
| * | Merge branch 'master' into BlockEntitys | Howaner | 2014-03-08 | 1 | -0/+2 |
| |\ |
|
| * | | Add new tnt documentation | Howaner | 2014-03-08 | 1 | -2/+3 |
* | | | Fixed APIDump | STRWarrior | 2014-03-11 | 1 | -1/+1 |
* | | | Documented the functions. | STRWarrior | 2014-03-11 | 1 | -0/+6 |
| |/
|/| |
|
* | | Fixed cBlockArea schematic string saving signature. | madmaxoft | 2014-03-07 | 1 | -1/+1 |
* | | Merge pull request #763 from Howaner/BlockEntitys | Mattes D | 2014-03-07 | 2 | -0/+16 |
|\| |
|
| * | Link cItem in the documentation | Howaner | 2014-03-07 | 2 | -3/+3 |
| * | Add missing documentation files | Howaner | 2014-03-07 | 2 | -0/+16 |
* | | APIDump: Documented cBlockArea string-serialization functions. | madmaxoft | 2014-03-07 | 1 | -0/+2 |
|/ |
|
* | APIDump: Documented the cCompositeChat class. | madmaxoft | 2014-03-05 | 1 | -0/+52 |
* | APIDump: Ignoring classes by exact match. | madmaxoft | 2014-03-05 | 1 | -10/+10 |
* | GetById => Get | andrew | 2014-03-02 | 1 | -10/+10 |
* | APIDump: ID -> Type | andrew | 2014-03-02 | 1 | -10/+10 |
* | Exported cBlockInfo | andrew | 2014-03-02 | 1 | -0/+32 |
* | Merge pull request #735 from xdot/master | Mattes D | 2014-03-01 | 1 | -0/+92 |
|\ |
|
| * | APIDump: Fixed cScoreboard enums | andrew | 2014-03-01 | 1 | -17/+17 |
| * | Exported cScoreboard::ForEachTeam | andrew | 2014-03-01 | 1 | -0/+1 |
| * | Exported cScoreboard::ForEachObjective | andrew | 2014-03-01 | 1 | -0/+1 |
| * | Exported and documented cScoreboard | andrew | 2014-03-01 | 1 | -0/+90 |
* | | APIDump: Documented cRoot:CreateAndInitializeWorld. | STRWarrior | 2014-03-01 | 1 | -0/+1 |
|/ |
|
* | Documented the changes in cJukeboxEntity. | madmaxoft | 2014-02-28 | 1 | -2/+4 |
* | APIDump: Added Geometry file to project. | madmaxoft | 2014-02-26 | 1 | -0/+3 |
* | APIDump: Documented new cCuboid functions. | madmaxoft | 2014-02-26 | 1 | -1/+6 |
* | APIDump: Separated out Geometry-related classes to their own file. | madmaxoft | 2014-02-26 | 2 | -301/+320 |
* | Added useful parameter overloads to cBlockArea Lua API. | madmaxoft | 2014-02-24 | 1 | -6/+31 |
* | Merge pull request #669 from xdot/master | Tiger Wang | 2014-02-24 | 1 | -1/+64 |
|\ |
|
| * | Maps: Improvements | andrew | 2014-02-23 | 1 | -2/+2 |
| * | Manually exported DoWithMap | andrew | 2014-02-23 | 1 | -1/+1 |
| * | Documented and exported cMapManager | andrew | 2014-02-23 | 1 | -0/+14 |
| * | Documented and exported cMap | andrew | 2014-02-22 | 1 | -0/+49 |
* | | Documented cBlockArea:GetOrigin(), :GetSize() and :GetVolume(). | madmaxoft | 2014-02-23 | 1 | -0/+3 |
* | | APIDump: Documented cClientHandle:HasPluginChannel. | madmaxoft | 2014-02-20 | 1 | -0/+1 |
|/ |
|
* | APIDump: Fixed cBlockArea:GetRelBlockType() return types. | madmaxoft | 2014-02-20 | 1 | -1/+1 |
* | Merge pull request #696 from mc-server/paintings | Mattes D | 2014-02-18 | 1 | -0/+18 |
|\ |
|
| * | Properly exported and documented paintings | Tiger Wang | 2014-02-18 | 1 | -0/+18 |
* | | APIDump: Documented missing cWorld functions. | madmaxoft | 2014-02-18 | 1 | -0/+8 |
|/ |
|
* | Documented the cPluginManager:GetPluginsPath() API function. | madmaxoft | 2014-02-17 | 1 | -0/+1 |
* | Updated Plugin article | Tiger Wang | 2014-02-15 | 1 | -14/+15 |
* | Merge pull request #677 from mc-server/BroadcastParticleEffect | Alexander Harkness | 2014-02-15 | 1 | -0/+1 |
|\ |
|
| * | Documented BroadcastParticleEffect | STRWarrior | 2014-02-15 | 1 | -0/+1 |
* | | Merged branch 'narroo/master'. | madmaxoft | 2014-02-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fixed formatting issue in APIDesc.lua | narroo | 2014-02-13 | 1 | -1/+1 |
| * | Fixed location of QueueUnloadUnusedChunks entry in APIDesc dump. Now is lexographically listed in cWorld, not cRoot. | narroo | 2014-02-12 | 1 | -2/+2 |
| * | Alpha-Sorted List. | narroo | 2014-02-11 | 1 | -1/+1 |
| * | Updated APIDesc.lua to replace 'UnloadUnusedChunks' with 'QueueUnloadUnusedChunks'. | narroo | 2014-02-11 | 1 | -1/+1 |
* | | APIDump: Documented cWorld:ChunkStay(). | madmaxoft | 2014-02-11 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -1/+2 |
|\ |
|
| * | Added cPluginManager:LogStackTrace() to the Lua API. | madmaxoft | 2014-02-05 | 1 | -1/+2 |
* | | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -0/+3 |
|\| |
|
| * | Fixed indent from previous commits. | madmaxoft | 2014-02-04 | 1 | -1/+1 |
| * | Fixed indentation | tonibm19 | 2014-02-04 | 1 | -1/+1 |
| * | Blank lines and indentation. | tonibm19 | 2014-02-04 | 1 | -1/+0 |
| * | Added documentation | tonibm19 | 2014-02-03 | 1 | -1/+4 |
* | | Removed some unexported documentation. | Tiger Wang | 2014-02-07 | 1 | -11/+5 |
* | | Improved chat messaging functions | Tiger Wang | 2014-02-07 | 1 | -3/+24 |
* | | Server now handles join messages also | Tiger Wang | 2014-02-03 | 3 | -17/+17 |
|/ |
|
* | Merge pull request #585 from daniel0916/hooks | Mattes D | 2014-02-01 | 1 | -0/+23 |
|\ |
|
| * | Added PlayerDestroyedHook Documentation | daniel0916 | 2014-02-01 | 1 | -0/+23 |
* | | Fixed some more. | Alexander Harkness | 2014-01-31 | 1 | -4/+3 |
* | | Fixed at least a little of the plugin guide. | Alexander Harkness | 2014-01-30 | 1 | -15/+7 |
* | | Documented cFloater. | STRWarrior | 2014-01-29 | 1 | -0/+14 |
* | | APIDump: Fixed indent after merge. | madmaxoft | 2014-01-24 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'MikeHunsinger/master' | madmaxoft | 2014-01-24 | 1 | -3/+4 |
|\ \ |
|
| * | | Fixed indentation and doxygen comments... For real this time. | Mike Hunsinger | 2014-01-24 | 1 | -2/+2 |
| * | | Fixed spacing and doxycomments. | Mike Hunsinger | 2014-01-24 | 1 | -2/+2 |
| * | | Split TossItem into three Toss functions (Held, Equipped and Pickup) | Mike Hunsinger | 2014-01-23 | 1 | -3/+4 |
| |/ |
|
* / | Implemented cPluginManager:CallPlugin() API. | madmaxoft | 2014-01-21 | 1 | -1/+2 |
|/ |
|
* | APIDump: Added notes about objects across cWorld's task execution. | madmaxoft | 2014-01-19 | 1 | -2/+2 |
* | APIDump: Updated cWorld:ScheduleTask()'s description. | madmaxoft | 2014-01-19 | 1 | -1/+1 |
* | APIDump: Updated cPluginManager:GetAllPlugins(). | madmaxoft | 2014-01-17 | 1 | -1/+1 |
* | Finished exporting cWorld:ScheduleTask() to Lua API. | madmaxoft | 2014-01-16 | 1 | -1/+1 |
* | Merge pull request #548 from worktycho/documention | Alexander Harkness | 2014-01-16 | 1 | -0/+1 |
|\ |
|
| * | Documented the SchedualeTask function | Tycho | 2014-01-16 | 1 | -0/+1 |
* | | APIDump: Explicitly listed static cPlayer functions. | madmaxoft | 2014-01-15 | 1 | -2/+2 |
|/ |
|
* | APIDump: Wrapped example code so that it displays well on small screens. | madmaxoft | 2014-01-13 | 1 | -3/+8 |
* | APIDump: Added OnPluginMessage.lua file to Decoda project. | madmaxoft | 2014-01-13 | 1 | -0/+3 |
* | APIDump: Added missing bits of documentation. | madmaxoft | 2014-01-13 | 1 | -0/+15 |
* | APIDump: Documented the plugin messaging hook and function. | madmaxoft | 2014-01-13 | 2 | -0/+26 |
* | Documented the cIniFile:AddValue* functions. | madmaxoft | 2014-01-11 | 1 | -0/+4 |
* | Fixed cPluginManager:AddHook() binding. | madmaxoft | 2014-01-05 | 3 | -5/+5 |
* | Merge branch 'FishingHook' | madmaxoft | 2014-01-01 | 2 | -0/+41 |
|\ |
|
| * | Little more documentation for OnPlayerFishing. | STRWarrior | 2014-01-01 | 1 | -1/+1 |
| * | Using documentation Xoft recommended. | STRWarrior | 2014-01-01 | 1 | -1/+1 |
| * | Fixed typo's in the documentation. | STRWarrior | 2014-01-01 | 2 | -4/+4 |
| * | Documented OnPlayerFished and OnPlayerFishing. | STRWarrior | 2013-12-31 | 2 | -0/+41 |
|/ |
|
* | APIDump: Fixed a factual error in OnPluginsLoaded description. | madmaxoft | 2013-12-29 | 1 | -2/+2 |
* | APIDump: Static files overwrite their destination. | madmaxoft | 2013-12-29 | 1 | -5/+13 |
* | APIDump: The PRE html tag has tab width set to 2 spaces. | madmaxoft | 2013-12-29 | 1 | -0/+5 |
* | APIDump: Documented OnPluginsLoaded. | madmaxoft | 2013-12-29 | 1 | -0/+79 |
* | APIDump: Added the SettingUpDecoda article. | madmaxoft | 2013-12-27 | 5 | -0/+50 |
* | APIDump: Articles eplicitly declare being UTF-8. | madmaxoft | 2013-12-27 | 2 | -0/+2 |
* | APIDump: Added quick links to index to each class and hook file. | madmaxoft | 2013-12-27 | 1 | -2/+14 |
* | APIDump: Added a quick-nav menu to hook descriptions. | madmaxoft | 2013-12-27 | 1 | -7/+22 |
* | APIDump: Added a quick-nav menu to class descriptions. | madmaxoft | 2013-12-27 | 1 | -6/+22 |
* | APIDump: Split the huge DumpAPIHtml function into smaller ones. | madmaxoft | 2013-12-27 | 1 | -47/+61 |
* | APIDump: Extra pages renamed to articles and moved to front. | madmaxoft | 2013-12-27 | 1 | -24/+39 |
* | APIDump: Fixed the WritingPlugin article. | madmaxoft | 2013-12-27 | 1 | -98/+107 |
* | APIDump: Added the WritingPlugin article to the exported pages. | madmaxoft | 2013-12-27 | 1 | -0/+1 |
* | APIDump: Fixed bad for-loop. | madmaxoft | 2013-12-27 | 1 | -3/+3 |
* | Writing a plugin APIDump article (#382) | Tiger Wang | 2013-12-26 | 3 | -49/+310 |
* | Removed documentation for cChatColour:MakeColor() | Alexander Harkness | 2013-12-24 | 1 | -7/+3 |
* | Or not. Fixes #384 | Alexander Harkness | 2013-12-20 | 1 | -1/+2 |
* | done... finally | Alexander Harkness | 2013-12-20 | 1 | -2/+2 |
* | fix the issues xoft pointed out | Alexander Harkness | 2013-12-20 | 1 | -5/+4 |
* | @madmaxoft now? | Alexander Harkness | 2013-12-20 | 1 | -3/+3 |
* | Possibly fixes #384 | Alexander Harkness | 2013-12-20 | 1 | -0/+6 |
* | Create a static folder for adding static files. | Alexander Harkness | 2013-12-20 | 1 | -0/+1 |
* | APIDump: Ignoring the multi-inheritance members. | madmaxoft | 2013-12-16 | 2 | -2/+20 |
* | Documented ForceSetSpeed. | STRWarrior | 2013-12-15 | 1 | -0/+1 |
* | APIDump: Documented New functions | STRWarrior | 2013-12-15 | 1 | -0/+4 |
* | Documented cTNTEntity. | STRWarrior | 2013-12-14 | 1 | -0/+11 |
* | Documented OnWorldStarted. | STRWarrior | 2013-12-11 | 1 | -0/+24 |
* | Documented SpawnFallingBlock() | STRWarrior | 2013-12-07 | 1 | -0/+1 |
* | APIDump: Documented the new cPluginManager:GetCurrentPlugin() function. | madmaxoft | 2013-12-05 | 1 | -1/+2 |
* | APIDump: Added missing params to OnPlayerRightClick() hook. | madmaxoft | 2013-12-02 | 1 | -0/+3 |
* | APIDump: Updated the project file to include all partial docs files. | madmaxoft | 2013-11-30 | 1 | -1/+154 |
* | cWorld::SpawnExperienceOrb() now returns the entity ID of the spawned orb. | STRWarrior | 2013-11-26 | 1 | -1/+2 |
* | Documented SpawnExperienceOrb in cWorld | STRWarrior | 2013-11-25 | 1 | -0/+1 |
* | APIDump: Moved projectiles' documentation to a separate file. | madmaxoft | 2013-11-24 | 2 | -110/+112 |
* | APIDump: Removed needless whitespace output. | madmaxoft | 2013-11-24 | 1 | -123/+108 |
* | APIDump: Removed unwanted functions. | madmaxoft | 2013-11-23 | 1 | -1/+2 |
* | APIDump: Reformatted the sqlite docs. | madmaxoft | 2013-11-23 | 1 | -4/+16 |
* | APIDump: The descriptions are read from multiple files. | madmaxoft | 2013-11-23 | 52 | -1682/+2036 |
* | Documented sqlite functions. Used: http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki#sqlite3_functions | STRWarrior | 2013-11-23 | 1 | -0/+18 |
* | APIDump: Added more constant groups. | madmaxoft | 2013-11-23 | 2 | -20/+121 |
* | APIDump: Added a few constant groups to the descriptions. | madmaxoft | 2013-11-22 | 1 | -92/+78 |
* | APIDump: Implemented constant groups. | madmaxoft | 2013-11-22 | 2 | -18/+144 |
* | Added cFile:GetFolderContents(). | madmaxoft | 2013-11-22 | 1 | -10/+11 |
* | APIDump: Fixed cRoot's furnace query API. | madmaxoft | 2013-11-22 | 1 | -1/+3 |
* | APIDump: Documented new cRoot:GetFurnaceRecipe(). | madmaxoft | 2013-11-22 | 1 | -2/+27 |
* | APIDump: Documented cPlayer XP-related functions. | madmaxoft | 2013-11-21 | 1 | -0/+8 |
* | APIDump: Documented cWorld:ForEachBlockEntityInChunk() and cWorld:DoWithBlockEntityAt(). | madmaxoft | 2013-11-20 | 1 | -0/+2 |
* | APIDump: Slight performance improvement. | madmaxoft | 2013-11-19 | 1 | -17/+17 |
* | APIDump: Documented Vector3i. | madmaxoft | 2013-11-19 | 1 | -5/+25 |
* | APIDump: Documented Vector3f. | madmaxoft | 2013-11-17 | 1 | -3/+33 |
* | APIDump: Documented lxp, the XML parser class. | madmaxoft | 2013-11-15 | 1 | -0/+106 |
* | APIDump: Functions that are documented are never ignored. | madmaxoft | 2013-11-15 | 1 | -7/+12 |
* | APIDump: Small fixes and additions. | madmaxoft | 2013-11-15 | 1 | -1/+4 |
* | APIDump: Documented cSignEntity. | madmaxoft | 2013-11-15 | 1 | -7/+6 |
* | APIDump: Documented cNoteEntity. | madmaxoft | 2013-11-15 | 1 | -1/+20 |
* | APIDump: Documented the cJukeboxEntity. | madmaxoft | 2013-11-15 | 1 | -0/+16 |
* | APIDump: Documented cChunkDesc:GetBlockEntity(). | madmaxoft | 2013-11-15 | 1 | -1/+37 |
* | cRoot::SaveAllChunks() doesn't wait for the save (deadlocks). | madmaxoft | 2013-11-15 | 1 | -1/+1 |
* | APIDump: Removed the BlockEntity constructors' docs. | madmaxoft | 2013-11-15 | 1 | -62/+24 |
* | APIDump: Documented Vector3d. | madmaxoft | 2013-11-11 | 1 | -8/+43 |
* | APIDump: Documented cServer:IsHardCore() | madmaxoft | 2013-11-09 | 1 | -0/+1 |
* | APIDump: Documented TakeDamageInfo. | madmaxoft | 2013-11-09 | 1 | -5/+29 |
* | APIDump: Documented the relevant tolua functions. | madmaxoft | 2013-11-09 | 1 | -2/+48 |
* | APIDump: Added logging to see what takes so long. | madmaxoft | 2013-11-09 | 1 | -0/+5 |
* | APIDump: Documented ItemCategory. | madmaxoft | 2013-11-05 | 1 | -0/+38 |
* | APIDump: Fixed HOOK_LOGIN short desc. | madmaxoft | 2013-10-31 | 1 | -1/+1 |
* | APIDump: Documented cWindow. | madmaxoft | 2013-10-28 | 1 | -21/+33 |
* | APIDump: Documented HTTPFormData and HTTPRequest. | madmaxoft | 2013-10-28 | 1 | -5/+39 |
* | APIDump: Fixed a failure in documented classes with no functions. | madmaxoft | 2013-10-28 | 1 | -0/+1 |
* | APIDump: Documented cWorld. | madmaxoft | 2013-10-27 | 1 | -0/+1 |
* | APIDump: Documented cRoot. | madmaxoft | 2013-10-27 | 1 | -3/+12 |
* | APIDump: Documented cProjectileEntity. | madmaxoft | 2013-10-27 | 1 | -3/+21 |
* | APIDump: Documented cPickup. | madmaxoft | 2013-10-26 | 1 | -1/+2 |
* | APIDump: Documented cIniFile. | madmaxoft | 2013-10-26 | 1 | -81/+135 |
* | APIDump: Documented cMonster. | madmaxoft | 2013-10-24 | 1 | -3/+52 |
* | APIDump: Documented cEnchantments. | madmaxoft | 2013-10-24 | 1 | -4/+37 |
* | APIDump: Documented cPickup. | madmaxoft | 2013-10-24 | 1 | -8/+10 |
* | APIDump: Documented cItemGrid and cPlayer. | madmaxoft | 2013-10-24 | 1 | -30/+75 |
* | APIDump: Added cChatColor constants. | madmaxoft | 2013-10-23 | 1 | -3/+23 |
* | APIDump: Documented the cHopperEntity class. | madmaxoft | 2013-10-23 | 1 | -0/+22 |
* | APIDump: Linkified cEntity returns. | madmaxoft | 2013-10-23 | 1 | -4/+7 |
* | APIDump: member variables without a setter are considered constants. | madmaxoft | 2013-10-22 | 1 | -1/+8 |
* | APIDump: Inheritance is tested properly. | madmaxoft | 2013-10-22 | 1 | -6/+4 |
* | APIDump: Added link from cItem to the global ItemToString() et al. | madmaxoft | 2013-10-20 | 1 | -1/+5 |
* | APIDump: Fixed link in cPawn's desc. | madmaxoft | 2013-10-20 | 1 | -1/+1 |
* | APIDump: Various small fixes and additions. | madmaxoft | 2013-10-20 | 1 | -6/+53 |
* | APIDump: Fixed a few broken links. | madmaxoft | 2013-10-20 | 1 | -4/+4 |
* | APIDump: Statistics have a graphical meter; added hooks. | madmaxoft | 2013-10-20 | 1 | -9/+39 |
* | APIDump: Added basic statistics about the docs. | madmaxoft | 2013-10-20 | 2 | -6/+83 |
* | APIDump: Fixed listing undocumented objects. | madmaxoft | 2013-10-20 | 1 | -5/+27 |
* | Merge branch 'htmlescape'. | madmaxoft | 2013-10-20 | 1 | -62/+65 |
|\ |
|
| * | Added a APIDump description for GetHTMLEscapedString. | Alexander Harkness | 2013-10-19 | 1 | -63/+66 |
* | | APIDump: Undocumented member variables are listed. | madmaxoft | 2013-10-19 | 1 | -4/+16 |
* | | APIDump: Extra pages use the local prettify and CSS. | madmaxoft | 2013-10-19 | 1 | -2/+7 |
* | | APIDump: Added member-variable filtering. | madmaxoft | 2013-10-19 | 2 | -0/+14 |
* | | APIDump: Member variables are read from the API. | madmaxoft | 2013-10-19 | 1 | -10/+48 |
* | | APIDump: Better header text for classes. | madmaxoft | 2013-10-19 | 1 | -1/+1 |
|/ |
|
* | APIDump: Added cIniFile additional info. | madmaxoft | 2013-10-18 | 2 | -1/+29 |
* | APIDump: Offline prettify is working. | madmaxoft | 2013-10-18 | 1 | -1/+11 |
* | APIDump: Added example code to cItem. | madmaxoft | 2013-10-18 | 1 | -0/+32 |
* | APIDump: Documented cItem's variables. | madmaxoft | 2013-10-18 | 1 | -4/+11 |
* | APIDump: Added support for member variables. | madmaxoft | 2013-10-18 | 2 | -4/+59 |
* | APIDump: Added prettify's license. | madmaxoft | 2013-10-18 | 1 | -0/+191 |
* | APIDump: Fixed offline JS. | madmaxoft | 2013-10-18 | 5 | -108/+41 |
* | APIDump: Do not list empty Constants or Functions sections. | madmaxoft | 2013-10-18 | 1 | -14/+46 |
* | APIDump: Split long code into functions. | madmaxoft | 2013-10-18 | 2 | -94/+110 |
* | APIDump: Ignore internal APIDump stuff. | madmaxoft | 2013-10-18 | 1 | -0/+2 |
* | APIDump: using local JS files instead of networked. | madmaxoft | 2013-10-18 | 3 | -4/+100 |
* | APIDump: Renamed output for helper stuff. | madmaxoft | 2013-10-18 | 1 | -2/+2 |
* | APIDump: Makes a list of bad links. | madmaxoft | 2013-10-18 | 1 | -17/+78 |
* | APIDump: Improved page titles. | madmaxoft | 2013-10-18 | 1 | -2/+2 |
* | APIDump: Documented HOOK_PLAYER_RIGHT_CLICKING_ENTITY. | madmaxoft | 2013-10-18 | 1 | -0/+20 |
* | APIDump: Documented HOOK_PLAYER_SHOOTING. | madmaxoft | 2013-10-18 | 1 | -0/+25 |
* | APIDump: Documented HOOK_PLAYER_SPAWNED. | madmaxoft | 2013-10-18 | 1 | -0/+25 |
* | APIDump: Documented HOOK_PLAYER_TOSSING_ITEM. | madmaxoft | 2013-10-18 | 1 | -0/+23 |
* | APIDump: Documented HOOK_PLAYER_USED_BLOCK. | madmaxoft | 2013-10-17 | 1 | -0/+39 |
* | APIDump: Documented HOOK_PLAYER_USED_ITEM. | madmaxoft | 2013-10-17 | 1 | -0/+39 |
* | APIDump: Documented HOOK_PLAYER_USING_BLOCK. | madmaxoft | 2013-10-17 | 1 | -2/+45 |
* | APIDump: Documented HOOK_PLAYER_USING_ITEM. | madmaxoft | 2013-10-17 | 1 | -0/+36 |
* | APIDump: Documented HOOK_UPDATED_SIGN. | madmaxoft | 2013-10-17 | 1 | -0/+30 |
* | APIDump: Documented HOOK_TICK. | madmaxoft | 2013-10-17 | 1 | -0/+22 |
* | APIDump: Documented HOOK_TAKE_DAMAGE. | madmaxoft | 2013-10-17 | 1 | -0/+24 |
* | APIDump: Documented HOOK_UPDATING_SIGN. | madmaxoft | 2013-10-17 | 1 | -0/+50 |
* | APIDump: More robust against missing APIDesc items. | madmaxoft | 2013-10-17 | 1 | -3/+3 |
* | APIDump: Documented HOOK_WEATHER_CHANGED. | madmaxoft | 2013-10-16 | 1 | -0/+21 |
* | APIDump: Documented HOOK_WEATHER_CHANGING. | madmaxoft | 2013-10-16 | 1 | -0/+24 |
* | APIDump: Documented HOOK_WORLD_TICK. | madmaxoft | 2013-10-16 | 1 | -0/+24 |
* | APIDump: Nicer HTML visage. | madmaxoft | 2013-10-16 | 3 | -158/+230 |
* | Added HOOK_PLAYER_RIGHT_CLICK | Alexander Harkness | 2013-10-15 | 1 | -8/+38 |
* | APIDump: Linkification supports #anchors. | madmaxoft | 2013-10-15 | 1 | -2/+33 |
* | APIDump: Documented HOOK_SPAWNING_MONSTER. | madmaxoft | 2013-10-15 | 1 | -0/+26 |
* | APIDump: Documented HOOK_SPAWNING_ENTITY. | madmaxoft | 2013-10-15 | 1 | -2/+34 |
* | APIDump: Documented HOOK_SPAWNED_MONSTER. | madmaxoft | 2013-10-15 | 1 | -1/+21 |
* | APIDump: Documented HOOK_SPAWNED_ENTITY. | madmaxoft | 2013-10-15 | 1 | -0/+20 |
* | APIDump: Documented HOOK_PRE_CRAFTING. | madmaxoft | 2013-10-15 | 1 | -0/+30 |
* | APIDump: Documented HOOK_POST_CRAFTING. | madmaxoft | 2013-10-15 | 1 | -0/+29 |
* | APIDump: Documented HOOK_PLAYER_PLACING_BLOCK. | madmaxoft | 2013-10-15 | 1 | -0/+38 |
* | APIDump: Documented HOOK_PLAYER_MOVING and HOOK_PLAYER_PLACED_BLOCK. | madmaxoft | 2013-10-15 | 1 | -0/+53 |
* | APIDump: Documented HOOK_PLAYER_LEFT_CLICK. | madmaxoft | 2013-10-15 | 1 | -0/+40 |
* | APIDump: Documented HOOK_PLAYER_JOINED. | madmaxoft | 2013-10-15 | 1 | -0/+22 |
* | APIDump: Documented HOOK_PLAYER_EATING. | madmaxoft | 2013-10-15 | 1 | -0/+20 |
* | APIDump: Documented HOOK_PLAYER_BROKEN_BLOCK. | madmaxoft | 2013-10-15 | 1 | -2/+31 |
* | APIDump: Documented HOOK_PLAYER_BREAKING_BLOCK. | madmaxoft | 2013-10-15 | 1 | -0/+30 |
* | APIDump: Documented HOOK_PLAYER_ANIMATION. | madmaxoft | 2013-10-14 | 1 | -0/+21 |
* | APIDump: Removed HOOK_MAX and HOOK_NUM_HOOKS from documentation. | madmaxoft | 2013-10-14 | 1 | -1/+6 |
* | APIDump: Documented HOOK_LOGIN. | madmaxoft | 2013-10-14 | 1 | -0/+25 |
* | APIDump: Documented HOOK_KILLING. | madmaxoft | 2013-10-14 | 1 | -0/+27 |
* | APIDump: Documented HOOK_HOPPER_PUSHING_ITEM. | madmaxoft | 2013-10-14 | 1 | -3/+28 |
* | APIDump: Documented HOOK_HOPPER_PULLING_ITEM. | madmaxoft | 2013-10-14 | 1 | -0/+23 |
* | APIDump: Documented HOOK_HANDSHAKE. | madmaxoft | 2013-10-14 | 1 | -0/+23 |
* | APIDump: Documented HOOK_EXPLODING. | madmaxoft | 2013-10-14 | 1 | -0/+44 |
* | APIDump: Documented HOOK_EXPLODED. | madmaxoft | 2013-10-14 | 1 | -0/+43 |
* | APIDump: Documented HOOK_EXECUTE_COMMAND. | madmaxoft | 2013-10-14 | 1 | -0/+25 |
* | APIDump: Updated the template for undocumented hooks. | madmaxoft | 2013-10-14 | 1 | -2/+2 |
* | APIDump: Documented HOOK_DISCONNECT. | madmaxoft | 2013-10-14 | 1 | -0/+26 |
* | APIDump: Fixed info missing from cCraftingRecipe. | madmaxoft | 2013-10-14 | 1 | -1/+1 |
* | APIDump: Documented HOOK_CRAFTING_NO_RECIPE. | madmaxoft | 2013-10-14 | 1 | -0/+26 |
* | APIDump: Documented HOOK_COLLECTING_PICKUP. | madmaxoft | 2013-10-14 | 1 | -0/+27 |
* | APIDump: Documented HOOK_CHUNK_UNLOADING. | madmaxoft | 2013-10-14 | 1 | -0/+23 |
* | APIDump: Documented HOOK_CHUNK_UNLOADED. | madmaxoft | 2013-10-14 | 1 | -0/+22 |
* | APIDump: Documented HOOK_CHUNK_GENERATING. | madmaxoft | 2013-10-14 | 1 | -1/+33 |
* | APIDump: Fixed undocumented hook param generator. | madmaxoft | 2013-10-14 | 1 | -8/+9 |
* | APIDump: Added example to HOOK_CHUNK_GENERATED. | madmaxoft | 2013-10-14 | 1 | -0/+37 |
* | APIDump: Documented HOOK_CHUNK_GENERATED. | madmaxoft | 2013-10-14 | 1 | -0/+26 |
* | APIDump: The undocumented hooks template now has 8 params. | madmaxoft | 2013-10-14 | 1 | -0/+7 |
* | APIDump: Documented HOOK_CHUNK_AVAILABLE. | madmaxoft | 2013-10-14 | 1 | -0/+21 |
* | APIDump: Documented the webserver vs world threads. | madmaxoft | 2013-10-12 | 1 | -2/+58 |
* | APIDump: Added pretty-printing to code examples. | madmaxoft | 2013-10-12 | 2 | -30/+35 |
* | APIDump: Added an OnBlockToPickups() code example. | madmaxoft | 2013-10-12 | 1 | -0/+26 |
* | APIDump: Added the possibility of extra code examples for hooks. | madmaxoft | 2013-10-12 | 1 | -2/+8 |
* | APIDump: Documented OnBlockToPickups. | madmaxoft | 2013-10-12 | 1 | -0/+30 |
* | APIDump: Hook notes are linkified. | madmaxoft | 2013-10-12 | 1 | -1/+1 |
* | APIDump: Fixed extra pages copying. | madmaxoft | 2013-10-09 | 1 | -1/+7 |
* | APIDump: Implemented basic hook documentation. | madmaxoft | 2013-10-09 | 2 | -11/+152 |
* | APIDump: Documented the new cFile API functions. | madmaxoft | 2013-10-09 | 1 | -0/+24 |
* | APIDump: Added support for extra pages. | madmaxoft | 2013-10-09 | 3 | -3/+52 |
* | APIDump: Taking advantage of the new cFile API. | madmaxoft | 2013-10-09 | 1 | -9/+7 |
* | APIDump: Brought cItem docs up-to-date. | madmaxoft | 2013-10-05 | 1 | -5/+7 |
* | APIDump: Added cLineBlockTracer documentation. | madmaxoft | 2013-10-04 | 1 | -4/+86 |
* | APIDump: Documented cPlugin | STRWarrior | 2013-10-04 | 1 | -5/+9 |
* | APIDump: Added the cWorld:IsWeatherXXX() functions. | madmaxoft | 2013-10-04 | 1 | -1/+5 |
* | APIDump: Removed ignored classes logging. | madmaxoft | 2013-10-02 | 1 | -2/+0 |
* | APIDump: Fixed operator == rename having bad DocID. | madmaxoft | 2013-10-02 | 2 | -3/+7 |
* | APIDump: Added equality operator renaming. | madmaxoft | 2013-09-30 | 1 | -0/+3 |
* | APIDump: Fixed overloaded functions' docs. | madmaxoft | 2013-09-29 | 1 | -18/+45 |
* | APIDump: Added more inheritance and linkification. | madmaxoft | 2013-09-29 | 1 | -4/+6 |
* | APIDump: Linkified cDropSpenser constants. | madmaxoft | 2013-09-29 | 1 | -2/+2 |
* | APIDump: Added the possibility to ignore classes. Ignoring Lua builtins. | madmaxoft | 2013-09-29 | 2 | -1/+40 |
* | APIDump: Updated cEntity docs. | madmaxoft | 2013-09-27 | 1 | -33/+115 |
* | APIDump: Documented cServer | STRWarrior | 2013-09-27 | 1 | -1/+6 |
* | APIDump: Completed cCuboid docs. | madmaxoft | 2013-09-26 | 1 | -6/+28 |
* | APIDump: Completed cCraftingGrid's documentation. | madmaxoft | 2013-09-26 | 1 | -3/+8 |
* | APIDump: completed cChestEntity docs. | madmaxoft | 2013-09-26 | 1 | -1/+30 |
* | APIDump: Updated cBlockArea docs. | madmaxoft | 2013-09-25 | 1 | -0/+3 |
* | APIDump: Updated cChunkDesc docs. | madmaxoft | 2013-09-25 | 1 | -2/+25 |
* | APIDump: Updated cClientHandle documentation | madmaxoft | 2013-09-25 | 1 | -5/+7 |
* | APIDump: Documented the cBoundingBox class. | madmaxoft | 2013-09-24 | 1 | -2/+35 |
* | APIDump: Forgot a function in globals. | STRWarrior | 2013-09-22 | 1 | -0/+1 |
* | APIDump: Documented the globals. | STRWarrior | 2013-09-22 | 1 | -0/+37 |
* | APIDump: Automatic corrections. | madmaxoft | 2013-09-19 | 1 | -83/+78 |
* | APIDump: Updated cPluginManager documentation. | madmaxoft | 2013-09-18 | 1 | -16/+88 |
* | APIDump: Small cRoot improvement. | STRWarrior | 2013-09-18 | 1 | -17/+17 |
* | Documented cRoot. | STRWarrior | 2013-09-17 | 1 | -0/+19 |
* | APIDump: Additional information is linkified, too. | madmaxoft | 2013-09-16 | 1 | -1/+1 |
* | APIDump: Added a slight visual style to <pre> tags | madmaxoft | 2013-09-16 | 1 | -0/+5 |
* | APIDump: Added callback examples to cWorld. | madmaxoft | 2013-09-16 | 1 | -0/+60 |
* | APIDump: All cWorld functions are documented. | madmaxoft | 2013-09-16 | 1 | -25/+44 |
* | APIDump: Next batch of cWorld documentation. | madmaxoft | 2013-09-15 | 1 | -35/+34 |
* | APIDump: Added a first part of cWorld documentation. | madmaxoft | 2013-09-15 | 1 | -2/+118 |
* | APIDump: Fixed linkification with multiple links in one string. | madmaxoft | 2013-09-15 | 1 | -2/+2 |
* | APIDump: Undescribed classes are listed as undocumented. | madmaxoft | 2013-09-14 | 1 | -14/+16 |
* | APIDump: Added most missing classes as empty templates. | madmaxoft | 2013-09-14 | 1 | -1/+93 |
* | APIDump: Removed most unexported-documented classes. | madmaxoft | 2013-09-14 | 1 | -232/+53 |
* | APIDump: Fixed dumping when APIDesc doesn't contain Constants section. | madmaxoft | 2013-09-14 | 1 | -10/+14 |
* | APIDump: Fixed cLuaWindow documentation. | madmaxoft | 2013-09-14 | 1 | -62/+64 |
* | APIDump: Added creating the list of unexported-documented API objects. | madmaxoft | 2013-09-14 | 1 | -0/+24 |
* | APIDump: Implemented creating the list of undocumented API objects. | madmaxoft | 2013-09-14 | 1 | -3/+65 |
* | APIDump: Added a simple header to the class index. | madmaxoft | 2013-09-14 | 1 | -2/+3 |
* | APIDump: Added cArrowEntity documentation | madmaxoft | 2013-09-14 | 1 | -0/+29 |
* | APIDump: Added an example on how to fill in the documentation. | madmaxoft | 2013-09-14 | 1 | -8/+55 |
* | APIDump: Added support for additional info exported with each class. | madmaxoft | 2013-09-14 | 2 | -1/+91 |
* | APIDump: Added support for overloaded functions. | madmaxoft | 2013-09-14 | 2 | -13/+57 |
* | APIDump: Do not dump the g_APIDesc and APIDump's functions. | madmaxoft | 2013-09-14 | 2 | -4/+13 |
* | APIDump: Moved sorting after the renaming. | madmaxoft | 2013-09-14 | 2 | -21/+25 |
* | APIDump: Linkifications works for simple {{link}} too. | madmaxoft | 2013-09-14 | 1 | -1/+3 |
* | APIDump: Added special-function renaming (constructor, operators). | madmaxoft | 2013-09-14 | 2 | -5/+22 |
* | APIDump: Added more globally-ignored functions. | madmaxoft | 2013-09-14 | 1 | -1/+4 |
* | APIDump: Ignored functions are removed from undocumented classes, too. | madmaxoft | 2013-09-14 | 1 | -10/+9 |
* | APIDump: Ignoring some Lua internal stuff from API-scanning. | madmaxoft | 2013-09-13 | 1 | -4/+10 |
* | APIDump: Fixed link in cBlockArea's docs | madmaxoft | 2013-09-13 | 1 | -3/+3 |
* | APIDump: Basic CSS file makes tables visible | madmaxoft | 2013-09-13 | 2 | -0/+35 |
* | APIDump: Constructors are renamed and can have documentation | madmaxoft | 2013-09-13 | 2 | -2/+7 |
* | APIDump: Added support for ignoring functions; ignoring the lua/tolua internals. | madmaxoft | 2013-09-13 | 2 | -14/+30 |
* | APIDump: Fixed cItem's description. | madmaxoft | 2013-09-13 | 1 | -12/+17 |
* | APIDump: Linkification works. | madmaxoft | 2013-09-13 | 1 | -4/+3 |
* | APIDump: Added descendants specified through inheritance. | madmaxoft | 2013-09-13 | 1 | -27/+59 |
* | APIDump: Added support for inheritance | madmaxoft | 2013-09-13 | 1 | -29/+68 |
* | APIDump: Read through and fixed the first few classes desc. | madmaxoft | 2013-09-12 | 1 | -92/+71 |
* | APIDump: Imported the descriptions from the wiki. | madmaxoft | 2013-09-12 | 2 | -156/+1268 |
* | APIDump: Fixed nesting | madmaxoft | 2013-09-12 | 1 | -3/+2 |
* | APIDump: Processing wiki-style bullets (" * ") into <li> tag | madmaxoft | 2013-09-12 | 1 | -0/+4 |
* | APIDump: Added parsing for older wiki format, "Class Definition" header. | madmaxoft | 2013-09-12 | 1 | -6/+44 |
* | APIDump: The APIDesc from wiki can be read back by Lua. | madmaxoft | 2013-09-12 | 1 | -10/+21 |
* | APIDump: replacing wiki-style markup with APIDump-style markup | madmaxoft | 2013-09-12 | 1 | -0/+3 |
* | APIDump: Fixed parsing tables with wiki-links. | madmaxoft | 2013-09-12 | 1 | -10/+33 |
* | APIDump: Fixed a missing tab | madmaxoft | 2013-09-11 | 1 | -1/+1 |
* | APIDump: Added a testing constant description | madmaxoft | 2013-09-11 | 1 | -0/+4 |
* | APIDump: Initial implementation of wiki-to-lua conversion | madmaxoft | 2013-09-11 | 1 | -3/+85 |
* | APIDump: First attempt at outputting annotations in the HTML format | madmaxoft | 2013-09-11 | 3 | -85/+179 |
* | DumpAPI: Basic HTML output for classes | madmaxoft | 2013-09-10 | 1 | -36/+148 |
* | APIDump now produces wiki-style tables of functions and constants. | madmaxoft | 2013-09-09 | 2 | -6/+144 |
* | Changed name and put the whitespace back, as per xoft's suggestion. | Alexander Harkness | 2013-07-30 | 1 | -2/+11 |
* | Moved the file to a more sensible name. | Alexander Harkness | 2013-07-30 | 1 | -0/+52 |