Timeline
06/10/17:
- 22:22 Ticket #9826 (VOYEUR: black screen after selecting a window if a still image is to ...) closed by
- fixed
- 22:21 Changeset [43440193] by
- VOYEUR: Fix backgrounds not showing for static rooms
- 20:03 Ticket #9835 (SCI: DEBUGGER: bpw/bpr not triggered inside kernel calls) created by
- When kernel functions modify selectors, this doesn't trigger selector …
- 20:02 Ticket #9834 (SCI: DEBUGGER: bpx/bpw/bpr pattern matching limited) created by
- Commit c7d631cb6697a4c8c6d9cc0e32caba79f9f7b922 added extended pattern …
- 20:00 Ticket #9833 (SCI: DEBUGGER: bp_function logging very limited) created by
-
When an export breakpoint (set by
bp_function
/bpe
) is triggered, … - 19:36 Changeset [7b03f9e8] by
- I18N: Update translations templates
- 19:32 Changeset [c7d631cb] by
- SCI: Expand kernel breakpoint pattern matching for negative matches …
- 19:32 Changeset [e7b6a257] by
- SCI: Change 'none' breakpoint action to 'ignore' for consistency
- 19:32 Changeset [4102a779] by
- SCI: Clean up breakpoint code (indentation, consistency)
- 19:32 Changeset [e2e3f7c] by
- SCI: Move bpk/logkernel to main breakpoint infrastructure This …
- 19:32 Changeset [0f0ecff0] by
- SCI: Print breakpoint info on creation
- 19:32 Changeset [4d34d586] by
- SCI: Allow setting bp action directly on creation
- 19:32 Changeset [b3866aa3] by
- SCI: Allow multiple breakpoints with same trigger but different action
- 19:32 Changeset [be84cfdb] by
- SCI: Add inspect, none breakpoint actions
- 19:32 Changeset [423ecde] by
- SCI: Move printObject from console to scriptdebug
- 19:32 Changeset [8e683db] by
- SCI: Add break/log/backtrace actions for triggered breakpoints The …
- 19:32 Changeset [cb69d10e] by
- SCI: Add underscores to Breakpoint member variables
- 19:32 Changeset [6d143e6d] by
- SCI: Remove union from Breakpoint
- 19:32 Changeset [b56a49c] by
- SCI: Move backtrace output to scriptdebug.cpp
- 19:32 Changeset [e986735] by
- SCI: Handle selector read/write breakpoints from opcodes
- 19:32 Changeset [1e5c965a] by
- SCI: Move scriptdebug declarations to separate header
- 19:32 Changeset [3554875c] by
- SCI: Fix wildcard selector breakpoints …
- 17:39 Ticket #9830 (SCI: GK2: No Menu Music) closed by
- fixed: Thanks for your report! A fix for this issue has been added in commit …
- 17:28 Changeset [61f07c13] by
- SCI: Start engine at tick 1 In SSCI, games could never start at tick …
- 15:07 Changeset [4cfb93c2] by
- ADL: Add loading of hires4 game data
- 05:24 Ticket #9810 (SCI: TORIN: Uninitialized read for temp 1 from method ...) closed by
- fixed: Thanks for your report! A fix for this issue has been committed in …
- 05:21 Changeset [62fd5df8] by
- SCI32: Fix uninitialized temp read in Torin Fixes Trac#9810.
- 05:15 Ticket #9811 (SCI: LSL6HIRES: Using washcloth crashes game) closed by
- fixed: Thanks for your report! A fix for this issue has been committed in …
- 05:13 Changeset [48baf5a] by
- SCI32: Fix uninitialized temp read in LSL6hires Fixes Trac#9811.
- 05:06 Ticket #9675 (SCI: GK2: Crash in Chapter 6 Grotto) closed by
- fixed: Thanks for your report! A fix for this issue has been committed in …
- 04:47 Changeset [2a366e38] by
- I18N: Update translations templates
- 04:30 Changeset [c1021785] by
- SCI: Remove some unused #includes
- 04:30 Changeset [40566820] by
- SCI: Return the original master sound volume when mute is on
- 04:30 Changeset [57d257b] by
- SCI32: Fix audio sync recursion Calling to …
- 04:00 Changeset [85e35943] by
- SCI32: Implement kLock & kDoAudio(1) for SCI32 1. Unlocking all …
- 03:48 Changeset [4311d1b1] by
- SCI: Do not lock Audio36/Sync36 in kLock for SCI1.1 This is not known …
- 03:48 Changeset [095226a6] by
- SCI: Lock Audio resource types when digital SFX is enabled This seems …
- 03:48 Changeset [f0d00caf] by
- SCI: Remove unnecessary condition Argument count validation for …
- 03:48 Changeset [f48fc02] by
- SCI: Fix typo in comment
- 03:48 Changeset [ddc00e42] by
- SCI: Remove unhelpful comment
- 03:48 Changeset [cf98e16d] by
- SCI: Add serialization for ResourceId
- 03:48 Changeset [a2ead7c4] by
- SCI32: Fix include path
- 03:47 Changeset [b73906f] by
- SCI: Get LRU from list directly, instead of from a reverse iterator
- 03:47 Changeset [06e82211] by
- SCI: Implement Serializable for Object
- 01:58 Changeset [3bd579b] by
- TITANIC: Fix jerkiness in end credits
- 01:52 Changeset [782479ab] by
- TITANIC: Field renamings for CCreditText
06/09/17:
- 23:40 Changeset [1342a453] by
- TITANIC: Enable initial copyright screen
- 18:19 Changeset [6814b1e1] by
- I18N: Update translations templates
- 18:17 Changeset [2977ae54] by
- GUI: Improve calculation for savegame thumbnail labels Instead of …
- 18:17 Changeset [7de8be41] by
- GUI: Fix savegame thumbnail label layout The Save/Load screen has a …
- 18:16 Changeset [231c263f] by
- GUI: Use dashes in default save description Closes gh-956
- 18:15 Changeset [255cd045] by
- ENGINES: Display savestate date as YYYY-MM-DD This avoids confusion …
- 01:04 Changeset [d7e5e5f9] by
- COMMON: Take immutable reference in SpanOwner copy assignment Thanks …
06/08/17:
- 15:45 Changeset [58c83dcd] by
- COMMON: Make SpanOwner copy assignment make a copy of the owned Span …
- 05:28 Changeset [e29f6085] by
- SCI32: Clarify code comment about Steam GK2 RESMAP.001
- 05:25 Ticket #9832 (SCI: GK2 FR: Error message at start about a wrong audio file) closed by
- fixed: Thanks for your report! A fix for this issue has been committed in …
- 05:14 Changeset [2482a78] by
- SCI32: Fix wave resource patch offset This bug was only reproducible …
- 02:32 Changeset [7a0a0b54] by
- TITANIC: Fix color of starfield crosshairs
- 02:06 Changeset [3fdfd47e] by
- TITANIC: Rename CStarControlSub2 to CStarFieldBase
- 02:00 Changeset [46f4047a] by
- TITANIC: Renamings for camera mover classes
- 01:50 Changeset [c105be91] by
- TITANIC: Renamings for automatic camera mover classes
- 01:28 Changeset [0331fab0] by
- TITANIC: Fix rotating starview when 2 markers are locked in
06/07/17:
- 18:30 Ticket #9832 (SCI: GK2 FR: Error message at start about a wrong audio file) created by
- Hello, when I launch GK2 fr, ScummVM dialog box alert me about wrong …
- 03:03 Changeset [d761a772] by
- TITANIC: 2nd marker lock on now working
- 02:07 Changeset [301cac15] by
- TITANIC: Fix calculations in DVector fn1
- 00:20 Changeset [cc562901] by
- TITANIC: Further fixes for locking marker 2
06/06/17:
- 15:44 Ticket #9831 (Lands of Lore: Japanese text is displayed overlapping) created by
- PC98 floppy version and sjis.fnt used First 4 characters of the …
- 02:28 Ticket #9827 (VOYEUR: mouse behaviour different to the original mouse behaviour) closed by
- wontfix: I actually wrestled with this behaviour when I first implemented the …
- 00:34 Changeset [cb3f8f35] by
- TITANIC: Rewrite of lockMarker2
- 00:27 Changeset [13048f2a] by
- TITANIC: Add some const prefixes to mover proc2
06/05/17:
- 00:17 Changeset [39ffcf7a] by
- TITANIC: Simplifications in lockMarker2
- 00:17 Changeset [032cd3f] by
- TITANIC: Simplify DVector fn1
Note:
See TracTimeline
for information about the timeline view.