CC Zone - Chip's Challenge Forum
Puzzle Studio - Printable Version

+- CC Zone - Chip's Challenge Forum (https://forum.bitbusters.club)
+-- Forum: Chip's Challenge (https://forum.bitbusters.club/forum-4.html)
+--- Forum: Programs and Editors (https://forum.bitbusters.club/forum-16.html)
+--- Thread: Puzzle Studio (/thread-2059.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11


Puzzle Studio - uyjulian - 17-Feb-2014

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).


Puzzle Studio - FJepsen - 17-Feb-2014

Quote:What keyboard layout do you have? Mine is US (English).
Mine is danish.


Puzzle Studio - uyjulian - 19-Feb-2014

Quote:Mine is danish.
Well, i don't know if the keycode for the arrow keys are different...


Puzzle Studio - uyjulian - 19-Feb-2014

I redirected some people to my puzzle studio page, only like 9 clicks out of 200 views.


Puzzle Studio - uyjulian - 20-Feb-2014

I just can't figure out this error:

¼p: [string "¼..."]:1: '=' expected near 'char(27)'


Puzzle Studio - uyjulian - 22-Feb-2014

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!


Puzzle Studio - uyjulian - 23-Feb-2014

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.


Puzzle Studio - uyjulian - 25-Feb-2014

Unstable source code:

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

Somewhat broken.


Puzzle Studio - uyjulian - 07-Mar-2014

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.


Puzzle Studio - uyjulian - 15-Mar-2014

Okay, I have archived the yahoo group message and files.

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