Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-30 | - Fixed the IMD playing within mults, the non-interactive Gob3 demo should ↵ | Sven Hesse | |
work better now - Replaced strcpy with strncpy where appropriate - Added detection entries for other languages of the multilingual Gob3 CD; bug #1691230 svn-id: r26327 | |||
2007-03-29 | Fixing curly bracket style | Sven Hesse | |
svn-id: r26326 | |||
2007-03-29 | Replaced some more intenting space that slipped in with tabs | Sven Hesse | |
svn-id: r26325 | |||
2007-03-29 | Formatting (Take that, LordHoto! ;P) | Sven Hesse | |
svn-id: r26324 | |||
2007-03-29 | formatting. | Johannes Schickel | |
svn-id: r26323 | |||
2007-03-29 | Mind the time needed to update the screen when waiting for a sound slice to ↵ | Sven Hesse | |
finish svn-id: r26321 | |||
2007-03-29 | Don't play coktel2.imd, but coktel.imd | Sven Hesse | |
svn-id: r26320 | |||
2007-03-29 | - Properly implemented the ImdPlayer | Sven Hesse | |
- Some more clean-up svn-id: r26316 | |||
2007-03-20 | Major clean-up, including: | Sven Hesse | |
- Cutting down the code-dup - Plucking leaks - Removing dead/unused code - Properly naming "word_2342F"-style variables and functions (removing the warnings alongside) - Fleshing out the "stubby" functions - Moving functions and variables to more appropriate/logical places - Re-ordering functions and variables - Re-structuring functions - Moving the IMD stuff into a new "Imd" class in the new imd.cpp/.h (still to be completely implemented and cleaned up) - Formatting - Getting rid off the classes "Anim", "Pack" and "Timer", along with their files svn-id: r26252 | |||
2007-03-19 | Added FIXME note into the gob code (it tries to write into datafiles, which ↵ | Max Horn | |
makes it unportable to devices with read-only gamedata storage) svn-id: r26240 | |||
2007-03-18 | GOB: use EventManager::getMousePos and some cleanup | Max Horn | |
svn-id: r26220 | |||
2007-03-17 | Repaired/Corrected the MD5 list | Sven Hesse | |
svn-id: r26187 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Add Spanish bargon MD5 as pointed in bugreport | Eugene Sandulenko | |
#1681649: "MD5: BARGON ATTACK Spanish" svn-id: r26178 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-11 | Added the French Atari ST Bargon Attack reported in the forums | Sven Hesse | |
svn-id: r26097 | |||
2007-03-07 | Fixed the crash in the interlude before the last level in the Gobliiins ↵ | Sven Hesse | |
CD-version svn-id: r26009 | |||
2007-03-05 | Corrected the initial drawing position of 101-anims (e.g. the guard monster ↵ | Sven Hesse | |
in the beach screen in Bargon Attack) svn-id: r25991 | |||
2007-03-05 | Fixed the cursor hotspots | Sven Hesse | |
svn-id: r25990 | |||
2007-03-04 | Adding comment again. | Johannes Schickel | |
svn-id: r25979 | |||
2007-03-04 | Remove wrong gob2 Mac entry. | Eugene Sandulenko | |
svn-id: r25978 | |||
2007-03-04 | - Some minor fixes | Sven Hesse | |
- Added the Gob2 Mac version fac76 reported in bug #1673397 svn-id: r25977 | |||
2007-03-02 | Fix bug #1667806: "GOB: wrong detection" | Eugene Sandulenko | |
svn-id: r25924 | |||
2007-03-02 | - Fixed the actor freeze issue in the garage in Bargon Attack | Sven Hesse | |
- Some minor fixes svn-id: r25921 | |||
2007-03-01 | Repaired the pathfinding in Bargon Attack | Sven Hesse | |
svn-id: r25915 | |||
2007-02-26 | More dead code; augmented note on PC speaker emulation | Max Horn | |
svn-id: r25885 | |||
2007-02-26 | 'Optimized' SquareWaveStream::readBuffer a bit, removed some dead code, and ↵ | Max Horn | |
changed Snd::terminate to a destructor (this ensures client code can't forget to do just that -- not that we'd ever forget ... ;-) svn-id: r25884 | |||
2007-02-26 | calling memset to zero a buffer you are about to fill with audio data is not ↵ | Max Horn | |
necessary (removing this from Gob::Snd::readBuffer); removed dead code svn-id: r25883 | |||
2007-02-26 | stop audio streams before deleting them | Willem Jan Palenstijn | |
svn-id: r25882 | |||
2007-02-24 | Added spanish Ween (bug #1667743) | Sven Hesse | |
svn-id: r25823 | |||
2007-02-20 | Guard cdrom.h against being included multiple times. | Torbjörn Andersson | |
svn-id: r25745 | |||
2007-02-18 | Repaired loading | Sven Hesse | |
svn-id: r25685 | |||
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just ↵ | Max Horn | |
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660 | |||
2007-02-17 | - Added a warning when o1_checkData()/o2_checkData() can't find the file ↵ | Sven Hesse | |
it's supposed to check - Fixed the actor drawn over the background glitch in Bargon Attack - Plugged some leaks svn-id: r25651 | |||
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2007-02-15 | - Changed the speaker stuff again | Sven Hesse | |
- Added the spanish gob2 version from bug report #1659884 svn-id: r25615 | |||
2007-02-14 | AdvancedDetector: revamped the file based fallback code | Max Horn | |
svn-id: r25599 | |||
2007-02-14 | - Changed the square wave generator / speaker emulation, hopefully fixing ↵ | Sven Hesse | |
the walking sound issue (#1621086) - Fixed some misplaced actor glitches in Bargon svn-id: r25585 | |||
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription ↵ | Max Horn | |
(or a subclass of it); added a (currently fake) fallback callback entry in ADParams svn-id: r25574 | |||
2007-02-13 | Some more AdvancedDetector cleanup: Removed kADFlagFilebasedFallback flag ↵ | Max Horn | |
(just check whether a fileBasedFallback has been provided); moved some internal definitions, added some doxygen coments, etc. svn-id: r25570 | |||
2007-02-13 | Fix MSVC warning | Eugene Sandulenko | |
svn-id: r25558 | |||
2007-02-13 | Fix comment | Eugene Sandulenko | |
svn-id: r25553 | |||
2007-02-13 | AdvancedDetector changes: | Max Horn | |
* Renamed genGameList to gameIDList to make it match the corresponding plugin API function name * removed the detectFunc param from detectGameForEngineCreation, as it *always* pointed to a straight wrapper around AdvancedDetector::detectAllGames * as a consequence, removed the various GAME_detectGames functions from the engines, and removed the detectFunc param from ADVANCED_DETECTOR_DEFINE_PLUGIN svn-id: r25547 | |||
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko | |
svn-id: r25545 | |||
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and ↵ | Max Horn | |
add it for AGOS, too svn-id: r25543 | |||
2007-02-13 | Use GF_DEMO flag in the AdvancedDetector to augment the preferredtarget name | Max Horn | |
svn-id: r25541 | |||
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value ↵ | Max Horn | |
(GF_DEMO) -- this flag value is not yet used by anything (also, GF_DEMO hasn't been correctly set for AGI games yet) svn-id: r25539 | |||
2007-02-12 | Adding MD5s supplied by vampir_raziel in bug report #1658373 | Sven Hesse | |
svn-id: r25538 | |||
2007-02-12 | More demo version fixes | Sven Hesse | |
svn-id: r25532 | |||
2007-02-12 | Changed language finding again | Sven Hesse | |
svn-id: r25525 |