Tasks:Adonthell 0.3: Difference between revisions

From Adonthell
Jump to navigation Jump to search
m Changes for all platforms: more things completed
m more tasks closed, new added
Line 14: Line 14:
* <span style="text-decoration: line-through;">Improve speed of extro cutscene</span> (done)
* <span style="text-decoration: line-through;">Improve speed of extro cutscene</span> (done)
* <span style="text-decoration: line-through;">Allow skipping of extro</span> (done)
* <span style="text-decoration: line-through;">Allow skipping of extro</span> (done)
* Support SDL2 if feasible
* <span style="text-decoration: line-through;">Support SDL2 if feasible</span> (ported)
* Update README and related files
* <span style="text-decoration: line-through;">Update README and related files</span> (first pass complete)
* <span style="text-decoration: line-through;">Remove FULLSCREEN.howto</span> (done)
* <span style="text-decoration: line-through;">Remove FULLSCREEN.howto</span> (done)
* <span style="text-decoration: line-through;">Locate music files with higher bitrate</span> (in progress)
* <span style="text-decoration: line-through;">Locate music files with higher bitrate</span> (in progress)
* update GPL header in source files to lastest (see achievements.cc)
* improve usage of const, passing by reference throughout code
* migrate code to git
* migrate code to git
* rename configure.in to configure.ac
* rename configure.in to configure.ac
Line 35: Line 37:


= Linux tasks =
= Linux tasks =
* Make fullscreen mode the default
* <span style="text-decoration: line-through;">Make fullscreen mode the default</span> (done)
* <span style="text-decoration: line-through;">.desktop file + icon</span> (done)
* <span style="text-decoration: line-through;">.desktop file + icon</span> (done)
* create source tarball and verify everything is included
* <span style="text-decoration: line-through;">create source tarball and verify everything is included</span> (done)


= OSX tasks =
= OSX tasks =
* <span style="text-decoration: line-through;">compile on OSX 10.11</span> (done)
* <span style="text-decoration: line-through;">compile on OSX 10.11</span> (done)
* compile with sandbox enabled
* compile with sandbox enabled
* create App bundle and test under 10.6 and 10.11
* <span style="text-decoration: line-through;">create App bundle and test under 10.6 and 10.11</span> (test on 10.6 pending)
* try to compile on OSX 10.4 and fix big endian issues introduced by porting to SDL2


= Windows tasks =
= Windows tasks =
* compile for Win64
* compile for Win64
* create installer
* create installer

Revision as of 15:29, 15 June 2016

ToDo-List for adonthell 0.3.6 release

Testing tasks

  • gcc 6 / c++-14 (done, working)
  • gcc 5 / c++-11 (done, working)
  • Python < 2.6 (done, Python 2.3 confirmed working)
  • In-game Python console (done, working)
  • Run with valgrind and fix most severe leaks

Changes for all platforms

  • Debug and fix Erek stuck in cellar (done)
  • Improve speed of extro cutscene (done)
  • Allow skipping of extro (done)
  • Support SDL2 if feasible (ported)
  • Update README and related files (first pass complete)
  • Remove FULLSCREEN.howto (done)
  • Locate music files with higher bitrate (in progress)
  • update GPL header in source files to lastest (see achievements.cc)
  • improve usage of const, passing by reference throughout code
  • migrate code to git
  • rename configure.in to configure.ac
  • verify code docs can be created or remove related files/configure checks
  • Support Python 3 (done)
  • Implement simple in-game option window (done)
  • Assemble working dlgedit (done)
  • Implment in-game achievements (done)
  • Improve conditions for Fellnir's in-game hints (no change required)
  • configure: add Python/SWIG sanity checks (done)
  • Use proper paths for configuration file and saved games (Linux/OSX/Windows)
  • Add missing link in Talans dialogue, when confronting him but not immediately picking proper option (no change required)
  • Convert OSX highres icon for use on Linux/Windows (done)
  • Fix outdated info in extro scroll text (done)
  • remove libtoolize invocation from autogen.sh -- probably not required (done)
  • update gettext support in wastesedge to latest (done)

Linux tasks

  • Make fullscreen mode the default (done)
  • .desktop file + icon (done)
  • create source tarball and verify everything is included (done)

OSX tasks

  • compile on OSX 10.11 (done)
  • compile with sandbox enabled
  • create App bundle and test under 10.6 and 10.11 (test on 10.6 pending)
  • try to compile on OSX 10.4 and fix big endian issues introduced by porting to SDL2

Windows tasks

  • compile for Win64
  • create installer