Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. eivl

    Code Color changes

    nice! =) dont need to get it done fast, just as long as it is on your to-do list that is fine! ;) would be awful if it where forgotten.
  2. eivl

    Is caching a memory leak?

    ImageManager.clear = function() { this._cache = {}; }; Is the clear cache method never called?
  3. eivl

    Code Color changes

    Sure, i will do some testing.. import {x, y} as p from 'point'; const ANSWER = 42; class Car extends Vehicle { constructor(speed, cost) { super(speed); var c = Symbol('cost'); this[c] = cost; this.intro = `This is a car runs at ${speed}.`; } } for (let num of [1...
  4. eivl

    Music Problems

    pack a project that have this error in a zip/rar file and give it to me and i will see if the same thing happens with me.
  5. eivl

    My surprise on the Dev forum is coming along nicely i think. I am around 20% done!

    My surprise on the Dev forum is coming along nicely i think. I am around 20% done!
  6. eivl

    :P yeah, i have not used the default database, i just delete everything

    :P yeah, i have not used the default database, i just delete everything
  7. eivl

    Music Problems

    What client are you testing on? what asset are you testing with? does the same happen if you use stock sounds?
  8. eivl

    Learn Javascript Basics

    I am making a Javascript 201 thread, It has no basic information about programming and nothing about syntax, that is a basic 101 course, this is more advance! =)
  9. eivl

    Javascript 201

    So what is the deal with this JavaScript i hear people talking about.. Well.. since i am a terrible writer i will with the help of the internet compose my thoughts, not in my own words but in my own way. I will need to reserve a few posts so i can explain more as i go.. hope that is ok. If you...
  10. eivl

    Update yanflys plugins!

    Update yanflys plugins!
  11. eivl

    Dont know, who or what are they?

    Dont know, who or what are they?
  12. eivl

    Animated .GIF

    You would just place the gif on the template using css. Also, what graphics do you actually want to use?
  13. eivl

    [unmaintained] Elderage

    1000$ to get an attorney to tm your game is only worth it if you actually will sell the game or have ambitions of getting more games out. You also have tree years to complete the game from tm to release.
  14. eivl

    [Plugin] Need help for a plugin

    On mobile, but i will start a new thread on DEV den talking about javascript objects. It will be use full for you :) But yeah, you are going in the right direction :)
  15. eivl

    Profile/Avatar Labels?

    I concur, this is a good idea!
  16. eivl

    ohh.. sleep where are you.... so many plans and so little time. I even had a suprise for the dev...

    ohh.. sleep where are you.... so many plans and so little time. I even had a suprise for the dev den planned.... dont remember what it was.
  17. eivl

    Armor shows on character

    The JavaScript engine handles garbage collection so that is no big problem. But you should always delete big objects if you do not need them. Event handling can cause memory leaks, but as long as you are careful it should not be a problem. Since every Actor needs to be generated there has to...
  18. eivl

    Armor shows on character

    well.. that was what i meant, i might have my termology mixed up. ;)
  19. eivl

    Ohhhhh... Overwatch Beta! =) damn

    Ohhhhh... Overwatch Beta! =) damn
  20. eivl

    [Plugin] Need help for a plugin

    Yes you are right! working with objects are important and in RPG maker everything is made to be an object.
Top