Timeline
04/21/13:
- 23:02 Changeset [65caa050] by
- KYRA: (EOB) - add some debugger functions (show_position, set_position)
- 22:39 Ticket #6285 (KYRA: HOF - Faun disappears/reappears at the end of the intro) created by
- […] […]
- 21:36 Changeset [419252db] by
- NEWS: Mention the availability and support of enhanced music in TOUCHE
- 21:27 Changeset [a0869fd3] by
- NEWS: Mention Hopkins support, enable engine by default
- 13:49 Changeset [d8787794] by
- GUI: Fix previous commit
- 13:34 Changeset [b91da807] by
- AGI: Fix delete/delete[]
- 12:23 Changeset [9ffec86b] by
- Merge pull request #324 from eriktorbjorn/kyra-midifade KYRA: Fix …
- 11:56 Ticket #6148 (TUCKER: Crash Exiting Jail in French Version) closed by
- fixed
- 11:52 Changeset [3a1de9a1] by
- AUDIO: Handle empty parent stream in LoopingAudioStream This should …
- 11:51 Changeset [ce0a334d] by
- BACKENDS: Fix unitialized variables in event manager. CID 1002944
- 11:46 Changeset [2d41bae7] by
- HUGO: Add missing initializations in intro constructors. CID 1002884 …
- 11:27 Changeset [b40430bc] by
- GUI: Add sanity check to config format. CID 1004153
- 11:27 Changeset [f882374] by
- TESTBED: Fix memory leak. CID 1003583
- 11:27 Changeset [095dfcad] by
- INSANE: Fix potential buffer overflow. CID 1003866
- 11:14 Changeset [71a1c0a2] by
- KYRA: (EOB) - fix bug #3611077
- 11:14 Changeset [5d943f6f] by
- KYRA: (EOB) - minor cleanup
- 11:14 Changeset [e37a542c] by
- KYRA: (EOB) - add debugger function (list_monsters)
- 11:12 Changeset [4a17b91] by
- AGI: Fix sound deinit. CID 1004128 We really left sound gen leaked …
- 10:54 Changeset [8d25c558] by
- KYRA: Fix MIDI fade-out behaviour There are two ways that the music …
- 10:30 Ticket #6124 (Ubuntu Package Upgrade Error) closed by
- wontfix
- 09:50 Ticket #6284 (KYRA: LOL - multilanguage CD MD5) created by
- […] […]
- 09:42 Ticket #6283 (Elvira 1 Atari ST English MD5) created by
- […] […]
- 09:29 Ticket #6282 (LSL 3 English MD5) created by
- […] […]
- 09:26 Ticket #6281 (Gabriel Knight 1 Floppy French MD5) created by
- […] […]
- 08:18 Changeset [5d7067ba] by
- HOPKINS: Silence GCC warning
- 06:28 Changeset [cb2b375f] by
- HOPKINS: Fix missing break in switch CID 1003757
- 06:25 Changeset [b2d5b403] by
- HOPKINS: Enlarge _lockedAnims array to avoid potential out of bound …
- 05:13 Changeset [45185359] by
- HOPKINS: Removed spaces after asserts
04/20/13:
- 22:40 Changeset [48c62cbb] by
- HOPKINS: Fix code related to _zoneLine
- 22:28 Changeset [f66e702e] by
- HOPKINS: More MAX_LINES cleanup
- 22:26 Changeset [b7d4ece8] by
- HOPKINS: Add extra sanity check CID 1004008
- 22:24 Changeset [31e08b92] by
- HOPKINS: MAX_LINES cleanup
- 22:24 Changeset [b97edfcb] by
- WINTERMUTE: Fix the final int->int32 to allow AmigaOS4-compile.
- 22:00 Changeset [be0f082a] by
- HOPKINS: Improve test on lineData in testLine. CID 1003821
- 21:53 Changeset [f279cc0e] by
- SCI: Add extra sanity check
- 21:48 Changeset [3c947703] by
- HOPKINS: Fix missing break in characterRoute() CID 1003758
- 21:41 Changeset [08b1002e] by
- HOPKINS: Fix check on index in LinesManager. CID 1004010
- 19:18 Changeset [72101c66] by
- AUDIO: Cleanup naming
- 18:54 Changeset [c38beb0c] by
- AUDIO: Remove default makeADPCMStream rate/channels values
- 16:32 Changeset [f1c38696] by
- WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1). …
- 16:18 Changeset [d8eff7be] by
- WINTERMUTE: Change ScriptValue to use int32.
- 16:11 Changeset [51e17d9f] by
- WINTERMUTE: Further reduce the amount of int->int32-confusion.
- 15:37 Changeset [2625f393] by
- WINTERMUTE: Fix a few more int->int32's spotted by fuzzie.
- 15:16 Changeset [839c16e8] by
- WINTERMUTE: Let TMEMBER_INT take int32, not int.
- 15:11 Changeset [2a2264dc] by
- WINTERMUTE: Use int32 in coll_templ.h
- 14:27 Changeset [24b0b6aa] by
- SCI: Fix memory leak
- 14:17 Changeset [9694cbba] by
- SCI: Fix resource type range checks
- 14:13 Changeset [09fc458f] by
- SCI: Report sound stream loading errors
04/19/13:
- 22:34 Changeset [4fc57dac] by
- SWORD25: Fix blitting code - Rename collectRenderQueue to preRender - …
- 21:50 Changeset [e273a387] by
- SCI: Replace workaround for bug #3605269 by script patch
- 16:20 Changeset [c5bd3ecb] by
- WINTERMUTE: Change more int's to int32s.
- 16:15 Changeset [9184bb5c] by
- WINTERMUTE: Add overrides to Font-classes.
- 16:13 Changeset [a2fb3dfe] by
- WINTERMUTE: Replace a few more ints by int32s.
- 15:29 Changeset [315550c] by
- WINTERMUTE: Change transfer(int *val) to transfer(int32 *val)
- 15:17 Changeset [72d0affe] by
- WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid …
- 15:17 Changeset [60a474d4] by
- WINTERMUTE: Initialize member _gameRef in SaveThumbHelper
- 13:43 Changeset [2785c3a5] by
- Merge pull request #322 from fingolfin/fix-clang-warnings Fix clang …
- 13:05 Changeset [80271c24] by
- MOHAWK: Try LB subpage 0 if loading subpage 1 fails.
- 09:46 Ticket #6279 (GOB3: Water animation incorrect on level 4 (amnesic dragon)) closed by
- fixed
- 09:40 Changeset [4a59c02a] by
- GOB: Add a call to Inter::animPalette() in the hotspot checker The …
- 06:16 Changeset [907f6506] by
- HOPKINS: Remove useless endless loop in AnimationManager
- 06:10 Changeset [cbf85da3] by
- HOPKINS: Simplify code in checkSounds()
- 06:05 Changeset [398b4353] by
- HOPKINS: Remove dead code and out of bound access in SoundManager
04/18/13:
- 22:51 Changeset [6de13b47] by
- HOPKINS: Fix missing break in ScriptManager. CID 1003759
- 22:48 Changeset [02d81911] by
- MOHAWK: Add LB function name aliases.
- 22:46 Changeset [16259a5] by
- HOPKINS: Remove dead code in ScriptManager
- 22:46 Changeset [aa140c49] by
- MOHAWK: Fix bug in View::setModule (thanks ST).
- 22:42 Changeset [ba9efd5c] by
- MOHAWK: Allow skipping LB videos, plus other video bits.
- 22:36 Changeset [73d6294] by
- MOHAWK: Some LB bytecode improvements.
- 22:32 Changeset [541a0b8c] by
- MOHAWK: Implement LB's kTokenEval.
- 22:25 Changeset [aa1fe8a] by
- MOHAWK: Implement kLBXDataFileAddSection/SetKey.
- 22:22 Changeset [ace04a92] by
- COMMON: Add ConfigFile::addSection function.
- 22:21 Changeset [d7a4a12b] by
- HUGO: Initialize variables in Hugo engine constructor. CID 1002886
- 22:02 Changeset [caa04fb] by
- JANITORIAL: Add a CRLF at the end of the file to fix compilation using …
- 22:00 Changeset [69dd65a] by
- JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVC
- 21:50 Changeset [34aaac0a] by
- AGI: Silence another clang var Reading an array without using the …
- 21:50 Changeset [8b602816] by
- AUDIO: Remove unused MixerImpl::_syst member var
- 21:50 Changeset [814aa2e8] by
- VIDEO: Remove unused CDToonsDecoder::_currentFrame member var
- 21:50 Changeset [2a10f6a9] by
- WINTERMUTE: Do not us char literals to index an array This silences a …
- 21:50 Changeset [055b86ea] by
- HOPKINS: Replace non-ASCII characters by octal string literals This …
- 21:50 Changeset [51bde6c] by
- SCI: Remove a bunch of unused private member variables All instances …
- 21:50 Changeset [b791edab] by
- ENGINES: Remove a bunch of unused private member variables All …
- 21:50 Changeset [cdfd5f85] by
- ENGINES: Silence clang warning about unused private member _vm This …
- 21:50 Changeset [4fb289e3] by
- AGI: Get rid of unused SoundMgr parameters
- 20:15 Changeset [78ba3210] by
- KYRA: (LOL) - fix bug in last commit for scene_lol.cpp
- 17:56 Changeset [ab50935a] by
- CONFIGURE: Do not pass LDFLAGS to compiler when -c is specified This …
- 17:27 Ticket #7858 (Bluetooth keyboard in full screen ipad) created by
- […] […]
- 17:08 Changeset [176a3bab] by
- Merge branch 'master' of github.com:scummvm/scummvm into sword25-gfx
- 16:04 Changeset [6c55213] by
- WINTERMUTE: Add 'override' to most Script-related functions.
- 15:45 Changeset [b6242d0e] by
- WINTERMUTE: Use int32 instead of int in classes.
- 15:24 Changeset [5ddc2ee9] by
- Merge pull request #319 from fingolfin/lua-warning SWORD25: Silence …
- 15:09 Changeset [4a55f528] by
- SWORD25: Silence warning in the Lua code This fixes warnings like …
- 14:10 Changeset [2b8cb1c1] by
- KYRA: (EOB) - silence warning about improper use of negative value in …
- 14:10 Changeset [2f6d4705] by
- KYRA: (EOB) - fix possible null ptr dereference in gui_eob.cpp
- 14:10 Changeset [b04059cd] by
- KYRA: (LOL) - add comment in gui_lol.cpp
- 14:10 Changeset [3d91f323] by
- KYRA: (LOL) - add assert in items_lol.cpp (should silence warning …
- 14:10 Changeset [3ac15642] by
- KYRA: (LOL) - fix warning about possible out of bounds access in lol.cpp
- 14:10 Changeset [2bdfa47] by
- KYRA: (EOB) - remove unused variable in scene_eob.cpp
- 14:10 Changeset [9b74a7bd] by
- KYRA: (LOL) - fix possible null ptr dereference in scene_lol.cpp
- 14:10 Changeset [d2d2ed13] by
- KYRA: (EOB) - remove dead code in screen_eob.cpp
- 14:10 Changeset [5ed07704] by
- KYRA: (HOF) - fix possible null ptr dereference in sequences_hof.cpp
- 14:10 Changeset [06962db4] by
- KYRA: (HOF) - fix possible out of bounds array access
- 14:10 Changeset [d3419f6a] by
- KYRA: (EOB) - add assert in sprites_eob.cpp (might fix warning about …
- 14:10 Changeset [0a623ecd] by
- KYRA: (EOB) - fix potential null ptr dereference in sprites_eob.cpp
- 14:10 Changeset [2c973a6] by
- KYRA: (EOB) - fix warning (Logically dead code) in sprites_eob.cpp
- 14:10 Changeset [4021a04] by
- KYRA: (LOL) - fix warning (Unused pointer value) in sprites_lol.cpp
- 14:10 Changeset [9fdc70de] by
- KYRA: (LOL) - add comment in sprites_lol.cpp
- 14:10 Changeset [3e9f4943] by
- KYRA: (EOB) - add comment in timer_eob.cpp
- 13:30 Ticket #6280 (AGI: issetv-command returns only false value) closed by
- 12:53 Changeset [e4a97174] by
- AGI: Fix typo in issetv opcode This fixes bug #3611262
- 10:31 Changeset [a00c372f] by
- WINTERMUTE: Get Renderer from BaseEngine, not BaseGame in BaseClasses.
- 10:24 Changeset [8bcaf3e] by
- WINTERMUTE: Use BaseEngine for Logging, not _gameRef in base-classes.
- 10:17 Changeset [a4f77635] by
- WINTERMUTE: Avoid including BaseGame in PartEmitter.
- 10:15 Changeset [e5b21077] by
- WINTERMUTE: Avoid including BaseGame in BaseSoundManager.
- 10:13 Changeset [32ace5f9] by
- WINTERMUTE: Avoid including BaseGame in BaseFader.
- 10:10 Changeset [8f25b65] by
- WINTERMUTE: Split the timers from BaseGame into a separate class.
- 09:19 Changeset [7ee75736] by
- WINTERMUTE: Avoid including BaseGame in BaseViewport.
- 09:13 Changeset [a8f4f20f] by
- WINTERMUTE: Avoid including BaseGame in BaseFrame.
- 08:35 Ticket #6280 (AGI: issetv-command returns only false value) created by
- […] […]
- 08:13 Changeset [4783d643] by
- WINTERMUTE: Constify AdRotLevel
- 08:13 Changeset [d926b471] by
- WINTERMUTE: Constify AdResponse/AdResponseBox/AdResponseContext.
- 06:10 Changeset [e4ec07a6] by
- CGE: Add safeguards in text manager
- 05:57 Changeset [0aa028c3] by
- CGE: Add safeguard in expand()
04/17/13:
- 21:55 Changeset [430db671] by
- SCI: Fix confusing use of strncpy
- 21:49 Changeset [b1534913] by
- SCI: Remove dead code
- 21:43 Changeset [e89c8c19] by
- SCI: Remove useless delete
- 21:34 Changeset [23da1641] by
- SCI: Fix memory leak
- 21:20 Changeset [1dc58b0b] by
- PARALLACTION: Fix BRA amiga inventory item cursors.
- 21:20 Changeset [1eefd630] by
- PARALLACTION: Don't use an invalid array index.
- 21:20 Changeset [c9ccba0] by
- PARALLACTION: Add some sanity checks to SoundMan_br::execute.
- 21:19 Changeset [a514927] by
- PARALLACTION: Fix buffer size in unpackBackground.
- 21:17 Changeset [9893489] by
- PARALLACTION: Use strlcpy instead of strncpy.
- 19:21 Changeset [9dea6420] by
- WINTERMUTE: Add more const to AdResponseBox
- 19:21 Changeset [b71570b4] by
- WINTERMUTE: Improve const-usage in VideoTheoraPlayer.
- 19:21 Changeset [76d9256] by
- WINTERMUTE: Protect more members in BaseRenderer.
- 19:21 Changeset [3597f75] by
- WINTERMUTE: Constify _width and _height in BaseRenderer.
- 19:21 Changeset [5f5b4152] by
- WINTERMUTE: Increase const-usage.
- 19:21 Changeset [7f4b95b3] by
- WINTERMUTE: Use only const BaseGame-ref in SaveThumbHelper.
- 19:21 Changeset [411b712] by
- WINTERMUTE: Rename base_save_thumb_helper.cpp to match class-hierarchy.
- 19:21 Changeset [e1bce637] by
- WINTERMUTE: Detach BaseSaveThumbHelper from inheritance tree.
- 19:14 Changeset [ff33c5c3] by
- DREAMWEB: Make location array sizes more consistent While location 15 …
- 19:02 Changeset [06afc395] by
- CONFIGURE: Fix OpenGL test broken in previous commit.
- 18:51 Changeset [002c6dec] by
- CONFIGURE: Add workaround for MinGW Win32 antivirus false positive on …
- 18:06 Changeset [95164a8] by
- WINTERMUTE: Avoid including BaseGame in BaseRegion.
- 18:02 Changeset [769b1084] by
- WINTERMUTE: Privatize even more members in BaseGame.
- 17:57 Changeset [fd7c38f6] by
- WINTERMUTE: Privatize thumbnail sizes in BaseGame.
- 17:54 Changeset [e935f853] by
- SWORD25: Change absolute Z calculation to match that of absolute x/y; …
- 17:51 Changeset [122279a1] by
- WINTERMUTE: Privatize more members of BaseGame.
- 17:42 Changeset [cbae39ab] by
- WINTERMUTE: Move settings from BaseGame to separate struct.
- 15:28 Ticket #6279 (GOB3: Water animation incorrect on level 4 (amnesic dragon)) created
- […] […]
- 15:15 Changeset [75443da] by
- WINTERMUTE: Use strlcpy instead of strcpy in AdScene::loadBuffer()
- 15:11 Changeset [3ff6af3d] by
- WINTERMUTE: Use strlcpy instead of strcpy in SXString::scCallMethod()
- 15:08 Changeset [6ccfac7e] by
- WINTERMUTE: Avoid dereferncing null-pointer in TransparentSurface
- 15:02 Changeset [c303428f] by
- WINTERMUTE: Avoid div-by-zero in SystemClassRegistry::loadInstances()
- 15:00 Changeset [136931d7] by
- WINTERMUTE: Avoid div-by-zero in SystemClassRegistry::loadTable
- 14:54 Changeset [d753132] by
- WINTERMUTE: Check results while traversing file-system.
- 14:47 Changeset [167c9f53] by
- WINTERMUTE: Avoid passing BasePoint by value in Scene::getPath()
- 14:45 Changeset [c93a9c48] by
- WINTERMUTE: Avoid passing BasePoint by-value
- 14:40 Changeset [5be672a8] by
- WINTERMUTE: Add sanity check to VideoTheoraPlayer
- 14:32 Changeset [23b8b66] by
- WINTERMUTE: Remove unused member _volumeOriginal
- 14:20 Changeset [faf688a2] by
- WINTERMUTE: Initialize _savedTimeStamp and _savedPlayTime
- 14:13 Changeset [ad5ef64b] by
- WINTERMUTE: Replace strcat with strlcat in BaseGame::displayDebugInfo
- 14:09 Changeset [3185e915] by
- WINTERMUTE: Use strlcat/strlcpy in BaseGame::setWindowTitle
- 14:05 Changeset [a69512a0] by
- WINTERMUTE: Avoid passing BasePoint by value.
- 13:35 Changeset [8430c491] by
- WINTERMUTE: Replace strcpy by strlcpy in BaseFileManager
- 13:25 Changeset [4ab8016] by
- WINTERMUTE: Add a sanity check for _game.
- 13:17 Changeset [c64386fe] by
- WINTERMUTE: Initialize _gameDescription in default-constructor.
- 10:41 Changeset [0a0b2f39] by
- SWORD25: Optimize graphics drawing code
- 10:30 Changeset [e5509488] by
- HOPKINS: fix ingame save thumbnails on BE
- 10:24 Changeset [4b086b4] by
- HOPKINS: fix palette writes on BE
- 06:13 Changeset [6548104b] by
- HUGO: Fix Uninitialized scalar variables
- 05:58 Changeset [ea5b0b33] by
- CGE: Fix uninitialized variables
- 05:49 Ticket #6278 (AUDIO: adpcm decoder very slow) created by
- […] […]
- 01:53 Changeset [5c5b19a7] by
- PEGASUS: Add Windows demo support
- 01:53 Changeset [918920b] by
- PEGASUS: Add DVD raise/lower sounds for the inventory/biochip panels …
- 01:53 Changeset [c99f3213] by
- PEGASUS: Let the DVD demo use the full Prehistoric AI video set
- 01:53 Changeset [8fb73dd2] by
- PEGASUS: Clean up DVD demo Theora playback
- 01:53 Changeset [06cd644a] by
- PEGASUS: Add new Prehistoric sounds for the DVD demo
- 01:53 Changeset [bd6a8f37] by
- PEGASUS: Add support for PICT cursors
- 01:53 Changeset [2ea09d11] by
- PEGASUS: Add detection for the new DVD Demo data file
- 01:53 Changeset [5727b097] by
- PEGASUS: Add the new demo theora videos
04/16/13:
- 22:23 Ticket #5679 (SCI: QFG3: Note timing in intro) closed by
- fixed
- 21:25 Changeset [a41457e2] by
- GUI: Always try to show as many entries as possible in ListWidget. In …
- 21:10 Changeset [f280789] by
- SCI: Don't suppress loop delta in SCI1 midi This fixes bug #3293354.
- 21:04 Changeset [457f5da0] by
- SCI: Don't suppress end-of-track delta in SCI0 midi This fixes the …
- 17:13 Changeset [b8df8203] by
- COMMON: Don't use parserError for non-parser errors
- 16:05 Changeset [54d4707] by
- AUDIO: Fix invalid free call
- 16:00 Changeset [2d6b66ef] by
- GRAPHICS: Fix quantization table id check
- 15:53 Ticket #6277 (EOB2: Ending sequence) created by
- […] […]
- 15:14 Changeset [8a50d874] by
- SCI: Fix potential memory leak with Mac cursor's hotspot
- 15:09 Changeset [6c1b0190] by
- SCI: Fix mac cursor memory leak
- 15:01 Changeset [a69b3231] by
- PEGASUS: Remove unused variable
- 14:40 Changeset [43d264c] by
- VIDEO: Fix uninitialized track pointers
- 06:07 Changeset [7d0af11d] by
- TSAGE: Fix some obvious errors detected by Coverity in R2R
- 05:44 Changeset [4340c103] by
- HOPKINS: Fix broken condition detected by Coverity
Note:
See TracTimeline
for information about the timeline view.