Search:

Type: Posts; User: sarah22

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,542

    Real time Multiplayer Online Game (Facebook)

    Hello! I don't have any idea where to start on creating the server.

    My goal is to create a real time multiplayer online game in flash that I can also put in facebook. The game would be a tower...
  2. Game programming is so broad. There's a graphics,...

    Game programming is so broad. There's a graphics, physics, sound, ai, and etc. You're a God if you master all of those.

    I also want to create 3D games and I choose to go with graphics and...
  3. Oh. I forgot to tell you. I set my project to...

    Oh. I forgot to tell you. I set my project to private and just add my team as a private collaborator. :)
  4. Do you trust hosting revision control system like bitbucket/github?

    Yes, I know I look paranoid. And yes, who the hell am I saying that they will steal my codes. I know I'm not a very popular man or company like Microsoft who really wants to protect their code.
    ...
  5. Replies
    3
    Views
    1,210

    I can't find anyway on how to interpret a code...

    I can't find anyway on how to interpret a code after the parser successfully check the grammar. The sample on the book is so simple. Mine has a code like C. or maybe I miss anything?

    Ex:
    int i =...
  6. Replies
    3
    Views
    1,210

    Interpreter.. Where to start? [Compiler]

    So we are to create a compiler for our own programming language. We now have a scanner, and parser.

    Now, I don't know where to start for the interpreter. Can anyone here help me give me some head...
  7. Replies
    1
    Views
    1,433

    Good XML Parser

    I'm creating a tool for my 3D engine right now that converts Collada model format to my own format.

    So far, I'm on the process on reading the said format which needs a xml parser for c++ using...
  8. Replies
    4
    Views
    1,852

    Do you use Boost?

    Yes, I've been coding for almost 3 years now in school and I didn't use Boost on all of my projects.

    Now, I'm building a 3D game engine and I want to know what's the benefits of using boost. I...
  9. Replies
    13
    Views
    11,581

    I took a break coding though. haha :P I found...

    I took a break coding though. haha :P

    I found the problem few minutes ago.

    First, I have a warning message "class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class"...
  10. Replies
    13
    Views
    11,581

    Access violation reading location (Dll and Lib)

    Can anyone here explain me what did I do wrong?

    I'm creating a plugin for my engine right now. Here's how it works. I have a dll that will loaded by the main library. So while loading the dll, the...
  11. Replies
    15
    Views
    3,006

    No way. Where did you get that one? Did you ever...

    No way. Where did you get that one? Did you ever tried reading threads in XNA Creators Club and also the gamedev forums? Have you ever heard the James Silva in Ska Studios?

    Well creating games in...
  12. Replies
    15
    Views
    3,006

    Yes. I understand. I sound now stupid for saying...

    Yes. I understand. I sound now stupid for saying it the simplest way. But, I'll give it a shot. In the name of Game Development. hehe

    I'll just create first some simple games. Not really complex...
  13. Replies
    15
    Views
    3,006

    Pardon me, but I don't get what are you trying to...

    Pardon me, but I don't get what are you trying to say about working hard but are you trying to point out that working hard doesn't let me earn money? Yes, I know that but I want to start my own group...
  14. Replies
    15
    Views
    3,006

    I've read the XNA Creators Club here XNA Creators...

    I've read the XNA Creators Club here XNA Creators Club Online - quick start guide - create a game and I found out you can pay $49/$99 which I think is possible for me to pay.

    I didn't have any...
  15. Replies
    15
    Views
    3,006

    Yes, you are right. What do you think about Xbox?...

    Yes, you are right. What do you think about Xbox? Does targeting that platform cost too much? I don't have that console but I heard they have this kind of program for indie developers.
  16. Replies
    15
    Views
    3,006

    Indie game developers

    Currently, I'm a college student.

    I suddenly thought that I really want to enter on the world of indie game developers. But after reading how much money they've funded on even really small games...
  17. Great idea laserlight! :D About Git, I tried...

    Great idea laserlight! :D

    About Git, I tried playing around with it and TortoiseGit today. Some said it is really slow but I didn't experience any. I found it really stable and I started liking...
  18. Really? Most of the threads I read around said...

    Really? Most of the threads I read around said that windows support is poor. They noticed this and that. Ok, I'll try it also and see how good it is. :D




    No no no. I'm using hamachi because I...
  19. Ok here's what I did few days ago. I tried...

    Ok here's what I did few days ago.

    I tried searching about Git but I found out that it was really made for Linux. It has some port available but you'll noticed some slowdown and glitch. Because of...
  20. Honestly, I don't know what I need. Someone just...

    Honestly, I don't know what I need. Someone just recommended me that I should use a revision control software like svn (the one he's using) so I can manage my codes better.

    He also told me about...
  21. Oh, I solved this one already. What I did was...

    Oh, I solved this one already. What I did was this.

    First, I subtract the camera position and camera target to get a vector then normalized it and plugged it on the ray as the direction and the...
  22. Best Project Management and Revision Control Software?

    I'm planning to create a web server on my upcoming i7 computer this or next month. I want it to have a SVN for my current project.

    I just want to know which is the best project management and...
  23. Replies
    1
    Views
    814

    Ohhh. I think I got it how to do it.

    Ohhh. I think I got it how to do it.
  24. Replies
    1
    Views
    814

    Linking a DLL as a plugin on runtime?

    I'm creating a 3D graphics rendering engine that supports OpenGL and Direct3D.

    My plan is to abstract my engine and make it more customizable. If the user set the config to Direct3d, my engine...
  25. I don't get what you mean in #3.. Is it I'm...

    I don't get what you mean in #3..

    Is it I'm solving the arctan() ? But that just give me an angle? The api here states that I should put a vector there and those vector are in Float. So what...
Results 1 to 25 of 67
Page 1 of 3 1 2 3