aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-28SUPERNOVA2: Add LCorridor2 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add LCorridor1 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Downstairs3 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Upstairs3 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Monster2N roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Monster1N roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add missing string to translatin toolJaromir Wysoglad
2019-07-28SUPERNOVA2: Add TomatoN roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add TomatoF roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Formula2N roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Formula2F roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Formula1N roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add BehindPuzzle and Formula1F roomsJaromir Wysoglad
2019-07-28SUPERNOVA2: Add pyramid puzzleJaromir Wysoglad
2019-07-28SUPERNOVA2: Add UpperDoor roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Upstairs2 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add BotomLeftDoor roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add BottomRightDoor roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Downstairs1 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add Upstairs1 roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Finish Pyramid, add PyrEntrance roomsJaromir Wysoglad
2019-07-28SUPERNOVA2: Add part of Pyramid roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add ship roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Fix doors in elevator.Jaromir Wysoglad
I added exit door to elevator which was missing.
2019-07-28SUPERNOVA2: Add the apartment roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Finish the elevator roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add missing interactions in Cabin roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add partialy finished Elevator room.Jaromir Wysoglad
2019-07-28SUPERNOVA2: Add City1 and City2 roomsJaromir Wysoglad
2019-07-28SUPERNOVA2: Change saving of room variablesJaromir Wysoglad
Change the way room variables are saved, so it is more like the original code and also thanks to this they get saved and loaded when the game is saved/loaded
2019-07-28SUPERNOVA2: Finish the Checkout, add TV appearenceJaromir Wysoglad
The TV appearence is for now just a guess, since right now I don't actually know how to get to it in the original game, so I don't know how it really looks like. Also the player cannot get to it yet, because the room containing the music chip (which is needed) isn't added yet.
2019-07-28SUPERNOVA2: Add partialy implemented checkout roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add palace of cultureJaromir Wysoglad
2019-07-28SUPERNOVA2: Add more generic interactionsJaromir Wysoglad
The original file ms2_r1.c is finished. In the original game, pressing the discman should play only the first 2 patterns of the song. I couldn't figure out how to stop playing the music in the right moment, so instead the whole music is played but the it can be stopped by pressing a mouse button.
2019-07-28SUPERNOVA2: Finish Kiosk roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add partialy finished kiosk roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add cabin roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Add skeleton for the rest of the roomsJaromir Wysoglad
2019-07-28SUPERNOVA2: Add the games roomJaromir Wysoglad
2019-07-28SUPERNOVA2: Fix not quiting during introJaromir Wysoglad
While trying to quit the game during intro, the intro only sped up instead of quiting and quit only when the intro ended
2019-07-28SUPERNOVA2: Add sound to all rooms currently codedJaromir Wysoglad
2019-07-28SUPERNOVA2: Add some more generic interactoinsJaromir Wysoglad
2019-07-28SUPERNOVA2: Add downtown streetJaromir Wysoglad
2019-07-28SUPERNOVA2: Add load and save mechanismJaromir Wysoglad
2019-07-28SUPERNOVA2: Fix of overlooked save patternJaromir Wysoglad
2019-07-28SUPERNOVA2: Fix airport message renderingJaromir Wysoglad
In the original game, the message or airport that all other passangers left gets rendered only if the intro isn't skipped. This commit does that.
2019-07-28SUPERNOVA2: Finish taxi destination choosingJaromir Wysoglad
2019-07-28SUPERNOVA2: Add dialog separator to gametext.hJaromir Wysoglad
2019-07-28SUPERNOVA2: Fix object indexing in taxi standJaromir Wysoglad
2019-07-28SUPERNOVA2: Fix dialog mouse hover color changeJaromir Wysoglad