• What are you working on? v16
    5,004 replies, posted
[QUOTE=CarlBooth;28457989][media]http://www.youtube.com/watch?v=QLqyDloGm9U[/media][/QUOTE] For some reason I laughed hard when I read "I accidentally deleted my whole folder" and "Computer exploded" :v:
[QUOTE=CarlBooth;28457989][media]http://www.youtube.com/watch?v=QLqyDloGm9U[/media][/QUOTE] Instead of just disappearing from the list when ticket gets assigned, it should leave some kind of placeholder for a while with a message that the ticket was assigned.
Oh yeh, it also links with Active Directory to resolve the Display Names for all the users.
[QUOTE=devthered;28457302]Thanks. Sorry, im new to facepunch.[/QUOTE] If you're stuck for how to do something in a post, find someone else who's done it, and click reply. Then itll show you in the quote part :v:
Would anyone be interested in creating a tutorial on how to make a simple game for android? Something like Pong with openGL
I'm developing a quick thing to generate top trump cards from a JSON file. Off Topic: I only just noticed my post count dropped.
[code] 1 + 2-1*4 * (1+7) - 5 Plus -Multiply --Value = 1.0 --Value = 1.0 -Plus --Minus ---Minus ----Value = 0.0 ----Multiply -----Value = 5.0 -----Value = 1.0 ---Multiply ----Value = 1.0 ----Multiply -----Multiply ------Value = 1.0 ------Plus -------Multiply --------Value = 1.0 --------Value = 1.0 -------Plus --------Value = 0.0 --------Multiply ---------Value = 7.0 ---------Value = 1.0 -----Value = 4.0 --Multiply ---Value = 2.0 ---Value = 1.0 1 + 2-1*4 * (1+7) - 5 = -34.0 1 + 2-1*4 * (1+7 - 5 Expected token ')' at position 20 [/code] Yay.
[QUOTE=iPope;28459128]I only just noticed my post count dropped.[/QUOTE] What the hell, mine too! It used to be in the 1.5k :eek:
Garry deleted some forums, remember?
[QUOTE=Dlaor-guy;28459901]What the hell, mine too! It used to be in the 1.5k :eek:[/QUOTE] Garry, or some other mystical being has started/finished/is in the process of deleting old posts
Which forums have been deleted?
All subforum posts have been restored, but all posts before July 2010 have been deleted.
Just read the thread in GD.
Finally found some good tutorials and I'm actually making progress in my two-year quest to learn Java! [media]http://i.imgur.com/bx1VP.jpg[/media] The reaction when this popped up on my screen: [media]http://i.imgur.com/pRb06.png[/media]
[QUOTE=Nigey Nige;28460564]Finally found some good tutorials and I'm actually making progress in my two-year quest to learn Java! [media]http://i.imgur.com/bx1VP.jpg[/media] The reaction when this popped up on my screen: [media]http://i.imgur.com/pRb06.png[/media][/QUOTE] This is perhaps the single best snippet when doing any GUI work with java: [code] try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch(Exception e) { System.out.println("Error setting native LAF: " + e); } [/code] Write it before you make any sort of GUI. Your aesthetic sensibilities will thank you for it. Trust me.
I started learning C++ about a month ago, read a whole book on it and I got pretty comfortable with the language. I got the hang of pointers and the like pretty fast, as well as namespaces, classes, templates, structs, etc, etc Currently having a look at text and binary acess files, threads and networking. Just got a quick question, once I'm done with this I'll either turn to SFML or I'll learn how to work with the Windows API and either learn OpenGL or DirectX. If eventually something comes out of it, am I allowed to sell stuff made using SFML?
[QUOTE=DeanWinchester;28460993] If eventually something comes out of it, am I allowed to sell stuff made using SFML?[/QUOTE] Yep thats allowed
[QUOTE=TheBoff;28460780]This is perhaps the single best snippet when doing any GUI work with java: [code] try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch(Exception e) { System.out.println("Error setting native LAF: " + e); } [/code] Write it before you make any sort of GUI. Your aesthetic sensibilities will thank you for it. Trust me.[/QUOTE] Saved as "Incredibly important GUI snippet.txt". What does it do, though?
Looks like it makes it look like the OS, instead of Java's ugly UI.
[QUOTE=GranPC;28461133]Looks like it makes it look like the OS, instead of Java's ugly UI.[/QUOTE] [media]http://www.behindthehype.com/wp-content/uploads/2009/11/fuck-yes.jpg[/media]
Since when did this thread become 4chan? Edit: Talking about the reaction images on page 28... this post doesn't make much sense as a page king.
[QUOTE=Nigey Nige;28460564]Finally found some good tutorials and I'm actually making progress in my two-year quest to learn Java! [media]http://i.imgur.com/bx1VP.jpg[/media] The reaction when this popped up on my screen: [media]http://i.imgur.com/pRb06.png[/media][/QUOTE] Where is that second picture from? Tineye doesn't know about it.
Finally got around to having my maze generator solve the maze and show the solution. It can solve non-perfect mazes, but it probably won't find the shortest solution. I think I've had my fill of mazes for a while. [media]http://i120.photobucket.com/albums/o181/SamPerson12345/hurr.png[/media]
[QUOTE=Darwin226;28461414]Where is that second picture from? Tineye doesn't know about it.[/QUOTE] Just a miscellaneous image I picked up off 4chan's video games board. It's all the hand-drawn reaction faces piled into one picture. [QUOTE=Chris220;28461365]Since when did this thread become 4chan?[/QUOTE] since your muzzer
[QUOTE=GranPC;28461133]Looks like it makes it look like the OS, instead of Java's ugly UI.[/QUOTE] To be fair, it still looks pretty ugly and non-native in some places. [url=http://www.eclipse.org/swt/]SWT[/url] would be my UI toolkit of choice with Java (unless someone has resurrected the Qt bindings after Nokia killed them).
[QUOTE=ThePuska;28454025][url]http://www.sfml-dev.org/documentation/1.4/classsf_1_1Image.htm[/url] The image class already appears to contain GetPixel() and SetPixel() methods[/QUOTE] Hmm, that could work.. I'll try
[QUOTE=Dr Magnusson;28453332]I don't.[/QUOTE] I'd read into it, otherwise you may experience crashes. Unfortunately I don't know enough to tell you how you should align, I just know there are various situations where you can't just ignore memory alignment and get away with it. There's an article about it in Effective C++, and Stack Overflow probably has a few questions about it. Good luck.
What would be impressive, if someone wrote a maze generator, where the solution to the maze - if you drew it - made the outline of a face or something.
I've added alpha blending to Love (well, more control over it). It's upload to my repo right now. I'll link you guys when it's done. [editline]6th March 2011[/editline] Here you go! [url]https://github.com/mtwilliams/db-love[/url].
Now add 3d opengl control to it to free it from its 2-dimensional prison :v:
Sorry, you need to Log In to post a reply to this thread.