Alphabetical Index | Tags by Size | Find tag:

Tests (Grouped)

Related tags: GLSandbox, Test, Testing

Authorship: 99% skyjake, 1% danij

View commits by date

Jump down to:
  GLSandbox (23)
  Added (17)
  Fixed (12)
  libcore (11)
  Cleanup (9)
  libappfw (5)
  OS X (5)
  GL (4)
  libgui (4)
  CMake (3)
  libdeng2 (3)
  Gloom (2)
  Info (2)
  Refactor (2)
  Amethyst (1)
  Client (1)
  Debug (1)
  Log (1)
  Script (1)
  Scripting (1)
  String (1)
  Tools (1)
  UI (1)
February 2021
2021-02-09 : Don't use persistent app data
August 2019
2019-08-08 : Updated log print test
June 2019
2019-06-10 : Updated app metadata and fonts
2019-06-07 : Updated resources of test_appfw
August 2018
2018-08-02 : Test URI splitting
June 2018
2018-06-28 : Testing rich formatting of text
2018-06-28 : Updated test_appfw
2018-06-26 : Cleaned up error message box
2018-06-23 : Additional test timer
2018-06-17 : Test mb_iterator for forward and backward iteration
2018-06-14 : Updated test_log and test_pointerset
2018-06-14 : Updated test_vectors
March 2017
2017-03-16 : Allow running test_info successfully on non-Mac platforms
April 2014
2014-04-05 : Trying out new FS2 features
May 2013
2013-05-10 : Renamed project folders and .pro files to match target names
November 2012
2012-11-24 : Updated code style convention
2012-11-08 : Minor improvement to the kitchen sink test script
2012-11-08 : Reassigning the same value to a const variable is allowed
October 2012
2012-10-25 : Print the size of the Vector component

  GLSandbox (23) — Tests

August 2014
2014-08-21 GLSandbox : test_glsandbox uses the Doomsday SDK
March 2014
2014-03-14 Fixed | GLSandbox : Fixed OS X deployment, app shutdown
2014-03-14 GLSandbox : Allow switching between MD2 and MD5 models
2014-03-14 GLSandbox : Deploy test models their own folder
2014-03-13 GLSandbox : Calculate model texture coordinates within atlas
2014-03-13 Added | GLSandbox : Added textures for the MD5 test model
2014-03-13 GLSandbox : Shader tweak
2014-03-13 GLSandbox : Loading and rendering an MD5 model (without textures)
May 2013
2013-05-17 GLSandbox : Updated for DotPath, source folder name
2013-05-05 GLSandbox : Testing different Bank configs
2013-05-05 GLSandbox : Fixes for Windows
2013-05-02 GLSandbox : Trying out unloading data from ImageBank
2013-05-01 GLSandbox : Testing ImageBank
April 2013
2013-04-30 Cleanup | GLSandbox : Cleanup using new APIs
2013-04-29 GLSandbox : Trying out AtlasTexture
2013-04-29 Cleanup | GLSandbox : Cleanup
2013-04-29 GLSandbox : Render to texture, state stack, texture wrapping
2013-04-28 GLSandbox : Spinning cube
2013-04-28 GLSandbox : Loading an image, setting a texture, sampler uniform
2013-04-28 GLSandbox : Animating uniform values
2013-04-27 GLSandbox : Print MVP matrix
2013-04-27 GLSandbox : Setting up a simple Drawable
2013-04-26 GLSandbox : Clearing the viewport

↑ Back to top

  Added (17) — Tests

July 2019
2019-07-07 Added | libappfw : Added a test button
June 2018
2018-06-23 Added | libcore : Added ThreadLocal, EventLoop, Timer, CallbackTimer
2018-06-13 Added | Fixed | libcore : Fixed bugs, added missing operators
February 2018
2018-02-06 Added | Gloom : Added a bottom face to the skybox
August 2014
2014-08-14 Added : Added a test application for libappfw
March 2014
2014-03-13 Added | GLSandbox : Added textures for the MD5 test model
2014-03-11 Added | GL : Added a MD2 test model for GLSandbox
April 2013
2013-04-25 Added | GL : Added glsandbox, test app for all GL related stuff
2013-04-19 Added : Added a test of the Vector3 cross product
2013-04-11 Added | Script : Added a new case for the Kitchen Sink
March 2013
2013-03-24 Added | String : Added a further example of string formatting
2013-03-22 Added : Added a test for string pattern format
November 2012
2012-11-09 Added : Added StringPool test
October 2012
2012-10-25 Added | libdeng2 : Added the Archive test
2012-10-25 Added | libdeng2 : Added the Record test
2012-10-25 Added | libdeng2 : Added the vectors test
2012-10-24 Added : Added some comments to the kitchen sink script

↑ Back to top

  Fixed (12) — Tests

June 2018
2018-06-26 Cleanup | Fixed : Fixed cleanup in test_glsandbox
2018-06-16 Cleanup | Fixed | libcore : Fixed up the scripting tests; cleanup
2018-06-13 Added | Fixed | libcore : Fixed bugs, added missing operators
November 2017
2017-11-05 Fixed | GL : Updated GL init and shaders in the libappfw test app
2017-11-05 Fixed : Updated shaders in the GLSandbox test app
October 2015
2015-10-15 Fixed : Missing color "label.shadow" in test_appfw
2015-10-15 Fixed : Missing color "label.shadow" in test_appfw
April 2015
2015-04-07 CMake | Fixed | OS X : Deploy Qt on test apps
June 2014
2014-06-03 Fixed : Deploy the "Log" script module for test apps
May 2014
2014-05-04 Fixed | OS X : Deployment of test apps
April 2014
2014-04-30 Fixed | OS X : Deployment of the GLSandbox test app (on Qt 5)
March 2014
2014-03-14 Fixed | GLSandbox : Fixed OS X deployment, app shutdown

↑ Back to top

  libcore (11) — Tests

August 2018
2018-08-03 libcore : Extract host name from URI
June 2018
2018-06-23 Cleanup | libcore : Event loop return code; cleanup
2018-06-23 Added | libcore : Added ThreadLocal, EventLoop, Timer, CallbackTimer
2018-06-17 CMake | libcore : Build configuration improvements
2018-06-16 libcore : Completed update of libcore tests; additional fixes
2018-06-16 Cleanup | Fixed | libcore : Fixed up the scripting tests; cleanup
2018-06-15 libcore : Fixes and improvements to string manipulation
2018-06-14 libcore : Revised StringPool with case-insensitive comparators
2018-06-13 Added | Fixed | libcore : Fixed bugs, added missing operators
2018-06-11 Cleanup | libcore : Cleanup, fixes, and improvements
November 2016
2016-11-07 libcore : Testing the Record-to-JSON conversion

↑ Back to top

  Cleanup (9) — Tests

September 2019
2019-09-07 Cleanup : Cleanup
June 2018
2018-06-26 Cleanup | Fixed : Fixed cleanup in test_glsandbox
2018-06-23 Cleanup | libcore : Event loop return code; cleanup
2018-06-16 Cleanup | Fixed | libcore : Fixed up the scripting tests; cleanup
2018-06-11 Cleanup | libcore : Cleanup, fixes, and improvements
November 2016
2016-11-20 Cleanup : Updated Info test for revised syntax
May 2016
2016-05-31 Amethyst | Cleanup | Tools : Whitespace style refresh
April 2013
2013-04-30 Cleanup | GLSandbox : Cleanup using new APIs
2013-04-29 Cleanup | GLSandbox : Cleanup

↑ Back to top

  libappfw (5) — Tests

July 2019
2019-07-07 Added | libappfw : Added a test button
June 2019
2019-06-12 libappfw : Cleaner shutdown in test_appfw
September 2016
2016-09-08 libappfw | Refactor : Update for new GLWindow classes
2016-09-04 GL | libappfw | Refactor : Updated for new GL classes (work in progress)
April 2016
2016-04-02 libappfw : Testing LabelWidget image fitting modes

↑ Back to top

  OS X (5) — Tests

November 2016
2016-11-07 CMake | OS X : Configuration tweaks to use the right libraries
April 2015
2015-04-07 CMake | Fixed | OS X : Deploy Qt on test apps
May 2014
2014-05-04 Fixed | OS X : Deployment of test apps
April 2014
2014-04-30 Fixed | OS X : Deployment of the GLSandbox test app (on Qt 5)
January 2014
2014-01-14 OS X : Test deployment with Qt 5, failed assert in test_log

↑ Back to top

  GL (4) — Tests

November 2017
2017-11-05 Fixed | GL : Updated GL init and shaders in the libappfw test app
September 2016
2016-09-04 GL | libappfw | Refactor : Updated for new GL classes (work in progress)
March 2014
2014-03-11 Added | GL : Added a MD2 test model for GLSandbox
April 2013
2013-04-25 Added | GL : Added glsandbox, test app for all GL related stuff

↑ Back to top

  libgui (4) — Tests

June 2019
2019-06-15 libgui : Updated font in test_appfw
June 2018
2018-06-28 libgui : DisplayMode init and shutdown done by GuiApp
2018-06-26 libgui : Handling text input events separately
2018-06-26 libgui : Updating test_glsandbox

↑ Back to top

  CMake (3) — Tests

June 2018
2018-06-17 CMake | libcore : Build configuration improvements
November 2016
2016-11-07 CMake | OS X : Configuration tweaks to use the right libraries
April 2015
2015-04-07 CMake | Fixed | OS X : Deploy Qt on test apps

↑ Back to top

  libdeng2 (3) — Tests

October 2012
2012-10-25 Added | libdeng2 : Added the Archive test
2012-10-25 Added | libdeng2 : Added the Record test
2012-10-25 Added | libdeng2 : Added the vectors test

↑ Back to top

  Gloom (2) — Tests

February 2018
2018-02-10 Gloom : Working on a simple editor
2018-02-06 Added | Gloom : Added a bottom face to the skybox

↑ Back to top

  Info (2) — Tests

July 2013
2013-07-20 Info : Updated syntax used in test Info file
May 2013
2013-05-10 Info : Clarified comment

↑ Back to top

  Refactor (2) — Tests

September 2016
2016-09-08 libappfw | Refactor : Update for new GLWindow classes
2016-09-04 GL | libappfw | Refactor : Updated for new GL classes (work in progress)

↑ Back to top

  Amethyst (1) — Tests

May 2016
2016-05-31 Amethyst | Cleanup | Tools : Whitespace style refresh

↑ Back to top

  Client (1) — Tests

November 2018
2018-11-18 Client | UI : Point/pixel conversions and image sizing

↑ Back to top

  Debug (1) — Tests

June 2019
2019-06-12 Debug : Debug message at exit

↑ Back to top

  Log (1) — Tests

January 2014
2014-01-05 Log : Trying out the Dev flags

↑ Back to top

  Script (1) — Tests

April 2013
2013-04-11 Added | Script : Added a new case for the Kitchen Sink

↑ Back to top

  Scripting (1) — Tests

June 2018
2018-06-15 Scripting : Debugging the script parser

↑ Back to top

  String (1) — Tests

March 2013
2013-03-24 Added | String : Added a further example of string formatting

↑ Back to top

  Tools (1) — Tests

May 2016
2016-05-31 Amethyst | Cleanup | Tools : Whitespace style refresh

↑ Back to top

  UI (1) — Tests

November 2018
2018-11-18 Client | UI : Point/pixel conversions and image sizing

↑ Back to top