Puzzle Studio
#81
Quote:I have the same problem. Nothing happens when I press the 'right' arrow key.
What keyboard layout do you have? Mine is US (English).
Reply
#82
Quote:What keyboard layout do you have? Mine is US (English).
Mine is danish.
Reply
#83
Quote:Mine is danish.
Well, i don't know if the keycode for the arrow keys are different...
Reply
#84
I redirected some people to my puzzle studio page, only like 9 clicks out of 200 views.
Reply
#85
I just can't figure out this error:

¼p: [string "¼..."]:1: '=' expected near 'char(27)'
Reply
#86
Quote:I just can't figure out this error:

¼p: [string "¼..."]:1: '=' expected near 'char(27)'
Aah, figured out why.

Lua doesn't like unicode.



Also, can't figure out why I can't get text to properly render: https://i.imgbomb.com/3QYwR.png



And I still need a timer. Ugh windows!
Reply
#87
Well, I now have a working timer.

But now I am getting this error e_e after I enable GL debugging...

render(): ps/library/gl.lua:43: glEnd: GL_INVALID_OPERATION: The specified operation is not allowed in the current state.

Man, these vague errors.
Reply
#88
Unstable source code:

https://github.com/uyjulian/PuzzleStudio/tree/unstable

Somewhat broken.
Reply
#89
Okay, I figured out why I am getting OpenGL errors.

I need to add these code:

Code:
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 2);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0);
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_ANY_PROFILE);

glfwWindowHint(GLFW_RESIZABLE, GL_FALSE);

//then create GLFW window

I reformatted my Windows XP computer (it was getting very slow) so updates may not come in a while.
Reply
#90
Okay, I have archived the yahoo group message and files.

I just need to clean up the messages (ugly yahoo interface!!!!!) then upload.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)