Profile_bird

Hey there! hetdegon is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving hetdegon's updates.

Already using Twitter
from your phone? Click here.

hetdegon

  1. Got drained by sleep again. I seriously need to focus on controls or I'll spend all summer with them!
  2. I'd better save optimizations for next stage or I will be finishing with controls by next year. Some organization will do me good.
  3. Uhm. This is horrible. I found a gigantic amount of things needing changes. I need to start writing those things down to keep track of them.
  4. Starting to apply yesterday's changes to save memory on the engine. Scheming to get those controls done too.
  5. Alright, organized many changes to the data structures, this will optimize RAM usage a lot. Time to rest then.
  6. Well, changed tons of booleans for bitwise stuff. This will save a bit of used RAM from the engine.
  7. Beh, got busy with something else than coding. I'll do some variable cleanup to keep the code fresh on my head at least.
  8. Whoa, I fell asleep all of a sudden. A short game of Crawl and I'll get to work.
  9. Well, the control parser is done except for the pad/mouse input. However I need to think of a good way to "steal" keys for actors.
  10. Firefox 3.5 coming out tomorrow it seems :D My versionitis loves it. RC3 was stable so far, saving for two "just annoying" bugs with layout.
  11. I think I am parsing most keyboard keys that are standard now. After a little break and a shower I will parse gamepad input and mouse clicks
  12. Aaah, finally got some sleep! Finally! When I am done with my daily stuff I will make sure to code a lot. *happy*
  13. Been trying Firefox 3.5 RC3 all weekend from work. I kind of notice the upgrade, which is a good thing. I lack two addons though.
  14. And I am pleased to repeat my disgust at C's string handling. They need arcane magicks to work...who was the mastermind behind it?
  15. @Firestorm29 No, you need to free them. I was unsure if it would do it automatically but I confirmed it won't. I need a new function xD
  16. @Firestorm29 I was able to get a reply, but thanks anyway~
  17. Call for help: http://pastebin.ca/1477528 : Will this code leak memory or the calloc-ed memory is gone when the function finishes?
  18. I got a string catenator working, but I worry about the memory not being free-ed. I will paste it tomorrow, maybe someone can clarify.
  19. I am not the first saying this: C string support is HORRIBLY CONVOLUTED, in capital letters.
  20. Almost there. I will check why I can't concatenate strings without a crash and the first steps are done to be complete on Monday.