Open main menu

Difference between revisions of "Humongous Entertainment/Progress"

Mention .ini file issues in dog
m (Typo)
(Mention .ini file issues in dog)
Line 4: Line 4:
* Add support for drawWizComplexPolygon (For Ski Ride & Credits of pajama3)
* Add support for drawWizComplexPolygon (For Ski Ride & Credits of pajama3)
* Add support for shadows via XMAP resources in drawWizImage (Used by akos codec 32 too)
* Add support for shadows via XMAP resources in drawWizImage (Used by akos codec 32 too)
* Dog and probably other games may write non-ASCII characters and '=' into .ini fields values.
  An example of such entry is highscore: "_HS=!$Q!B  Ñ‘=m4". Hex representation of the value is
  "21 24 51 21  42 20 20 a3 3d 6d 34". Probably we substitute non-ascii characters as well as '='
  by \xYY like it is done in C.


== Sound system ==
== Sound system ==