Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-10 | NEVERHOOD: Fixes for Russian versions | Eugene Sandulenko | |
2013-10-07 | NEVERHOOD: Correctly disable input when Klaymen drinks the wrong potion | Filippos Karapetis | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | NEVERHOOD: Move module-specific Klaymen code to its respective module | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Move specialized Klaymen code for modules 1000 and 1100 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Clean up some includes | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 1000 and 1100 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in module 1200 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 1300 and 1400 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in module 1600 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 1700 and 1800 | Filippos Karapetis | |
This also reduces inter-header dependencies | |||
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 2100 and 2200 | Filippos Karapetis | |
This also reduces inter-header dependencies | |||
2013-10-01 | NEVERHOOD: Split some more sprites from their respective scenes | Filippos Karapetis | |
This splits modules 2400, 2500 and 2600 | |||
2013-10-01 | NEVERHOOD: Split some more sprites from their respective scenes | Filippos Karapetis | |
This splits modules 2700, 2900 and 3000 | |||
2013-09-27 | NEVERHOOD: Fix uninitialized member of the TextEditWidget class - CID 1022333 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized variable in Scene1303 - CID 1022323 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Remove unused variable - CID 1022328 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized variable in AsScene1002OutsideDoorBackground - ↵ | Filippos Karapetis | |
CID 1022329 | |||
2013-09-27 | NEVERHOOD: Fix uninitialized variable in AsScene2810Rope - CID 1022310 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized members of the Palette class - CID 1022303, ↵ | Filippos Karapetis | |
1022304, 1022305, 1022306 | |||
2013-09-27 | NEVERHOOD: Fix uninitialized members of the Scene class and remove dead code ↵ | Filippos Karapetis | |
- CID 1022300 | |||
2013-09-27 | NEVERHOOD: Fix uninitialized members of the Screen class - CID 1022299 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized members of the AudioResourceManMusicItem class ↵ | Filippos Karapetis | |
- CID 1022298 | |||
2013-09-27 | NEVERHOOD: Fix uninitialized members of the SoundMan class - CID 1022297 | Filippos Karapetis | |
2013-09-26 | NEVERHOOD: Fix uninitialized class members in AnimatedSprite - CID 1022296 | Filippos Karapetis | |
2013-09-26 | NEVERHOOD: Add a patch system for broken resources in Russian versions | Filippos Karapetis | |
Some translated resources in Russian versions have incorrect unpacked resource sizes. The original didn't perform checks for these, but we do, thus we'll need to patch the unpacked resource sizes for each case | |||
2013-09-26 | NEVERHOOD: Expand the error thrown for broken resources in BLB archives | Filippos Karapetis | |
The Russian translated versions of Neverhood have invalid unpacked sizes for some compressed resources. This helps in identifying their resource parameters more easily | |||
2013-09-21 | NEVERHOOD: Document two resources used in game menus | Filippos Karapetis | |
2013-09-21 | NEVERHOOD: Split the sprites in module 2800 into a separate file | Filippos Karapetis | |
2013-09-17 | NEVERHOOD: Slight cleanup in Module2800::updateScene() | Filippos Karapetis | |
2013-09-17 | NEVERHOOD: Implement the music toggle menu button | Filippos Karapetis | |
2013-09-17 | NEVERHOOD: Split the code that stops all music and sound effects | Filippos Karapetis | |
2013-09-14 | NEVERHOOD: Rename the "room" command to "scene" and enhance it | Filippos Karapetis | |
The naming has been changed from "room" to "scene", in order to keep it consistent with the rest of the engine. The scene command now also displays resource information about the current scene when invoked without parameters | |||
2013-09-14 | NEVERHOOD: Add console commands to handle resources | Filippos Karapetis | |
2013-09-14 | NEVERHOOD: Move StaticScene into scene.h/.cpp | Filippos Karapetis | |
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel | |
This allows to keep the engines to specfiy the files for translation close to the engine sources itself. Thanks to criezy for his suggestion on this approach. | |||
2013-08-08 | Merge pull request #369 from fingolfin/fix-neverhood | Filippos Karapetis | |
NEVERHOOD: Remove NRect constructor | |||
2013-08-05 | NEVERHOOD: Remove NRect constructor | Max Horn | |
Otherwise, every global variable of type NRect requires a constructor to be run, which can cause portability issue. | |||
2013-08-03 | NEVERHOOD: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | NEVERHOOD: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-07-30 | NEVERHOOD: Silence noisy compiler warning. | D G Turner | |
This is due to NULL being used. Switching to nullptr which is equivalent i.e. 0 should silence this. | |||
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-09 | NEVERHOOD: Fix incorrect sound heard when pressing the ladder button | Filippos Karapetis | |
When the ladder is down, pressing the ladder button shouldn't do anything | |||
2013-07-04 | NEVERHOOD: Move the TODO into our wiki | Filippos Karapetis | |
It can now be found at http://wiki.scummvm.org/index.php/Neverhood/TODO | |||
2013-07-03 | NEVERHOOD: Add a new console command, "playsound" | Filippos Karapetis | |
2013-07-03 | NEVERHOOD: Fix typo in variable name | Filippos Karapetis | |
2013-07-03 | NEVERHOOD: Fix save slot selection | Filippos Karapetis | |
My initial suggestion to fix the issue was made in 163023a, which broke the save slot selection logic. The actual save slot selection problem was fixed in commit 2ca36ab | |||
2013-07-01 | NEVERHOOD: Fix cursor glitch before looking down the lowered bridge | Filippos Karapetis | |
The navigation scene type used was wrong, resulting in cursor glitches when moving the mouse cursor at the screen edges |