Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-23 | Added support for Infogrames/RobHubbard2 (amiga) music | Sven Hesse | |
svn-id: r25160 | |||
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-13 | Rename special debug levels to conform our suggested naming scheme. | Eugene Sandulenko | |
svn-id: r25073 | |||
2007-01-06 | - Fixed cut off and missing sounds | Sven Hesse | |
- Fixed a crash/static reported in the forums (sending Winkle to the vulture) - (Hopefully) fixed the immediately-closing notepad heisenbug (#1621089) - Fixed using unitialised values after allocating the variables svn-id: r25025 | |||
2007-01-05 | Fixed the loading delay bug I introduced with the playing from CD fix (#1626308) | Sven Hesse | |
svn-id: r25006 | |||
2007-01-04 | Make sure warning is shown for CD versions of Gobliins 2, when playing from ↵ | Travis Howell | |
CD under Windows svn-id: r24986 | |||
2007-01-04 | Add the Amiga version of Gobiins 2 demo | Travis Howell | |
svn-id: r24985 | |||
2006-12-24 | Add md5 for interactive gob2 demo. | Eugene Sandulenko | |
svn-id: r24921 | |||
2006-12-20 | Changed CD playing a bit, now playing directly from the CD should be ↵ | Sven Hesse | |
possible again. Playing without an audio track at all works now, too svn-id: r24903 | |||
2006-12-19 | Stomped the well/diving-bug | Sven Hesse | |
svn-id: r24884 | |||
2006-12-19 | Fixed backspace and delete in the note-pad | Sven Hesse | |
svn-id: r24883 | |||
2006-12-18 | Fixed the note-pad, font changing and date/time-display | Sven Hesse | |
svn-id: r24875 | |||
2006-12-18 | Added a waitRetrace in Game_v2::CheckCollisions() and rearranged the delay ↵ | Sven Hesse | |
in o1_keyFunc(), so that the save name dialog is shown and the "Empty Inventory" message is displayed properly as well. svn-id: r24874 | |||
2006-12-17 | Fixed a walking animations related mistake | Sven Hesse | |
svn-id: r24867 | |||
2006-12-17 | Added a range check in Draw_v2::printText(), fixing invalid reads. It ↵ | Sven Hesse | |
*shouldn't* pose any problem s svn-id: r24866 | |||
2006-12-14 | Smashed the wizard's house bug | Sven Hesse | |
svn-id: r24850 | |||
2006-11-30 | The music in the Mac version of Gob1 seems to be selected randomly for each ↵ | Sven Hesse | |
scene svn-id: r24797 | |||
2006-11-30 | Adding new Gob2 MD5 (closing bug #1605235) | Sven Hesse | |
svn-id: r24796 | |||
2006-11-27 | Removed the "#ifdef SCUMM_BIG_ENDIAN"s | Sven Hesse | |
svn-id: r24795 | |||
2006-11-27 | - Properly implemented o2_getCDTrackPos() | Sven Hesse | |
- Each save has now its own file (.s??). They also should be endian-safe now (Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp) - General endianness-fixes svn-id: r24794 | |||
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko | |
svn-id: r24760 | |||
2006-11-21 | - Fixed the crashes in Gob1 EGA and Gob2 Demo | Sven Hesse | |
- Fixed the compile error in GobEngine::saveGame on some systems svn-id: r24756 | |||
2006-11-20 | Changed the way sprites-freeing is handled, now the menu sprites and window ↵ | Sven Hesse | |
decorations are drawn svn-id: r24752 | |||
2006-11-19 | Implemented (currently still endian-unsafe) save/load | Sven Hesse | |
svn-id: r24745 | |||
2006-11-14 | formatting. | Johannes Schickel | |
svn-id: r24720 | |||
2006-11-14 | Fixed the lock when leaving the menu | Sven Hesse | |
svn-id: r24719 | |||
2006-11-09 | Closing bug #1593768 (Logical and should probably be bitwise and) | Sven Hesse | |
svn-id: r24667 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-09-09 | Fixed unaligned read on PalmOS | Chris Apers | |
svn-id: r23846 | |||
2006-08-16 | Fixed pathfinding | Sven Hesse | |
svn-id: r23718 | |||
2006-08-15 | Limit md5 computations to first 5000 bytes in gob engine. | Eugene Sandulenko | |
svn-id: r23713 | |||
2006-08-12 | Ooops again, use the correct delete... | Sven Hesse | |
svn-id: r23703 | |||
2006-08-12 | Ooops, free the allocated _startTot/_startTot0, too... | Sven Hesse | |
svn-id: r23702 | |||
2006-08-12 | Added another field to the GameSettings for the intro.tot, because the ↵ | Sven Hesse | |
Gobliins 2 demo uses usa.tot instead svn-id: r23701 | |||
2006-08-12 | - Some more goblins-handling functions | Sven Hesse | |
- Fixed some mistakes I made in the Parse_v2 functions. Now the goblins (finally) move. Also, the correct music is played in the first screen. - Found the hook for the menu - On freeing a sound slot, only stop the playing music if it's in the slot to free svn-id: r23700 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-23 | String class usage cleanup | Max Horn | |
svn-id: r23582 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel | |
- changes some engine detectors to use it svn-id: r23559 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in the ↵ | Johannes Schickel | |
Gobliiins detector code too. svn-id: r23555 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-15 | Fix building with msvc8. | Johannes Schickel | |
svn-id: r23517 | |||
2006-07-09 | Instead of drawing the mouse cursor as a sprite, let the backend handle it | Sven Hesse | |
svn-id: r23464 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-07-08 | - Fixed a few mistakes that added up to look correct, fixing bargon's cursor | Sven Hesse | |
- Updated cursor drawing in general svn-id: r23429 | |||
2006-06-29 | - Renamed a few mult-variables to something more fitting | Sven Hesse | |
- Fixed a small mistake, making the entering animation work - Correcting Game_v2::playTot() so that the loading screen is shown - Updated most of the collisions stuff, the objects names hint stuff works now svn-id: r23346 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 |