Search:
Type: Posts; User: vombatus
Search took 0.01 seconds.
It can be very easily abused
a
Well, I meant that some mean people can go on a fest and rate anyone down since that going to be anonymous. If that won't be anonymous and will have some kind of...
Well, they couldn't have not fired him after all.
I also hope his career isn't ruined.
Here you go.
By the way, there's a site for all your weapon reference image needs
Huh? It's working for me (while being in Russia).
It says something that it's included in registry of sites containing information distribution of which is forbidden or 2) access if forbidden by...
I may be wrong, but SDL requires you to have a main() function declared fully, like in this example:
#include <SDL.h>
int main(int argc, char *argv[])
{
SDL_Init(SDL_INIT_EVERYTHING);
...
Color scheme by carlcalderon "Calydon"
Oh and forgot to actually post something pretty
http://i.imgur.com/CpCjMaj.png
it's an old pic of .ms3d model being loaded. Right now I am working on some...
Kate duh.
Also the font might look better with ubuntu mono
http://i.imgur.com/aexCWla.png
Nothing wrong (except you didn't t.close()) but you can do this:
bool loadShader(GLenum type, GLuint& shader, std::string filename)
{
std::ifstream filestream (filename.c_str());
if...
You probably meant vector iterator
sf::Sprite DrawStack()
{
for (std::vector<Entity>::iterator it = Stack.begin(); it != Stack.end(); ++it)
{
return (*it).GetSprite(); // or...
I'm not a pro myself but it looks like there's a lot of code reuse e.g.,
sf::Texture Tile::texture = sf::Texture();
bool Tile::initiated = false;
Tile::Tile(TileType type) // = Empty
{
...
Have you tried importing other .obj models? like this one
Post a link to social networks
Pfft. Here's some real hardcore programmer's progress:
http://i.imgur.com/iZgWb.png
YEEEEEEAAAH
Just a quckie whipped up to master Ncurses
In the meanwhile it works so slow and flickers so...
Where the heck are these line thingies?
i.e.
http://i.imgur.com/NdsHi.png
It's not fancy enough without them
An animated version of this in action would be awesome
When I was fiddling with all that OpenGL stuff I've read somewhere that "GLFW doesn't play nice with core profiles". So I recommend you to get a library like GLEW to get all that modern functionality
http://i.imgur.com/vgp2O.png
This is what 16x16x16 block of voxels mixed with uninitialized memory and some vertices buffering w/o checking for memory faults look like.
Feels good to be a bad...
http://rubyinstaller.org/downloads/
why's (poignant) guide to ruby will do
http://mislav.uniqpath.com/poignant-guide/book/chapter-1.html
if not...
This is the best andswer on making neat spheres you'll ever find. Or this one but it may be a bit confusing at first
I tried to make one from scratch:
http://i.imgur.com/UX8JJ.png
Everything...
Either Camstudio, VLC or VirtualDub but VirtualDub sucks at recording (still, sometimes it's enough)
oops
Aw forgot about audio recording, never actually used it sorry
Something like this
glm::mat4 model;
glm::mat4 view = glm::lookAt(glm::vec3(0, 20, 40), glm::vec3(0, 0, 0), glm::vec3(0, 1, 0));
glm::mat4 projection = glm::perspective(60.0f, 800.0f / 600.0f,...
There's definitely a problem with your setup, because it compiles succesfully
Can't help much but it could be caused by not having MSbuild.exe in your PATH variable (search for it and try adding...
A lot of people used to ask for OpenGL tutorials. Many found already, but anyway I'll dump my bookmark folder:
http://open.gl/
http://en.wikibooks.org/wiki/OpenGL_Programming...
So I am in progress of making a cool sphere out of octahedron by subdividing it's triangles:
http://i.imgur.com/qwF4U.png
though it looks no way like a sphere, actual subdividing is already done
sniff
huh
sniff sniff
Oh yes that smell
That smell, that spirit of WAYWO. Almost whole page of delicous arguing
Add dynamic map scrolling asap, later when you will have large codebase it's gonna be huge pain to rewrite
I don't think this is configurable on Android, the operating system scales the icons for me.
[/QUOTE]
I am late but can you upscale them yourself?
Icons will be 10 times better with nearest filter. Now it looks smooshed, not pixeley
Will be honest, too lazy to read your code. But I've done some experiments myself.
Can you make him take off the pants jeez
And it's also hard to guess who exactly is speaking
Don't know if it counts but it throws a StackOverflowException
Thanks a lot - I was looking exactly for second one for source. Soon there will be the best ToDo app, mark my words.
Does anybody remember program made by other fper that lets you open windows w/o borders? I really want it now (for todo)
I do that, but it's still useful for these times when you have to create a constant simplest-ever shader (no lightning etc)
It's easy: imagine yourself array as shelves: you put stuff in them (numbers, strings, chars etc)
int drawer[4] = {10, 20, 30, 40};
, and when you need something, you just open the shelf at...
Make sure you have MinGW\bin folder in your PATH variable
WinXP (stop laughing): doesn't even load
Lubuntu VM: Couldn't compile. CMake hates me on all OSes ;_;
some of them are used on Facepunch already :v:
he also has some awesome fonts for roguelikes:
http://i.imgur.com/O0DzI.png
Leave that choice in options, but keep toolbar as default
and maybe option to disable both
That's no learning if you're not doing anything
this
is the best suggestion so far
ONE OF US ONE OF US
But seriously google is your friend. Pick one:
1
2 or 2
3 or even better
4
You can try using classes from libraries, there're lots of them.
You also must include files without .lua part:
--no
require 'file.lua'
--yes
require 'file'
First doesn't work because dots...
You can do something like this:
@echo off
title Just enter password as it is
COLOR 1
:nope
set /p pass=
easy
http://imgs.xkcd.com/comics/password_strength.png
dude
(User was banned for this post ("Let me Google that for you" - Craptasket))