Page 2 of 3

Posted: Mon Sep 28, 2009 8:11 pm
by zamros
i got sdl.dll not found.....?

Posted: Tue Sep 29, 2009 8:05 am
by Nixon
search your computer for sdl.dll and copy that to the folder with the program in it. That is what I had to do.

Posted: Tue Sep 29, 2009 10:49 am
by Truncheon
Damn, sorry about that guys. I'm uploading a new zip file with SDL.dll included now.

I'm not sure if this is legal, however.

Posted: Tue Sep 29, 2009 3:25 pm
by astral
Truncheon wrote:Damn, sorry about that guys. I'm uploading a new zip file with SDL.dll included now.

I'm not sure if this is legal, however.
It's perfectly legal to include SDL.dll in the package for your application, per the license.

The only time you have to worry with SDL is when you statically link SDL (compile the actual SDL source into your application so that SDL.dll is not required anymore). In this case, you must provide a way for the user to relink your application with a custom version of SDL to meet the licensing requirements.

Posted: Tue Sep 29, 2009 5:01 pm
by Microwave
Nice job, this program is cool. Is there a way to display a variable's value? I'm making a str variable and just want to see it display the changes of value.

Posted: Tue Sep 29, 2009 5:41 pm
by Truncheon
Microwave wrote:Nice job, this program is cool. Is there a way to display a variable's value? I'm making a str variable and just want to see it display the changes of value.

Code: Select all

#set ch 97
#char ch

#hud 0 7 string_to_display flagname

Posted: Wed Sep 30, 2009 9:45 pm
by Truncheon
A new revised version of uzzt has been uploaded.

Posted: Tue Oct 06, 2009 1:40 am
by Truncheon
NEW RELEASE (alpha revision 2)


* fixed problem with movable elements (sliders, boulders etc) being able to move objects
* fixed problem with player and objects not calling :shot label when shooting while adjacent to target
* fixed #take command problem
* fixed issue with '#bind' not allowing object to receive sends
* fixed how objects receive sends (all external sends except :thud fail on a locked object)
* fixed stars (they now cannot be shot, and do not die when hitting other elements)
* fixed problem with internal sends to non existing labels

* added alt glyph set editor
* added board transport command '#board'
* added a non object based script to act as master program
* added basic hud customization

Download: http://oculos.co.uk/

Posted: Tue Oct 06, 2009 1:42 am
by Truncheon
...

version beta

Posted: Tue Oct 13, 2009 9:02 am
by Truncheon
NEW BETA RELEASE

* fixed a serious bug in the '#set' code
* fixed textbox issue where commands between lines of text would force seperate text boxes - (you must now call the #endtext command to display the text box)
* fixed some subtle problems with passages and re-enter coordinates
* fixed the #change command, which was able to change the player into other elements (the player can still be changed into another player with a different colour)
* modified #if so that you can compare one flag against another (#if flag eq flag2)
* modified #put so you can store elements in an alternate space in the same tile (#put alt y x element)

* added #altswap command, which replaces all normal elements with those created using "#put alt"
* added #rset to store random number in flag (random number is between 1 and number specified)

* added #ifa command to check for a particular element at y x coords

Download: http://oculos.co.uk/

Posted: Fri Oct 16, 2009 6:51 pm
by Truncheon
NEW RELEASE UPDATE (beta revision 1)

* fixed bug in the code to move player (when pushers and others move into the player)

* fixed subtle problem with #walk mode

* fixed a problem with re-enter coordinates

* added changes to the text editor, making it less time consuming to use

* added code for invisible elements and ricochets

* added tab draw mode

* added #tport command for teleporting player within the same board

* added key response support in OOP - the :keypress label is called when a key is pressed (the ascii number of the pressed key is added to the global counter KEYPRESS)

Download: http://oculos.co.uk/

Posted: Mon Oct 19, 2009 9:28 pm
by Truncheon
A FEW CHANGES (beta r2)

* fixed the text processor - chars between 0 and 32 are now exported to textfile in a safe manner

* fixed bug in FF loader - no more seg faults

* changed text output - a single line of OOP text displays on the hud, instead of in the text box

* added #cut command, for toggling cutscene mode; custscene mode removes player from the board, and locks all player key actions (cut mode is turned off when calling the #board teleport command)

* added scroll and slime support

Download: http://oculos.co.uk/

Posted: Fri Oct 23, 2009 12:55 am
by Jotz
I like how this is progressing. This may be my new GCS of choice.

Posted: Fri Oct 23, 2009 2:28 pm
by Zenith Nadir
welp, that's the death knell

Posted: Wed Oct 28, 2009 9:31 pm
by Truncheon
:agh: