[QUOTE=thisBrad;33739548]Make game in C++, run as DLL in Game Maker :v:
I wish schools would just stop teaching Game Maker. Its a horrible way to learn programming.[/QUOTE]
I disagree. While there may be better alternatives, it's not "horrible". It's powerful enough to do anything a beginner could wish to do while still teaching some programming and some very basic game making concept. That's what got me into programming.
Oh man, I got audio working! It's loud! Don't scroll over unless you wanna be deafened!
[vid]http://puu.sh/aJYS[/vid]
does anyone have a link to that userscript that stops the ridiculous webm autoplaying?
because saying "don't scroll over" when I'm [I]already scrolling anyway[/I] didn't really help protect my ears.
HA HA HA
[QUOTE=BlkDucky;33741795]does anyone have a link to that userscript that stops the ridiculous webm autoplaying?
because saying "don't scroll over" when I'm [I]already scrolling anyway[/I] didn't really help protect my ears.[/QUOTE]
[url]http://dl.dropbox.com/u/4093439/garryfixer.user.js[/url]
Can we get a new forum admin please
[QUOTE=Maurice;33741875]Can we get a new forum admin please[/QUOTE]
We have to get rid of the old one first... we should make it look like an accident!
I think garry should be our new forum admin :downs: (for real though, I don't think we need one, he's here enough as it is)
[QUOTE=BlkDucky;33741795]does anyone have a link to that userscript that stops the ridiculous webm autoplaying?
because saying "don't scroll over" when I'm [I]already scrolling anyway[/I] didn't really help protect my ears.[/QUOTE]
Doesn't help that firefox auto plays the first second before it mutes it.
[QUOTE=amcfaggot;33742366]I think garry should be our new forum admin :downs: (for real though, I don't think we need one, he's here enough as it is)[/QUOTE]
No I mean forum admin like forum owner it was a joke goddamnit.
Is there a reason people are using webm over youtube? Honestly the webm player is shit. Also with all the bitching people are doing you are just making people hate you when you post a webm. Anyways I am just going to disable it. If you upload a webm obviously you don't want people to watch it.
[QUOTE=Maurice;33742780]No I mean forum admin like forum owner it was a joke goddamnit.[/QUOTE]
Oh my bad :saddowns:
[editline]15th December 2011[/editline]
[QUOTE=high;33743045]Is there a reason people are using webm over youtube? Honestly the webm player is shit. Also with all the bitching people are doing you are just making people hate you when you post a webm. Anyways I am just going to disable it. If you upload a webm obviously you don't want people to watch it.[/QUOTE]
because html5
[QUOTE=high;33743045]Is there a reason people are using webm over youtube? Honestly the webm player is shit. Also with all the bitching people are doing you are just making people hate you when you post a webm. Anyways I am just going to disable it. If you upload a webm obviously you don't want people to watch it.[/QUOTE]
Because otherwise we couldn't deafen people with scrollable videos.
[QUOTE=amcfaggot;33743240]because html5[/QUOTE]
No, because until garry fucked it up, it was better than using YouTube. YouTube does HTML5 as well.
I think having variety is nice. webmTube away, waywo.
[editline]15th December 2011[/editline]
[QUOTE=r0b0tsquid;33700775][img]http://www4a.wolframalpha.com/Calculate/MSP/MSP69519ia867c2d35ahc400003109c0eahi9ebad8?MSPStoreType=image/gif&s=23&w=486&h=240[/img]
[img]http://i.imgur.com/N5FCV.png[/img]
Holy graphing calculator, Batman! :v:[/QUOTE]
I was updating the FPAPI and had to rewrite all of our test scripts because of major API changes (immediate caching for multiple parse calls, primarily), and I just wanted to tell you you're the biggest winner in the thread because of that post. (As if there was much doubt in the first place.)
What I'm working on: Music collection manager, almost like source control.
What I need help with: Anybody know of a cross-platform filesystem library that isn't Boost's?
The first thing that came to mind was physicsFS, but that's oriented towards video games. (That came to mind first since that's what I work on the most.) I'm sure other folks can suggest better generalized alternatives.
[QUOTE=DuCT;33744549]What I'm working on: Music collection manager, almost like source control.
What I need help with: Anybody know of a cross-platform filesystem library that isn't Boost's?[/QUOTE]
QT
[QUOTE=DuCT;33744549]Anybody know of a cross-platform filesystem library that isn't Boost's?[/QUOTE]
Why not Boost's?
[QUOTE=thisBrad;33744660]QT[/QUOTE]
Isn't that a bit overkill? Qt is fucking huge. Not exactly relevant but I found it funny that Qt just added support for multithreaded HTTP.
My school uses Turing, VB6 and C++ (VC5/6).
I heard today that we might be upgrading the school's computers from Windows XP to [URL="http://www.edubuntu.org/"]this[/URL].
Fuck yeah.
[QUOTE=Jookia;33746120]Why not Boost's?[/QUOTE]
Boost is my fallback if I can't find anything else. I'm curious as to what other alternatives are available.
[QUOTE=Rohans;33746148]Isn't that a bit overkill? Qt is fucking huge. Not exactly relevant but I found it funny that Qt just added support for multithreaded HTTP.
My school uses Turing, VB6 and C++ (VC5/6).[/QUOTE]
As far as I know there are no libraries made specifically for cross platform filesystem management. So really anything is overkill since it will come with other shit.
What sort of features do you need that the standard library doesn't have?
[QUOTE=DuCT;33746321]Boost is my fallback if I can't find anything else. I'm curious as to what other alternatives are available.[/QUOTE]
That doesn't answer my question. Why are you avoiding it?
[editline]16th December 2011[/editline]
[QUOTE=supersnail11;33746262]I heard today that we might be upgrading the school's computers from Windows XP to [URL="http://www.edubuntu.org/"]this[/URL].
Fuck yeah.[/QUOTE]
Yeah, that's not going to happen. Microsoft Office.
[QUOTE=Jookia;33746403]That doesn't answer my question. Why are you avoiding it?
[/QUOTE]
Because I want to know if their is anything else out there.
[QUOTE=DuCT;33746429]Because I want to know if their is anything else out there.[/QUOTE]
What happens if you find something else out there? Do you use that over Boost? Why?
[QUOTE=Jookia;33746581]What happens if you find something else out there? Do you use that over Boost? Why?[/QUOTE]
Yes. Why? Because I can. Boost isn't appealing to me. It's a pain setting it up, and to just use boost::filesystem I have to download the whole freaking package.
Sorry, you need to Log In to post a reply to this thread.