Timeline
07/23/12:
- 21:18 Changeset [61e8fdbf] by
- SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one
- 03:17 Changeset [d4231fda] by
- SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder API
- 03:04 Changeset [88a1989a] by
- TEENAGENT: Replace reject message table lookup with explicit values. …
- 02:40 Changeset [88fe4e3] by
- WINTERMUTE: Handle the "language/" subdirectory separately for choice …
- 02:37 Changeset [5bcc4764] by
- WINTERMUTE: Initialize the BaseGame reference in BasePersistenceManager
- 01:42 Changeset [c7eda9ab] by
- WINTERMUTE: Encapsulate and distance BasePersistenceManager from Base.
- 01:22 Changeset [aedb0aea] by
- WINTERMUTE: Remove dcgf.h from almost all includes.
- 01:10 Changeset [4489119] by
- WINTERMUTE: Remove unused code from platform_osystem.h
- 00:36 Changeset [dd6d093c] by
- WINTERMUTE: Remove 2 more unecessary includes.
- 00:23 Changeset [7a818009] by
- WINTERMUTE: Clean out unused utils.
- 00:05 Changeset [927eb9a9] by
- WINTERMUTE: Some more BaseFileManager-cleanup
07/22/12:
- 23:54 Changeset [aac9420] by
- WINTERMUTE: Clean up a few includes.
- 23:50 Changeset [af7fca1] by
- TEENAGENT: Split out functions to avoid need for processCallback().
- 23:40 Changeset [4b0ede46] by
- Rename BaseGame::SaveGame -> saveGame
- 23:30 Changeset [d1f7730] by
- WINTERMUTE: Encapsulate BaseRenderer::_rectList and replace it by …
- 23:08 Changeset [93864d4e] by
- WINTERMUTE: Remove Base as superclass for BaseImage
- 22:40 Changeset [61e011ad] by
- WINTERMUTE: Reenable direct package-loading for now
- 22:14 Changeset [8b6e4fc7] by
- WINTERMUTE: Privatize/remove unused/internal functions in BaseFileManager
- 21:36 Changeset [4f1b03e] by
- WINTERMUTE: Remove Base as superclass for base_file_entry
- 21:35 Changeset [f9d3cb8e] by
- TEENAGENT: Fix another invalid string offset. This typo caused an …
- 21:26 Changeset [a249b09] by
- WINTERMUTE: Remove Base as superclass for base_package.
- 21:17 Changeset [8c378f79] by
- WINTERMUTE: Wrap _name in base_named_object in getters/setters.
- 20:55 Changeset [f6a5a2a] by
- WINTERMUTE: Wrap away base_script_holder's _filename field in …
- 20:31 Changeset [30ada3c1] by
- WINTERMUTE: Check for failure when decoding images.
- 20:30 Changeset [803c4215] by
- WINTERMUTE: Fix a few issues in PathUtil, mainly …
- 20:29 Changeset [4c34212] by
- WINTERMUTE: Add an audio-debug-channel and reduce the use of warning()
- 20:27 Changeset [3bcbd188] by
- WINTERMUTE: Avoid opening files when checking hasFile()
- 20:15 Changeset [8ac70ac] by
- TEENAGENT: Fix another invalid string offset. This typo caused an …
- 19:49 Ticket #6093 (DW: PSX version missing (many) music (cues)) closed by
- fixed
- 19:02 Changeset [6fb64111] by
- WINTERMUTE: Use only alphanumerics in fallback-gameids.
- 19:02 Changeset [a549977c] by
- WINTERMUTE: Use FSNodes to parse relative paths used by the games.
- 18:13 Changeset [0f0c6f93] by
- VIDEO: Rewrite the AVI code to use AdvancedVideoDecoder In addition …
- 18:11 Changeset [7654b203] by
- VIDEO: Merge the three Fixed* VideoTrack classes Avoids diamond …
- 16:19 Ticket #3804 (DOTT: MIDI stuck after exploding cigar) closed by
- invalid
- 16:17 Changeset [29541dc] by
- VIDEO: Hold tracks in an Array instead of a List Decoders such as AVI …
- 13:28 Ticket #6107 (CGE: Travel buttons missing after saving) created by
- […] […]
- 05:28 Changeset [c8b1c747] by
- WINTERMUTE: Add in a fallback-detector for unknown games. (flagged as …
- 05:24 Changeset [742521c] by
- WINTERMUTE: Redo base_file_manager, to use FSLists for …
- 04:58 Changeset [9bf17934] by
- VIDEO: Take audio start time into account when syncing to audio
- 04:39 Changeset [4c9c22b3] by
- VIDEO: Make seek/rewind functions in AdvancedVideoDecoder virtual …
- 03:55 Changeset [c373ed4e] by
- TEENAGENT: Symbol migration associated with remaning …
- 03:20 Ticket #6082 (TEENAGENT: string truncated after diving) closed by
- fixed
- 03:14 Changeset [31b00ac1] by
- TEENAGENT: Fix for bug #3540542 ("string truncated after diving"). …
07/21/12:
- 21:52 Changeset [067e02e] by
- VIDEO: Add StreamFileAudioTrack wrapper
- 21:38 Changeset [144b9ce9] by
- VIDEO: Don't try to sync video off of finished audio tracks
- 21:31 Changeset [24c97b89] by
- VIDEO: Move PSXStreamDecoder to the new VideoDecoder API
- 21:30 Changeset [5cdb0f71] by
- VIDEO: Fix AudioTrack::endOfTrack()
- 21:30 Changeset [fc1163ac] by
- VIDEO: Allow for disabling of automatic audio sync in AdvancedVideoDecoder
- 21:11 Changeset [1d565a2] by
- VIDEO: Fix volume/balance settings in AdvancedVideoDecoder
- 19:17 Changeset [f54f262] by
- WINTERMUTE: Fix a few signed/unsigned and float->int warnings.
- 19:01 Changeset [b5a07fef] by
- WINTERMUTE: Get rid of the C-prefix for class-definitions.
- 18:50 Changeset [c3cc362] by
- VIDEO: When adding tracks, keep them in sync with the main video status
- 18:43 Changeset [e74c306] by
- SCI: Switch SEQDecoder to using the new FixedDurationVideoTrack subclass
- 18:39 Changeset [10341d2b] by
- VIDEO: Add getDuration() and getStartTime() functions to Track The …
- 17:50 Changeset [2e824712] by
- WINTERMUTE: Get rid of #pragma once.
- 17:37 Changeset [6e780b04] by
- WINTERMUTE: Fix a few Upper_case filenames that got missed in the last …
- 17:15 Changeset [5683f076] by
- WINTERMUTE: Rename CamelCased filenames to …
- 16:40 Changeset [fb1edcd4] by
- VIDEO: Add getWidth()/getHeight()/getPixelFormat() functions to …
- 15:43 Changeset [e24af2fe] by
- WEBOS: Remove broken keymapper code which is not needed anymore anyway …
- 15:41 Changeset [6f4c274] by
- WEBOS: Remove broken keymapper code which is not needed anymore anyway …
- 15:33 Changeset [e68d6c23] by
- WEBOS: Remove broken keymapper code which is not needed anymore anyway
- 14:39 Changeset [e940a0e3] by
- WII: Adapt to mouse cursor dontScale API change (cherry picked from …
- 14:30 Changeset [2f2add21] by
- WII: Adapt to mouse cursor dontScale API change (cherry picked from …
- 14:22 Changeset [5636c1fe] by
- WII: Adapt to mouse cursor dontScale API change
- 00:52 Changeset [a12b3ea2] by
- SCI: Move the SEQ code to the new VideoDecoder API
- 00:51 Changeset [818c16bd] by
- VIDEO: Add first draft of the new VideoDecoder API It is currently …
07/20/12:
- 21:16 Changeset [f0304ee0] by
- MAEMO: Package missing docs
- 19:56 Changeset [b5feb0dc] by
- CREDITS: Update dreamweb team
- 19:51 Changeset [a523fc18] by
- MAEMO: Fix date in debian/changelog (cherry picked from commit …
- 19:51 Changeset [831cfc89] by
- MAEMO: Fix date in debian/changelog
- 19:49 Changeset [40f7bd9f] by
- MAEMO: Fix date in debian/changelog
- 19:33 Ticket #6106 (SCUMM: FT glitches in Vulture encounter on old mine road) created by
- […] […]
- 19:03 Changeset [3e55e922] by
- CREDITS: Update dreamweb team
- 19:03 Changeset [39b06605]v1.5.0 by
- CREDITS: Update dreamweb team
- 18:57 Changeset [e659835] by
- DREAMWEB: Remove asm sources/translator
- 18:56 Changeset [79ce868f] by
- DREAMWEB: Remove asm sources/translator
- 18:53 Changeset [7568a39] by
- CREDITS: Credits for original sources
- 18:53 Changeset [e8c0cbe9] by
- CREDITS: Credits for original sources
- 18:52 Changeset [6d18bddb] by
- CREDITS: Credits for original sources
- 18:39 Changeset [0622b2c] by
- WINTERMUTE: Readd the endian-independence for blitting.
- 18:15 Changeset [b275feea] by
- DISTS: Generated Code::Blocks and MSVC project files
- 18:12 Changeset [cce41a0] by
- RELEASE: This is 1.5.0
- 18:10 Changeset [b5c7ad50] by
- DISTS: update version information
- 18:05 Changeset [efcee808] by
- NEWS: Set 1.5.0 release date
- 18:04 Changeset [b4d1063] by
- NEWS: Set 1.5.0 release date
- 12:24 Changeset [d31b4883] by
- WINTERMUTE: Disable ansiToWide for now, as the current implementation …
- 12:00 Ticket #6105 (GP2XWiz / CAANOO: Graphics Glitches) created by
- […] […]
- 01:53 Changeset [b618f79] by
- WINTERMUTE: Decrement tickets when reinserting a ticket that has …
- 00:58 Changeset [6a8d037a] by
- LASTEXPRESS: Fix variable shadowing and update comments
- 00:44 Changeset [958cb16f] by
- WINTERMUTE: Silence a few signed/unsigned warnings.
- 00:26 Changeset [df115ce] by
- WINTERMUTE: Move the detection-entries over to detection_tables.h
07/19/12:
- 22:53 Changeset [c648eb2b] by
- WINTERMUTE: Move BFileEntry and BPackage into base/file
- 22:45 Changeset [3ad839b3] by
- WINTERMUTE: Rename PlatformSDL->platform_osystem
- 17:44 Changeset [6a543654] by
- WINTERMUTE: Add a few missed path-changes (lowercasing folders)
- 17:40 Changeset [22923180] by
- WINTERMUTE: Cleanup some includes in persistency related classes.
- 17:29 Changeset [113961f] by
- WINTERMUTE: Change all folder-names to lowercase.
- 17:17 Changeset [a3e8ad4c] by
- WINTERMUTE: Move all the gfx-related files to a subfolder, and rename …
- 16:41 Changeset [def3cd92] by
- WINTERMUTE: Replace a few non-persistent CBArrays with Common::Array
- 16:11 Changeset [73feff1] by
- WINTERMUTE: Correct 2 savegame-issues
- 16:08 Changeset [c3e313b] by
- ANDROID: Disable the savegame parachute Only on the stable branch, …
- 16:03 Changeset [cc888257] by
- ANDROID: Target SDK 10, and support more device configurations. …
- 15:18 Changeset [9c0aff9] by
- WINTERMUTE: Remove SXStore from module.mk
- 15:06 Changeset [49bac1ab] by
- WINTERMUTE: Use correct case for Rect32.h includes.
- 09:16 Changeset [72dcbf9e] by
- TSAGE: Changed '0' to 'ADGF_NO_FLAGS' in detection tables
- 09:14 Changeset [e160f62] by
- TSAGE: Changed '0' to 'ADGF_NO_FLAGS' in detection tables
- 03:53 Changeset [e21bd107] by
- QUEEN: Change description on the "alt_intro" option It's not a floppy …
- 02:44 Changeset [21515009] by
- MAEMO: Add new build dependencies Since libfaad doesn't exist in …
- 02:38 Changeset [bb1b78a4] by
- MAEMO: Add new build dependencies Since libfaad doesn't exist in …
07/18/12:
- 20:29 Changeset [0b8fa324] by
- DISTS/FEDORA: Add new dependencies
- 20:28 Changeset [c6406713] by
- DISTS/FEDORA: Add new dependencies
- 17:38 Changeset [c61ffea] by
- WINTERMUTE: Move a few noisy warnings over to debug-channels.
- 17:30 Changeset [b02711c] by
- WINTERMUTE: Use saveFileMan for removing saveFiles.
- 17:25 Changeset [28794036] by
- WINTERMUTE: Make savegames use targetName as prefix.
- 16:41 Changeset [b42dae6] by
- WINTERMUTE: Remove some useless spaces.
- 16:34 Changeset [018d8a06] by
- WINTERMUTE: Rename the variables in BGame::LastClickInfo
- 16:31 Changeset [136ae985] by
- WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to bool
- 16:28 Changeset [95c0efb9] by
- WINTERMUTE: Rename _dEBUG_ -> _debug
- 16:25 Changeset [301af17d] by
- WINTERMUTE: Rename the Game-variable to _gameRef/gameRef
- 15:57 Changeset [23c9bff2] by
- WINTERMUTE: Add detection for Reversion, Dead City and East Side Story …
- 15:00 Changeset [88e22851] by
- WINTERMUTE: Disable dirty rects for now.
- 15:00 Changeset [33994420] by
- WINTERMUTE: Add detection for The Box
- 14:43 Changeset [1973d745] by
- WINTERMUTE: Add detection for Hamlet or the last game without MMORPS …
- 14:42 Changeset [bcb32c4e] by
- WINTERMUTE: Make Image-decoder-selection case-insensitive
- 14:31 Changeset [6d43745] by
- WINTERMUTE: Alphabetize detection-tables.
- 14:28 Changeset [701def71] by
- WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in …
- 14:15 Changeset [19720786] by
- WINTERMUTE: Use proper gameids in detection.
- 13:39 Changeset [966ce6b] by
- Merge pull request #259 from somaen/zlib_knownSize COMMON: Add an …
- 11:54 Changeset [b398dcab] by
- COMMON: Add an optional argument to wrapCompressedReadStream, to …
- 11:01 Changeset [2cac6de] by
- WINTERMUTE: Select PixelFormat for BFonTT depending on if we actually …
- 11:00 Changeset [9a37c98] by
- WINTERMUTE: Decrement the following tickets when removing an unused ticket.
- 10:48 Changeset [764b7ede] by
- WINTERMUTE: Put some useable data in the BMP-headers used in saves, so …
- 02:29 Changeset [7c0b3e01] by
- TEENAGENT: Improve readability of displayMessage() calls.
- 01:55 Changeset [567ca1e5] by
- TEENAGENT: Improve readability of displayAsyncMessage() calls.
Note:
See TracTimeline
for information about the timeline view.