Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Jun 22, 2015
1 parent 5044700 commit a23c722
Show file tree
Hide file tree
Showing 37 changed files with 2,562 additions and 2,429 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
===========
Changelog
===========
1.4.0
* The DLL's have been moved into another library which you can find at https://github.com/HexDecimal/libtcod-cffi
You can use this library to have some raw access to libtcod if you want.
Plus it can be used alongside TDL.
* The libtocd console objects in Console instances have been made public.
* Added tdl.event.wait function. This function can called with a timeout and
can automatically call tdl.flush.

1.3.1
* Fixed pathfinding regressions.

Expand Down
8 changes: 5 additions & 3 deletions README.rst
Expand Up @@ -33,11 +33,13 @@ python-tdl is a cffi port of "libtcod". You can find more about libtcod at http
==============
Requirements
==============
* Python 2.6+ or 3.x
* Python 2.7+ or 3.x
* 32 bit Windows, 32/64 bit Linux, or Mac OS/X (64 bit architecture)
* An up-to-date version of the Python module: cffi
* libtcod-cffi: found at https://pypi.python.org/pypi/libtcod-cffi
* the cffi module: found at https://pypi.python.org/pypi/cffi

=========
License
=========
python-tdl is distributed under the FreeBSD license, same as libtcod. Read LICENSE.txt for more details.
python-tdl is distributed under the Simplified 2-clause FreeBSD license.
Read LICENSE.txt for more details.
23 changes: 9 additions & 14 deletions docs/api-objects.txt
Expand Up @@ -43,18 +43,20 @@ tdl.event._mousel tdl.event-module.html#_mousel
tdl.event.keyWait tdl.event-module.html#keyWait
tdl.event._var tdl.event-module.html#_var
tdl.event._mouser tdl.event-module.html#_mouser
tdl.event.get tdl.event-module.html#get
tdl.event.__package__ tdl.event-module.html#__package__
tdl.event.key_wait tdl.event-module.html#key_wait
tdl.event.isWindowClosed tdl.event-module.html#isWindowClosed
tdl.event.set_key_repeat tdl.event-module.html#set_key_repeat
tdl.event.get tdl.event-module.html#get
tdl.event._event_generator tdl.event-module.html#_event_generator
tdl.event._lib tdl.event-module.html#_lib
tdl.event._pushedEvents tdl.event-module.html#_pushedEvents
tdl.event._eventQueue tdl.event-module.html#_eventQueue
tdl.event._mouseNames tdl.event-module.html#_mouseNames
tdl.event.setKeyRepeat tdl.event-module.html#setKeyRepeat
tdl.event._parseKeyNames tdl.event-module.html#_parseKeyNames
tdl.event._ffi tdl.event-module.html#_ffi
tdl.event.wait tdl.event-module.html#wait
tdl.event._processEvents tdl.event-module.html#_processEvents
tdl.event.is_window_closed tdl.event-module.html#is_window_closed
tdl.event.push tdl.event-module.html#push
Expand Down Expand Up @@ -91,33 +93,30 @@ tdl._BaseConsole._cursor tdl._BaseConsole-class.html#_cursor
tdl.Console.__init__ tdl.Console-class.html#__init__
tdl.Console._newConsole tdl.Console-class.html#_newConsole
tdl._BaseConsole.draw_str tdl._BaseConsole-class.html#draw_str
tdl._BaseConsole.console tdl._BaseConsole-class.html#console
tdl._BaseConsole.set_mode tdl._BaseConsole-class.html#set_mode
tdl._BaseConsole.__contains__ tdl._BaseConsole-class.html#__contains__
tdl._BaseConsole.set_colors tdl._BaseConsole-class.html#set_colors
tdl.Console._set_char tdl.Console-class.html#_set_char
tdl.Console.__setstate__ tdl.Console-class.html#__setstate__
tdl._BaseConsole.write tdl._BaseConsole-class.html#write
tdl._BaseConsole.width tdl._BaseConsole-class.html#width
tdl.Console._root_unhook tdl.Console-class.html#_root_unhook
tdl._BaseConsole.draw_rect tdl._BaseConsole-class.html#draw_rect
tdl.Console.__getstate__ tdl.Console-class.html#__getstate__
tdl.Console.__repr__ tdl.Console-class.html#__repr__
tdl.Console._translate tdl.Console-class.html#_translate
tdl.Console.__setstate__ tdl.Console-class.html#__setstate__
tdl.Console._set_char tdl.Console-class.html#_set_char
tdl.Console.__del__ tdl.Console-class.html#__del__
tdl.Console._replace tdl.Console-class.html#_replace
tdl.Console.tcod_console tdl.Console-class.html#tcod_console
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole.__iter__ tdl._BaseConsole-class.html#__iter__
tdl._BaseConsole._colorLock tdl._BaseConsole-class.html#_colorLock
tdl.Console._as_parameter_ tdl.Console-class.html#_as_parameter_
tdl._BaseConsole.draw_char tdl._BaseConsole-class.html#draw_char
tdl._BaseConsole.draw_frame tdl._BaseConsole-class.html#draw_frame
tdl._BaseConsole.get_cursor tdl._BaseConsole-class.html#get_cursor
tdl._BaseConsole._blend tdl._BaseConsole-class.html#_blend
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole._normalizeRect tdl._BaseConsole-class.html#_normalizeRect
tdl.Console.clear tdl.Console-class.html#clear
tdl._BaseConsole.get_size tdl._BaseConsole-class.html#get_size
tdl._BaseConsole._normalizeCursor tdl._BaseConsole-class.html#_normalizeCursor
tdl.Console._typewriter tdl.Console-class.html#_typewriter
tdl.Console.__repr__ tdl.Console-class.html#__repr__
tdl.Console.__copy__ tdl.Console-class.html#__copy__
tdl._BaseConsole.scroll tdl._BaseConsole-class.html#scroll
tdl._BaseConsole.blit tdl._BaseConsole-class.html#blit
Expand All @@ -134,7 +133,6 @@ tdl._BaseConsole._cursor tdl._BaseConsole-class.html#_cursor
tdl.Window.__init__ tdl.Window-class.html#__init__
tdl.Window._set_char tdl.Window-class.html#_set_char
tdl._BaseConsole.draw_str tdl._BaseConsole-class.html#draw_str
tdl._BaseConsole.console tdl._BaseConsole-class.html#console
tdl._BaseConsole.set_mode tdl._BaseConsole-class.html#set_mode
tdl._BaseConsole.__contains__ tdl._BaseConsole-class.html#__contains__
tdl._BaseConsole.set_colors tdl._BaseConsole-class.html#set_colors
Expand All @@ -147,7 +145,6 @@ tdl.Window.parent tdl.Window-class.html#parent
tdl.Window.drawFrame tdl.Window-class.html#drawFrame
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole.__iter__ tdl._BaseConsole-class.html#__iter__
tdl._BaseConsole._colorLock tdl._BaseConsole-class.html#_colorLock
tdl.Window.drawRect tdl.Window-class.html#drawRect
tdl.Window.draw_char tdl.Window-class.html#draw_char
tdl.Window.draw_frame tdl.Window-class.html#draw_frame
Expand All @@ -173,7 +170,6 @@ tdl._BaseConsole._cursor tdl._BaseConsole-class.html#_cursor
tdl._BaseConsole.__init__ tdl._BaseConsole-class.html#__init__
tdl._BaseConsole.write tdl._BaseConsole-class.html#write
tdl._BaseConsole.draw_str tdl._BaseConsole-class.html#draw_str
tdl._BaseConsole.console tdl._BaseConsole-class.html#console
tdl._BaseConsole.set_mode tdl._BaseConsole-class.html#set_mode
tdl._BaseConsole.__contains__ tdl._BaseConsole-class.html#__contains__
tdl._BaseConsole.set_colors tdl._BaseConsole-class.html#set_colors
Expand All @@ -182,7 +178,6 @@ tdl._BaseConsole.width tdl._BaseConsole-class.html#width
tdl._BaseConsole.draw_rect tdl._BaseConsole-class.html#draw_rect
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole.__iter__ tdl._BaseConsole-class.html#__iter__
tdl._BaseConsole._colorLock tdl._BaseConsole-class.html#_colorLock
tdl._BaseConsole.blit tdl._BaseConsole-class.html#blit
tdl._BaseConsole.draw_char tdl._BaseConsole-class.html#draw_char
tdl._BaseConsole.draw_frame tdl._BaseConsole-class.html#draw_frame
Expand Down
2 changes: 1 addition & 1 deletion docs/class-tree.html
Expand Up @@ -162,7 +162,7 @@ <h1 class="epydoc">Class Hierarchy</h1>
<tr>
<td align="left" class="footer">
<a href="epydoc-log.html">Generated by Epydoc
3.0.1 on Sat Jun 20 10:40:23 2015</a>
3.0.1 on Mon Jun 22 16:11:02 2015</a>
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
Expand Down

0 comments on commit a23c722

Please sign in to comment.