Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-06-13 | Some more READ_LE_* -> MemoryReadStream.* conversions | Sven Hesse | |
svn-id: r23099 | |||
2006-06-13 | More READ_LE_* -> MemoryReadStream conversion + minor cleanup | Sven Hesse | |
svn-id: r23089 | |||
2006-06-13 | Fixing Scenery::_statics, Game::_totTextData and Game::_totResourceTable | Sven Hesse | |
svn-id: r23078 | |||
2006-06-12 | Using MemoryReadStream for Scenery::loadAnim() | Sven Hesse | |
svn-id: r23073 | |||
2006-06-12 | Fixing loading of Scenery::_animations[] + small gob2 cleanup | Sven Hesse | |
svn-id: r23066 | |||
2006-06-12 | Small corrections and cleanup for Gob2, fixing the graphical glitches in the ↵ | Sven Hesse | |
intro svn-id: r23060 | |||
2006-06-10 | More stub-filling + small clean-up | Sven Hesse | |
svn-id: r23012 | |||
2006-06-08 | Fix some msvc8 warnings. | Johannes Schickel | |
svn-id: r22988 | |||
2006-06-07 | More goblin handling functions, now the deactivated goblin shows | Sven Hesse | |
his boredom. It's the wrong goblin that's deactivated, though. Also, the entering animation is still missing (now nothing is drawn instead). svn-id: r22979 | |||
2006-06-06 | Two segfault and several coding style related fixes | Sven Hesse | |
svn-id: r22954 | |||
2006-06-04 | - Fixed endianness/signess issues | Sven Hesse | |
- Added a memset in Video_v2::SpriteUncompressor(), that should have been there in the first place; this fixes the tree in GOB2's first room - Fixed ADL delete[]ing svn-id: r22917 | |||
2006-06-03 | Fixing an endian-issue in setVoice() | Sven Hesse | |
svn-id: r22858 | |||
2006-06-03 | Matched the memset in imdFrameUncompressor() to the original asm, that | Sven Hesse | |
fixes a small glitch svn-id: r22857 | |||
2006-06-02 | - Fixed IMD transparency | Sven Hesse | |
- Fixed SegFault due to uninitialized _multData2 - Removed left-over debug comment svn-id: r22830 | |||
2006-06-01 | - Fixed drawing of sprite-parts based texts | Sven Hesse | |
- Removed misplaced Music::stopPlay() call svn-id: r22816 | |||
2006-05-31 | Fixed deletion statement as it was deleting arrays(CW compiler was ↵ | Lars Persson | |
complaining). svn-id: r22810 | |||
2006-05-31 | Use _mapWidth/_mapHeight instead of constant | Sven Hesse | |
svn-id: r22801 | |||
2006-05-31 | Hopefully fixed bug #1498024 | Sven Hesse | |
svn-id: r22796 | |||
2006-05-31 | - Removed usage of OSystem::quit(), added a _quitRequested variable | Sven Hesse | |
- Fixed some leaks, unitialized memory and delete/delete[]-errors svn-id: r22790 | |||
2006-05-29 | - More GOB2 map conversions | Sven Hesse | |
- Added Music_Dummy (for --music-driver=null) - Implemented IMDs. That took longer than I expected... On the bright side, Ween's intro now plays more correctly svn-id: r22754 | |||
2006-05-28 | Add reported Gob2 german floppy. | Eugene Sandulenko | |
svn-id: r22720 | |||
2006-05-21 | make printExpr, skipExpr accept both gob1 and gob2 expressions | Willem Jan Palenstijn | |
svn-id: r22568 | |||
2006-05-13 | fix VS2005 compilation warnings | Andrew Kurushin | |
svn-id: r22431 | |||
2006-05-11 | - Sound! Still a bit glitchy, though: | Sven Hesse | |
- Negative frequences?!? Maybe "SFX"? - No sound for a small part of the intro (there aren't any sndKeys covering that part either) - A rythm-instrument (hi-hat?) in the titlemusic isn't played as one - More differences in the drawing functions fleshed out - Some of the goblin handling functions written - More unnamed functions and variables, wheeee... svn-id: r22410 | |||
2006-05-01 | - Stubbed goblinFunc(), it's completeley different; now it at least | Sven Hesse | |
doesn't crash anymore - Reduced valgrind's complains about unitialized memory svn-id: r22263 | |||
2006-05-01 | More stubs; GOB2 goes in-game for a second, then segfaults in the | Sven Hesse | |
Global-constructor; valgrind shows invalid reads in parseValExpr() and parseExpr() while accessing _inter_variables and _inter_execPtr svn-id: r22262 |