Bug 99000 - [MAINTAINER] games/xmoto: Update to 0.1.16, lua 5.1
Summary: [MAINTAINER] games/xmoto: Update to 0.1.16, lua 5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 04:40 UTC by Dmitry Marakasov
Modified: 2006-06-16 13:40 UTC (History)
0 users

See Also:


Attachments
xmoto-0.1.16.patch (1.28 KB, patch)
2006-06-16 04:40 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2006-06-16 04:40:16 UTC
* Update to 0.1.16
Changes:
 - Ghost replays while playing.
 - Game should work with AMD64 again now. The long standing corrupted fonts in editor-bug on AMD64 has also been fixed.
 - Automatic list of screen resolutions (patch by Emmanuel Gorse).
 - Scripted levels are now recordable.
 - PreDraw() in script is not good because it depends on framerate, use Tick() instead.
 - Hitting "return" while playing now restarts the level immediately.
 - A sound is played when you make a new highscore.
 - Optional automatic saving of replays if it's a highscore.
 - Mouse buttons can now be used to control the bike.
 - A button to view a highscore's replay easily, and downloads it if it is missing.
 - Updated to support the new Lua 5.1.
 - Faster scanning of replays.
 - Game no longer crashes if a level is using an unknown texture.
 - Some bugs fixed.
 - Editor: Supports use of &lt; and &gt; instead of < and > in embedded scripts.

* Move from lua 5.0 (lang/lua50) to lua 5.1 (lang/lua)
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-06-16 13:16:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-06-16 13:40:38 UTC
State Changed
From-To: open->closed

Committed, thanks!