• What Are You Working On? July 2015
    1,392 replies, posted
[vid]http://cld.moe/output.webm[/vid] When you start porting these kinda games you start noticing so many visual glitches along these lines, that never stood out before, and you now can't unsee ever again.
[QUOTE=WeltEnSTurm;48222589]window manager woop woop [url]https://github.com/weltensturm/flatman/tree/master[/url][/QUOTE] Beef up your readme man, what's cool about your wm? Why should I try/contribute to it?
[QUOTE=WeltEnSTurm;48222589]window manager woop woop [url]https://github.com/weltensturm/flatman/tree/master[/url][/QUOTE] You should upload your extra packages to dub (the ws and x11 ones), would make it easier for people to get the wm :v: (also rare seeing another D programmer, looks neat)
I got sick of having to declare all my classes, so I made it programmatically make them. [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; using System.Dynamic; using System.Reflection; namespace TimGame { class ClassLoader { public dynamic Autoload; public ClassLoader() { Autoload = new ExpandoObject(); } private Type[] GetTypes(Assembly Assembly, string Scope="TimGame.Autoloader" ){ return Assembly.GetTypes().Where(t => String.Equals(t.Namespace, Scope, StringComparison.Ordinal)).ToArray(); } public void ComputeClasses( Action Callback=null ) { Type[] NamespaceClasses = this.GetTypes(Assembly.GetExecutingAssembly()); for (int i = 0; i < NamespaceClasses.Length; i++) { if (NamespaceClasses[i].IsAbstract) continue; ((IDictionary<string, object>)this.Autoload)[NamespaceClasses[i].Name] = Activator.CreateInstance( NamespaceClasses[i] ); } if (Callback != null) Callback(); } } } [/code] Possibly the most useful code I've ever written.
FUCK YES FUCK YES HOLY SHIT [img]http://puu.sh/j27Qc/8732508e49.jpg[/img] I FUCKING FINALLY RENDERED TEXT FOR THE FIRST TIME IN MY LIFE (i failed twice before after working on them both for extended amounts of time) HOLY FUCKING SHIT I'M SO HAPPY
What did you miss?
[QUOTE=JohanGS;48226951]What did you miss?[/QUOTE] i've been working on this for a straight 5 or 6 days, i learned so much about rendering; for most of the time, nothing was coming out at all. I was flying blind, and just combing over my code, seeing something that I knew was wrong, fixing it, hoping the text would magically appear, and it didn't. i get sad, get an idea, find another thing that's wrong, repeat said process for a few days. finally, stuff starts to render, and then progress snowballs from there. i find that you usually learn more about new APIs when you have to debug code you've written and i'm so glad, i learned so much
God damnit, I keep mixing up this thread with What are you Thinking?
[QUOTE=NixNax123;48227035]i've been working on this for a straight 5 or 6 days, i learned so much about rendering; for most of the time, nothing was coming out at all. I was flying blind, and just combing over my code, seeing something that I knew was wrong, fixing it, hoping the text would magically appear, and it didn't. i get sad, get an idea, find another thing that's wrong, repeat said process for a few days. finally, stuff starts to render, and then progress snowballs from there. i find that you usually learn more about new APIs when you have to debug code you've written and i'm so glad, i learned so much[/QUOTE] Congratulations dude! You faced the black void of OpenGL debugging and came out victorious!
[QUOTE=Sam Za Nemesis;48216629]It's been a while since I posted here, I've got back on my project and I'm revamping all of it's UI for a presentation, I have implemented CEF in the Alien Swarm engine and also added a bunch of hooks between the pages and the engine, hopefully in an effort to completely replace what I have left in VGUI, things still look a bit wonky, [url=http://image.noelshack.com/fichiers/2015/29/1437006587-untitled.png]a lot of things I wanted didn't work because I haven't been able to get CSS transformation working on the wrapper[/url] [vid]http://my.mixtape.moe/zkfcoc.mp4[/vid][/QUOTE] Lmao nice stolen content you have there bro [url]http://thefeeltrain.github.io/[/url] ([url]https://github.com/thefeeltrain/thefeeltrain.github.io[/url])
[QUOTE=Neddy;48228065]Lmao nice stolen content you have there bro [url]http://thefeeltrain.github.io/[/url] ([url]https://github.com/thefeeltrain/thefeeltrain.github.io[/url])[/QUOTE] I don't even :suicide:
[QUOTE=Neddy;48228065]Lmao nice stolen content you have there bro [url]http://thefeeltrain.github.io/[/url] ([url]https://github.com/thefeeltrain/thefeeltrain.github.io[/url])[/QUOTE] Oh shit
[QUOTE=Neddy;48228065]Lmao nice stolen content you have there bro [url]http://thefeeltrain.github.io/[/url] ([url]https://github.com/thefeeltrain/thefeeltrain.github.io[/url])[/QUOTE] Did you even check the license of that project before accusing someone of stealing something?
[QUOTE=cartman300;48228341]Did you even check the license of that project before accusing someone of stealing something?[/QUOTE] You're also forgetting that the license states that he must have some sort of credits and give credit to the maker. That is written no where. Infact he even removed the credits bit.
[QUOTE=Neddy;48228416]You're also forgetting that the license states that he must have some sort of credits and give credit to the maker. That is written no where. Infact he even removed the credits bit.[/QUOTE] It's not like we've seen the source, what's important is that credit is given whenever he redistributes the version he works on himself and licensing is done properly, not that he links to it whenever he shows anything from his work. But certainly, it would be kind to give proper credit even when doing so.
[QUOTE=Profanwolf;48228438]It's not like we've seen the source, what's important is that credit is given whenever he redistributes the version he works on himself and licensing is done properly, not that he links to it whenever he shows anything from his work. But certainly, it would be kind to give proper credit even when doing so.[/QUOTE] Yes, I am actually one of the guys who worked on that menu that he copied, credit needs to be given when it is due. [IMG]http://i.imgur.com/g1rUZYy.png[/IMG]
We made a jam game shown at 7:25 in this video about lessions learned at the London VR Jam Chet from valve is trying to find a soap bar to throw at the bear who is trying to take a shower. The bear doesn't have soap, and is very upset about it. He failed. [video=youtube;tQQPuZPWCN4]https://www.youtube.com/watch?v=tQQPuZPWCN4[/video]
[QUOTE=Shadow fita;48229127]Yes, I am actually one of the guys who worked on that menu that he copied, credit needs to be given when it is due. [IMG]http://i.imgur.com/g1rUZYy.png[/IMG][/QUOTE] So he stole a fan port of a AAA game's menu to put in a potentially retail game. That's never going to backfire :v:
[QUOTE=chimitos;48229976]So he stole a fan port of a AAA game's menu to put in a potentially retail game. That's never going to backfire :v:[/QUOTE] Especially not considering it's under [URL="http://creativecommons.org/licenses/by-nc-sa/4.0/"][IMG]https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png[/IMG][/URL] :eng101s:
Maybe he ain't posting because he doesn't know what to say? But yeah, assumptions are never good, I got into trouble that way many times.
[QUOTE=Fourier;48230223]Maybe he ain't posting because he doesn't know what to say? But yeah, assumptions are never good, I got into trouble that way many times.[/QUOTE] Kinda hard to reply when the guy is banned.
[t]http://i.imgur.com/G0s5Z0R.png[/t] Working on the console for my game, now I have somewhere to look when my shit breaks.
[QUOTE=Fourier;48230223]Maybe he ain't posting because he doesn't know what to say? But yeah, assumptions are never good, I got into trouble that way many times.[/QUOTE] I spoke with Sam and he's agreed to credit TheFeelTrain and I. Just for clarification, Sam says that he was using an early commit so the credits button was not there. If possible could he be unbanned? *edit* Turns out he wasnt banned for that, but it still stands.
[QUOTE=Shadow fita;48230425]I spoke with Sam and he's agreed to credit TheFeelTrain and I. Just for clarification, Sam says that he was using an early commit so the credits button was not there. If possible could he be unbanned? *edit* Turns out he wasnt banned for that, but it still stands.[/QUOTE] Just you two? What about the rest of the people that contributed to the repository? [thumb]http://i.imgur.com/x0PZ6Gd.png[/thumb]
Rip Rantbot [t]http://novaember.com/s/8f9453/CsEdSo.png[/t]
[QUOTE=cartman300;48230516]Just you two? What about the rest of the people that contributed to the repository? [thumb]http://i.imgur.com/x0PZ6Gd.png[/thumb][/QUOTE] The stuff he is using seems to be Train and I's work before the others contributed, heck it might be before I contributed. The point is my name is in the licensing for the menu so I can give him permission to use it etc.
[QUOTE=Neddy;48228416]You're also forgetting that the license states that he must have some sort of credits and give credit to the maker. That is written no where. Infact he even removed the credits bit.[/QUOTE] thats not how that license works. if the credits is in the menu then it'd be breaking the license. :toadleave: [editline]17th July 2015[/editline] (because, according to the license, you're not supposed to give credit in a way that looks like you're endorsing him)
I'd just avoid all the drama and make a new menu.
[QUOTE=layla;48230724]I'd just avoid all the drama and make a new menu.[/QUOTE] its not waywo without drama™
[QUOTE=Darkwater124;48230520]Rip Rantbot [t]http://novaember.com/s/8f9453/CsEdSo.png[/t][/QUOTE] [img]http://i.imgur.com/HgycLaO.png[/img] [code]What the fuck did you just fucking say about me, you <adj> <substance>? I’ll have you know I graduated top of my class in the [case:title]<noun-weapon> <noun-animal.s>[case:none], and I’ve been involved in numerous secret raids on Al-<state>, and I have over {[num:200;1000]} confirmed kills. I am trained in <noun-animal> warfare and I’m the top <noun-job> in the entire US armed forces. You are nothing to me but just another <noun>. I will wipe you the fuck out with <abstract-concept> the likes of which has never been seen before on this <place-outdoor>, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. You’re fucking dead, <title>.[/code]
Sorry, you need to Log In to post a reply to this thread.