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 - 16-Mar-2014

Looks like I'll have to learn a whole new rendering system...

GLFW error: NSGL: The targeted version of OS X only supports OpenGL 3.2 and later versions if they are forward-compatible


Puzzle Studio - uyjulian - 06-Apr-2014

Okay, I tried Puzzle Studio in Wine, and now I have this right arrow key problem...

How to fix, how to fix...

EDIT:Fixed the problem!


Puzzle Studio - uyjulian - 06-Apr-2014

Okay guys, I have fixed the problem, redownload Puzzle Studio from the usual page (https://sites.google.com/site/awertyb/puzzle-studio)

Tell me of any more problems please, thank you.


Puzzle Studio - mobius - 17-Aug-2014

I know it's been a while but I'd still like to work on the graphics a little. Would it be possible to use some of the graphics from TileWorld? I'm talking mostly about the enemies here. I'd like to make new graphics for other things like doors, and green slime.

Also the player character, I'd like to make my own but don't garentee that will work out. Using the tileworld graphic would be really nice and easy.

I hope your still working on this.


Puzzle Studio - uyjulian - 25-Aug-2014

Quote:I know it's been a while but I'd still like to work on the graphics a little. Would it be possible to use some of the graphics from TileWorld? I'm talking mostly about the enemies here. I'd like to make new graphics for other things like doors, and green slime.

Also the player character, I'd like to make my own but don't garentee that will work out. Using the tileworld graphic would be really nice and easy.

I hope your still working on this.
I'm still working on this, I'm cleaning up the code right now (however school started so it may take longer)


Puzzle Studio - uyjulian - 11-Oct-2014

All right, I'm back, and I have cleaned up the Puzzle Studio code quite a bit, woo~!

WIP features:

Audio loads faster

Cross Platform (play on Linux or Mac)

Multiple levels in one file

Configure file

High score saving system

Convert chips.dat into a Puzzle Studio level file (Chuck's Challenge can't do this!)

A lot of stuff moved out of the engine and into the .lua files

This should make for a nice, nice treat!

Also, I have been reading the yahoo mailing list archives, couldn't see if it was released into the public domain, released under a license such as BSD/GPL, or etc.


Puzzle Studio - uyjulian - 29-Nov-2014

Feature roundup:
  • JSON format now used for level saving (instead of Lua), safer and faster
  • Most of the old OpenGL functions have been removed (bye bye glBegin!)
  • Removed music (it just made the program load longer)
  • More stuff removed from the engine and into the .lua files
  • GLU removed
  • Win32 functions mostly removed (still got the message boxes and the file chooser)
  • Switched to GLFW
  • Now requires Freetype (no longer uses Win32 font functions)
  • Stopped using strings for the directions, so you won't get the bug where you can't go right anymore
  • "Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience"
Todo:
  • Multiple levels in one file (aka "levelset")
  • Fix crashing bug on Mac
This release isn't out yet, because I need to test it more.


Puzzle Studio - uyjulian - 20-Dec-2014

All right, I'll release the new version under a different name, since the code is pretty much rewritten.

There will be NO more new versions of Puzzle Studio, this is the final version.

Download is below.

https://sites.google.com/site/awertyb/puzzle-studio


Puzzle Studio - chipster1059 - 13-May-2015

What will happen to Puzzle Studio now that CC2 is going to get released?


Puzzle Studio - uyjulian - 19-May-2015

Quote:What will happen to Puzzle Studio now that CC2 is going to get released?
Don't worry, I'm still working on it in my spare time :-)

I implemented most of the CC2 elements now, but I want to make sure it works on Windows, Mac and Linux (since I'm programming it entirely in Lua (with ffi) now, no more native code)

Also, I have a Chip's Challenge level importer, but I'm not going to release that yet.



Oh, and I'm going to push out an bugfixed release, which fixes problems moving east.

I'll only put out bugfixed releases, at least for the time being.

Edit: here's the bugfixed release: https://github.com/uyjulian/PuzzleStudio/releases/download/v1.1/PuzzleStudio.zip