15
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix avoid_ignore More... over 21 years ago
Add Globals.pm (global variables); Add more hooks for plugin support; Define more variables in Settings.pm; Kore will now correctly continue if it gets resurrected before respawn. More... over 21 years ago
When in X-Kore mode, the RO client will still work if you shutdown Kore. However, you can't start Kore in X-Kore mode again until you've restarted the RO client. More... over 21 years ago
Fix a few more input-related bugs; put promptAndExit() in @EXPORTS More... over 21 years ago
* Fix X-Kore initialization (yet again). * Lower select() timeouts to 0 (this should further improve responsiveness). * Input client: don't quit when the user types "quit". The main process will kill the input client anyway. This probably fixes a problem when you type 'quit' in Win32, and the message doesn't reach the main process. More... over 21 years ago
Move some stuff to mainLoop(); fix prompting for input More... over 21 years ago
Rename Input::readLine to Input::getInput; document Log::addHook() and Log::delHook() More... over 21 years ago
Fix typo so vending works again More... over 21 years ago
Update documentation; IPC.pm and Log.pm can safely depend on Utils.pm: Utils.pm doesn't have *any* dependancies More... over 21 years ago
Fix connection handling issues More... over 21 years ago
Documentation updates; further implement IPC system More... over 21 years ago
New config option: shop_random. Controls whether to randomize shop item order More... over 21 years ago
The beginning of an inter-process communication system More... over 21 years ago
Documentation updates More... over 21 years ago
OpenKore teleports when monster name is an empty string. Add a hidden configuration option for this (set teleportAuto_emptyName to 0; default value is 1) More... over 21 years ago
Fix syntax errors More... over 21 years ago
Add option --plugins More... over 21 years ago
Implement loadAll() More... over 21 years ago
Tell user to read the documentation when he enters an unknown command; print the error message correctly when input server fails to initialize; ask user to press ENTER before exiting at startup More... over 21 years ago
The beginning of a plugin system More... over 21 years ago
Update comments for the upcoming documentation system More... over 21 years ago
Move some utility functions to Utils.pm; update comments for the upcoming documentation system More... over 21 years ago
Explain what Log.pm is and why we need it More... over 21 years ago
Differentitate goblins More... over 21 years ago
Implemented variable storage steps (see news.txt for detail) More... over 21 years ago
fixed comma placement in formatNumber() More... over 21 years ago
Bump version number; add some comments; temporarily put back sleep() so I can release 1.2.1; new recvpackets.txt for iRO. More... over 21 years ago
replaced FIXME code with TESTME code. read the comment for why i'm not testing it myself (tommorrow, hopefulyl i'll figure a way to test properly (making a charactor on a 15 day account withought a client sucks)) but i have every confidence. More... over 21 years ago
$logs_directory, $config_directory etc were being incorrectly set under win32 with the compiled binary, this was adjusted..be aware the modification has been untested under fbsd or linux More... over 21 years ago
fixed settings.pm so it actually creates and defines the logs directory More... over 21 years ago