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