Timeline
05/19/10:
- 23:29 Changeset [678411a] by
- Slight bugfix in the object iteration inside getSierraGameId() …
- 23:21 Ticket #9177 (BRA: read music files correctly on big-endian) created by
- […] […]
- 21:10 Changeset [264fde96] by
- SCI: sound code now queues up music in sci0, wip-code: not reacting on …
- 19:41 Changeset [e243c87f] by
- SCI: updated comment on kDoSound(12) svn-id: r49108
- 17:19 Changeset [b0ac5ee] by
- Disabled probably false positive warning 4121 (alignment of a member …
- 17:18 Ticket #9174 (BRA: zone running fixes) closed by
- 17:18 Changeset [9675bf2e] by
- Reverted commit #49088, seems like to be a false positive from MSVC on …
- 17:16 Changeset [f84b2324] by
- Add a parser for HEAR zones in BRA, and handle the relative MUSIC …
- 17:11 Changeset [92c1f462] by
- Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) …
- 16:54 Changeset [cbee7eeb] by
- Do not try and run dialogues when there is no dialogue defined in a …
- 15:57 Changeset [480e5c84] by
- Added a new method to the resource manager, to help determine if we …
- 14:54 Changeset [3f10841a] by
- SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes …
- 14:45 Changeset [893af160] by
- Fixed signed/unsigned warning, changed to CamelCase svn-id: r49100
- 14:43 Changeset [d1f1c71] by
- Cleaned up script_instantiate_sci0() svn-id: r49099
- 14:19 Changeset [9b4f3528] by
- SCI: cleanup soundcode - number renamed to resourceId, prio renamed to …
- 13:32 Changeset [bb10dab] by
- SCI: changing debugger commands to not require "?"-prefix for objects …
- 12:34 Ticket #4549 (FW: Restart doesn't work) closed by
- fixed
- 12:34 Changeset [15c533d] by
- Implement FR #2841445: FW: Restart doesn't work svn-id: r49096
- 12:18 Ticket #4550 (FW: Pause doesn't work) closed by
- fixed
- 12:17 Changeset [2be9bb3d] by
- Implement FR #2841494: FW: Pause doesn't work svn-id: r49095
- 11:28 Ticket #9176 (BRA: don't corrupt flags when re-entering location) created by
- […] […]
- 09:39 Changeset [20979847] by
- Updated the save game format for the changes in #49093 svn-id: r49094
- 08:50 Changeset [174a043a] by
- Removed the exportsAreWide variable from the segment manager and save …
- 07:25 Changeset [852cb16] by
- Moved the breakpoint information inside the DebugState struct svn-id: …
- 06:53 Changeset [db3fc7a8] by
- Added missing single quote svn-id: r49091
- 05:42 Changeset [95b1c13e] by
- formatting svn-id: r49090
- 05:35 Changeset [61d7bfb7] by
- Patch from Littleboy to silence useless warning due to VideoDecoder …
- 00:25 Changeset [9af44c93] by
- Added packing to the QT structures svn-id: r49088
05/18/10:
- 21:26 Ticket #4886 (MI1EGA German: Credit text incorrect) created by
- […] […]
- 20:49 Ticket #9175 (BRA: handle SELFUSE flag) created by
- […] […]
- 19:59 Changeset [e41874c] by
- SCI: set signal on fadeOut and also set signal when fade is requested …
- 18:16 Changeset [62717eaf] by
- Replace some strncpy usages with Common::strlcpy. svn-id: r49086
- 18:16 Changeset [e4d1c8a1] by
- Replace one instance of strncpy with Common::strlcpy. svn-id: r49085
- 17:36 Changeset [759e4923] by
- Add a new class 'RewindableVideoDecoder' that allows a video to be …
- 15:52 Changeset [83f31e4e] by
- Added the number of parameters passed in unknown kDoAudio subops …
- 15:16 Changeset [5124358] by
- Started simplifying and removing a lot of unused code from the SAGA …
- 15:12 Ticket #7757 (Text-reader / Image-viewer for PSP) closed by
- wontfix
- 14:59 Changeset [bddceced] by
- Have QTPlayer inherit from VideoDecoder. The video downscaling …
- 14:58 Ticket #9174 (BRA: zone running fixes) created by
- […] […]
- 14:57 Changeset [6499ddf] by
- Added back video skipping in SAGA2 with the escape key or left mouse …
- 14:19 Ticket #9141 (VideoDecoder Rewrite) closed by
- 14:17 Changeset [11cbdd03] by
- Committing the rest of the VideoDecoder Rewrite from patch #2963496. …
- 13:05 Changeset [f3892a5] by
- - Removed the wrapper kalloc, kmem and kfree functions. Now, the …
- 12:34 Changeset [e3297ef] by
- SCI: fixing crash in pq2 - not sure about this, lskovlun should take a …
- 12:16 Changeset [46af5a5] by
- - Moved kernel_lookup_text inside the Kernel class - Added a pointer …
- 11:23 Changeset [75f4791a] by
- - Moved determine_reg_type() and kernel_matches_signature() inside the …
- 10:39 Changeset [15986b8] by
- Added getBaseFileName() method and enhanced open() with trying …
- 10:01 Changeset [7ab8f6e2] by
- Fix currentFrame semantics in Flic player svn-id: r49073
- 09:24 Changeset [16afdc37] by
- Fix missing dialogue index. This is the BR case of the NS fix in …
- 09:18 Changeset [8b7c29a4] by
- Moved breakpointWasHit inside the DebugState struct, thus resolving a …
- 04:17 Changeset [3dda73d9] by
- Add initial support for KQ6 Mac. Wrapper functions for read/writing to …
05/17/10:
- 23:29 Changeset [0fe2ba6a] by
- Some more enforcement of our formatting conventions in KYRA too. …
- 22:46 Changeset [cbbb78d9] by
- Enforce conversion formatting on pointer casts in the DEV code. …
- 22:17 Changeset [01070d72] by
- Minor formatting. svn-id: r49067
- 22:08 Changeset [22caf0e1] by
- Get rid of Common::Rational::normalize and other redundant code …
- 22:08 Changeset [c56a481] by
- Use TS_ASSERT_EQUALS in test cases svn-id: r49065
- 22:07 Changeset [00cd966] by
- Some tweaks and fixes for Common::Rational * Fix Common::gcd to work …
- 21:59 Changeset [c7fa1074] by
- Change VideoDecoder::getCurFrame() to mean the last frame drawn …
- 20:57 Changeset [ea84abf] by
- Add tests for Common::Rational from patch #2963496 (VideoDecoder …
- 20:53 Changeset [811fc0e7] by
- Add the Common::Rational class from patch #2963496 (VideoDecoder …
- 16:50 Changeset [dd0c1fd6] by
- Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation …
- 11:02 Changeset [946fe290] by
- Change product id to just be "ScummVM <version>" svn-id: r49059
- 10:30 Changeset [68cae03b] by
- Bugfixes for animation display, and better understanding of how …
- 09:32 Changeset [4119fdb9] by
- SCI: adding speed throttler special case for iceman / submarine …
- 07:22 Changeset [8b59e45e] by
- PSP: added option for render by callback and fixed up and cleaned up …
- 04:02 Changeset [f4eacd6c] by
- Synced NEWS with 1.1 branch. svn-id: r49054
- 04:01 Changeset [7b40f860] by
- Backported fix for bug #2976008 ("BS2: Game lockup in British …
- 01:03 Ticket #4828 (BS2: Game lockup in British Museum) closed by
- fixed
05/16/10:
- 18:05 Changeset [9891932d] by
- Add back README.PSP svn-id: r49052
- 18:02 Changeset [e46a01b8] by
- Correct IRIX spec filename svn-id: r49051
- 18:00 Ticket #9173 (IRIX packaging files + icons) closed by
- 17:59 Changeset [b4f81070] by
- Patch #2998635: "IRIX packaging files + icons" + add scummvm.spec.in …
- 17:21 Changeset [c49930d5] by
- SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine …
- 10:36 Changeset [80acb21] by
- Added automatic detection of the IHNM demo svn-id: r49047
- 10:23 Changeset [b57bab8e] by
- Added automatic detection for the non-interactive ITE demos svn-id: r49046
- 01:32 Changeset [43e61ec] by
- Bugfixes for animation depth logic svn-id: r49045
05/15/10:
- 23:40 Ticket #7766 (Add support POLDA game) closed by
- wontfix
- 21:28 Changeset [5e4868f] by
- SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it …
- 15:59 Changeset [ae4da9de] by
- SCI: setting port _menuPort, fixing crash on setFont() svn-id: r49043
- 15:45 Changeset [19af89a] by
- SCI: removed _mainPort (was unused, is unused) svn-id: r49042
- 15:16 Changeset [f3b2627] by
- SCI: adding special 640x440 upscaling mode for kq6, finally hires …
- 14:17 Changeset [eb2b3f35] by
- SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing …
- 13:07 Ticket #7766 (Add support POLDA game) created by
- […] […]
- 08:57 Changeset [59a2552] by
- SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new …
- 08:56 Changeset [9e06c2c] by
- Bakported fix for missing cutscene speech, in case we ever release …
- 08:54 Changeset [83a25d2] by
- Fixed a regression that caused some speech in cutscenes to not be …
- 08:38 Changeset [2da9fa5a] by
- Rewrote playMovieSound() to keep it from hogging memory in the …
- 00:42 Changeset [86bfccb8] by
- Removed use of globally constructed menu item position lists svn-id: …
- 00:28 Changeset [e91df69] by
- Decoded further fields in the SequenceList class, and started …
05/14/10:
- 20:09 Ticket #7670 (DRASCULA: MP3 audio tracks) closed by
- 15:23 Changeset [6d38cf8b] by
- Made locateVarSelector() a method of the Object class svn-id: r49031
- 15:21 Changeset [25bac3b] by
- Silenced some MSVC warnings svn-id: r49030
- 11:49 Changeset [94f1af2b] by
- SCI: if no priority is set (=255) and a cel is embedded in picture …
Note:
See TracTimeline
for information about the timeline view.