User contributions
Jump to navigation
Jump to search
- 15:00, 30 October 2024 diff hist +38 Comparative study of field of view algorithms for 2D grid based worlds Replace broken PDF link with wayback link. current
- 06:56, 31 May 2024 diff hist −35 m Tutorials Link should be internal current
- 02:13, 31 May 2024 diff hist 0 m Talk:Complete roguelike tutorial using C++ and libtcod - part 1: setting up →Domain for external links has expired current
- 02:12, 31 May 2024 diff hist +184 Jice Add links to Mastodon/GitHub. Changed official site to Mastodon since it seems to be the most active. current
- 01:54, 31 May 2024 diff hist +839 Talk:Complete roguelike tutorial using C++ and libtcod - part 1: setting up →Domain for external links has expired: Notes on current links for libtcod and current state of the tutorial
- 01:33, 31 May 2024 diff hist +44 Jice Replace dead roguecentral.org link with wayback archive link. Unsure of better sources.
- 01:26, 31 May 2024 diff hist −38 Template:Complete roguelike tutorial using C++ and libtcod Replace roguecentral link with internal link current
- 13:42, 22 February 2024 diff hist +4,533 Entity Component System Added an example implementation current
- 23:29, 16 January 2024 diff hist +4 m File:Pyromancer-animated.webp →Summary current
- 23:22, 16 January 2024 diff hist +46 N File:Pyromancer-animated.webp Animated gameplay of Pyromancer.
- 22:32, 16 January 2024 diff hist +158 Entity Component System Add to Stubs and Articles categories, add link to Sander Mertens ECS FAQ
- 04:39, 11 October 2023 diff hist −86 Soulash 2 Move screenshots to thumbnails
- 04:38, 11 October 2023 diff hist −16 GodoRogue Move screenshots to thumbnails
- 19:47, 4 October 2023 diff hist −8 m Pyromancer Move screenshots to thumbnails current
- 05:03, 3 September 2023 diff hist +241 Pyromancer Redirected dead links to my own sites since I have the latest builds of this project.
- 04:32, 3 September 2023 diff hist +60 N File:Pyromancer-upgrades-2022-09-16.jpeg Screenshot of Pyromancer's upgrade spell tree. current
- 04:30, 3 September 2023 diff hist +63 N File:Pyromancer-combat-2022-09-16.jpeg Screenshot of Pyromancer combat particle effects. current
- 00:42, 25 August 2023 diff hist +120 Roguelikes based on Existing IPs Added Reactor-3 current
- 00:22, 25 August 2023 diff hist +103 Roguelikes based on Existing IPs Added Chomp!
- 13:58, 19 August 2023 diff hist −15 Doryen library Update versions and fix GitHub links current
- 13:38, 19 August 2023 diff hist +297 Talk:Roguelikes based on Existing IPs →Formatting of multiples
- 11:26, 19 August 2023 diff hist +586 N Talk:Roguelikes based on Existing IPs Formatting of multiples
- 22:50, 18 August 2023 diff hist −1,064 Roguelikes based on Existing IPs Replace custom attributes with standard CSS to make future edits easier, also makes the table sortable.
- 22:22, 18 August 2023 diff hist +140 Roguelikes based on Existing IPs Added GatewayRL
- 07:10, 15 August 2023 diff hist −42 Basic BSP Dungeon generation We can simply not hotlink these images current
- 07:06, 15 August 2023 diff hist 0 N File:Dungeon bsp7.png current
- 07:06, 15 August 2023 diff hist 0 N File:Dungeon bsp6.png current
- 07:06, 15 August 2023 diff hist 0 N File:Dungeon bsp5.png current
- 07:06, 15 August 2023 diff hist 0 N File:Dungeon bsp4.png current
- 07:06, 15 August 2023 diff hist 0 N File:Dungeon bsp3.png current
- 07:06, 15 August 2023 diff hist 0 N File:Dungeon bsp2.png current
- 07:05, 15 August 2023 diff hist 0 N File:Dungeon bsp1.png current
- 02:44, 7 August 2023 diff hist −2 Bresenham's Line Algorithm Fix small regression in Python example, error should be an int type current
- 02:38, 7 August 2023 diff hist −83 Bresenham's Line Algorithm Libtcod probably doesn't need to be referenced here
- 02:35, 7 August 2023 diff hist +76 Bresenham's Line Algorithm Added Wikipedia link, the other link is linked from the Wikipedia page so it might be redundant
- 02:30, 7 August 2023 diff hist +63 Bresenham's Line Algorithm Modernize Python example, adding type-hints, Python 3 syntax, removes redundant doctests and follows docstring guidelines better.
- 04:40, 4 January 2023 diff hist +238 How to Write a Roguelike in 15 Steps Added internal links. current
- 19:15, 18 September 2022 diff hist −2 m Complete roguelike tutorial using C++ and libtcod - part 10.2: game menu Fix code typo. current
- 10:18, 20 July 2022 diff hist +1,310 Complete roguelike tutorial using C++ and libtcod - part 11: dungeon levels and character progression Add syntaxhighlight. Fix blocks. current
- 10:06, 20 July 2022 diff hist +978 Complete roguelike tutorial using C++ and libtcod - part 10.2: game menu Add syntaxhighlight.
- 09:59, 20 July 2022 diff hist +1,477 Complete roguelike tutorial using C++ and libtcod - part 10.1: persistence Add syntaxhighlight. current
- 09:32, 20 July 2022 diff hist +2,226 Complete roguelike tutorial using C++ and libtcod - part 9: spells and ranged combat Add syntaxhighlight, fix some block formatting. current
- 09:19, 20 July 2022 diff hist +1,856 Complete roguelike tutorial using C++ and libtcod - part 8: items and inventory Add syntaxhighlight. current
- 08:48, 20 July 2022 diff hist +1,253 Complete roguelike tutorial using C++ and libtcod - extra 5: more generic items Add syntaxhighlight. current
- 08:36, 20 July 2022 diff hist +5 Complete roguelike tutorial using C++ and libtcod - extra 4: makefiles Add line numbers. current
- 08:32, 20 July 2022 diff hist +748 Complete roguelike tutorial using C++ and libtcod - extra 4: makefiles Add syntaxhighlight.
- 08:24, 20 July 2022 diff hist +729 Complete roguelike tutorial using C++ and libtcod - extra 3: scent tracking Add syntaxhighlight. Try to keep indentation across code blocks. current
- 08:11, 20 July 2022 diff hist +233 Complete roguelike tutorial using C++ and libtcod - extra 2: debugging Add syntaxhighlight. current
- 08:02, 20 July 2022 diff hist +100 Complete roguelike tutorial using C++ and libtcod - extra 1: about editors and IDE Add syntaxhighlight and more preformatted blocks. current
- 07:54, 20 July 2022 diff hist +1,967 Complete roguelike tutorial using C++ and libtcod - part 7: the GUI Add syntaxhighlight. current