Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-04-27 | COMMON: Added Common::List::front() and back() method (similar to std::list) | Max Horn | |
svn-id: r40154 | |||
2009-04-21 | COMMON: Removed copy constructors / assignment operators in cases where they ↵ | Max Horn | |
are identical to the automatically generated ones. Also removed a pointless 'explicit' svn-id: r40049 | |||
2009-01-01 | Set/unified svn:keywords for all *.h and *.cpp files | Max Horn | |
svn-id: r35651 | |||
2008-09-01 | - Added tests for newly added Common::Queue | Johannes Schickel | |
- Changed Common::Queue::front and Common::Queue::back to return references instead of values svn-id: r34240 | |||
2008-09-01 | New Queue class, from RTL branch | Max Horn | |
svn-id: r34237 | |||
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events ↵ | Christopher Page | |
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971 | |||
2008-07-08 | Improved GMM implementation by adding unified quit() and quitGame() methods ↵ | Christopher Page | |
for all engines. Also implemented a Queue class before and forgot to svn add, common/queue.h is added here. svn-id: r32958 |