QtGameEngine icon indicating copy to clipboard operation
QtGameEngine copied to clipboard

A game engine for the Qt framework.

Results 11 QtGameEngine issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.4 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Use can use emscripten to run **portable** C++ code in a web browser. Basically, you feed emscripten your C/C++ and it will spit out javascript.

add (new feature)

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Hey, The spider entity will not move even when the player is in the field of view. The issue is PathingMap is not registering just by using `qRegisterMetaType(); //(Line 45...

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 to 2.3.0. Release notes Sourced from rubyzip's releases. v2.3.0 Fix frozen string literal error #431 Set OutputStream.write_buffer's buffer to binmode #439 Upgrade rubocop and fix various...

dependencies

from example 5 and and so on in the others... I tried game->diplomacyManager().setRelationship(0,1, qge::Relationship::ENEMY); but spider doesn't move. regards

It is 58 mb, too damn big! The vast majority of the size is most likely due to image/sound files. If the image/sound files are indeed the culprit, we should...

refactor

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

I tried to built in 5.12 QT version to make it work in ubports , the build library works but not working. i noticed that it used QtWidgets which is...