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
Corrected a bug that caused segfaults when /dc was used to disconnect and connect to another world. More... over 19 years ago
The handling of errors and warnings in Perl is now much better. More... over 19 years ago
Added the possibility of editing and deleting triggers, and also a command to list the currently defined triggers. More... over 19 years ago
Added support for triggers, with a trigger Perl command to add them. More... over 19 years ago
Added some things missing to the DTD, and made it be installed with make install. More... over 19 years ago
Added a stripansi function to Perl, to strip ANSI sequences of a string. More... over 19 years ago
A user-specified Perl file can now be run when a world is loaded, primarily to define functions. More... over 19 years ago
The world editor is now divided in tabs. More... over 19 years ago
Removed a possible memory leak in the code. More... over 19 years ago
Just some code organization in new functions and files. More... over 19 years ago
Corrected a small bug that tried to saved worlds that were created by directly entering the host and port. More... over 19 years ago
Corrected a bug that caused gtk_main_quit to be called before the main loop was started. More... over 19 years ago
The Character Set to be used in each world can be configured. More... over 19 years ago
Errors in charset conversion are now reported. More... over 19 years ago
Removed compiler warnings in some Perl subroutines. More... over 19 years ago
A new configurable option has been added, whether to use bold fonts or just highlight the ansi "bold" text. More... over 19 years ago
The window size and position is now saved on exit and restored on startup. More... over 19 years ago
Corrected a small bug that caused segfaults under certain circunstances. More... over 19 years ago
Added proper reporting of errors in the XML file. More... over 19 years ago
Corrected a bug that caused a segmentation fault when quitting under certain circunstances. More... over 19 years ago
Worlds are not stored in XML format. More... over 19 years ago
Worlds are not saved after you edit them anymore, but only when you ask them to be saved, or when the program ends, or when another world is loaded. More... over 19 years ago
Added the list of worlds to a Scrolled Window, for when there are many of them. More... over 19 years ago
When generating the name of a file for the world, existing worlds are not overwritten. More... over 19 years ago
Added menu commands to edit and save the current world. More... over 19 years ago
Worlds can now be added, edited or deleted from the World Selector window. More... over 19 years ago
Added some error reporting that was missing from last commit. More... over 19 years ago
Added the hability to load save worlds from files. (But saving of worlds is still to come.) More... over 19 years ago
Some miscellaneous options have been added: scroll on output, lines to save in scrollback, and keep or no the last entered command. More... over 19 years ago
The default bold color can now also be changed. More... over 19 years ago