User contributions
Jump to navigation
Jump to search
- 03:58, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 6 conversion complete
- 03:58, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 5 code conversion complete
- 03:57, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 5 conversion complete
- 03:57, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 4 code conversion complete
- 03:56, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 4 conversion complete
- 03:56, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 3 code conversion complete
- 03:55, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 3 conversion complete
- 03:55, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 2 code conversion complete
- 03:54, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 2 conversion complete
- 03:54, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 1 code conversion complete
- 03:53, 13 November 2012 diff hist −89 Complete Roguelike Tutorial, using python+libtcod, part 1 conversion complete
- 03:51, 13 November 2012 diff hist −104 Complete Roguelike Tutorial, using python+libtcod →Why libtcod?: conversion to 1.5.1 complete
- 03:34, 13 November 2012 diff hist +259 Complete Roguelike Tutorial, using python+libtcod, part 12 Update to libtcod 1.5.1. In fact, no changes were required in this page, but the code page has changed.
- 03:34, 13 November 2012 diff hist +49 Complete Roguelike Tutorial, using python+libtcod, part 12 code Update to libtcod 1.5.1.
- 03:41, 12 November 2012 diff hist +1,643 Complete Roguelike Tutorial, using python+libtcod, part 11 Update to libtcod 1.5.1.
- 03:41, 12 November 2012 diff hist +566 Complete Roguelike Tutorial, using python+libtcod, part 11 code Update to libtcod 1.5.1.
- 03:14, 12 November 2012 diff hist +95 Complete Roguelike Tutorial, using python+libtcod, part 10 code Add missing msgbox function
- 01:43, 11 November 2012 diff hist +635 Complete Roguelike Tutorial, using python+libtcod, part 10 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 01:42, 11 November 2012 diff hist −131 Complete Roguelike Tutorial, using python+libtcod, part 10 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:29, 10 November 2012 diff hist +307 Complete Roguelike Tutorial, using python+libtcod, part 9 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:29, 10 November 2012 diff hist −48 Complete Roguelike Tutorial, using python+libtcod, part 9 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:45, 9 November 2012 diff hist −102 Complete Roguelike Tutorial, using python+libtcod, part 4 →Field of View (FOV): change to use internal links
- 03:16, 8 November 2012 diff hist +350 Complete Roguelike Tutorial, using python+libtcod, part 8 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:16, 8 November 2012 diff hist +98 Complete Roguelike Tutorial, using python+libtcod, part 8 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:54, 6 November 2012 diff hist +1,247 Complete Roguelike Tutorial, using python+libtcod, part 7 Update to libtcod 1.5.1. There's a link at the top to the old version. Note that libtcod.mouse_get_status() does not work reliably in 1.5.1 so I've restructured the program slightly to use sys_check_for_event for both mouse and keyboard input.
- 03:53, 6 November 2012 diff hist +530 Complete Roguelike Tutorial, using python+libtcod, part 7 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:56, 4 November 2012 diff hist +340 Complete Roguelike Tutorial, using python+libtcod, part 6 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:56, 4 November 2012 diff hist +437 Complete Roguelike Tutorial, using python+libtcod, part 6 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:43, 4 November 2012 diff hist +326 Complete Roguelike Tutorial, using python+libtcod, part 5 Update to libtcod 1.5.1. There's a link at the top to the old version. In fact, no changes were required in this page, but the code page has changed.
- 03:43, 4 November 2012 diff hist +377 Complete Roguelike Tutorial, using python+libtcod, part 5 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:30, 4 November 2012 diff hist +423 Complete Roguelike Tutorial, using python+libtcod, part 4 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:29, 4 November 2012 diff hist +370 Complete Roguelike Tutorial, using python+libtcod, part 4 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:49, 3 November 2012 diff hist +374 Complete Roguelike Tutorial, using python+libtcod, part 3 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:49, 3 November 2012 diff hist +326 Complete Roguelike Tutorial, using python+libtcod, part 3 Update to libtcod 1.5.1. There's a link at the top to the old version. In fact, no changes were required in this page.
- 04:09, 2 November 2012 diff hist −34 Complete Roguelike Tutorial, using python+libtcod, part 1 use console_put_char rather than console_print_ex, because that's what later lessons use. This appears to have been an inconsistency in the original tutorial
- 04:05, 2 November 2012 diff hist −42 Complete Roguelike Tutorial, using python+libtcod, part 1 code use console_put_char rather than console_print_ex, because that's what later lessons use. This appears to have been an inconsistency in the original tutorial
- 03:56, 2 November 2012 diff hist +401 Complete Roguelike Tutorial, using python+libtcod, part 2 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:56, 2 November 2012 diff hist +357 Complete Roguelike Tutorial, using python+libtcod, part 2 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:27, 2 November 2012 diff hist +125 Complete Roguelike Tutorial, using python+libtcod →Why libtcod?: conversion in progress
- 03:24, 2 November 2012 diff hist +371 Complete Roguelike Tutorial, using python+libtcod, part 1 code Update to libtcod 1.5.1. There's a link at the top to the old version.
- 03:24, 2 November 2012 diff hist +366 Complete Roguelike Tutorial, using python+libtcod, part 1 Update to libtcod 1.5.1. There's a link at the top to the old version.
- 02:59, 2 November 2012 diff hist +668 Complete Roguelike Tutorial, using python+libtcod →Short introduction: Warning not to use Python 3.x or libtcod 1.5.1
- 22:54, 30 October 2012 diff hist +515 User talk:Jice →C++ libtcod tutorial: looks good
- 22:48, 30 October 2012 diff hist −2 Complete Roguelike Tutorial, using python+libtcod →Other languages ?: promote subheading
- 07:26, 23 October 2012 diff hist −35 Go Undo revision 29998 by Jarretcardenas (talk)
- 07:26, 23 October 2012 diff hist −28 Time-gate roguelike Undo revision 29997 by Jarretcardenas (talk) current
- 01:58, 23 October 2012 diff hist +155 N User:Muscles Introduce myself
- 01:55, 23 October 2012 diff hist +192 RogueBasin talk:Community Portal →critical spam problem: never mind, found the existing method
- 01:42, 23 October 2012 diff hist +431 RogueBasin talk:Community Portal →critical spam problem: db-content may help
- 01:30, 23 October 2012 diff hist +692 Talk:Complete Roguelike Tutorial, using python+libtcod Page update