Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated IsOnGround() documentation | Howaner | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | APIDump: Updated the player block placement documentation. | Mattes D | 2014-12-24 | 1 | -0/+2 |
| | | | | The hooks now have fewer parameters but are called on all player-placed blocks (#1618). | ||||
* | Made comment in example code smaller | STRWarrior | 2014-12-13 | 1 | -1/+3 |
| | | | | It caused the whole page to extend beyond the max width | ||||
* | MobSpawner fixes. | Howaner | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into MobSpawner | Howaner | 2014-12-01 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: MCServer/Plugins/APIDump/APIDesc.lua | ||||
| * | 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 | 1 | -6/+14 |
|/ | |||||
* | Merge pull request #1598 from mc-server/SignEditor | Mattes D | 2014-11-18 | 1 | -2/+2 |
|\ | | | | | Fixed a security problem with signs. | ||||
| * | 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 |
|\ \ | |/ |/| | Added a MaxViewDistance option. | ||||
| * | 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 |
| | |||||
* | cClientHandle: Added protocol version knowledge. | Mattes D | 2014-10-05 | 1 | -0/+1 |
| | |||||
* | APIDump: Fixed cEntity documentation. | madmaxoft | 2014-10-01 | 1 | -5/+23 |
| | |||||
* | 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 | 1 | -1/+2 |
|\ | |||||
| * | Fixed typo again. | Alexander Harkness | 2014-09-27 | 1 | -1/+1 |
| | | |||||
| * | Typo fix. | Alexander Harkness | 2014-09-27 | 1 | -1/+1 |
| | | |||||
| * | Remaining part of fix. | Alexander Harkness | 2014-09-27 | 1 | -0/+1 |
| | | |||||
* | | 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 | 1 | -9/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ClientHandle.cpp src/ClientHandle.h src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/World.cpp src/World.h | ||||
| * | Merge pull request #1353 from mc-server/Effects | Mattes D | 2014-09-13 | 1 | -0/+2 |
| |\ | | | | | | | Added speed entity effect. | ||||
| | * | Merge branch 'master' into Effects | Howaner | 2014-09-12 | 1 | -4/+10 |
| | |\ | |||||
| | * | | 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 |
| | | | | |||||
| * | | | 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 |
| | |||||
* | 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 |
| | | | | Also fixed the bindings, now all functions are static-like. | ||||
* | Added cMojangAPI:GetUUIDFromPlayerName(). | madmaxoft | 2014-08-03 | 1 | -0/+1 |
| | | | | This is a simpler way to ask for a single name -> uuid conversion. | ||||
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 1 | -2/+34 |
|\ | | | | | Name to UUID | ||||
| * | 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 |
| | | |||||
* | | Added beacon documentation. | Howaner | 2014-07-30 | 1 | -0/+1 |
|/ | |||||
* | APIDump: Documented RemoveItem(). | madmaxoft | 2014-07-18 | 1 | -0/+2 |
| | |||||
* | 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 |
| | | | | | | | | Ref.: #1160 | ||||
* | | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-10 | 1 | -2/+20 |
|\| | | | | | | | | | | | Conflicts: src/Entities/Player.cpp src/Entities/ProjectileEntity.cpp | ||||
| * | 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 |
| | | | | | | | | | | | | Exported and documented the CommandResult enums | ||||
| * | | Added cClientHandle::IsUUIDOnline function. | madmaxoft | 2014-06-21 | 1 | -0/+3 |
| |/ | | | | | | | Ref.: #771 | ||||
* / | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -0/+3 |
|/ | | | | Exported entity effect functions for ToLua and documented them in APIDesc.lua | ||||
* | APIDump: Added the Info.lua article. | madmaxoft | 2014-06-13 | 1 | -0/+1 |
| | | | | Fixes #504. | ||||
* | Merge pull request #1082 from mc-server/cauldronfixes | Alexander Harkness | 2014-06-12 | 1 | -3/+7 |
|\ | | | | | Add biome-aware downfall functions. | ||||
| * | 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 |
| | |||||
* | Updated docs for StringToEnchantmentID. | madmaxoft | 2014-04-23 | 1 | -1/+1 |
| | | | | Ref.: mc-server/Core#67 | ||||
* | APIDump: Added a ChunkStay article. | madmaxoft | 2014-04-19 | 1 | -3/+4 |
| | | | | Fixes #772. | ||||
* | 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 |
| | | |||||
* | | Merge branch 'NetherFortGen'. | madmaxoft | 2014-03-30 | 1 | -4/+20 |
|\| | |||||
| * | Implemented the msSpongePrint merge strategy. | madmaxoft | 2014-03-28 | 1 | -4/+20 |
| | | | | | | | | Similar to msImprint, but allows prefabs to carve out air pockets, too. The sponge block is used as the NOP block. | ||||
* | | APIDump: Added article: Setting up ZeroBrane Studio. | madmaxoft | 2014-03-30 | 1 | -0/+1 |
|/ | | | | Fixes #824. | ||||
* | Change documentation text | Howaner | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | Change SpreadSource documentation | Howaner | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Add documentation for new Block spread | Howaner | 2014-03-27 | 1 | -0/+9 |
| | |||||
* | 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 |
| | | | | Value of 1 means "default speed", 2 means "double the speed", 0.5 means "half the speed". This allows for easier plugins and is more future-proof. | ||||
* | cPluginManager:Bind[Console]Command returns true on success. | madmaxoft | 2014-03-14 | 1 | -4/+4 |
| | | | | Fixes #801. | ||||
* | APIDump: Removed old documentation, documented some new functions. | madmaxoft | 2014-03-11 | 1 | -6/+15 |
| | |||||
* | 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 | 1 | -0/+2 |
|\| | | | | | Add Flower Pots | ||||
| * | Link cItem in the documentation | Howaner | 2014-03-07 | 1 | -1/+1 |
| | | |||||
| * | Add missing documentation files | Howaner | 2014-03-07 | 1 | -0/+2 |
| | | |||||
* | | 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 |
| | | | | "cCompositeChat" was ignored because it matched "os". | ||||
* | 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 |
|\ | | | | | Exported and documented cScoreboard | ||||
| * | 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 |
|/ | |||||
* | APIDump: Separated out Geometry-related classes to their own file. | madmaxoft | 2014-02-26 | 1 | -301/+0 |
| | |||||
* | 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 |
|\ | | | | | Implementation of in-game maps :D | ||||
| * | 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 |
|\ | | | | | Implemented paintings, fixes #689 | ||||
| * | 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 |
| | |||||
* | Merge pull request #677 from mc-server/BroadcastParticleEffect | Alexander Harkness | 2014-02-15 | 1 | -0/+1 |
|\ | | | | | Broadcast particle effect | ||||
| * | Documented BroadcastParticleEffect | STRWarrior | 2014-02-15 | 1 | -0/+1 |
| | | |||||
* | | Merged branch 'narroo/master'. | madmaxoft | 2014-02-13 | 1 | -1/+1 |
|\ \ | |/ |/| | | | This merges pull request #661. | ||||
| * | 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 |
|\ | | | | | | | | | | | | | Conflicts: src/Root.cpp src/Root.h src/World.cpp | ||||
| * | Added cPluginManager:LogStackTrace() to the Lua API. | madmaxoft | 2014-02-05 | 1 | -1/+2 |
| | | | | | | | | Fixes #637. | ||||
* | | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -0/+3 |
|\| | | | | | | | | | Conflicts: MCServer/Plugins/APIDump/APIDesc.lua | ||||
| * | 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 |
| | | | | | | | | Also removed GetClosestPlayer documentation | ||||
| * | 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 |
|/ | | | | | | | * Moved string manipulation into cClientHandle and therefore... + Added configuration option for prefixes. * Cleaned up code. * Updated documentation for API. | ||||
* | Documented cFloater. | STRWarrior | 2014-01-29 | 1 | -0/+14 |
| | |||||
* | Implemented cPluginManager:CallPlugin() API. | madmaxoft | 2014-01-21 | 1 | -1/+2 |
| | | | | This function supersedes cPlugin:Call(), is safer to use in regards to multithreading and once again removes the need for the cPlugin class being exported at all. | ||||
* | 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 |
|\ | | | | | Added Documention for a few features I've added | ||||
| * | 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: Added missing bits of documentation. | madmaxoft | 2014-01-13 | 1 | -0/+15 |
| | | | | The recent changes didn't document some of the new API functions. | ||||
* | APIDump: Documented the plugin messaging hook and function. | madmaxoft | 2014-01-13 | 1 | -0/+1 |
| | |||||
* | Documented the cIniFile:AddValue* functions. | madmaxoft | 2014-01-11 | 1 | -0/+4 |
| | | | | Now the documentation really matches the implementation. | ||||
* | Fixed cPluginManager:AddHook() binding. | madmaxoft | 2014-01-05 | 1 | -1/+1 |
| | | | | Fixes #401. Old formats are still accepted, for compatibility reasons. | ||||
* | APIDump: Added the SettingUpDecoda article. | madmaxoft | 2013-12-27 | 1 | -0/+1 |
| | | | | This implements #383. | ||||
* | APIDump: Added the WritingPlugin article to the exported pages. | madmaxoft | 2013-12-27 | 1 | -0/+1 |
| | |||||
* | Removed documentation for cChatColour:MakeColor() | Alexander Harkness | 2013-12-24 | 1 | -7/+3 |
| | |||||
* | APIDump: Ignoring the multi-inheritance members. | madmaxoft | 2013-12-16 | 1 | -1/+10 |
| | | | | We may get to documenting them one day, but for now they are unused anyway, so there's no point in documenting them. They are a by-product of multiple inheritance, re-introduced due to #422. | ||||
* | 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 SpawnFallingBlock() | STRWarrior | 2013-12-07 | 1 | -0/+1 |
| | |||||
* | APIDump: Documented the new cPluginManager:GetCurrentPlugin() function. | madmaxoft | 2013-12-05 | 1 | -1/+2 |
| | |||||
* | cWorld::SpawnExperienceOrb() now returns the entity ID of the spawned orb. | STRWarrior | 2013-11-26 | 1 | -1/+2 |
| | | | | Documented etExpOrb. | ||||
* | Documented SpawnExperienceOrb in cWorld | STRWarrior | 2013-11-25 | 1 | -0/+1 |
| | |||||
* | APIDump: Moved projectiles' documentation to a separate file. | madmaxoft | 2013-11-24 | 1 | -110/+1 |
| | |||||
* | 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 | 1 | -1682/+1 |
| | | | | All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions. | ||||
* | 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 | 1 | -16/+115 |
| | | | | Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts. | ||||
* | APIDump: Added a few constant groups to the descriptions. | madmaxoft | 2013-11-22 | 1 | -92/+78 |
| | |||||
* | APIDump: Implemented constant groups. | madmaxoft | 2013-11-22 | 1 | -2/+60 |
| | | | | Fix #289. | ||||
* | Added cFile:GetFolderContents(). | madmaxoft | 2013-11-22 | 1 | -10/+11 |
| | | | | Fix 162. | ||||
* | 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: 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: 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 |
| | | | | Rather, it only queues the save task onto each world's tick thread. | ||||
* | 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: 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: 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 |
| | | | | The constants are self-documenting, no need to describe them further. | ||||
* | 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 |
| | | | | They don't really need much documentation, so just ignoring them in the Undocumented output. | ||||
* | APIDump: Documented the cHopperEntity class. | madmaxoft | 2013-10-23 | 1 | -0/+22 |
| | |||||
* | APIDump: Linkified cEntity returns. | madmaxoft | 2013-10-23 | 1 | -4/+7 |
| | |||||
* | 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: Added basic statistics about the docs. | madmaxoft | 2013-10-20 | 1 | -0/+2 |
| | |||||
* | 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: Added member-variable filtering. | madmaxoft | 2013-10-19 | 1 | -0/+5 |
|/ | |||||
* | APIDump: Added cIniFile additional info. | madmaxoft | 2013-10-18 | 1 | -0/+28 |
| | |||||
* | 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 | 1 | -2/+7 |
| | |||||
* | APIDump: Split long code into functions. | madmaxoft | 2013-10-18 | 1 | -0/+2 |
| | |||||
* | APIDump: Ignore internal APIDump stuff. | madmaxoft | 2013-10-18 | 1 | -0/+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: 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 |
| | |||||
* | Added HOOK_PLAYER_RIGHT_CLICK | Alexander Harkness | 2013-10-15 | 1 | -8/+38 |
| | |||||
* | 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: 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: 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: 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: Documented HOOK_CHUNK_AVAILABLE. | madmaxoft | 2013-10-14 | 1 | -0/+21 |
| | |||||
* | APIDump: Added pretty-printing to code examples. | madmaxoft | 2013-10-12 | 1 | -27/+27 |
| | |||||
* | APIDump: Added an OnBlockToPickups() code example. | madmaxoft | 2013-10-12 | 1 | -0/+26 |
| | |||||
* | APIDump: Documented OnBlockToPickups. | madmaxoft | 2013-10-12 | 1 | -0/+30 |
| | |||||
* | APIDump: Implemented basic hook documentation. | madmaxoft | 2013-10-09 | 1 | -2/+32 |
| | |||||
* | APIDump: Documented the new cFile API functions. | madmaxoft | 2013-10-09 | 1 | -0/+24 |
| | |||||
* | APIDump: Added support for extra pages. | madmaxoft | 2013-10-09 | 1 | -0/+6 |
| | | | | Referenced by file links and titles and copied directly from the plugin folder to the dest folder. | ||||
* | 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: Fixed operator == rename having bad DocID. | madmaxoft | 2013-10-02 | 1 | -2/+6 |
| | |||||
* | 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 | 1 | -1/+13 |
| | |||||
* | 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: 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: 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 |
| | | | | Also fixed most functions that were erroneously parsed as constants by the automatic wiki import. | ||||
* | APIDump: Fixed cLuaWindow documentation. | madmaxoft | 2013-09-14 | 1 | -62/+64 |
| | |||||
* | 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 | 1 | -1/+77 |
| | |||||
* | APIDump: Added support for overloaded functions. | madmaxoft | 2013-09-14 | 1 | -8/+20 |
| | |||||
* | APIDump: Do not dump the g_APIDesc and APIDump's functions. | madmaxoft | 2013-09-14 | 1 | -3/+11 |
| | |||||
* | APIDump: Moved sorting after the renaming. | madmaxoft | 2013-09-14 | 1 | -0/+1 |
| | |||||
* | APIDump: Added special-function renaming (constructor, operators). | madmaxoft | 2013-09-14 | 1 | -0/+1 |
| | |||||
* | APIDump: Added more globally-ignored functions. | madmaxoft | 2013-09-14 | 1 | -1/+4 |
| | |||||
* | APIDump: Fixed link in cBlockArea's docs | madmaxoft | 2013-09-13 | 1 | -3/+3 |
| | |||||
* | APIDump: Constructors are renamed and can have documentation | madmaxoft | 2013-09-13 | 1 | -0/+1 |
| | |||||
* | APIDump: Added support for ignoring functions; ignoring the lua/tolua internals. | madmaxoft | 2013-09-13 | 1 | -0/+1 |
| | |||||
* | APIDump: Fixed cItem's description. | madmaxoft | 2013-09-13 | 1 | -12/+17 |
| | |||||
* | 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 | 1 | -6/+1268 |
| | |||||
* | APIDump: Added a testing constant description | madmaxoft | 2013-09-11 | 1 | -0/+4 |
| | |||||
* | APIDump: First attempt at outputting annotations in the HTML format | madmaxoft | 2013-09-11 | 1 | -0/+68 |