1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Jul 15, 2025 — Jul 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing placement of flash() clickCallback call More... over 13 years ago
geyser flash() callback fix, miniconsole:clear() function added. More... over 13 years ago
- showColors() improvements from Phoenix: make colors clickable, and add showColors(columns), showColors(filterColor), showColors(columns, filterColor) options More... over 13 years ago
- improve fg(), bg() to accept "main" parameter and report wrong color names used More... over 13 years ago
- make display({}) output {} and not {\n} More... over 13 years ago
Merge pull request #1 from demonnic/master More... over 13 years ago
Fix for nontable values to display() sending additional line with nil on it. Added double quotes to output when using display() on a string. More... over 13 years ago
- fix "Geyser MiniConsole setTextFormat error" (fgColor:set and bgColor:set seem to be out of place, they're normal strings and are never set elsewhere) More... over 13 years ago
- fixed gmod.enableModule to work again (string.split uses Lua's pattern matching) More... over 13 years ago
- made echoLink/insertLink explicitly state the format as true or false, so it doesn't report nil More... over 13 years ago
- made (d|c)echo("main", text) work for fallback lrexlib-less cases More... over 13 years ago
- fixed (c|d|h)echo("main", "something") to work More... over 13 years ago
- made display(nil) not choke and print nil More... over 13 years ago
- added an error msg for gailing to load a LuaGlobal file More... over 13 years ago
- made the old print available as ioprint() More... over 13 years ago
- made unzip() be less chatty, only report errors More... over 13 years ago
- optimized table.is_empty() More... over 13 years ago
- fixed new display() to work properly in all cases More... over 13 years ago
- added the popular deleteFull() More... over 13 years ago
- disable Logging.lua for now - never documented/used yet, and fails to load More... over 13 years ago
- added a print() that simulates Luas print, so people following online tuts don't get have to swap print() with echo() all the time More... over 13 years ago
- fix decho[[<255,255,255:0,0,128>\<0,0,0:128,128,0>@]] not rendering the \ in color - small performance improvements in xEcho More... over 13 years ago
- fix cechoLink, dechoLink, and hechoLink not accepting the true/false argument More... over 13 years ago
- removed autogenerated docs from being tracked and commited More... over 13 years ago
- added replace(text, keep_color) More... over 13 years ago
- added .gitignore More... over 13 years ago
- updated gmod to re-enable GMCP modules at login More... over 13 years ago
- added wrappers for setLink, echoLink and insertLink to Geyser.MiniConsole More... over 13 years ago
- added support for Geyser.MiniConsole:fg() and Geyser.MiniConsole:bg() More... over 13 years ago
- added bg(miniconsole, color) and fg(miniconsole, color) support More... over 13 years ago