Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-12-25 | NEVERHOOD: Change more message values to enums | Filippos Karapetis | |
2013-12-23 | NEVERHOOD: Add names to some message IDs | Filippos Karapetis | |
2013-12-20 | NEVERHOOD: Allow skipping of the introductory credits with the space key | Filippos Karapetis | |
2013-12-20 | NEVERHOOD: Disable the fanmade Russian Fargus release for now | Filippos Karapetis | |
This version has broken resources that corrupt the heap (e.g. the menu header). | |||
2013-12-07 | NEVERHOOD: Add missing getDebugger() for engine API. | D G Turner | |
2013-11-26 | Merge pull request #375 from digitall/engineAutoPlug | Johannes Schickel | |
RFC: Pluggable Engines #2 (No Python, just evolution of current configure shell and make code) | |||
2013-11-24 | NEVERHOOD: Fix spacing errors | Strangerke | |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner | |
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically. | |||
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner | |
This is now generated automatically by the configure script from the engine directory names. | |||
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner | |
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script. | |||
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner | |
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine. | |||
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner | |
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically. | |||
2013-11-03 | NEVERHOOD: Fix Klaymen's idle blinking animation in the teleporter | Filippos Karapetis | |
The wrong animation hash was used in stSitIdleTeleporterBlinkSecond() | |||
2013-11-03 | NEVERHOOD: Remove unused method drawShadowSurface() | Filippos Karapetis | |
2013-11-02 | NEVERHOOD: Move some Klaymen animations specific to scene 1002 | Filippos Karapetis | |
Also, reorganize some of the functions in modules/module1000_sprites.cpp | |||
2013-11-02 | NEVERHOOD: Really stop the radio music during the radio tower cutscene | Filippos Karapetis | |
2013-10-31 | NEVERHOOD: Fix bug #3615124 - "NEVERHOOD: Music from Credits continues to play" | Filippos Karapetis | |
2013-10-31 | NEVERHOOD: Add an option to skip the Hall of Records storyboard scenes | Filippos Karapetis | |
Quoting from the Neverhood wiki: "The Hall of Records is considered to be one of the longest and most tedious elements of the Neverhood, and takes approximately nine to ten minutes to walk through". This option allows the player to just skip past all of these tedious storyboard scenes | |||
2013-10-19 | NEVERHOOD: Fixes for museum walls in Russian version | Eugene Sandulenko | |
2013-10-17 | NEVERHOOD: Another fix for Russian version | Eugene Sandulenko | |
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 | |