summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Also call updateRenderer() to get SmoothPixmapTransform.HEADmasterSamuel Rødal2010-09-021-0/+2
* Only toggle to a QGLWidget if not using an OpenGL based graphics system.Samuel Rødal2010-09-023-4/+30
* Compile on Mac OS XGunnar Sletta2010-05-213-4/+4
* Relicensing as BSDDonald Carr2010-05-0616-1331/+423
* Keep .pro consistent with subdir nameDonald Carr2010-05-061-0/+0
* Adjust wolfenqt to use QGraphicsWebViewDonald Carr2010-05-061-3/+21
* Fixed compilation after API changes in Qt 4.6 trunk.Samuel Rødal2009-11-122-21/+22
* Added missing include to fix compilation.Samuel Rødal2009-10-091-0/+2
* Implemented hidden surface removal for projected items.Samuel Rødal2009-10-094-35/+197
* Removed all but one web view to improve start-up performance.Samuel Rødal2009-10-022-32/+18
* Changed walking indicator to show status instead of action.Samuel Rødal2009-10-011-2/+2
* Port to Qt 4.6 etc...Samuel Rødal2009-10-0114-528/+346
* Reenable antialiasing and smooth pixmap transform for embedded views.Samuel Rødal2008-12-151-0/+1
* Disable SmoothPixmapTransform when not using OpenGL, and cache camera matrices.Samuel Rødal2008-12-157-56/+125
* Speed up QPainter model rendering a bit, and prevent clipping bugs when trans...Samuel Rødal2008-12-123-9/+25
* Compile without OpenGL.Samuel Rødal2008-12-124-5/+35
* Implement mouse looking when clicking and dragging with right mouse button.Samuel Rødal2008-12-042-7/+51
* Fix missing widgets bug on Windows/Mac.Samuel Rødal2008-12-041-1/+22
* Only show web views when load has finished.Samuel Rødal2008-12-014-1/+34
* Update license headers.Samuel Rødal2008-12-0118-36/+1330
* Add wikipedia link.Samuel Rødal2008-12-011-0/+1
* Improve field of view, 90 degrees was a bit high.Samuel Rødal2008-12-013-4/+8
* Add OpenGL model renderer and improve update/visibility handling for increase...Samuel Rødal2008-11-3014-93/+3269
* Split into more source files.Samuel Rødal2008-11-307-349/+379
* Get rid of outside gradients which were not transformed correctly on pitch.Samuel Rødal2008-11-301-11/+0
* Add camera class and pitching.Samuel Rødal2008-11-292-37/+77
* Add simple Matrix4x4 class for more generic transformations.Samuel Rødal2008-11-294-22/+202
* Improved scaling and lighting.Samuel Rødal2008-11-293-44/+93
* WASD key bindings.Samuel Rødal2008-11-281-8/+18
* Add README for texture image source.Samuel Rødal2008-11-281-0/+1
* Scale mediaplayer volume by distance.Samuel Rødal2008-11-284-5/+26
* Better resizing of widgets.Samuel Rødal2008-11-283-3/+36
* Add mediaplayer.Samuel Rødal2008-11-289-4/+1437
* Better handling of long running scripts.Samuel Rødal2008-11-281-2/+7
* Make the script time be relative to the script compile time.Samuel Rødal2008-11-281-0/+1
* Merge ../remote/qt3dSamuel Rødal2008-11-284-57/+446
|\
| * Add some fun presets.Samuel Rødal2008-11-282-20/+55
| * Add scripting.Samuel Rødal2008-11-284-37/+271
| * Walking animation.Samuel Rødal2008-11-272-10/+38
| * Strafing and proper sprite based soldier poses.Samuel Rødal2008-11-272-6/+40
| * Collision detection.Samuel Rødal2008-11-273-45/+103
* | Toggle doors on clicked signal, not pressed signal.Samuel Rødal2008-11-271-1/+1
|/
* Add soldier item.Samuel Rødal2008-11-2743-69/+175
* Convert images to png.Samuel Rødal2008-11-2711-5/+5
* Infinite recursion trick.Samuel Rødal2008-11-273-24/+43
* Change text on push button when opening doors + some tweaks.Samuel Rødal2008-11-271-10/+22
* Must call update() to ensure background is also repainted correctly.Samuel Rødal2008-11-271-0/+1
* Add floor and ceiling tiles.Samuel Rødal2008-11-274-10/+49
* Add door.Samuel Rødal2008-11-276-53/+121
* Some fixes related to focus handling, and recursive view embedding.Samuel Rødal2008-11-272-10/+29