Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-25 | Use file sizes in detection too. | Eugene Sandulenko | |
svn-id: r25172 | |||
2007-01-24 | Correcting doc comment | Max Horn | |
svn-id: r25168 | |||
2007-01-24 | Corrected a comment | Max Horn | |
svn-id: r25166 | |||
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko | |
svn-id: r25164 | |||
2007-01-24 | Hide all AdvacedDetector parameters into a structure for easier maintenance | Eugene Sandulenko | |
and extensibility svn-id: r25163 | |||
2007-01-21 | Added non-const variant of HashMap::getVal | Max Horn | |
svn-id: r25136 | |||
2007-01-21 | Added some new HashMap methods: lookupAndCreateIfMissing (internal only), ↵ | Max Horn | |
setVal and getVal (which actually is just the old queryVal renamed for consistency) svn-id: r25135 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2007-01-19 | Added copy constructor and assignment operator to class HashMap | Max Horn | |
svn-id: r25125 | |||
2007-01-15 | keep warnings off like this ones: | Paweł Kołodziejski | |
- warning C4610: struct 'Agi::AGIGameDescription' can never be instantiated - user defined constructor required - warning C4510: 'Saga::SAGAGameDescription' : default constructor could not be generated Can someone help me how to fix this ? svn-id: r25088 | |||
2007-01-14 | Still doesn't work with PalmOS compiler | Chris Apers | |
svn-id: r25079 | |||
2006-12-29 | Make ADGameFileDescription is built in directly into ADGameDescription. | Eugene Sandulenko | |
svn-id: r24947 | |||
2006-12-25 | Tweaked the FixedStack class a bit | Max Horn | |
svn-id: r24926 | |||
2006-12-20 | Stripped some more real_ prefixes from function names; also added a new ↵ | Max Horn | |
FIXME comment to Kyra's setupGameFlags, and did some more cleanup svn-id: r24899 | |||
2006-12-19 | Properly walk through lists of (extended) ADGameDescriptions -- we ↵ | Max Horn | |
previously only checked the first byte, which 'often' worked fine on little endian machines, but almost never worked correct on big endian ones svn-id: r24897 | |||
2006-12-19 | Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ↵ | Max Horn | |
ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION, and real_ADVANCED_DETECTOR_DETECT_INIT_GAME to ADVANCED_DETECTOR_DETECT_INIT_GAME svn-id: r24896 | |||
2006-12-19 | Further AdvancedDetector cleanup (in particular, renamed ↵ | Max Horn | |
ADGameDescription::name to the more suitable ADGameDescription::gameid) svn-id: r24895 | |||
2006-12-19 | * Simplified code in AdvancedDetector::detectGame | Max Horn | |
* Removed AdvancedDetector::setFileMD5Bytes, now AdvancedDetector::detectGame simply takes the MD5 byte limit as an extra parameter svn-id: r24894 | |||
2006-12-19 | * Change the GameList typedef to a proper class with an additional | Max Horn | |
constructor which takes a PlainGameDescriptor 'list' * Replaced real_ADVANCED_DETECTOR_GAMEID_LIST by this new constructor * Removed ADVANCED_DETECTOR_GAMEID_LIST and ADVANCED_DETECTOR_FIND_GAMEID * Some minor cleanup svn-id: r24893 | |||
2006-12-19 | Fix compiler warning (in general, NULL is deprecated in C++ -- just use 0 ↵ | Max Horn | |
instead) svn-id: r24885 | |||
2006-12-19 | Get rif od ARRAYSIZE in ADGameDescription | Eugene Sandulenko | |
svn-id: r24882 | |||
2006-12-19 | Got rid of ARRAYSIZE in advanceDetector calls | Eugene Sandulenko | |
svn-id: r24881 | |||
2006-12-19 | Added Apple IIgs as machine type for AGI engine | Stuart George | |
svn-id: r24876 | |||
2006-12-17 | replace ensureCapacity(_len-1) by ensureCapacity(_len) (fixes bug #1617410) | Willem Jan Palenstijn | |
svn-id: r24865 | |||
2006-11-27 | Changed the way String::_storage is initialised, to help GCC 2.95 (see ↵ | Gregory Montoir | |
tracker item #1602879) svn-id: r24793 | |||
2006-11-26 | Replaced #ifdef hack in the HashMap code by a much nicer and cleaner 'friend ↵ | Max Horn | |
class' statement (a similar change might be possible in class List) svn-id: r24791 | |||
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko | |
svn-id: r24760 | |||
2006-11-22 | Disable yet another MSVC warning | Eugene Sandulenko | |
svn-id: r24758 | |||
2006-11-13 | Fix compile | Travis Howell | |
svn-id: r24716 | |||
2006-11-13 | Patch #1583931: (Seekable)SubReadStream | Max Horn | |
svn-id: r24713 | |||
2006-11-13 | Prepend the Engine::errorString to debug messages, too (it should probably ↵ | Max Horn | |
be renamed to reflect this...) svn-id: r24712 | |||
2006-11-12 | Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo | Eugene Sandulenko | |
target was commented out until existence of the demo is confirmed. svn-id: r24697 | |||
2006-11-12 | Reworked code in the advanced game detector (getting rid of much of the evil ↵ | Max Horn | |
#define hell it consisted of previously) svn-id: r24685 | |||
2006-11-10 | Fix regression in AGOS engine detector | Eugene Sandulenko | |
svn-id: r24671 | |||
2006-11-10 | Next step in AdvancedDetector unification. Moved all common functions to | Eugene Sandulenko | |
macroses. Now typical usage is just list of macros with parameters and array of game details. svn-id: r24670 | |||
2006-11-03 | added translation method to Common::Rect | Gregory Montoir | |
svn-id: r24591 | |||
2006-11-03 | got rid of two memory leaks | Gregory Montoir | |
svn-id: r24589 | |||
2006-10-28 | Not required anymore | Chris Apers | |
svn-id: r24561 | |||
2006-10-24 | const correctness | Max Horn | |
svn-id: r24488 | |||
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio ↵ | Max Horn | |
mixer in the backends for increased flexibility svn-id: r24443 | |||
2006-10-21 | Added OSystem::getTimerManager and OSystem::getMixer methods (wip) | Max Horn | |
svn-id: r24405 | |||
2006-10-18 | Added Point::sqrDist method to (safely) compute the square of the distance ↵ | Max Horn | |
between two points svn-id: r24370 | |||
2006-10-14 | Revert | Travis Howell | |
svn-id: r24303 | |||
2006-10-14 | Fix introduction of WW | Travis Howell | |
svn-id: r24302 | |||
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-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-10-08 | Added a const qualifier inside struct ADGameDescription (rule of thumb: Make ↵ | Max Horn | |
as many pointers and members const as possible, it helps prevent bugs, and potentially helps the optimizer) svn-id: r24181 | |||
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko | |
svn-id: r24144 | |||
2006-10-03 | typo | Max Horn | |
svn-id: r24093 | |||
2006-10-02 | Moved unrelated fields out of ADGameDescription structure. | Eugene Sandulenko | |
svn-id: r24090 |