Files
teeworlds/_service
T
jubalh fb728e2e8f Accepting request 696884 from home:mnhauke:games
- Update to version 0.7.3.1
  * fixed using correct array measurements when placing egg doodads
  * fixed demo recorder downloaded maps using the sha256 hash
  * show correct game release version in the start menu and console
  * Fix platform-specific client libraries for Linux

- Update to version 0.7.3
- Use cmake instead of the bam build-system
- Drop not longer needed patches:
  * bam-0.5.patch
  * desktop.patch
  * teeworlds-0.6.0-datadir.patch
  * teeworlds-0.6.4-extlibs-optflags.patch
- Changes since 0.7.2
  * advanced scoreboard with game statistics
  * joystick support (experimental!)
  * copy paste (one-way)
  * bot cosmetics (a visual difference between players and NPCs)
  * chat commands (type / in chat)
  * players can change skin without leaving the server (again)
  * live automapper and complete rules for 0.7 tilesets
  * audio toggling HUD
  * an Easter surprise...
- Changes since 0.7.1
  Features:
  * Christmas special update.
  * Colorful gametype and level icons in the browser instead of
    grayscale.
  * Add an option to use raw mouse inputs, revert to (0.6) relative
    mode by default.

OBS-URL: https://build.opensuse.org/request/show/696884
OBS-URL: https://build.opensuse.org/package/show/games/teeworlds?expand=0&rev=25
2019-04-23 06:16:14 +00:00

18 lines
594 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/teeworlds/teeworlds.git</param>
<param name="package-meta">no</param>
<param name="revision">master</param>
<param name="scm">git</param>
<param name="filename">teeworlds</param>
<param name="parent-tag">0.7.3.1</param>
<param name="versionformat">0.7.3.1</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>