Timeline



08/15/17:

23:49 Ticket #10088 (TITANIC: Audio gap when music playback loops) closed by dreammaster
wontfix: I don't think it's feasible. The engine calls the CSound::updateMixer …
23:42 Changeset [ede1cbc4] by dreammaster
TITANIC: Removed dead code from CParrot::ActMsg
22:02 Changeset [781c679c] by dafioram
TITANIC: daffine refactor, changed Yaxis rotation convention The X …
21:49 Changeset [e9ab6fce] by dafioram
TITANIC: fmatrix refactor, matrix product now non-member function The …
21:44 Changeset [40b09ffd] by dafioram
TITANIC: fmatrix refactor, common code for matrix product Changed the …
21:41 Changeset [4bd42373] by dafioram
TITANIC: star control, fmatrix refactoring renamed fn2->MatRProd and …
20:20 Changeset [e8d27c78] by sev-
WAGE: Sorted all detection entries to dictionary sort
20:16 Changeset [16739d38] by sev-
WAGE: Increased md5 sum size to 2MB and recalculated all checksums
17:51 Changeset [7313de59] by sev-
WAGE: Use new MacTextWindow API for selection cut/clear This enables …
17:50 Changeset [df7bd303] by sev-
GRAPHICS: MACGUI: Syncronise internal state when selection is cut
17:49 Changeset [b9a7f2c8] by sev-
GRAPHICS: MACGUI: Fix crash in selection when there is no text found
17:48 Changeset [0f0dd88b] by sev-
GRAPHICS: MACGUI: Fix MacText::getTextChunk() for multiline selections
11:46 Changeset [8eb7bf38] by dafioram
TITANIC: daffine refactor, call clear before setting rot matrix The …
11:11 Changeset [0f600dc2] by dafioram
TITANIC: daffine refactoring, non-functional changes Made default …
07:27 Ticket #10134 (SCUMMVM: Please add a 'Prompt to Save' feature to games.) created by macca8
Currently, whenever the player exits the game in progress for any …
07:22 Ticket #10133 (MOHAWK: Riven: Please add a 'Prompt to Save' feature to the game.) closed by macca8
outdated
05:47 Changeset [5eda2bef] by Simei Yin <roseline.yin@…>
SLUDGE: Add debug channel
05:47 Changeset [302a1467] by Simei Yin <roseline.yin@…>
SLUDGE: Fix sprite darkness bug and refactor
03:09 Ticket #10133 (MOHAWK: Riven: Please add a 'Prompt to Save' feature to the game.) created by macca8
Currently, whenever the player exits the game in progress for any …
01:28 Ticket #10122 (TITANIC: TVs still shows the lifts level after solving the puzzle) closed by dreammaster
fixed
01:26 Changeset [37863e5] by dreammaster
TITANIC: Stop showing lift 4 floor on SGT TV after getting eye
00:14 Ticket #10131 (TITANIC: Can complete titania with some items swapped out) closed by dreammaster
fixed
00:14 Changeset [7fa27223] by dreammaster
TITANIC: Don't allow Titania to activate if you remove parts after adding

08/14/17:

21:28 Changeset [970e4b2e] by sev-
WAGE: Add detecton for Mormonoids from the Deep
21:28 Changeset [c462fe9e] by sev-
WAGE: Add detection for "James Bond 007"
19:55 Ticket #10132 (ScummVM 1.7.0, OpenGL, "--joystick", Mousepointer stuck) created by stesee
starting scummvm ScummVM 1.7.0 (Mar 29 2016 03:04:41) on ubuntu 16.04 …
15:35 Changeset [d99596d] by Torbjörn Andersson <eriktorbjorn@…>
MOHAWK: Update transition mode after loading savegame
11:42 Ticket #10131 (TITANIC: Can complete titania with some items swapped out) created by dafioram
After some of the parts have been put into titania they can be removed …
07:19 Changeset [615af937] by sev-
GRAPHICS: MACGUI: Initial code for MacTextWindow::cutSelection()
03:26 Ticket #10130 (TITANIC: Prod'ing the MaitreD takes too long) created by dafioram
1.10.0git-4488-ga8e400e Original: 51 secs ScummVM: 124 secs Did one …
03:16 Ticket #10129 (TITANIC: Hose graphic stays after grabbing it in winter) created by dafioram
You can grab the hose when it is winter. If you do you will get it in …
03:05 Changeset [3de1fd1f] by criezy
I18N: Regenerate translations data file
02:57 Ticket #10128 (TITANIC: Autoselect pellerator when leaving the music room) created by dafioram
The music room is the only pellerator stop that doesn't autoselect the …
02:53 Ticket #10127 (TITANIC: Pellerator travel times deviations) created by dafioram
1.10.0git-4488-ga8e400e Comparison of times: restaurant->Arboretum …
01:35 Changeset [664126aa] by dreammaster
TITANIC: Fix crash after dragging sound sliders
01:21 Changeset [a8e400ef] by dreammaster
TITANIC: Show PET Sound sliders
00:32 Ticket #10111 (TITANIC: Succ don't carry on conversations) closed by dreammaster
fixed
00:30 Changeset [d137aba8] by dreammaster
TITANIC: SuccUBus wasn't dry retching in conversations

08/13/17:

23:04 Ticket #10101 (TITANIC: Succ-U-Bus keeps playing turn-on animation when clicked) closed by dreammaster
fixed
23:03 Changeset [ad43619b] by dreammaster
TITANIC: Stop SuccUBus turning on when dragging mail
22:45 Changeset [0bdb969] by dreammaster
TITANIC: Renamings for the CSuccUBus class
20:47 Ticket #10121 (TITANIC: Can get eye#1 with just SGT) closed by dreammaster
invalid: I double checked, and this is the same as in the original, due to the …
19:22 Changeset [9cc1f09f] by dreammaster
TITANIC: Further cleanup of DVector class
19:16 Changeset [9fa832a2] by GitHub <noreply@…>
Merge pull request #989 from dafioram/dvector_refactor TITANIC: Star …
19:02 Ticket #10124 (TITANIC: Succubus switch does nothing) closed by dreammaster
fixed
19:00 Changeset [e846a103] by dreammaster
TITANIC: Fix receiving any SuccUBus mail in the Bomb room SuccUBus
14:20 Changeset [0c6496b1] by Torbjörn Andersson <eriktorbjorn@…>
BLADERUNNER: Fix potential memory leak (CppCheck warning)
14:15 Changeset [8aeeacf2] by Torbjörn Andersson <eriktorbjorn@…>
TITANIC: Add missing va_end() on early return (CppCheck warning)
12:21 Ticket #10126 (TITANIC: Star Puzzle, crash for unlocking 1st star after 2 locked) created by dafioram
f738e79e2a5dff5feed81834ca84e47aa8dac114 1. Lock onto two stars 2. Go …
11:22 Changeset [f738e79e] by sev-
BUILD: Fix specifying tool-specific libraries and flags This fixes …
10:57 Changeset [933d634c] by sev-
CONFIGURE: An (unsuccessful) attempt to add library dependencies to …
05:16 Changeset [17625a64] by bgK
MOHAWK: Add Riven to the list of supported games in the README Also …
05:16 Changeset [f18f3190] by bgK
MOHAWK: Myst+Riven keyboard/mouse controls added to readme
05:16 Changeset [2ccf6592] by bgK
MOHAWK: add Myst and Riven save game details to readme
04:32 Changeset [d1f9aa8f] by dafioram
TITANIC: dvector work, fn5 renamed to RotXY It does a rotation around …
04:16 Changeset [5a770437] by dafioram
TITANIC: dvect work, replace fn4 with getFrameTransform This function …
03:31 Changeset [ba128368] by dafioram
TITANIC: star control dvector work, replace fn3 with getAnglesAsVect …
01:38 Changeset [18e52ef1] by dafioram
TITANIC: star control dvector rename fn2 to RotVectAxisY
01:32 Changeset [a3199414] by dafioram
TITANIC: Star control dvector work, renamed fn1 to DAffMatrixProdVec …
00:47 Changeset [94f6614] by dreammaster
DEVTOOLS: Fix gcc compilation of create_titanic
00:17 Changeset [4a945162] by dreammaster
COMMON: Added freeing notes to zlib wrapper methods
00:09 Changeset [f132cbc] by dreammaster
TITANIC: Add support for compressed bitmaps in titanic.dat
00:08 Changeset [6a5c5201] by dreammaster
DEVTOOLS: Add compression for titanic.dat bitmaps

08/12/17:

20:52 Ticket #10096 (TITANIC: Missing music fade when entering Parrot Lobby) closed by dreammaster
fixed
20:52 Changeset [a0318376] by dreammaster
TITANIC: Fix music fadeout when entering Parrot room
19:53 Ticket #10125 (SCI: LSL7 PL: Polish typed text not recognized (only english), game freeze) created by szczuru
This is another issue that i've found in official Polish version of …
19:51 Ticket #10097 (TITANIC: Missing music after looking down the well) closed by dreammaster
fixed
19:50 Changeset [8fe71870] by dreammaster
TITANIC: Fix resuming well music after looking down well
18:19 Ticket #10104 (TITANIC: Liftbots don't change floors for word spelling of numbers) closed by dreammaster
fixed
18:17 Changeset [76f82799] by dreammaster
TITANIC: Fix converting double digit words into numbers
18:16 Ticket #10124 (TITANIC: Succubus switch does nothing) created by dafioram
In the original game if you turned the succubus fuse switch so that it …
17:20 Changeset [19322752] by criezy
NEWS: Reword two GUI related changes
16:22 Changeset [99d50975] by dreammaster
TITANIC: Fix to processing textual numbers in sentences
16:21 Ticket #10123 (TITANIC: External lift level indicator is inconsistent) created by dafioram
ScummVM and the original engine are doing this the same way. Outside …
15:08 Ticket #10122 (TITANIC: TVs still shows the lifts level after solving the puzzle) created by dafioram
The TV in the original engine, for that particular channel stops …
15:07 Ticket #10089 (TITANIC: Arrows visible in settings panel) closed by dreammaster
fixed
15:07 Changeset [eaab1f04] by dreammaster
TITANIC: Fix duplication of RealLife icons when passenger class changes
14:49 Changeset [3cfb5bcd] by Simei Yin <roseline.yin@…>
SLUDGE: Fix unmatched delete and delete []
14:49 Changeset [606d2135] by Simei Yin <roseline.yin@…>
SLUDGE: Fix SoundManager destructure error
14:20 Ticket #10121 (TITANIC: Can get eye#1 with just SGT) created by dafioram
1. Go into lift2 and try to go to bottom of the well. 2. Leave the …
14:20 Changeset [e2a15a21] by GitHub <noreply@…>
Merge pull request #987 from dafioram/titanic_readme_savedgames …
13:41 Ticket #10114 (MOHAWK: Myst, Atrus movie drawn at the wrong spot?) closed by bgK
fixed
13:38 Changeset [e62e2873] by bgK
MOHAWK: Myst: Fix one Atrus video being off position by one pixel …
13:02 Changeset [4ca14e22] by sev-
WAGE: Turn warning into debug message
12:54 Changeset [07350be4] by dafioram
TITANIC: add that titanic supports original saved games to readme I …
11:59 Ticket #10120 (TITANIC: Doorbot appears in-front of parrot room) created by dafioram
1.10.0git-4444-g5d9da66 I took the saved game from #10091 and went to …
10:14 Changeset [1892d60c] by Simei Yin <roseline.yin@…>
SLUDGE: Apply dark color to sprite using multipy mode
09:42 Changeset [02b09dc8] by Simei Yin <roseline.yin@…>
SLUDGE: Fix Common::String operator[] out of range
09:28 Changeset [7734cb93] by Simei Yin <roseline.yin@…>
SLUDGE: Fix uninitialised value
09:20 Changeset [044ea6f8] by Simei Yin <roseline.yin@…>
SLUDGE: Apply lightmap to sprites
07:04 Ticket #10115 (MOHAWK: Incorrect instructions in Marker Switch Vault Access instructions) closed by bgK
fixed: Thanks for the fixed image. It looks very good. I've integrated it in …
07:02 Changeset [cafec877] by bgK
MOHAWK: Myst: Fix incorrect vault instructions using image patch …
06:47 Changeset [12522705] by sev-
README: Added newly supported games to the NEWS
06:31 Changeset [7ec2fcc7] by sev-
Graphics:: Add multiply blend mode
05:25 Changeset [c8472088] by Simei Yin <roseline.yin@…>
SLUDGE: Fix sprite depth error
05:24 Changeset [a31fcff] by Torbjörn Andersson <eriktorbjorn@…>
AUDIO: Fix some more suspicious-looking expessions GCC did not warn …
03:08 Ticket #10119 (TITANIC: MaitreD graphic glitch misplaced cyan lines) created by dafioram
1.10.0git-4396-g6fac0ac After proding the maitred if you go to the …
01:38 Ticket #10092 (TITANIC: PET active panel confusion) closed by dreammaster
fixed
01:37 Changeset [5d9da66] by dreammaster
TITANIC: Fix highlighting PET tab icons during load or Deskbot conv
01:07 Ticket #10093 (TITANIC: Final row of location chevrons rendered too high) closed by dreammaster
fixed
01:07 Changeset [20a3a08a] by dreammaster
TITANIC: Fix rendering bottom line of room glyphs
01:00 Ticket #10098 (TITANIC: Missing exit animation when closing Unbelievably High Voltage ...) closed by dreammaster
fixed
01:00 Changeset [78a1d34e] by dreammaster
TITANIC: Fix animation when leaving fusebox
00:08 Ticket #10107 (TITANIC: Liftbot Head Float) closed by dreammaster
fixed
00:07 Changeset [26ef2ce2] by dreammaster
TITANIC: Fix floating lifbot head in lift 4
00:00 Ticket #10095 (TITANIC: SGT Stateroom Puzzle deviations) closed by dreammaster
fixed: I'm pretty confident the remaining problems are simply due to the way …

08/11/17:

22:48 Changeset [7d60ccc4] by sev-
GRAPHICS: Consider flip mode when handling off-screen clipping
20:05 Changeset [bb586475] by sev-
NETWORKING: Fix warning
20:00 Changeset [addcdd5a] by sev-
NETWORKING: Fix data type cast in comparison. char is usually signed
19:59 Changeset [1d086b9f] by sev-
BACKENDS: SURFACESDL: Add missing break statement
19:55 Changeset [edeb6a6] by sev-
AUDIO: Fix insufficient memset length in FM-TOWNS synthesizer
19:52 Changeset [859b542] by sev-
AUDIO: Fix incorrect boolean statement in MaxTrax decoder
19:40 Changeset [c48cb7af] by sev-
JANITORIAL: Add fall through statement
19:30 Changeset [fcad0fe3] by sev-
TEENAGENT: Fix fall through case statements
19:25 Changeset [c2e633d3] by sev-
SAGA: Add missing break statement and add fall through comment
18:53 Changeset [b840320c] by sev-
SCUMM: Moonbase: Mark original bug as fall through to silence GCC 7 warning
18:46 Changeset [e3d720f0] by sev-
JANITORIAL: Fix GCC7 fall through warnings
18:44 Changeset [43256051] by sev-
DIRECTOR: Lingo: Add missing break statement
18:40 Changeset [c76e2666] by sev-
JANITORIAL: Fix GCC 7 fall through warning
18:38 Changeset [200b9070] by sev-
AGI: PREAGI: Add one more missing break statement
18:33 Changeset [18e26312] by sev-
AGI: PREAGI: Add missing break statements
18:20 Changeset [e0b30012] by sev-
SCUMM: Add missing return statement
18:13 Changeset [41d8441e] by sev-
SCUMM: Add missing break to INSANE code. Thanks to eriktorbjorn and GCC7
17:07 Ticket #10118 (MOHAWK: Riven: Screen doesn't fade to black when capturing Gehn.) closed by bgK
fixed: I've added the script patch in commit ee588a8. Should work fine now. …
17:06 Changeset [cdd4b8b3] by criezy
I18N: Update translations templates
17:05 Changeset [efddaf84] by bgK
MOHAWK: Riven: b_Data1.mhk is not required to play the CD version
17:05 Changeset [ee588a8c] by bgK
MOHAWK: Riven: Patch an invalid card change when entering Gehn's …
16:03 Changeset [c28d246c] by Simei Yin <roseline.yin@…>
SLUDGE: Get list of saved files
12:07 Ticket #10118 (MOHAWK: Riven: Screen doesn't fade to black when capturing Gehn.) created by macca8
This report refers to the second meeting with Gehn (having previously …
09:46 Changeset [cb1b43a6] by criezy
I18N: Update translation (German) Currently translated at 100.0% (965 …
07:50 Ticket #10117 (SCUMM: Starting the MM C64 Demo fails if the datafiles are in the same ...) created by robertmegone
I have three disk dumps in the same folder, maniac1.d64, maniac2.d64 …
07:37 Ticket #10116 (MM C64 DEMO: Attempting to display the original save/load screen ...) created by robertmegone
Playing the Maniac Mansion C64 demo, I experienced a crash when trying …
06:27 Ticket #10086 (MOHAWK: Riven: Plateau puzzle a few graphic glitches) closed by bgK
fixed: Thanks for your report. The missing handle part is now fixed (Commit …
06:24 Changeset [3fba6602] by bgK
MOHAWK: Riven: Fix pin rotation handle sometimes disappearing It was …
05:45 Ticket #10115 (MOHAWK: Incorrect instructions in Marker Switch Vault Access instructions) created by eriktorbjorn
In the original PC version of Myst, the paper you find in the …
05:42 Ticket #6802 (FREDDI2: assert() error) closed by BenCastricum
fixed
05:24 Ticket #10114 (MOHAWK: Myst, Atrus movie drawn at the wrong spot?) created by eriktorbjorn
When I approach Atrus with the page near the end of the game, he seems …
04:35 Changeset [49383e0a] by Simei Yin <roseline.yin@…>
SLUDGE: Debug output lightmap image
04:35 Changeset [949dcaa4] by Simei Yin <roseline.yin@…>
SLUDGE: Prepare sprites for lightmap
04:15 Ticket #10113 (TITANIC: Optimization improvements for low-end systems) created by dafioram
I was able to complete the game on my raspberry pi 3 and it was very …
02:14 Changeset [8f46d3e6] by dreammaster
TITANIC: Fix reinflating SGT bed after deflating it
02:12 Ticket #10112 (TITANIC: Music room xylopho player doesn't animate) created by dafioram
When you play music in the music room and he is enabled you can hear …
01:46 Ticket #10109 (TITANIC: Music room puzzle has no sound) closed by dafioram
fixed: Fixed by 2df37f4eb0dc661c0159ca397e66ef6fe19de64c
01:45 Ticket #10084 (TITANIC: crash in music room after starting music) closed by dafioram
fixed: Fixed by 2df37f4eb0dc661c0159ca397e66ef6fe19de64c
01:43 Ticket #10111 (TITANIC: Succ don't carry on conversations) created by dafioram
In the original you can keep talking to them and they will keep …
01:41 Ticket #10110 (TITANIC: Restaurant plays wrong music) created by dafioram
In scummvm it plays the top of the well music while in the restaurant …
00:28 Ticket #10102 (TITANIC: Marsinta stops moving during 2nd class upgrade sequence) closed by dreammaster
fixed
00:28 Changeset [e84c164b] by dreammaster
TITANIC: Keep Deskbot talking for entire length of 2nd class upgrade
00:10 Ticket #10105 (TITANIC: Lift4 floor level is the same as the lift1 level is when ...) closed by dreammaster
wontfix: According to the logic of the original game, Lift 2 has explicit logic …
00:03 Ticket #10106 (TITANIC: Crash when opening cheat room during starting game logo) closed by dreammaster
fixed
00:03 Changeset [388420c8] by dreammaster
TITANIC: Ignore Ctrl+C key until actually in-game

08/10/17:

23:56 Changeset [fbd1e878] by digitall
GRAPHICS: MACGUI: Fix GCC Compiler Warnings.
23:55 Changeset [3c947754] by digitall
WAGE: Fix GCC Compiler Warnings.
23:55 Changeset [2df37f4e] by dreammaster
TITANIC: Fix starting playback in music room
22:45 Changeset [7e9b8cb5] by sev-
WAGE: support chr<scene conditionals
22:40 Changeset [6541adaa] by sev-
WAGE: allow using LET with negative number literals
19:11 Ticket #10065 (MOHAWK: MYST: Invisible Dini Page) closed by bgK
fixed: Thanks. Fixed in 79102d8.
19:11 Ticket #10064 (MOHAWK: MYST: Fireplace puzzle blocks leave gray rectangle) closed by bgK
fixed: Thanks. Fixed in fb26a42. Probably is in the original as well.
19:02 Changeset [79102d87] by bgK
MOHAWK: Myst: Fix showing the white page after dropping it Fixes #10065.
18:52 Changeset [fb26a42a] by bgK
MOHAWK: Myst: Restore the backbuffer after toggling off fireplace …
18:11 Ticket #10103 (MOHAWK: Riven-Win: Frog trap on Book Assembly Island bug ...) closed by bgK
fixed: Thanks for your report. This is now fixed in commit 22ed7eb.
18:07 Changeset [22ed7eb3] by bgK
MOHAWK: Riven: Neutralize the timer when moving the Ytram trap up …
17:03 Ticket #10108 (MOHAWK: Myst: Mechanical Age Fortress rotation glitch) closed by bgK
fixed: Good catch. Fixed in commit cf9646e.
17:02 Changeset [cf9646e7] by bgK
MOHAWK: Myst: Stop gears video before calling elevator on mechanical …
17:02 Changeset [18fe4ceb] by bgK
MOHAWK: Riven: Trigger the try to open the back rotating room door …
17:02 Changeset [5a4400e3] by bgK
MOHAWK: Riven: Stop using varargs to list hotspot names One call to …
12:29 Ticket #10109 (TITANIC: Music room puzzle has no sound) created by dafioram
If you try to play music in the music room there is animations, but no …
05:23 Ticket #10108 (MOHAWK: Myst: Mechanical Age Fortress rotation glitch) created by eriktorbjorn
After pushing the red button at the top of the elevator in the …
03:40 Ticket #10107 (TITANIC: Liftbot Head Float) created by dafioram
If you have the lifthead and you go to where you are supposed to put …
02:56 Ticket #10106 (TITANIC: Crash when opening cheat room during starting game logo) created by dafioram
1. Click start new game via scumvmm gui 2. when logo is shown click …
02:45 Ticket #10105 (TITANIC: Lift4 floor level is the same as the lift1 level is when ...) created by dafioram
ScummVM: August 8 1. Put all lifts on top of the well 2. Take lift 1 …
02:16 Changeset [c278be9f] by dreammaster
TITANIC: Fix spelling mistake in Starship Titanic notes
01:44 Ticket #10104 (TITANIC: Liftbots don't change floors for word spelling of numbers) created by dafioram
In the original, liftbots will go to a floor of 7 with input of …
00:27 Ticket #10073 (TITANIC: Add autosave for parrot-chicken encounter) closed by dafioram
wontfix: I think this is too low of a priority. If someone wants to do this …
00:06 Changeset [5a43e355] by dreammaster
TITANIC: Add extra Titanic key notes to README
Note: See TracTimeline for information about the timeline view.