Breaking licences should be banished in my opinion, no matter if it is a tool to help new coders. QuoteArikadoYeah, in GMs defense, there are always a few rare creative users pushing the limits of it. These users usually do have programming experience to be able to do so though. The best example I can find on short notice is this: Edit: - Another great oneYoYogames is the company of the sby Dykam - Feedback & Support
About legality issues... you really need to distinct Wiibrew.org from Wanky related sites. Those are almost completely different scenes. The thing is, they (notice my style of talking about them) are using our boot methods. This does not make our work illegal, which is what many people think. And if you worry about IP being a issue, it isn't a factor in the legality of homebrew itself, thby Dykam - Offtopic
Gui is just a part of Mono. The two big ones, GTK# and WinForms, both depend on platform dependent libs, so these won't appear in a mono for the wii. The console is completely and working on Linux and Windows, only different behaviour is the line ending. Same API. class Program // Should work on every Mono build. { public static void/*or int*/ Main(/*string[] args*/) { Console.by Dykam - Coding
I've read dynamic linking is not supported at this point. B.t.w., DLL's are a Windows format, guess if dynamic linking will be supported, the Linux .so format will be first.by Dykam - Coding
Sorry for the late response. Be online at IRC, between 15:30&19:00 central time.by Dykam - Coding
And flipping vertical is rotating 180 + horizontal mirror? Or does a shorter way exist.by Dykam - Coding
Quotescanff[...]If you want to know, I'm going to develop the pc-pattern-viewer in dotNet/Mono, which has some simple endian features. C# is more simple compared to C(++).by Dykam - Coding
If you want a program for your pc(lin/win/mac), say it, I'll analize your code and make a reader(/editor?).by Dykam - Coding
Do you get any warnings? (Arikado, should the compiler give any missing-header warnings?)by Dykam - Coding
I responsed in your other topic. Btw, 640*480 is the best resolution, try putting in your own offsets for getting the cursor completely offscreen.by Dykam - Coding
Something like this? newX = x - 82 * (1 - x / 640) - 22 * (x/640); newY = y - 82 * (1 - y / 480) - 42 * (y / 480); This is a somewhat general calibration-calculation.by Dykam - Coding
Hehe, so I'm not the only on with this problem... The only good solution is having HB-devvers taking this into acoount and having a 5-10% non-important space around their stuff. Most commercial games take this into account.by Dykam - Homebrew General
Ohh, nice. Pingback: Pingback:by Dykam - Homebrew Applications
AerialX, be online at IRC... need to talk to you about this. QuoteiofthestormWell, it's already been ported, but it's only available to licensed developers. I assume it uses the official SDK or something like that. I know, already did some research, and I know some games which use them. But it must be legal... that stuff is licenced. QuotewhodaresLooks like it must be if itby Dykam - Coding
I heard someone wanted to port Mono to the Wii, to run stuff native, instead of using e.g. Linux. I need to know if there is any interest in this. So... and if you're interrested in Mono on Wii, tell which parts you do like to be ported. And no flaming about "learn C", or "why use slow stuf".by Dykam - Coding
Try to go to the core site of this forum, or the link a the top, Wiibrew.org Except that Wiibrew.org is the source of wiibreware, all stuff is free, and most of it opensource etc, etc, etc.[1] ...by Dykam - Homebrew General
Warning! It will disable the functionality of installing wad's etc. So if you've no e.g. HBC installed, you can't use homebrew, except with the unwieldy Twilight Hack.by Dykam - Homebrew General
Good idea... as loading is to slow already, and as it has SDHC-support now...by Dykam - Homebrew General
It is a version of Firefox for Windows, which doesn't use the registry or document-folders for settings, everything is saved inside a folder on youre stick. It has nothing to do with portability in the sense of multiplatform.by Dykam - Homebrew General
Yeah. can't read any of it.by Dykam - Homebrew Applications
Often emulators need double the CPU to complete the task of the device they emulate.by Dykam - Offtopic
There is already one... but you need to copy it al one by one... you want something that copies al the stuff?by Dykam - Homebrew General
I can't get the visual studio nMake compiler to work, so I stick with the one installed by devkitrpo, or cygwin.by Dykam - Coding
I know.. but the main code is handled at the CPU.. is there another way for a steady framerate? Getting time to see the difference, and calculate it in at the movements?by Dykam - Offtopic
Something wrong with the code... void checkCollision(u32 oldX, u32 oldY); doesn't match: checkCollision();by Dykam - Offtopic
Arikado, make a wiibrew page for it. Homebrew_Games/Nameby Dykam - Homebrew Applications
"I call the now overloaded _Flush", overloaded by you?by Dykam - Coding