Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-21 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson | |
2014-12-07 | NEVERHOOD: Remove duplicate file hash definition | Filippos Karapetis | |
2014-12-07 | NEVERHOOD: Remove duplicate defines | Filippos Karapetis | |
These have been left behind after the split of the scenes and the scene sprites. Thanks to fingolfin for pointing out the duplicate defines | |||
2014-10-28 | NEVERHOOD: Remove trailing whitespace | Filippos Karapetis | |
2014-07-07 | NEVERHOOD: Play a single sound when losing the memory puzzle (bug #6672) | Filippos Karapetis | |
When the memory puzzle is reset, each revealed tile gets hidden again. When a lot of tiles were hidden, the multiple clicking sounds would fill the available sound slots. To avoid this, only a single click is sounded when losing | |||
2014-06-30 | NEVERHOOD: Fix uninitialized variables in Sprite (bug #6663) | johndoe123 | |
2014-06-28 | NEVERHOOD: Fix for uninitialized variables for car ride logic. | D G Turner | |
This fixes bug #6661 NEVERHOOD: Uninitialized variable during car ride. | |||
2014-06-28 | NEVERHOOD: Initialize _newMoveDirection. Valgrind complained. | Torbjörn Andersson | |
2014-06-26 | NEVERHOOD: Implement clipping in BaseSurface::copyFrom | johndoe123 | |
This should hopefully fix the crashes in the Hall of Records as mentioned in bug #6513. | |||
2014-06-05 | NEVERHOOD: Fix radio part of bug #6513 ("Some nasty bugs") | Torbjörn Andersson | |
This clears the radio music variable when leaving the room. I've discussed with johndoe123 and he says this is what the original does. (You could also get the same effect by clearing it when entering the room.) | |||
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel | |
2014-05-05 | NEVERHOOD: Fix memory leak from static data loading. | D G Turner | |
This is occurring due to duplicate entry ids, which should probably not be present. | |||
2014-05-05 | NEVERHOOD: Fix memory leak in BaseSurface | Torbjörn Andersson | |
I hope this will help the memory leak reported as part of bug #6513 but my computer isn't quite up to the task of doing any extensive Valgrind testing. | |||
2014-05-04 | NEVERHOOD: Fixed off-by-one error in getTextIndex3() | Torbjörn Andersson | |
This is the same fix that was applied to getKloggsTextIndex() some time ago. It restores a missing Willie nonsense letter. While I haven't actually verified for myself that this letter appears in the original game, it is referenced in Wikipedia's article about Absalom. | |||
2014-05-04 | NEVERHOOD: Fixed one of the issues in #6513 | Torbjörn Andersson | |
The getKloggsTextIndex() function would return 40 twice in a row when wrapping around. This caused one of Willie's nonsense letters to appear instead, since they're supposed to trigger when getTextIndex1() returns the same result more than once. The same bug also appeared (and has been fixed) in getTextIndex3(), but there it just caused the same nonsense letter to appear twice. | |||
2014-04-17 | NEVERHOOD: Fix bug #6540: 'NEVERHOOD: lightswitch graphical glitch' | johndoe123 | |
2014-04-17 | NEVERHOOD: Fix compilation | johndoe123 | |
2014-04-17 | NEVERHOOD: Fix bug #6520: 'NEVERHOOD: buggy sound of the waterfall' | johndoe123 | |
2014-03-19 | NEVERHOOD: Fix some uninitialized variables | Strangerke | |
2014-02-20 | NEVERHOOD: Fix an off-by-one error in Klogg's letters | Filippos Karapetis | |
This fixes the buggy Willie letter appearing among the ones from Klogg (bug #6513) | |||
2014-02-18 | NEVERHOOD: Make GPL headers consisten in themselves. | Johannes Schickel | |
2014-02-16 | NEVERHOOD: Janitorial - Remove trailing spaces | Strangerke | |
2014-01-14 | NEVERHOOD: Fix for bug #6481: 'NEVERHOOD: Wrong walk sound in navigation scene' | johndoe123 | |
2014-01-14 | NEVERHOOD: Fix for bug #6493: "NEVERHOOD: Many sounds playback as loud ↵ | johndoe123 | |
static (Wii)" | |||
2014-01-12 | NEVERHOOD: Fix "Klaymen! Up here!" in module 1100, scene 2 | johndoe123 | |
2014-01-11 | NEVERHOOD: Initialize NeverhoodEngine::_console variable to nullptr. | Johannes Schickel | |
This fixes a nasty crash in case neverhood.dat is not present. | |||
2014-01-11 | NEVERHOOD: Set engine to 'built by default' | Strangerke | |
2014-01-09 | NEVERHOOD: Fix sprite shadows (e.g. when on top in module 1000, scene 1) | johndoe123 | |
2014-01-06 | Merge branch 'master' of github.com:scummvm/scummvm | johndoe123 | |
2014-01-06 | NEVERHOOD: Correct fix for bug #6480 | johndoe123 | |
The car clipping rectangle wasn't set correctly when the car is on the upper level. | |||
2014-01-06 | NEVERHOOD: Tiny cleanup | Torbjörn Andersson | |
2014-01-06 | NEVERHOOD: Minor adjustment to original load/delete dialogs | Torbjörn Andersson | |
This makes space for one additional savegame slot, giving them the same number of slots as the original save dialog. I can't compare to the original, but it arguably looks better this way. | |||
2014-01-06 | NEVERHOOD: Fix palette fading | Torbjörn Andersson | |
The palette didn't fade all the way to white when using the shrinking machine, which caused visible glitches. I've verified against a YouTube "Let's Play" that in the original it did fade all the way. Whether or not it did it in this exact way I do not know, but... close enough. | |||
2014-01-06 | NEVERHOOD: Fix bug #6480 "NEVERHOOD: Car glitches" | johndoe123 | |
2014-01-06 | NEVERHOOD: Fix bug #6478 "NEVERHOOD: No footstep sounds" | johndoe123 | |
2014-01-06 | NEVERHOOD: Add mousewheel support to original save/load dialogs | Torbjörn Andersson | |
2014-01-06 | NEVERHOOD: Use constants for messages in a couple of places | Torbjörn Andersson | |
Ideally, we should always use constants of course. But I guess we don't yet have sensible names for all messages. | |||
2014-01-06 | NEVERHOOD: Fix bug #6479 - "NEVERHOOD: Radio shows the wrong picture at first" | Filippos Karapetis | |
2014-01-05 | NEVERHOOD: Simplify and document Module2800::createScene() | Filippos Karapetis | |
2014-01-05 | NEVERHOOD: Stop the background music when showing disk player | Torbjörn Andersson | |
This is consistent with all other disk players in the game. Only this one had it starting the music instead. Probably a typo. | |||
2014-01-02 | NEVERHOOD: Stop background sounds during credits (bug #6475) | Filippos Karapetis | |
2014-01-01 | NEVERHOOD: Fix the mouse cursor in scene 3, module 3000 (after bridge) | Filippos Karapetis | |
Color 255 should be white. Right now, this is a scene-specific workaround to avoid rechecking all scenes just for a glitch that happens in a specific scene. Many thanks to eriktorbjorn for figuring out that this is a palette issue, instead of a resource issue | |||
2013-12-28 | NEVERHOOD: Fix crash when playing uncompressed sounds | Torbjörn Andersson | |
This happened to me when (or shortly afterwards; I'm not quite sure) lighting the fuse on the TNT dummy. | |||
2013-12-28 | NEVERHOOD: Fix quitting via the menu (bug #6474) | Filippos Karapetis | |
2013-12-28 | NEVERHOOD: Close the game menu when pressing the Escape key | Filippos Karapetis | |
2013-12-28 | NEVERHOOD: Fix looping sounds (bug #6473) | Filippos Karapetis | |
Based on salty-horse's patch - thanks! | |||
2013-12-26 | NEVERHOOD: Add an option to scale the making of videos to full screen | Filippos Karapetis | |
2013-12-25 | NEVERHOOD: Move car to the correct position when entering a new scene | Filippos Karapetis | |
2013-12-25 | NEVERHOOD: Change more message values to enums | Filippos Karapetis | |