Search results

  1. AlbireoX

    What does WorldView do?

    At first, I thought it was a view of the world and all of your currently loaded chunks. But it seems that new ones are created in updateChunksInProximity() in a for loop? What are the purposes of WorldView, Region3i, and World/ChunkProvider?
  2. AlbireoX

    Something to base the Mod API off of

    http://www.ringojs.org/api/master/ I will read the rest of your post later, but it is time for me to sleep :)
  3. AlbireoX

    Something to base the Mod API off of

    http://www.ringojs.org/ Looks like it already has a following and lots of standard stuff we can use.
  4. AlbireoX

    Archived 3D crafting

    I was thinking of something similar for a first-person RTS. Basically you build a building then right click it, then it gives it a function.
  5. AlbireoX

    Archived Trees are hollow !

    I think this is appropriate.
  6. AlbireoX

    Archived Off-topic forum

    I'm talking about things like forum games, sharing some cool news articles, etc. I think it's a great way for the community to get to know each other. :p EDIT: Now that I look at it, it seems like the General forum is the Off-topic forum.
  7. AlbireoX

    Archived Off-topic forum

    What do you guys think? I like a place to blow off steam and go crazy. :p
  8. AlbireoX

    Im bored

    Just got internet back. I will have spare cycles in a bit, PM me. I'm really interested in the JS stuff, and I don't really care about making it work for multiple platforms anymore.
  9. AlbireoX

    Im bored

    Hey guys , After I finish up my current projects, I was thinking of implementing a multiplayer server in... Node.js. It would work well with existing mod API plans, and I feel it would be enjoyable to not have to write statically-typed unit tests. But we need to decide on a protocol, which...
  10. AlbireoX

    Using JRuby instead of Javascript for modding

    However, 99% of the world's Javascript community is older, 20+, and only a fraction of them probably play Minecraft. I have yet to meet someone that knows Javascript moderately well around my age, and I haven't seen anyone who likes Javascript in #spout or #bukkit. Maybe Jython, although the...
  11. AlbireoX

    Using JRuby instead of Javascript for modding

    Maybe I should let the professional do the programming then. :) And the number of developers who have used Java is the biggest of all of them, at least in the Minecraft community. We aren't going to be getting people who haven't played/modded Minecraft here.
  12. AlbireoX

    Using JRuby instead of Javascript for modding

    Javascript does have a lot of people using it, but it's not class oriented and makes it a whole lot harder to make it interoperate with Java.
  13. AlbireoX

    Writing in the Mirah programming language

    I'm tempted to help them out! It hasn't been updated in 17 days. It needs generics. /me will see what he can do...
  14. AlbireoX

    Modding terminology!

    Modules. Things you can add, like plugins. Bases. You know.
  15. AlbireoX

    Chemistry final in a few minutes. :(

    Chemistry final in a few minutes. :(
  16. AlbireoX

    Xenforo! And what to do with it

    You should add donator ranks. People who donate to the project get some shiny badge or something.
  17. AlbireoX

    DELETED

    Welcome! By the way, "Tera" is a copyrighted game. :p
  18. AlbireoX

    Archived Multiple jumping (hopping)

    Jumping is weird. When you hold down the space bar, you should continue to hop.
  19. AlbireoX

    Launcher

    We need a simple launcher to let people play this game. Nobody will play a game if they need to run a scary .bat file or use "sh"!
  20. AlbireoX

    Terasology Multiplayer

    I believe that the first thing you need to do to get a game like this out there is, well, multiplayer. (Also, please speed up the game somehow. It runs terribly on my good computer.) I pitched out the idea of Spout server before, but it uses a completely different architecture than...
Top