mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 06:32:07 +00:00

Has been added to safe.py. KeyboardInterrupt has been removed available exceptions. Exceptions can now be raised by user code. The list of allowed, builtin attributes has been expanded to include: __call__, __doc__, __name__, __repr__, and __str__ as these are all commonly used in non-trivial code. From imports are now allowed, but only from the whitelisted imports. A new string restriction has been added, _STR_NOT_END, which expands the existing validation idioms. User code can now have variables which start with "__"; which means they can now have pseudo private attributes.
…
…
…
…
…
…
…
…
…
The game's license is described in COPYING. See INSTALL for instructions on how to build the game from source code. A description of how to play the game can be found in MANUAL. To be notified of new releases, go to http://freshmeat.net/projects/wesnoth and 'subscribe to new releases'. Wesnoth User and Developer Forums (with over 100,000 posts from more than 2,800 registered members) can be found at http://forum.wesnoth.org/ For extensive documentation about all aspects of the game, see the official Battle for Wesnoth web site: http://www.wesnoth.org/ David White <davidnwhite@verizon.net>
Description
Languages
INI
51.6%
C++
35.9%
Lua
5.7%
Python
4.3%
Emacs Lisp
1%
Other
1.1%