Difference between revisions of "Tidalis:0.850 Beta Release"

From Arcen Wiki
Jump to navigation Jump to search
Line 41: Line 41:
  
 
* The descriptions for a number of the special blocks and game modes have been updated to be more pleasant and less clinical.
 
* The descriptions for a number of the special blocks and game modes have been updated to be more pleasant and less clinical.
 +
 +
* Hitting escape (or pressing the menu button) from the Adventure Editor, Theme Editor, or Level Editor will now bring you back to the menu you were on that brought you into the editor (the advneture selector, the theme selectors, and the select-a-level-within-the-selected-level-set windows, respectively... try it, it makes sense), rather than back to the main menu.
  
 
== Bugfixes ==
 
== Bugfixes ==

Revision as of 17:27, 9 June 2010

New & Updated Levels

  • Adventure levels 73-76 have been added to the game.

New & Updated Art/Music/Sound

Gameplay Additions

Gameplay Updates

New Level Editor Features

  • The old Board Name field has been split into new Display Name and File Name fields.
    • The Display Name is what is shown in the application (and can contain special characters, as well as being localizable), and the File Name is what is stored on disk.
    • The old trick of putting underscore (_) at the start of a filename to make it invisible in the levels listing is still alive and well, but now those levels don't appear with an underscore when players actually play those levels via the adventure mode.
  • There is now a new Authored By field that allows people to "sign" levels with their name or nickname. When a level has an author filled in, that author is shown directly underneath the name of the level whenever anyone plays that level.

Misc

  • Delete saved-adventure function changed from control-left-click to an actual button on the continue adventure interface; to use click the delete button and then click the adventure you want to delete (it will prompt for confirmation).
  • Polished Stats window display.
  • Polished Credits display a bit (just removing excess scrolling room at the bottom, really).
  • Added Achievements tab to the Stats Window; it displays all achievements in the game (only 6 implemented as of this change-log entry), and time of completion (if any).
  • Added support for the IsPlushyPile attribute to the Cutscene SpriteDisplay element.
  • Split stats window Stats tab into two tabs: Summary Stats and Detailed Stats.
  • Split High Scores screen into an All-Time tab and a Daily tab.
  • Added level-details tooltips for when the mouse cursor is hovering over an adventure map node (or a level in the Play->Levels menu or the Level Editor level selection menu).
  • Theme select on Custom Game and Quick Game now displays the name of the theme in a tooltip when the mouse cursor hovers over a theme.
  • The descriptions for a number of the special blocks and game modes have been updated to be more pleasant and less clinical.
  • Hitting escape (or pressing the menu button) from the Adventure Editor, Theme Editor, or Level Editor will now bring you back to the menu you were on that brought you into the editor (the advneture selector, the theme selectors, and the select-a-level-within-the-selected-level-set windows, respectively... try it, it makes sense), rather than back to the main menu.

Bugfixes

  • Fixed bug in previous version preventing special blocks from being seeded in the initial block population of a level where the block frequencies were set in the editor.
  • Previously the GameLevelSets were all being individually reset whenever the parent list of level sets was reloaded. This was causing some minor inefficiency now, but would have caused linear slowing as more levels and more level sets were added (custom or otherwise). Fixed so that the levels sets don't affect each other, it just matters how many levels are in an individual set.
  • Previously if there was a savegame pointing to an invalid adventure (such as an adventure that had been uninstalled), it would not let the player play any adventure savegames. Fixed.
  • Fixed a missing localization error in the last version on certain types of special objectives (gaining a certain amount of points).
    • Thanks to RCIX for reporting.
  • Fixed several bugs with the handling of dropdown item tooltips with other tooltip-displaying items under the dropdown.
  • Fixed bug where scrolled-down dropdowns were not matching the mouse cursor against the right item for mouse-hover events (mainly tooltip display).
  • Fixed a bug that was saving the TimeLimit value in the place of NumberOfPlayers in high-score records.

Internal Programming Notes

Tidalis