Fixed an entry in `menu.yml`.
Fixed translations for bug #143.
Fix the issue with new character's encrypted data
Merge pull request #6 from francipvb/i141
Fixed some issues with `Safe` class when storing/retrieving data
Fixed some issues with `Safe` class when storing/retrieving data.
This fixes the bug #141 and character creating/loading issues.
Add the command line argument --config-dir
Add the pause() and stop() methods to sounds
Add a basic Sound object to the audio wrapper
Add the Bass library
Merge branch 'master' into pybass
Rely on this thin wrapper to play sounds
Add a very basic wrapper for pybass
Add a working demo of the pybass library
Merge pull request #5 from francipvb/fix-play-function
Fixed some errors with the sharp #play function
Clean up the u'' prefix for str (no longer necessary)
Fixed some errors with the sharp #play function.
Quick fix to allow freezing CocoMUD in a virtual environment
Changes:
Fix several errors due to unicode issues (all unittest pass)
Fix an encoding error on the Python console
Remove the requirements.txt file, update the pipfiles
Add the requirements and accesspanel
Fix errors on creating a new world
Fix minor errors on the Spanish translation
Merge branch 'master' into i128
Add the Spanish language in the preferences
Fix a few minor bugs with Python 3
Added translation messages for spanish.
Stabilize the client with Python 3.6
First work on Python 3.6 integration, missing Crypto / pycrypto
Bring #135, update in a hidden window (to test)
Update build version
Add an option to clear window output
Add the dialog for channels
Remove the custom font and size if screen reader support is enabled
Add the #randplay sharp script function
Remove debug code
Fix a bug while trying to import worlds from the website
Update a bug in CocoMUD main script
Build 47
Fix #91: add a checkbox to disable auto-send-paste
Add the feature to export a world in a ZIP archive
Clean up encoding to be utf-8 as a default in all cases
Switch config.set and settings.conf encoding to utf-8
Fix #112: OGG files are now available in the interface
Attempt to fix #106
Fix issue #114: remove automatic richtext in the default settings
changed font to monotype in panel
Fix #105: CocoMUD crashes when connecting to a world on Linux
Updated the version number
Fix a bug in aliases when a variable contains special characters
Add tests for command stacking
Merge branch 'master' into i97
Add automatic convertion from utf-8 with signature to latin-1 in the configuration if needed
Fix the bug, but doesn't handle well other encodings yet
Fix #98: systematic error on command stacking
Add tests for aliases
Fix the bug on marked triggers with accesspanel 0.16
Implement #89: add a menu item to disable trigger sounds
Fix a bug in #play if the absolute path contains accents
Fix #96 with AccessPanel 0.15
Add the setting to toggle telnet/SSL in the user interface
Add SSL support through a new setting in worlds
Add locks to better connect clients to individual threads used by the GUI
Fix a wrong connection between a sharp engine and a specific client
Massive change to integrate twisted
Update the build version
Add a locking system to independently execute triggers, macros and aliases
Add #85: create the #repeat SharpScript function to repeat commands
Add #87: add/edit/remove buttons can be accessed through keyboard shortcuts
Update the build number
Fix #53: the cursor moved a bit randomly when several tabs were open
Add the substitution triggers in the TriggerDialog
Add the triggers with substitution in the SharpScript interpreter
Fix a bug in displaying colors on a black background (instead of white)
Mainly fix #67: when a message can't be sent, attempt to reconnect to the server
Fix #75: when no update is available, explicitly checking for updates raises an exception
Fix #78: encoding error when a character's name contains non-ascii letters
Add #77: the user can now set default characters
Fix #69: Creating a new world and escaping doesn't raise an exception
Add #82: Add a setting to disable rich text control(This setting requires AccessPanel 0.14)
Fix a bug when closing all tabs
Fix #81: channels do not appear during the installation of worlds
Add #80 to import a world on the connection page
Add the import button in the connection dialog
Add the notepads for characters
Add the NotepadDialog
Add the basic feature of notepads
Add the mark triggers in the user interface
Allow triggers without action
Marks are now properly detected and the cursor is moved appropriately
The ScreenReader doesn't speak empty messatges anymore
[Networking] Answer to AYT messages with NOP
Translate the task to import online worlds
Add more precise indications to report a bug
Fix a visual bug in the client's main window
Also available in: Atom