![]() |
|
Programming Discussion Thread - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic) +--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza) +--- Thread: Programming Discussion Thread (/Thread-programming-discussion-thread) |
RE: Programming Discussion Thread - ExtremeDude2 - 03-26-2013 I plan on using Qt to make a UI that allows that user to select where they want to go. RE: Programming Discussion Thread - ExtremeDude2 - 03-27-2013 Finally got Qt to work, it wouldn't compile anything XD. Now I just have to figure out how to use the UI XD Edit: figured it out
RE: Programming Discussion Thread - Shonumi - 03-31-2013 Been a while since my last update. My emulated GB CPU passes all but two Blargg's CPU tests. I still haven't implemented the DAA instruction, and only the DIV timer correctly works. Getting TIMA and Timer Overflow interrupts to work is simple, but still on my TODO list. Finally got the GB Window emulated, and I managed to vastly reduce CPU usage (pesky SDL_PollEvents() was the culprit). Tetris runs perfectly, and I'm somewhat addicted to it now :| I also found a small PD ROM called Balloon Man (really helping when debugging the Window) and now that runs perfectly as well. Things are coming along nicely. Picture time:
RE: Programming Discussion Thread - AnyOldName3 - 04-10-2013 TIL you should not mix custom encryption algorithms and not exactly knowing what they do. Although my program works fine during unit testing, it somehow breaks every time I try to use it as a whole thing. NOW MY CODE IS DOING THINGS IT HASN'T EVEN BEEN TOLD TO!!! GODDAMNIT JAVAC, WHY CAN'T YOU COMPILE THE VERSION OF THE CODE WHICH ACTUALLY EXISTS??? Workaround has been found, but isn't ideal. Normally, when you compile a class, it compiles all the classes you call objects of, but for some reason, one class is being ignored by the compiler. RE: Programming Discussion Thread - ExtremeDude2 - 04-23-2013 Nooooooooooooooo, how could you do this to me Qt D:, I need you to compile ![]() It was working before, but now it has decided it doesn't want to acknowledge that I've told it what compiler to use >.> Edit: yay fixed
RE: Programming Discussion Thread - ExtremeDude2 - 04-25-2013 Finished my program I guess, I don't have much time to worry about working on it anymore, it will have to do :p (do tell me if there is something I should do tho :p) RE: Programming Discussion Thread - Zee530 - 04-29-2013 Wow, who knew that if you knew what the hell you were doing, programming is actually kinda fun. EDIT: Object-oriented anyways
RE: Programming Discussion Thread - neobrain - 04-29-2013 (04-29-2013, 05:40 AM)Zee530 Wrote: Wow, who knew that if you knew what the hell you were doing, programming is actually kinda fun.Yeah, Scheme on the other hand is a complete nightmare... :/ RE: Programming Discussion Thread - NaturalViolence - 04-29-2013 And it's entirely your fault for using it .
RE: Programming Discussion Thread - neobrain - 04-29-2013 It's more efficient to work with than using Meep's C++ interface though :/ EDIT: Btw, do you fail less at HLSL these days? Just curious :p |