Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-28 | SUPERNOVA2: Add english translated image | Jaromir Wysoglad | |
This adds translated image of cyphered text inside Cabin room I don't think I can get any closer to the original looks with .pbm format. | |||
2019-07-28 | SUPERNOVA2: Add outro | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Fix some noticable bugs | Jaromir Wysoglad | |
1. Remove string from dialog with boss, that shouldn't be there 2. Make some of Fade ins and Fade outs faster. 3. Hide cable in ship after using it 4. Disable option to save inside museum 5. Fix animation inside cabin 6. Change cursor to hourglass when cracking in museum 7. Remove message when cracking alarm in museum that shouldn't be there 8. Make quitting the game instanteous even inside animatins 9. Add shouts to the public while performing on music competiton | |||
2019-07-28 | SUPERNOVA2: Fix bugs in museum | Jaromir Wysoglad | |
1. Clock and time in museum now behaves similarly to the original. 2. Leaving the museum after completing the robery now works. | |||
2019-07-28 | SUPERNOVA2: Add missing strings | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add rest of rooms (MUS12 to MUS22) | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add MusRound room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add rooms Mus8 to Mus11 | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Simplify code for generating siren. | Jaromir Wysoglad | |
The code is now simpler, and generates better sound even with lower audio rate thanks to Criezy. | |||
2019-07-28 | SUPERNOVA2: Update code formating. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add rooms Mus2 to Mus7 | Jaromir Wysoglad | |
The rooms aren't tested yet, because the first room after MusEntrance is Mus11, which isn't implemented yet. | |||
2019-07-28 | SUPERNOVA2: Add MuseumEntrance and Mus1 rooms. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Museum room. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add siren sound | Jaromir Wysoglad | |
I had a problem with a "tick" sound every when the tones changed, for now I resolved it by uping the audio rate to 80000. This is really high for what kind of sound this is, I will think of a better solution for this. | |||
2019-07-28 | SUPERNOVA2: Add missing fade ins | Jaromir Wysoglad | |
Fade in was missing after riding taxi and at the start of pyramid. It is enough to just fade out, because the engine fades in automaticaly at the start of a new room. | |||
2019-07-28 | SUPERNOVA2: Initialize price = 0 to avoid warnings | Jaromir Wysoglad | |
As suggested by criezy on github. | |||
2019-07-28 | SUPERNOVA2: Fix a few bugs in pyramid | Jaromir Wysoglad | |
This fixes a few minor bugs (a few lines each): 1. Going close to equation rendered empty wall instead 2. Door in the Floordoor room newer showed up 3. Balls in CoffinRoom were inside each other, so one of them couldn't be clicked. | |||
2019-07-28 | SUPERNOVA2: Fix missing image numbers in few rooms | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Mask room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add CoffinRoom room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add hall room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add BstDoor room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add FloordoorU room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: add InHole and Floordoor rooms | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add HoleRoom room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add LCorridor2 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add LCorridor1 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Downstairs3 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Upstairs3 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Monster2N room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Monster1N room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add TomatoN room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add TomatoF room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Formula2N room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Formula2F room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Formula1N room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add BehindPuzzle and Formula1F rooms | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add pyramid puzzle | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add UpperDoor room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Upstairs2 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add BotomLeftDoor room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add BottomRightDoor room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Downstairs1 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add Upstairs1 room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Finish Pyramid, add PyrEntrance rooms | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add part of Pyramid room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Add ship room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Fix doors in elevator. | Jaromir Wysoglad | |
I added exit door to elevator which was missing. | |||
2019-07-28 | SUPERNOVA2: Add the apartment room | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA2: Finish the elevator room | Jaromir Wysoglad | |