2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated version to 2.3.0. More... over 18 years ago
Merged the mlinput branch, bringing the multi-line input bar into HEAD. More... over 18 years ago
Bug fixed: the real clipboard is used for copying text from the display window. More... over 18 years ago
Instructions for the new building environment. More... over 18 years ago
Linking under windows now includes winmm library, necessary for sound playing. More... over 18 years ago
Fixed a bug with the $world->gag() function. More... over 18 years ago
Fixed a bug that caused the search box to be redisplayed even if hidden when World->Open was selected. More... over 18 years ago
Fixed a bug with tooltips after a world is closed. More... over 18 years ago
A much simpler way of determining the character size is now used. More... over 18 years ago
The entry boxes in the Multi Line Send dialog are now 80 characters wide. More... over 18 years ago
The $world->listX functions now adapt their width to the screen width. More... over 18 years ago
The argument checking in functions is now better: no more strange warnings if no arguments are given to some functions, a nice message is printed. Also, the built-in $world-> functions are now safer even if not invoked from a proper world instance. More... over 18 years ago
Added the $world->Xenabled() functions, where X is trigger, alias, macro, timer and hook. More... over 18 years ago
Plugins can define two functions, ENABLE and DISABLE, if they need extra functionality when being enabled or disabled. More... over 18 years ago
Added a missing package in the dependencies. More... over 18 years ago
Corrected some problems in the manual. More... over 18 years ago
Triggers and aliases can now match case-insensitively. More... over 18 years ago
Fixed a bug that caused a segfault when a recursive alias definition was found. More... over 18 years ago
Fixed bug regarding alias matching: the line is now marked as a UTF-8 string. More... over 18 years ago
Added a missing newline in the output of getkeycode(). More... over 18 years ago
Fixed a bug that caused macros not to be run when a non-English keyboard is used. More... over 18 years ago
Added a call to dh_desktop in the rules file. More... over 18 years ago
Added the play() function to play sounds. More... over 18 years ago
Fixed a bug that caused the wrong number of lines that fit in the window to be calculated (and sent to the server if NAWS is being used) under some circunstances. More... over 18 years ago
Fixed a bug that caused the wrong number of lines that fit in the window to be calculated (and sent to the server if NAWS is being used) under some circunstances. More... over 18 years ago
Fixed a small bug that caused segfaults under some rare circunstances. More... over 18 years ago
Merged the libgnutls branch. More... over 18 years ago
Fixed bug that caused text to be displayed incorrectly when line drawing and normal characters were mixed in the same line. More... over 18 years ago
The order of permanent variables can be changed from the GUI Editor. More... over 18 years ago
Removed some memory leaks because GladeXML's were not being destroyed. More... over 18 years ago