2
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 16 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the hability to specify the path to install GTK+, but that does not work so well, unfortunately. Probably a bug in Inno Setup. More... almost 19 years ago
The installer script can now generate an installer that included the GTK+ Runtime. More... almost 19 years ago
Added a Inno Setup script file to generate an installer. More... almost 19 years ago
Allowed the win32 version to find the boogus Gettext.pm wherever it is run from. More... almost 19 years ago
Bug fixed: attempting to edit an offline World no longer crashes KildClient. More... almost 19 years ago
Updated ChangeLog. More... almost 19 years ago
Updated and corrected translation files. More... almost 19 years ago
Updated version to 2.0.0. More... almost 19 years ago
Added -mwindows flag so that the Win32 binary does not open a console. More... almost 19 years ago
Ignoring .mo files. More... almost 19 years ago
Renamed file, there was a typo. More... almost 19 years ago
Removed warnings when compiling with optimization on. More... almost 19 years ago
Added a COPYING file to the distribution, it was missing since long ago. More... almost 19 years ago
Fixed bug that prevented the OnSentCommands Hook editor from working correctly, and which caused segfaults on some occasions. More... almost 19 years ago
Clicking URLs now works in Windows too. More... almost 19 years ago
Corrected bug that prevented the command separator from being correctly saved under some circunstances (ie, under windows). More... almost 19 years ago
Corrected little typo in $world->listtrigger output. More... almost 19 years ago
Dialogs, especially the World Selector, now appear in the center of the screen. More... almost 19 years ago
Included the newly added files in the .tar.gz distribution. More... almost 19 years ago
Added a dummy implementation of Locale::Gettext for the program to run under Windows. More... almost 19 years ago
Added a file with notes for compilation with Mingw, eventually that will become a nice README for that. More... almost 19 years ago
Added some stuff to insert some extra flags for compilation and linking under win32. More... almost 19 years ago
Added a not-so-beautiful hack to prevent ActiveState Perl (under mingw) from trying to use its own functions instead of the C library ones. More... almost 19 years ago
Corrected a bug in the mingw implementation of the functions that otherwise use glob(). More... almost 19 years ago
Corrected bug that caused a segfault when a world file could not be loaded for display in the world selector. More... almost 19 years ago
Added a mingw implementation of gettimeofday(). More... almost 19 years ago
Made some more changes to enable compilation under Mingw. More... almost 19 years ago
Corrected a bug that prevented a new world from being created. More... almost 19 years ago
Moved a definition of a function that didn't need to be in kildclient.h to a proper file. More... almost 19 years ago
Changed the write() and read() functions to send() and recv(), because only these work with sockets under Mingw. More... almost 19 years ago