Author Topic: TI-Slender: The Eight Pages  (Read 8340 times)

0 Members and 1 Guest are viewing this topic.

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: TI-Slender: The Eight Pages
« Reply #15 on: March 28, 2015, 09:35:19 am »
Update

New font to the project page. http://clrhome.org/slender. Also changed logo from Slender, to Slender-TI to distinguish it from the original, both so my project has a distinct name and to avoid copyright issues.

A few changes to the source code to try to find this bug and still it persists. It crashes immediately after the splash screen (pressing 2nd). I'm toying with the idea that it may be the keypress itself that is crashing it (somehow the value of a is getting distorted during the keypresses, but i added some push/pop af and it persists. My second thought is that its somewhere in my object rendering loop, and since I'm still pending a sorting algorithm, it seems pointless to debug that at this point.

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: TI-Slender: The Eight Pages
« Reply #16 on: March 29, 2015, 11:47:43 am »
I doubt keypresses will be causing your crash unless you don't handle "other" keys. Generally that just means jumping back to the main loop if no keys were pressed. The key value in a getting modified would just cause your character to move left instead of down, for example, not crash. I would put everything after the title screen (which looks much better now in my opinion!) and pick one thing to work with. For example, get your grayscale stuff set up and running and then draw a sprite. Then use that sprite routine to render a predefined list of objects to the screen. Once that's done and working correctly, create another routine to populate the objects list. And so on. One part at a time, with testing and debugging at each stage. You can use the code you've written as a basis for what to do next, but you really need to go one routine at a time.

The first post in this thread was almost two months ago and you still haven't been able to debug it past the title screen ;) Anyway, if there's anything i/we can do to help, don't hesitate to ask. I've even installed Mono!

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: TI-Slender: The Eight Pages
« Reply #17 on: March 29, 2015, 01:19:24 pm »
Yup. Its insane. I'm gonna have to do this one step at a time, but I've made about 40 debugging commits to the repo and it still crashes... so yeah. lol

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI-Slender: The Eight Pages
« Reply #18 on: March 29, 2015, 08:29:28 pm »
Simply adding "TI" to the title would not do anything in regards to copyright issues as it still uses someone else's IP. However, it seems pretty unlikely that anyone would send a C&D for a game on TI calculators.

Offline c4ooo

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 252
  • Rating: +10/-1
  • The impossible chemical compound.
    • View Profile
Re: TI-Slender: The Eight Pages
« Reply #19 on: May 07, 2015, 07:12:39 am »
It should be renamed: Ti-slender: the 8 calculators.  :thumbsup:
-German Kuznetsov
The impossible chemical compound.

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: TI-Slender: The Eight Pages
« Reply #20 on: May 08, 2015, 10:28:06 am »
Or perhaps "The Eight RAM Pages", you start with 3 and have to find the other 5 ;)

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: TI-Slender: The Eight Pages
« Reply #21 on: May 12, 2015, 09:39:44 pm »
I can't find the download?
This used to contain a signature.

Offline AssemblyBandit

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 374
  • Rating: +60/-1
  • ~AssemblyBandit~
    • View Profile
    • briandm82.com
Re: TI-Slender: The Eight Pages
« Reply #22 on: May 14, 2015, 04:33:40 pm »
I cant find the download either! The picture looks good though!