Skip to content

Latest commit

 

History

History
108 lines (71 loc) · 2.55 KB

CHANGES.rst

File metadata and controls

108 lines (71 loc) · 2.55 KB

Turbulenz Local Development Server

release-date:2013-11-12
  • Updated the way the deployment code sets timeouts for compatibility with the lastest versions of urllib3.
  • Fixed some mimetypes for IE11 support.
release-date:2013-10-30
  • Changed local carousel to order projects by last modified from left to right.
  • Updated package to use pylint 1.0 for code checks.
  • Added a scheme to allow launching apps with iOS developer client.
  • Fixed crash when running deploygame tool outside of a terminal.
  • Added mimetype to server up ktx files.
release-date:2013-07-30
  • Support for launching .tzjs files in the native client on Android
  • Fix issues with unicode characters in usernames
  • Fix import of Turbulenz SDK version
  • Fix for custom metrics events passed in batches with time offsets of 0
  • Refuse negative scores passed to leaderboards
  • Allow the deploygame tool to set the title on a project version
  • Fix expired delayed notifications not being deleted from the file system
release-date:2013-06-10
  • Fix issues with non lowercase and non alphanumeric characters in usernames
release-date:2013-06-03
  • Updated hub login to support remembering a users login details.
  • Improved project upload dialogs.
  • Moved common settings into a shared ini file between development and release environments.
  • Added a login panel (no password required) for cookie based logins. This allows testing multiple users on local.
  • Added Data Shares API endpoints.
  • Added Notifications API endpoints.
release-date:2013-05-21
  • Fixed deployment of games to the Turbulenz Hub when 7-zip binaries are not installed
release-date:2013-05-20
  • Add support to the customevents api for sending batches of events to minimize http requests
  • Update the routing for the save file handler which was not allowing saves when slugs contained non ascii characters
  • Fix the --clean command to match the documentation
  • Support new format of cached upload hashes from the Turbulenz Hub. This avoids the issue where files with matching content are uploaded with different filenames
  • Support saving of binary data in the local server save api
release-date:2013-05-02
  • First open source release