3
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #28 from kenvandine/scriptbehavior_fix
rogerzanoni
as Roger Zanoni
More... over 12 years ago
Don't compare QQmlScriptString before setting it. There seems to be a bug in Qt when getting the scriptString from QML that breaks comparison. Setting it does actually work though. This fixes issue #22.
kenvandine
as Ken VanDine
More... over 12 years ago
Merge pull request #27 from kenvandine/qt5_only
rogerzanoni
as Roger Zanoni
More... over 12 years ago
Fixed paratrooper demo's loading images from the resource
kenvandine
as Ken VanDine
More... over 12 years ago
Dropped support for Qt4, Qt5 is widely available now.
kenvandine
as Ken VanDine
More... over 12 years ago
Merge pull request #26 from kenvandine/imagelayer_scale_height
rogerzanoni
as Roger Zanoni
More... over 12 years ago
If the ImageLayer height isn't the same as the pixmap height, scale the pixmap height to match. The source image should attempt to accomidate for the desired height to ensure the quality of the scaled pixmap, but when the exact height isn't known we should scale instead of crashing.
kenvandine
as Ken VanDine
More... over 12 years ago
Merge pull request #25 from kenvandine/master
rogerzanoni
as Roger Zanoni
More... over 12 years ago
fixed import path in examples
kenvandine
as Ken VanDine
More... over 12 years ago
Install plugin in QT_INSTALL_QML, in a versioned directory to allow parallel installable versions for API compatibility.
kenvandine
as Ken VanDine
More... over 12 years ago
build fixes for Qt5 and Box2D 2.3
kenvandine
as Ken VanDine
More... over 12 years ago
removed file
kenvandine
as Ken VanDine
More... over 12 years ago
Merge pull request #19 from rogerzanoni/fps More... almost 14 years ago
Set the default timer value to 30 fps
rogerzanoni
as Roger Zanoni
More... almost 14 years ago
Restart the game's timer when the fps value changes
rogerzanoni
as Roger Zanoni
More... almost 14 years ago
Merge pull request #18 from rogerzanoni/fixes More... almost 14 years ago
Removed "Item" suffix from box2s elements
rogerzanoni
as Roger Zanoni
More... almost 14 years ago
Postpone joint initialization
rogerzanoni
as Roger Zanoni
More... almost 14 years ago
Joints: Don't initialize bodies on joint init
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Add box2ddistancejoints example
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Don't force joints to use the bodies world center as anchors
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Remove debug stuff from physics example
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Remove viewport element
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Remove viewport example
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Style fixes
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Expose box2dWorld needed properties
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Merge pull request #17 from rogerzanoni/physics-merge
tnoleto
as Tomaz Noleto
More... about 14 years ago
Fixed demos to match latest API changes
tnoleto
as Tomaz Noleto
More... about 14 years ago
Fix property names in physics examples
rogerzanoni
as Roger Zanoni
More... about 14 years ago
Rename bodyType to entityType
rogerzanoni
as Roger Zanoni
More... about 14 years ago