Author Topic: Internet Roguelike Database  (Read 124556 times)

Slash

  • Creator of Roguetemple
  • Administrator
  • Rogueliker
  • *****
  • Posts: 1203
  • Karma: +4/-1
    • View Profile
    • Slashie.net
    • Email
Re: Internet Roguelike Database
« Reply #45 on: April 16, 2009, 05:02:57 PM »
Let's wait for Z to show up to see if he can work those RFEs out

PaulBlay

  • Rogueliker
  • ***
  • Posts: 83
  • Karma: +0/-0
    • View Profile
Re: Internet Roguelike Database
« Reply #46 on: April 17, 2009, 06:05:31 PM »
Just added a dozen or so more Angband variant pages to Roguebasin.  ;D

Slash

  • Creator of Roguetemple
  • Administrator
  • Rogueliker
  • *****
  • Posts: 1203
  • Karma: +4/-1
    • View Profile
    • Slashie.net
    • Email
Re: Internet Roguelike Database
« Reply #47 on: April 17, 2009, 08:13:59 PM »
I like the symbiosis that is being created between both projects :P

Z

  • Rogueliker
  • ***
  • Posts: 905
  • Karma: +0/-0
    • View Profile
    • Z's Roguelike Stuff
Re: Internet Roguelike Database
« Reply #48 on: April 18, 2009, 01:51:40 AM »
Slash, I think you have not updated the JavaScript, there were two fixes there (one regarding spurious [ ] in links or something like that, and the another one is the additional button "Include Angband variants").

I can remove the useless genre and status fields, and I can include "Not yet" for talkie-talkies, if you want. Any other default values I should include? (I was thinking about giving some default values to all Angband variants, for example, that they are written in C... what should it be?)

I guess I should take the stylized HTML file and update it instead of my simple one, so we don't double the work with Slash.

PaulBlay

  • Rogueliker
  • ***
  • Posts: 83
  • Karma: +0/-0
    • View Profile
Re: Internet Roguelike Database
« Reply #49 on: April 18, 2009, 04:12:20 AM »
(I was thinking about giving some default values to all Angband variants, for example, that they are written in C... what should it be?)
Not all Angband variants are written in C.  A few(?) are written in C++ and at least one is written in Lisp. (!)

Slash

  • Creator of Roguetemple
  • Administrator
  • Rogueliker
  • *****
  • Posts: 1203
  • Karma: +4/-1
    • View Profile
    • Slashie.net
    • Email
Re: Internet Roguelike Database
« Reply #50 on: April 18, 2009, 05:03:38 AM »
I think I have fixed it.

I am using the following files, based on the latest distro you sent me:

http://roguetemple.com/irldb/maketab.cpp
http://roguetemple.com/irldb/irldb.css
http://roguetemple.com/irldb/update2-roguetemple.pl
http://roguetemple.com/irldb/irl-foot-roguetemple.txt
http://roguetemple.com/irldb/irl-header-roguetemple.txt

The problem still happens with Wayfarer and Torchlit games, requiring me to manually edit the generated file.

Z

  • Rogueliker
  • ***
  • Posts: 905
  • Karma: +0/-0
    • View Profile
    • Z's Roguelike Stuff
Re: Internet Roguelike Database
« Reply #51 on: April 18, 2009, 10:36:10 AM »
(I was thinking about giving some default values to all Angband variants, for example, that they are written in C... what should it be?)
Not all Angband variants are written in C.  A few(?) are written in C++ and at least one is written in Lisp. (!)

Yes, and maybe some others are partially written in Lua (ToME is, but it does not use Angband variant template IIRC) It would be possible to manually update the language for the few which are not in C, or to give the language parameter to the template.


PaulBlay

  • Rogueliker
  • ***
  • Posts: 83
  • Karma: +0/-0
    • View Profile
Re: Internet Roguelike Database
« Reply #52 on: April 18, 2009, 12:36:14 PM »
Yes, and maybe some others are partially written in Lua (ToME is, but it does not use Angband variant template IIRC) It would be possible to manually update the language for the few which are not in C, or to give the language parameter to the template.

I mooted adding the language parameter to the Angband templates but got no reply.

The problem is that there are 83 Angband variants detailed in RogueBasin (see the recently updated List of Angband Variants).  If, say, four of those have something other than 'C' it doesn't really pay off compared to the 79 that are standard 'C'.  Maybe there should be a template to add just programming language to those few affected.

Zaiband, however, uses the standard game-alpha template and adds the {{angbandvariant}} tag.  That's another possible approach.

I wouldn't suggest manually fixing just the IRLDB as its strength is that it is (fairly) directly linked to RogueBasin content.
« Last Edit: April 18, 2009, 07:12:54 PM by PaulBlay »

Avagart

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 567
  • Karma: +0/-0
    • View Profile
Re: Internet Roguelike Database
« Reply #53 on: November 15, 2016, 08:32:19 PM »
Is IRLD broken? Seems unresponsive for me, can't find anything, checkboxes for category and fields are missing. Tested on Maxthone 5 beta, Chrome 53, Firefox 48, Microsoft Edge / Internet Explorer.

Samildanach

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 453
  • Karma: +1/-0
    • View Profile
    • The Indie Ocean
Re: Internet Roguelike Database
« Reply #54 on: May 15, 2017, 12:53:34 PM »
Is IRLD broken? Seems unresponsive for me, can't find anything, checkboxes for category and fields are missing. Tested on Maxthone 5 beta, Chrome 53, Firefox 48, Microsoft Edge / Internet Explorer.

6 months later, still broken. I guess it's dead.

Avagart

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 567
  • Karma: +0/-0
    • View Profile
Re: Internet Roguelike Database
« Reply #55 on: May 15, 2017, 01:26:12 PM »
It's working well for me this time. Some time ago Slash fixed IRDB unrensponsiveness.

Samildanach

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 453
  • Karma: +1/-0
    • View Profile
    • The Indie Ocean
Re: Internet Roguelike Database
« Reply #56 on: May 15, 2017, 11:58:38 PM »
How odd, doesn't work for me.

Slash

  • Creator of Roguetemple
  • Administrator
  • Rogueliker
  • *****
  • Posts: 1203
  • Karma: +4/-1
    • View Profile
    • Slashie.net
    • Email
Re: Internet Roguelike Database
« Reply #57 on: May 18, 2017, 09:53:56 PM »
What issue are you having?