Search results

  1. C

    Homebrew What palette number do i give to oamSet for extended palettes?

    It was partially a joke. That memory is specifically dedicated for sprites and thus cannot be used for anything else but for, erm, sprites allocated with default allocator. Suppose we throw it off and do this _oamGfx = (u16*)(0x6407800 + (0x6407800 - 0x6407000)); And test if we can use this...
  2. C

    Homebrew What palette number do i give to oamSet for extended palettes?

    Since libnds's allocator seems to be broken and the address space of the bank is known and each sprite's size is also known, I'd try to write my own allocator - seems easy lol))
  3. C

    Homebrew What palette number do i give to oamSet for extended palettes?

    I think you should really get 6400000 - 6420000, the rest belongs to the second slot whatever that should mean VRAM_B_MAIN_SPRITE = 2, VRAM_B_MAIN_SPRITE_0x06400000 = 2 | (( 0 )
  4. C

    I hate everyone?

    Money
  5. C

    Homebrew Backgrounds with extended palette ?

    Ah, sorry. Maybe vramSetBankH() should be used before copying. And try to use less ambiguous defines to check the compliance between engines and layers (slots) VRAM_G_BG_EXT_PALETTE_SLOT23 - maps vram g to main engine background extended palette slot 2 and 3 Also found this thread...
  6. C

    Homebrew Backgrounds with extended palette ?

    I think you use oamSet() on each sprite individually to tell what palette it should use
  7. C

    Homebrew IkuReader, an e-book reader

    Anyone has an idea how to make it clearer that the giant progress bar in the bookmarks screen is just for that? An even more giant "tap me!" sign somehow doesn't sound right.
  8. C

    Homebrew IkuReader, an e-book reader

    Since Taellon somehow managed to find txt books with only "bare" newline symbols, I've had to add support for them. There were compaints before but I though those people tried to open configuration files and such. Now I am curious if it had caused trouble to anyone else actually trying to open a...
  9. C

    Homebrew IkuReader, an e-book reader

    Ignoring single newlines is not a bug. Plain text ebooks are traditionally formatted so that only newline + whitespace (space, tab, newline) counts as a paragraph delimiter. I guess it goes up to the times when people still used terminals. Anyway I am bored with the program to an extent I don't...
  10. C

    Homebrew IkuReader, an e-book reader

    tomrev, I added search, but it's kind of crappy and has only English keyboard. Hope it's sufficient for what you need.
  11. C

    Hardware 3Ds touchscreen scratch proof?

    Diamond screen protector is scratch proof. I've had trouble getting touch functionality to work with it.
  12. C

    Homebrew Branching paths in a text adventure.

    When something is wrong something is wrong. Rydian You are missing the point. I'm not trying to prove anything about code vs pseucode or something. I'm trying to open new helpful concepts to you. Having no indentation is like a bad habit, like smoking. It just stinks. Another example: You have...
  13. C

    Homebrew Branching paths in a text adventure.

    That's what I called it. And if you give it a moment, you'll find out that my version is a lot cleaner. You didn't even indent your code.
  14. C

    Homebrew Branching paths in a text adventure.

    First of all, you don't need ready solutions, you need general knowlege. At your level textbooks are going to be a great help. Second, you need practice. Judging from your code you haven't had much. Third, you should accept criticism. For example, here's a bit refactored version of your...
  15. C

    Homebrew IkuReader, an e-book reader

    GH0ST Those characters are badly encoded. Such an encoding is a redundancy from the past. You can take a look at a more complete list of them here http://www.elizabethcastro.com/html/extras/entities.html. I am not going to support that in ikureader. Instead you could open problematic epubs in...
  16. C

    Homebrew IkuReader, an e-book reader

    Update! added some local encodings (8859-1, 8859-2, 8859-15, cp1250, cp1251, cp1252) Didn't test really. Tell me if you want some other encoding support.
  17. C

    Homebrew IkuReader, an e-book reader

    Yeah, I already did this. And fixed nbsp. Update: there was an error in 057, 058 has 3 levels of boldness
  18. C

    Homebrew IkuReader, an e-book reader

    Rhulqdahr, sorry, it's two versus one. The one on the right is probably will be the rendering in the next release. 2-bias Thanks for noting! Can I replace them with regular spaces? I see no point in those non-breaking ones.
  19. C

    Homebrew IkuReader, an e-book reader

    Quick, vote! left or right?
  20. C

    Homebrew IkuReader, an e-book reader

    Thanks. I already mentioned that user feedback is the only thing that keeps me going on this) I added a quick hack that should solve "out of memory" errors for most epubs. But it could have possibly break something, someone should test a few books and say if they are opened the same way as...
General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Like for micro