Changeset a23fc08 in opengl-game for TODO.txt


Ignore:
Timestamp:
May 24, 2019, 8:52:32 PM (7 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
6abfd07
Parents:
98f06d9
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (05/24/19 20:22:31)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (05/24/19 20:52:32)
Message:

Move several functions from new-game.cpp to utils.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TODO.txt

    r98f06d9 ra23fc08  
    66 -Update the IMGUI code in a generic way to support this as well
    77-Check the book's "Printing Parameters from the GL Context" to output a bunch of OpenGL context params
    8 -Move some common functions into a Utils class
    98
    109DONE
     
    1716 - What I really need to do is completely refactor the logger class to return an ofstream to the logger file
    1817   and use streaming to send output to it. The log file can be closed in the destructor.
     18-Move some common functions into a Utils class
    1919
    2020NEW TODO
Note: See TracChangeset for help on using the changeset viewer.