Revisions of bzflag

buildservice-autocommit accepted request 1149585 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 43)
baserev update by copy to link target
buildservice-autocommit accepted request 1037162 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 41)
baserev update by copy to link target
Carsten Ziepke's avatar Carsten Ziepke (Kieltux) accepted request 1036998 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 40)
- Update to version 2.4.26
  * Audio pops should be fixed.
  * Positional audio in observer mode now uses the camera direction
  * Fixed a regression that caused some textures to render skewed.
  * Fixed the Machine Gun firing continuously when the mouse wheel
    is used to fire.
buildservice-autocommit accepted request 1035953 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 39)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) committed (revision 38)
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) committed (revision 37)
buildservice-autocommit accepted request 962102 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 36)
baserev update by copy to link target
Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) accepted request 961450 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 35)
- Update to 2.4.24
  * Don't crash when removing the BZFS Cron server-side player
  * Announce who adjusted the countdown with /modcount
  * Add support for Apple silicon builds
  * Work around an SDL 2.0.20 event handling regression
  * Do not explicitly link to X11 when using SDL
- Run spec-cleaner
- Fix encoding of rc.bzflagserver, changed to UTF8
- Fix obsolete-suse-version-check warning
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 914396 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 34)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features\#Systemd_hardening_effort
buildservice-autocommit accepted request 876033 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 33)
baserev update by copy to link target
Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) accepted request 875796 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 32)
- Update to 2.4.22
  * Fix many issues with SDL 2 window management.
  * The playHistoryTracker plugin now tracks kills correctly.
  * Local shotID was not being set in bz_eShotFiredEvent.
  * Send active autopilot statuses to a joining player.
  * Fix solo bots being kicked when rejoining to a server.
  * Fix the backspace key not working on the bzadmin Curses menu.
buildservice-autocommit accepted request 816794 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 31)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 816534 from Mathias Homann's avatar Mathias Homann (lemmy04) (revision 30)
- Update to 2.4.20
  * Reorganization of the menus to improve usability - Scott Wichser
  * Add bz_isWithinWorldBoundaries to API - Vladimir Jimenez
  * Use teleporter names in /saveworld .obj exports - Vladimir Jimenez
  * Add bz_getSpawnPointWithin to API - Vladimir Jimenez
  * Fix NetHandler compiler errors on Alpine Linux - Jim Melton
  * Significantly improve platform-dependent header imports - Jim Melton
  * Only perform texture conversion to internal format once - Alfredo Tupone, Scott Wichser
  * Removal of never used logic for expiring builds - Zehra
  * Radar size and console height are controlled with BZDB variables - The Noah
  * Add bz_getNearestFlagSafetyZone to the API - Vladimir Jimenez
  * Don't allow hunt to be used when not connected to a server - Zehra
  * Improve vsync settings with SDL2 - Joshua Bodine
  * Ignore the -NSDocumentRevisionsDebugMode YES option in Xcode - Joshua Bodine
  * Add Slovak translation - Jose Riha, Scott Wichser
  * Use a greyscale color scale based on relative height when colored radar shots are disabled - Alfredo Tupone
  * Sort locally discovered servers to the top of the server list - Scott Wichser
  * Add the Open Free For All mode to the Start Server menu - Scott Wichser
  * Remove ineffective performance tests and just default to "modern" settings - Scott Wichser
  * Change default settings to better suit first time players - Scott Wichser
  * Standardize the rabbit game mode name to "Rabbit Chase" - Scott Wichser
  * Do not scale NPOT textures when OpenGL supports them - Alfredo Tupone
  * Generate mipmaps with OpenGL 1.4 extension - Alfredo Tupone
  * Fixed SDL 1.2 builds on macOS - Joshua Bodine
  * Force zbuffer for Experimental quality - Alfredo Tupone
  * Use GLEW to detect GL_EXT_texture_edge_clamp - Alfredo Tupone
  * Add support for storing arbitrary data in API player records - Jeff Myers
  * Fix API string utility functions sometimes losing values - Vladimir Jimenez
  * Add new bz_ePlayerDeathFinalizedEvent API event - Vladimir Jimenez
  * Display Time-per-Frame with 2 decimal digits and averaged over time - Alfredo Tupone
  * Output correct error when loading a nonexistent bzfs plugin - Vladimir Jimenez
  * Remove obsolete bzfs option from Start Server menu on Windows - Scott Wichser
buildservice-autocommit accepted request 704653 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 29)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 703974 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 28)
- Update to version 2.4.16
  * Send MsgFlagGrab before API event is called
  * Correctly unmuted when paused and killed by server
  * Format codebase to allman style
  * Use GLEW for obtaining OpenGL entry points and checking for
    extensions
  * Revert a80ab87 (truncation warning fix) as that generated broken
    replay file headers. Detect and work around that bad header.
  * Use pkg-config, if available, to detect ncurses
- Update to version 2.4.14
  * Add new bz_eAllowServerShotFiredEvent to the API
  * Fix antialiasing when starting the client windowed
  * Update the Windows icon file to include larger icons
  * Treat the number pad keys uniquely for key mapping with SDL2
  * Better cpu selection for x86_64
  * Fix build with enable-profile
  * Add safety check when getting flags (bzfs)
  * Add min/../max to drawTime - Alfredo Tupone
  * Fix the -configdir option for the client
  * Improve support for custom BZDB vars in plug-ins
  * Fix truncation warnings
  * Add new bz_ePermissionModificationEvent to the API
  * Introduce new 'showMotto' permission
  * Fix gcc warnings and code formatting
  * Remove old BitmapFont renderer
  * Add new bz_eServerShotFiredEvent to the API
  * Revamp the world weapon API entirely
  * Add PLAYER-MOTTO output to logDetail plugin
  * Display remaining ban time when a banned player connects
  * Punitive messages no longer display admin callsigns
buildservice-autocommit accepted request 689728 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 27)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 688515 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 26)
- Add %systemd_ordering for %service_*.
.. and use %make_install because we have it
buildservice-autocommit accepted request 688334 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 25)
baserev update by copy to link target
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by