Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-03 | Formatting. | Johannes Schickel | |
svn-id: r31852 | |||
2008-05-03 | Changed spaces to tab, thus annoying everyone who now have to do a large | Torbjörn Andersson | |
recompile. svn-id: r31848 | |||
2008-04-14 | Reverted commit #31499 | Filippos Karapetis | |
svn-id: r31502 | |||
2008-04-14 | Added contains() method to Common::List, same as in Common::Array | Filippos Karapetis | |
svn-id: r31499 | |||
2008-04-02 | Oops forgot to enable friend statement. | Johannes Schickel | |
svn-id: r31358 | |||
2008-04-02 | Implemented transparent List::iterator to List::const_iterator conversion ↵ | Johannes Schickel | |
and updated our tests accordingly. svn-id: r31357 | |||
2008-03-30 | The "anchor" (root) of the linked list is now constructed inplace in the ↵ | Bertrand Augereau | |
List instead of being newed (it has the same lifetime as the List itself anyway) svn-id: r31323 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-07-30 | Renamed some typedefs to avoid clashes with sky engine | Eugene Sandulenko | |
svn-id: r28321 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-23 | Commit of patch #1715313 ("CORE: STL like algorithm implementation"). | Johannes Schickel | |
svn-id: r26929 | |||
2007-03-09 | Removing some unnecessary #includes | Max Horn | |
svn-id: r26044 | |||
2007-02-28 | Fix spelling | Max Horn | |
svn-id: r25908 | |||
2006-10-28 | Not required anymore | Chris Apers | |
svn-id: r24561 | |||
2006-10-13 | Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian ↵ | Johannes Schickel | |
4.1.1-16) on amd64. svn-id: r24298 | |||
2006-05-26 | add functions for reverse iteration of Common::List | Willem Jan Palenstijn | |
svn-id: r22665 | |||
2006-03-31 | Modified the List postfix ++/-- operators to simply invoke their prefix ↵ | Max Horn | |
counterparts; also removed Symbian/Palm specific hack svn-id: r21515 | |||
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn | |
svn-id: r21472 | |||
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ↵ | Lars Persson | |
application installation as a path for Savegames, ini files etc *Updated list.h so it also compiles for Symbian codewarrior and gcce compilers svn-id: r20586 | |||
2006-02-11 | This seems to definitively fix my compilation problem | Chris Apers | |
svn-id: r20554 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-29 | cyx's gcc 2.95 fix makes things compile with gcc 2.95 again. | Jonathan Gray | |
svn-id: r20288 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-03 | Fixed compilation | Chris Apers | |
svn-id: r18745 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-25 | Fix postfix inc/decrement operators of List::Iterator | Max Horn | |
svn-id: r18465 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-05-10 | Fix compilation | Eugene Sandulenko | |
svn-id: r18017 | |||
2005-05-09 | fixed compilation for evc4 and vc7 | Paweł Kołodziejski | |
svn-id: r18013 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-01-01 | Removing obsolete comment | Max Horn | |
svn-id: r16401 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-14 | Patch #1083548 (common/list enhancement) | Max Horn | |
svn-id: r16046 | |||
2004-12-12 | Optimized List assignment operator, thanks to h00ligan | Max Horn | |
svn-id: r16042 | |||
2004-12-12 | Hide iterator implementation details from client code | Max Horn | |
svn-id: r16041 | |||
2004-05-08 | Added default iterator constructor, for convenience | Max Horn | |
svn-id: r13808 | |||
2004-04-16 | Fixed const iterator | Max Horn | |
svn-id: r13591 | |||
2004-04-12 | simple double linked list template class (completely untested) | Max Horn | |
svn-id: r13555 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-03-15 | Added remove_at method | Eugene Sandulenko | |
svn-id: r13297 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-10-17 | added push_back method with List arg (append one list to another one ↵ | Max Horn | |
efficiently) svn-id: r10850 | |||
2003-10-05 | added iterators to List template | Max Horn | |
svn-id: r10607 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵ | Jonathan Gray | |
bits in my tree svn-id: r9807 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 |