Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-07 | CGE2: Replace NULL with nullptr everywhere. | uruk | |
2014-06-27 | CGE2: Fix some GCC warnings | Strangerke | |
2014-06-15 | CGE2: Fix coordinates of mouse handling. | uruk | |
Now infoLine is working properly. Rework solidAt() to achieve that. Also move spriteAt from talk.cpp to cge2_main.cpp, and remove the older version which didn't use V2D as a parameter. | |||
2014-06-15 | CGE2: Rework EventManager::handleEvents(). | uruk | |
Also add and implement spriteAt() during the process. | |||
2014-06-10 | CGE2: Move kLineMax to cge2.h. | uruk | |
2014-06-08 | CGE2: Reduce the scope of a couple of variables, fix style | Strangerke | |
2014-06-08 | CGE2: Rework empty-checks of strings. | uruk | |
2014-06-06 | CGE2: Implement InfoLine. | uruk | |
Move initialization of _font, so it precedes _infoLine's and doesn't cause more problems. | |||
2014-06-06 | CGE2: Implement Talk. | uruk | |
2014-06-06 | CGE2: Implement Font. | uruk | |
2014-05-19 | CGE2: Add stubbed Font and Talk. | uruk | |
All to further implement caveUp(). |