| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
+ Adds reference to new SendMessage() functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Moved string manipulation into cClientHandle and therefore...
+ Added configuration option for prefixes.
* Cleaned up code.
* Updated documentation for API.
|
|
Fixes #637.
|
|
|
|
|
|
Also removed GetClosestPlayer documentation
|
|
* Revised as well hook documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The listing was pushing the resulting webpage too wide on my 19" screen, causing various distortions.
|
|
|
|
The recent changes didn't document some of the new API functions.
|
|
|
|
Now the documentation really matches the implementation.
|
|
Fixes #401. Old formats are still accepted, for compatibility reasons.
|
|
|
|
|
|
|
|
|
|
This implements #383.
|
|
This fixes display in firefox.
|
|
Third part of #403.
|
|
Second part of #403.
|
|
First part of #403.
|
|
|
|
|
|
The code is no longer weirdly indented in the browser, and links are relative to the API docs root.
|
|
|
|
How did I not see this before?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@madmaxoft, is this the right syntax for lua for loops?
|
|
.gitignore is basically just an empty file that might serve a purpose someday.
|
|
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.
|
|
|
|
|
|
|
|
|
|
They were wrong!
|
|
|
|
|
|
|
|
|
|
|
|
Documented etExpOrb.
|
|
|
|
|
|
|
|
|
|
|
|
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.
|
|
|
|
Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts.
|
|
|
|
Fix #289.
|
|
Fix 162.
|
|
|
|
|
|
|
|
|
|
Strings don't need concatenation when using write().
|
|
|
|
|
|
|
|
This simplifies exclude-filters for functions such as lxp.new() that need inclusion.
|
|
|
|
|
|
|
|
|
|
|
|
Rather, it only queues the save task onto each world's tick thread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The constants are self-documenting, no need to describe them further.
|
|
|
|
|
|
They don't really need much documentation, so just ignoring them in the Undocumented output.
|
|
|
|
|
|
This fixes cChatColor constants being reported erroneously as member variables.
|
|
This fixes #195 's second iteration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Classes with undefined "Functions" section would not list their functions as undocumented; similar for "Constants" and "Variables".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This time it's really offline :)
|
|
Also implemented writing inherited constants.
|
|
|
|
|
|
This allows offline API browsing.
|
|
Undocumented objects are output to _undocumented.lua
Overdocumented objects are output to _unexported-documented.txt
Missing pages are output to _missingPages.txt
|
|
This fixes #219.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed whacky HTML indentation
+ Added fancy CSS!
+ Now HTML5 compatible!
|
|
|
|
This implements #198.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're not really hooks, just constants for the maximum.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for easier copypasting, hooks with less than 9 params don't need an extra copy-paste for a new param entry.
|
|
|
|
This fixes #12.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by file links and titles and copied directly from the plugin folder to the dest folder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously class that was not listed in APIDesc was not listed in Undocumented.
|
|
|
|
Also fixed most functions that were erroneously parsed as constants by the automatic wiki import.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added real class name, description and constructor renaming.
|
|
|
|
|
|
|
|
|
|
|
|
Part of #116.
|
|
|
|
|