Commit Graph

68 Commits

Author SHA256 Message Date
c unix
a837eec720 Accepting request 845307 from home:guoyunhe:branches:games
- Fix AppStream file location to match latest standard

OBS-URL: https://build.opensuse.org/request/show/845307
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=18
2020-11-04 21:54:42 +00:00
Max Mitschke
a507d13196 Accepting request 835489 from home:cunix:godot
Update to 3.2.3

OBS-URL: https://build.opensuse.org/request/show/835489
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=17
2020-09-23 23:01:05 +00:00
Dominique Leuenberger
5ca784ba04 Accepting request 819617 from games
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/819617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=5
2020-07-09 11:20:36 +00:00
Max Mitschke
118e1437b9 Accepting request 818412 from home:cunix:godot
More flexible check for PrefersNonDefaultGPU
to prepare for update of desktop-file-utils.

OBS-URL: https://build.opensuse.org/request/show/818412
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=15
2020-07-06 00:28:37 +00:00
Dominique Leuenberger
f39513ed2c Accepting request 817324 from games
OBS-URL: https://build.opensuse.org/request/show/817324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=4
2020-06-27 21:22:57 +00:00
Max Mitschke
54eb1a5001 Accepting request 817323 from home:cunix:godot
In .desktop file "PrefersNonDefaultGPU" prefixed with "X-"

OBS-URL: https://build.opensuse.org/request/show/817323
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=13
2020-06-26 23:50:25 +00:00
c unix
710f9b1015 Accepting request 817309 from home:demonpig:Games:Tools
- Update to 3.2.2 
  Changed:
  * Re-architecture of the Android plugin system
  * Better handling of Variants pointing to released Objects
  * Updated and localized documentation
  Added:
  * C# support for the iOS platform
  * 2D batching for the GLES2 renderer
  And more:
  https://downloads.tuxfamily.org/godotengine/3.2.2/Godot_v3.2.2-stable_changelog_chrono.txt
- "linker_pie_flag.patch" adjusted.

OBS-URL: https://build.opensuse.org/request/show/817309
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=12
2020-06-26 21:31:26 +00:00
Dominique Leuenberger
7bcd2f9ffc Accepting request 783807 from games
- Update to 3.2.1
  Fixed:
  * Bullet: Fix detection of concave shape in Area.
  * Camera2D: Fix inverted use of Camera2D offset_v.
  * Debugger: Fix crash inspecting freed objects.
  * Expression: Fix parsing integers as 32-bit.
  * Particles: Fix undefined behavior with atan in GPU Particles.
  * TileSet: Hide TileSet properties from Inspector, fixing
    OOM crash on huge tilesets.
  * Video: Workaround WebM playback bug after AudioServer latency fixes.
  Added:
  * Skin: Add support for named binds.
  * API documentation updates.
  * Editor translation updates.
  And more:
  https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_changelog_chrono.txt
- "linker_pie_flag.patch" adjusted.

OBS-URL: https://build.opensuse.org/request/show/783807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=3
2020-03-11 17:54:47 +00:00
Max Mitschke
e93b87bf87 Updating version of mbedtls that is bundled with Godot v3.2.1
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=10
2020-03-11 04:13:39 +00:00
Max Mitschke
40ddc313f9 Accepting request 783518 from home:cunix:godot
Update to 3.2.1

OBS-URL: https://build.opensuse.org/request/show/783518
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=9
2020-03-10 19:03:50 +00:00
Max Mitschke
ba8eef0b8b Accepting request 781910 from home:cunix:godot
combined Supplements and Enhances

OBS-URL: https://build.opensuse.org/request/show/781910
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=8
2020-03-08 22:49:31 +00:00
Dominique Leuenberger
7ce44b9d76 Accepting request 781677 from games
- Added "linker_pie_flag.patch" in order to link with "-pie".
    Replaces previous "fix-pie-warning.patch".
- "project_certs_fallback.patch" renamed to "certs_fallback.patch".
    Modified and adapted to Godot source code changes.
- Bash completion files "godot", "godot-headless", "godot-runner"
    and "godot-server" added.
- Package "godot-bash-completion" added.
- Location of documentation in man page adjusted.
- godot-rpmlintrc deleted with filter "no-manual-page-for-binary"
    because this warning doesn't seems to be thrown anymore.
- Build option "faster_build" introduced to speed up build
    during tests.
- Removed patch "fix-pie-warning.patch"
- Removed export_presets.cfg file as games should supply this file
- Update to v3.2
  Added:
  * Support for importing 3D scense using Assimp
  * Support for high-level multiplayer API and NAT traversal for 
    WebRTC
  * Support for enabling / disabling parts of the editor or specific 
    nodes
  * Added language server for GDScript
  * Added version control integration into the editor
  * Added a network profiler
  * Editor is now capped to 20FPS when the window is unfocused
  * Added MSAA support in the GLES2 renderer
  * Ability to define script templates on a per-project basis
  * Ability to limit the minimum and maximum window size
  * Minimap in the script editor
  * CSV files can now be imported as non-translation files
  * Multicast support in PacketPeerUDP
  * WebSocket improvements.
      * Support for SSL in WebSocketServer.
      * WebSocketClient can now use custom SSL certificates 
        (except on HTML5).
      * WebSocketClient can now define custom headers.
  * The editor now features a built-in Web server for testing HTML5 
    projects
  * Reimplemented support for embedding project data in the PCK file
  Changed:
  * Tabs and space indentation can no longer be mixed in the same 
    GDScript file
  * assert() in GDScript must now always be used with parentheses
  * UDP broadcasting is now disabled by default and must be enabled 
    by calling 
    set_broadcast_enabled(true) on the PacketPeerUDP instance
  * 3D collision shapes and RayCasts are now drawn in gray when disabled
  * The SCons build system now automatically detects the host platform
  * Exporting a project PCK or ZIP from the command line must now 
    be done with the new --export-pack command-line argument
  * Exported PCK files now contain the Godot patch version in their 
    header
  * "Set as Main Scene" context option for scenes in the FileSystem dock
  Removed:
  * Unused Panel panelf and panelnc styles.
  * thekla_atlas dependency, as light baking now relies on xatlas 
    for UV unwrapping.
  * Rating icons in the Asset Library
  * Some editor languages are no longer available due to missing 
    support for RTL and text shaping in Godot.
      * Arabic
      * Bengali
      * Persian
      * Hebrew
      * Hindi
      * Malayalam
      * Sinhalese
      * Tamil
      * Telugu
      * Urdu
  * Android: ARMv6 support.
  * iOS: ARMv7 support.
  Fixed:
  * The Project Manager now remembers the sorting option that was 
    previously set
  * Fixed issues with PBR environment mapping
  * Several fixes to the GLES2 renderer
  * Fixed importing BMP images
  * Exporting a project via the command-line now returns a non-zero 
    exit code if an error occurred during exporting
  * Fixed autocompletion in the script editor
  And more:
  https://github.com/godotengine/godot/blob/3.2/CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/781677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=2
2020-03-05 22:18:12 +00:00
Max Mitschke
7b39b537c5 Accepting request 781051 from home:cunix:godot
Package "godot-bash-completion" added.

OBS-URL: https://build.opensuse.org/request/show/781051
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=6
2020-03-04 17:06:47 +00:00
Max Mitschke
1f1d01a3a7 Accepting request 777745 from home:cunix:godot
- Added "linker_pie_flag.patch" in order to link with "-pie".
    Replaces previous "fix-pie-warning.patch".
- "project_certs_fallback.patch" renamed to "certs_fallback.patch".
    Modified and adapted to Godot source code changes.
- bash completion files "godot", "godot-headless", "godot-runner"
    and "godot-server" added.
- Location of documentation in man page adjusted.
- godot-rpmlintrc deleted with filter "no-manual-page-for-binary"
    because this warning doesn't seems to be thrown anymore.
- Build option "faster_build" introduced to speed up build
    during tests.

- Removed patch "fix-pie-warning.patch"

OBS-URL: https://build.opensuse.org/request/show/777745
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=5
2020-02-22 19:13:51 +00:00
c unix
83a66432e5 Accepting request 773320 from home:demonpig:Games:Tools
- Removed patch files as they are no longer needed
- Removed export_presets.cfg file as games should supply this file
- Update to v3.2
  Added:
  * Support for importing 3D scense using Assimp
  * Support for high-level multiplayer API and NAT traversal for 
    WebRTC
  * Support for enabling / disabling parts of the editor or specific 
    nodes
  * Added language server for GDScript
  * Added version control integration into the editor
  * Added a network profiler
  * Editor is now capped to 20FPS when the window is unfocused
  * Added MSAA support in the GLES2 renderer
  * Ability to define script templates on a per-project basis
  * Ability to limit the minimum and maximum window size
  * Minimap in the script editor
  * CSV files can now be imported as non-translation files
  * Multicast support in PacketPeerUDP
  * WebSocket improvements.
      * Support for SSL in WebSocketServer.
      * WebSocketClient can now use custom SSL certificates 
        (except on HTML5).
      * WebSocketClient can now define custom headers.
  * The editor now features a built-in Web server for testing HTML5 
    projects
  * Reimplemented support for embedding project data in the PCK file
  Changed:
  * Tabs and space indentation can no longer be mixed in the same 
    GDScript file
  * assert() in GDScript must now always be used with parentheses
  * UDP broadcasting is now disabled by default and must be enabled 
    by calling 
    set_broadcast_enabled(true) on the PacketPeerUDP instance
  * 3D collision shapes and RayCasts are now drawn in gray when disabled
  * The SCons build system now automatically detects the host platform
  * Exporting a project PCK or ZIP from the command line must now 
    be done with the new --export-pack command-line argument
  * Exported PCK files now contain the Godot patch version in their 
    header
  * "Set as Main Scene" context option for scenes in the FileSystem dock
  Removed:
  * Unused Panel panelf and panelnc styles.
  * thekla_atlas dependency, as light baking now relies on xatlas 
    for UV unwrapping.
  * Rating icons in the Asset Library
  * Some editor languages are no longer available due to missing 
    support for RTL and text shaping in Godot.
      * Arabic
      * Bengali
      * Persian
      * Hebrew
      * Hindi
      * Malayalam
      * Sinhalese
      * Tamil
      * Telugu
      * Urdu
  * Android: ARMv6 support.
  * iOS: ARMv7 support.
  Fixed:
  * The Project Manager now remembers the sorting option that was 
    previously set
  * Fixed issues with PBR environment mapping
  * Several fixes to the GLES2 renderer
  * Fixed importing BMP images
  * Exporting a project via the command-line now returns a non-zero 
    exit code if an error occurred during exporting
  * Fixed autocompletion in the script editor
  
  And more:
  https://github.com/godotengine/godot/blob/3.2/CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/773320
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=4
2020-02-11 23:10:18 +00:00
Dominique Leuenberger
681b834735 Accepting request 764133 from games
Restore package in factory after it got deleted by rampaging ex-maintainer.

OBS-URL: https://build.opensuse.org/request/show/764133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=1
2020-01-14 20:07:45 +00:00
c unix
0d56fddea6 export templates hotfix for HTML5 platform
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=2
2020-01-13 19:58:09 +00:00
Ferdinand Thiessen
54df5fe1ca Accepting request 762883 from home:cunix:godot
This should restore games:godot to its last factory state.

One of the godot maintainers deleted godot from games a few days ago without
my consent - I was one of the maintainers.

In the meantime he seems to not wanting to work as godot maintainer anymore.

Please add me as maintainer of godot package in games (again).

OBS-URL: https://build.opensuse.org/request/show/762883
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=1
2020-01-13 12:02:14 +00:00