Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-22 | HOPKINS: Update detection to avoid as much as possible the use of executables | Strangerke | |
2013-05-21 | NEVERHOOD: Fix uninitialized variable. | D G Turner | |
2013-05-20 | Revert "DRASCULA: Add detection entries for the Debian repacked versions ↵ | Filippos Karapetis | |
(bug #3612236)" This reverts commit f0071c65adf72f0fda07395b19b28a7e730b619a. | |||
2013-05-20 | Revert "DRASCULA: Fix the comment of the Debian repacked Italian version" | Filippos Karapetis | |
This reverts commit d06a6542249ae18ec4b43ffb7ac4e5273baf3fd7. | |||
2013-05-19 | CGE: Introduce gametype | Strangerke | |
2013-05-19 | DRASCULA: Fix the comment of the Debian repacked Italian version | Filippos Karapetis | |
2013-05-19 | DRASCULA: Add detection entries for the Debian repacked versions (bug #3612236) | Filippos Karapetis | |
2013-05-19 | DRASCULA: Reorder detection entries | Filippos Karapetis | |
Entries have been grouped by type (packed / unpacked) and ordered by language, alphabetically | |||
2013-05-19 | DRASCULA: Add detection entries for updated unpacked French / Italian ↵ | Filippos Karapetis | |
versions (bug #3612236) | |||
2013-05-18 | HOPKINS: Remove left-over assignment | Willem Jan Palenstijn | |
This should have been removed in 2743da58542 . | |||
2013-05-17 | SCI: Add an alternate version of the GK1 demo | Matthew Hoops | |
2013-05-17 | SCI: Add detection for an interactive KQ7 demo | Matthew Hoops | |
Thanks to DrMcCoy | |||
2013-05-18 | HOPKINS: Fix to prevent GMM saving in the underwater sub scenes | Paul Gilbert | |
2013-05-17 | CGE: Add detection entry for Sfinx | Strangerke | |
2013-05-17 | NEVERHOOD: Add detection for Russian version. Requires more work | Eugene Sandulenko | |
2013-05-16 | MOHAWK: Add GF_LB_10 to try fixing bug#3611895. | Alyssa Milburn | |
2013-05-16 | HOPKINS: Clean up loops | Willem Jan Palenstijn | |
2013-05-16 | HOPKINS: Fix shadowed variable not reported by MSVC | Strangerke | |
2013-05-16 | HOPKINS: Fix bug #3611942 and #3613072 - Pathfinding regression in ↵ | Strangerke | |
1fd81eee4056342971220240a49baef73737b386 | |||
2013-05-15 | NEVERHOOD: Update old form of module.mk | Filippos Karapetis | |
This syncs the engine's module.mk with the changes in 38a8aa516e0fa315e318801e5399f82e51efa8df | |||
2013-05-15 | MADE: Show version-related before size-related incompatibilities in savegames | Filippos Karapetis | |
This gives clearer errors when users use savegames saved with a different version | |||
2013-05-15 | Merge pull request #330 from johndoe123/neverhood | Eugene Sandulenko | |
NEVERHOOD: Neverhood engine | |||
2013-05-15 | HOPKINS: Fix erroneous check in pathfinding | Strangerke | |
2013-05-14 | SWORD1: Removed unused class variable | Thierry Crozat | |
2013-05-14 | SWORD1: Initialize class variables in constructor | Thierry Crozat | |
CID 1002998. | |||
2013-05-14 | DRASCULA: Remove superfluous strcpy() | Filippos Karapetis | |
2013-05-14 | HOPKINS: Bugfix for #3612410 - hotspots are off | Paul Gilbert | |
2013-05-14 | TOLTECS: Fix operator order (pre-decrement instead of post-decrement) | Filippos Karapetis | |
A typo in commit 98fa064. Thanks to LordHoto for pointing that out | |||
2013-05-14 | TOLTECS: Fix bug #3613032 - "TOLTECS: Crash during peace pipe coughing scene" | Filippos Karapetis | |
Check for the end of the movie resource before buffering more audio chunks. This avoids reading past the end of the movie resource. Also, clean up some movie related checks | |||
2013-05-12 | PEGASUS: Fix going left initially in the globe game | Matthew Hoops | |
2013-05-13 | HOPKINS : Added a lines debugger command | sylvaintv | |
2013-05-12 | HOPKINS: Use different colors for displaying hotspot zones | Strangerke | |
2013-05-12 | HOPKINS: Clean debug channels, add Pathfinding traces | Strangerke | |
2013-05-11 | HOPKINS: Courtesy of SylvainTV - Fix long diagonals to bottom left and right | Strangerke | |
2013-05-11 | QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene" | Filippos Karapetis | |
We now check if the engine should quit in the loop of the end credits animation | |||
2013-05-11 | AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" | Filippos Karapetis | |
We now only test for events in testKeypressed() without updating the game cycle at all (NAGI doesn't update the game cycle either). This fixes the slowdowns in some animations where have.key() is issued, like Manannan's lightnings in the intro of KQ3 and the bullets in the intro of PQ1 | |||
2013-05-11 | AGI: Remove obsolete TODO | Filippos Karapetis | |
We now set the play time - commit 5e10737015faa15d225f70b364096982923eb415 | |||
2013-05-11 | HOPKINS: Fix bug #3613068 - Detection of Hopkins Russian | Strangerke | |
2013-05-10 | HOPKINS: Added a zones debugger command | Paul Gilbert | |
2013-05-08 | NEVERHOOD: Fix member var initializations | johndoe123 | |
2013-05-08 | NEVERHOOD: Fix deletes in SpriteResource::unload() and ↵ | johndoe123 | |
ResourceMan::purgeResources() | |||
2013-05-08 | NEVERHOOD: Fix issues in the save/load screens | johndoe123 | |
- Add virtual keyboard support in save/load screens | |||
2013-05-08 | NEVERHOOD: Move module files to own subdirectory | johndoe123 | |
2013-05-08 | Merge branch 'master' | Willem Jan Palenstijn | |
2013-05-08 | NEVERHOOD: Fix some logic bugs and minor changes | johndoe123 | |
- Fix video speed in the very last scene (Scene1317) - Fix back door not opening in Scene1401 - Fix projector not moving in Scene1402 - Fix projector not appearing in Scene1403 - Fix wrong Klaymen walking in Scene2205 - Fix wrong scene change in Module2300 - Fix symbols not appearing in Scene3011 - Define out some remaining logic debug code - Remove some obsolete comments - Reduce debug output - Use a List instead of an Array when building the microtiles rectangles | |||
2013-05-08 | NEVERHOOD: Update todo.txt | johndoe123 | |
2013-05-08 | NEVERHOOD: Work on the save/load/delete menus | johndoe123 | |
- Rename WidgetScene to GameStateMenu - Merge common code from the save/load/delete into GameStateMenu | |||
2013-05-08 | NEVERHOOD: Add game-internal savegame delete menu | johndoe123 | |
- Rename Widget::addSprite to Widget::initialize | |||
2013-05-08 | NEVERHOOD: Changed the save/load menu to allow gaps in saved games to ↵ | johndoe123 | |
simplify game deletion | |||
2013-05-08 | NEVERHOOD: Fix GUI options and game copyright | johndoe123 | |