CC Zone - Chip's Challenge Forum
Tile World 2.1 - 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: Tile World 2.1 (/thread-1647.html)

Pages: 1 2 3


Tile World 2.1 - Eric119 - 27-Mar-2014

Tile World 2.1 has been released. This release was created by Eric Schmidt (me), with assistance from Madhav Shanbhag.

http://www.pillowpc2001.net/TW2/download.html

From the Changelog:

* Main window layout changed; in particular, passwords are visible.
* Fixed Lynx toggle wall bug: if a level stopped running the instant a toggle button was pressed, the walls would toggle the next time play started.
* When selecting a level set, the game now tries to start on the level the player left off from, rather than the earliest unsolved level.
* MS mouse emulation bug fixed. (report and fix from David Stolp)
* Some "stuck key" problems fixed, such as Alt-Tab on Windows 7.
* The fileio.c patch, which fixes a .tws corruption problem on 64-bit Linux, has been applied.
* Added the ability to disable the display of CCX text when visiting or completing a level.
* Added ability to view CCX text via menu options.
* Messages displayed when winning, dying, or running out of time are now customizable via external file.
* When playback of the solution to the last level in the set finishes, the congratulatory message box wouldn't appear. Now it does.
* In Lynx mode, it is now possible to select the starting direction for the "random" force floors, by using the "f" key.
* Added settings file. There are currently two settings: (i) whether to display CCX text, and (ii) sound volume.
* Debug/cheat keys completely disabled for releases.
* In pedantic Lynx mode, when an entity attempts to leave the map, rather than play being halted, a warning is printed on stderr, and play continues as in non-pedantic mode.
* "Goto" menu item renamed "Enter Password", and greyed out during play. (Before, it could be selected, but it would not do anything.)
* Miscellaneous code changes not visible to users, to eliminate compiler warnings and for other reasons.


Tile World 2.1 - M11k4 - 27-Mar-2014

Great stuff! It was about time most of those things were fixed! Chip Win

Any chance we'll see another update that might incorporate some more requested features? I realize this might sound ungrateful right after an update, but I mean it more as an expression of hope and gratitude towards the work that's already been done. Slight smile


Tile World 2.1 - Eric119 - 27-Mar-2014

Quote:Great stuff! It was about time most of those things were fixed! Chip Win

Any chance we'll see another update that might incorporate some more requested features? I realize this might sound ungrateful right after an update, but I mean it more as an expression of hope and gratitude towards the work that's already been done. Slight smile


You can make whatever requests you want here. There will probably be more updates, but at the moment I'm not making any promises.


Tile World 2.1 - Flareon350 - 27-Mar-2014

Quote:* Messages displayed when winning, dying, or running out of time are now customizable via external file.


I just wanted to say thanks for adding this feature. Slight smile


Tile World 2.1 - Ihavenoname248 - 28-Mar-2014

Quote:* MS mouse emulation bug fixed. (report and fix from David Stolp)
Does this mean Skelzie's bold can be scored in Tile World yet, or do I have to wait until another update emulates that Tongue


Tile World 2.1 - M11k4 - 28-Mar-2014

Quote:Does this mean Skelzie's bold can be scored in Tile World yet, or do I have to wait until another update emulates that Tongue
No, this was something different. It involved timing of mouse clicks and interacted with sliding blocks, for example. Tile World used to allow mouse clicks on at any time, but MSCC did not. I think I scored a route of 78 on Annoying Wall in TW 2.0 that wasn't possible in the original game.


Tile World 2.1 - uyjulian - 01-Apr-2014

EDIT: Found out why it isn't compiling on Macs.

It isn't using the right include directories.


Tile World 2.1 - Metalmarsh89 - 04-Apr-2014

Much appreciated. The sticky keys from hitting alt+tab was not an enjoyable feature from before.

Thank you. Thumbs up


Tile World 2.1 - The Architect - 10-Apr-2014

Has anyone used this on Windows 8 (with touchscreen, touchpad and keyboard), and had an issue where the application loses keyboard focus at apparently random intervals?


Tile World 2.1 - uyjulian - 10-Apr-2014

The makefile are using the wrong qt include directory for mac.

Correct qt include directory is (qtdir)/lib/Qt(module).framework/Headers