Timeline
01/05/10:
- 23:59 Changeset [81a94a06] by
- - Put the new factories for MP3, Vorbis and FLAC in place. - Marked …
- 23:05 Changeset [79ee2b08] by
- Properly adapt AUDStream to be a SeekableAudioStream and switched …
- 22:23 Changeset [711fada1] by
- added logs about EVENT_RTL svn-id: r47059
- 22:23 Changeset [4230a8ba] by
- Backport of r47057: Fix broken Scumm dialogs, which is a regression …
- 22:18 Changeset [88b4bbb9] by
- Fix broken Scumm dialogs, which is a regression from r46947. (They …
- 22:09 Changeset [841e2d34] by
- separate timers for mark, scene and messages. svn-id: r47056
- 22:02 Changeset [e38b7b3c] by
- Properly initialize _pos in LoopingChannel. svn-id: r47055
- 22:01 Changeset [7591a093] by
- Implement Timestamp::operator== as equality in time. svn-id: r47054
- 22:00 Changeset [664ace90] by
- Add some test for operator== in Timestamp. svn-id: r47053
- 22:00 Changeset [2d3a06f8] by
- Cleanup. svn-id: r47052
- 21:56 Changeset [61c413e1] by
- Update ARM version of rate filler code in line with LordHoto's change …
- 21:46 Ticket #9132 (Tools: memory leak in compress_sword1) closed by
- 21:42 Ticket #9097 (Return to Zork (V1.2, CD/DOS/German) screenshots) closed by
- 21:42 Ticket #9086 (Leather Goddesses of Phobos 2 (DOS German) screenshots) closed by
- 21:25 Changeset [d183420c] by
- SCI: implemented debug command "set_palette" svn-id: r47047
- 21:10 Changeset [083cab51] by
- Cleanup. svn-id: r47046
- 21:10 Changeset [caa3db46] by
- - Initial implementation of looping of SeekableAudioStreams in Mixer. …
- 21:05 Changeset [3e911cd6] by
- Changed an error to a warning in execute_method(), so that Torin's …
- 21:03 Changeset [be9507fc] by
- SCI: implemented new debug command "draw_cel" svn-id: r47043
- 20:58 Changeset [7e5a7533] by
- more accurate timings. svn-id: r47042
- 20:52 Changeset [8bafb71] by
- SCI: remove lowres limit from picture class, makes hires sci32 …
- 20:49 Changeset [3bf0303] by
- SCI: removed hardcoded screen width/height from windowMgr menuPort …
- 20:39 Changeset [d183fb3c] by
- SCI: fix debug command draw_pic to accept higher resourceIds svn-id: …
- 20:39 Ticket #7745 (PSP: Media Engine integration) created by
- […] […]
- 20:15 Changeset [e4a6b1c4] by
- added subtitle speed option fixed bug when idle animation could be …
- 20:14 Changeset [920dac2f] by
- Remove unsafe getTotalPlayTime from AudioStream. svn-id: r47037
- 20:13 Changeset [e9a94ecb] by
- Add a "getLength" function to SeekableAudioStream. svn-id: r47036
- 19:55 Changeset [1712e223] by
- SCI: removed uint16 limit within view class (allows hires views) …
- 19:52 Changeset [7d126de] by
- Add some basic documentation to the new Channel interface. svn-id: r47034
- 19:52 Changeset [7d5b2b11] by
- - Do not calculate left/right channel volume every SimpleChannel::mix …
- 19:52 Changeset [4ebcd1c6] by
- Get rid of public variables in Channel. svn-id: r47032
- 19:51 Changeset [63bccc21] by
- Create a generic Channel interface for the default Mixer …
- 18:53 Ticket #4741 (AGI: Can't click "cancel" in Save/Restore Game Menu) closed by
- fixed
- 18:52 Changeset [c410665] by
- Fixed bug #2924968, "AGI: Can't click "cancel" in Save/Restore Game …
- 18:32 Changeset [50888f5] by
- - Fix a bug in Channel::pause for recursive pausing. - Fix bug in …
- 14:59 Changeset [cc87f4a7] by
- Renamed the version of drawCel() which calls BitsShow() to …
- 14:19 Changeset [9606e7fc] by
- Some initial work on SCI1.1 view scaling (not working yet) svn-id: r47027
- 14:17 Changeset [45bf6fc0] by
- Removed a leftover unused hack from the old graphics code svn-id: r47026
- 13:51 Changeset [b2fd2a83] by
- SCI: sci32 pictures are now fully drawn to screen (including all …
- 13:21 Changeset [9283223] by
- Removed duplicate code svn-id: r47024
- 10:28 Changeset [3b8512b1] by
- Cleanup, fixed fading of digital sound effects svn-id: r47023
- 10:03 Changeset [8ccbe5ac] by
- Fixed compiler warning about excessive bit-shift svn-id: r47022
- 09:59 Changeset [4cc1d4ff] by
- Changed the create_lure tool to use the explicitly defined lure …
- 08:25 Ticket #4742 (LURE: "Could not find language data in support file!") closed by
- fixed
- 08:24 Changeset [43f19bc7] by
- Added a new LureLanguage enumeration of supported languages, and …
- 05:25 Changeset [c8f991e] by
- Bugfix for crash if an error occurs before the game object (and thus …
- 04:00 Changeset [5fbbd5b8] by
- Zero the array before using it. You can go talk to Grace now, DrMcCoy. …
- 02:48 Changeset [d485d0c2] by
- Oops somehow I must have missed CopyRateConverter::flow, in r47014. …
- 02:42 Changeset [5b9f267] by
- Use the return value of RateConverter::flow to calculate the decoded …
- 02:42 Changeset [2ef2064f] by
- Make RateConverter::flow return the number of sample pairs written, …
- 02:27 Changeset [f5c3bd88] by
- - Add a new SeekableAudioStream interface. Soon to be used to replace …
- 01:52 Changeset [00e48f6] by
- Cleanup svn-id: r47012
- 01:51 Changeset [e87cc866] by
- Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear …
- 01:47 Changeset [e72e130] by
- Yet more renaming svn-id: r47010
- 01:37 Changeset [d99aa0f1] by
- More renaming svn-id: r47009
- 01:29 Changeset [2f1a9096] by
- Fix compile. svn-id: r47008
- 01:22 Changeset [84cd8d2d] by
- Renamed /gui to /graphics and /sfx to /sound, to better illustrate …
- 01:14 Changeset [d8c59f5b] by
- Disable the planeLeft/planeTop code as it doesn't work under the …
- 00:54 Changeset [f66d5a7f] by
- SCI: Removed the old graphics code svn-id: r47005
- 00:45 Ticket #7744 (GP2X WIZ Mouse Modes) created by
- […] […]
- 00:25 Changeset [86cad51d] by
- Set the new sound code as default svn-id: r47003
- 00:12 Changeset [575bc453] by
- SCI: adjusting cel drawing according to left/top of plane svn-id: r47002
01/04/10:
- 23:39 Changeset [f8ba888] by
- Oops, forgot to commit this file too. svn-id: r47001
- 23:37 Changeset [3c080555] by
- Remove the planes/screenItems count and use the arrays' size() …
- 23:32 Changeset [c26ac879] by
- Silence gcc warnings. svn-id: r46999
- 23:31 Changeset [6c001b7] by
- SCI: removing warning() from kFrameOut svn-id: r46998
- 23:17 Changeset [01d68c7e] by
- SCI: adding #ifdefs for temporary gui work svn-id: r46997
- 23:09 Changeset [3767d3a7] by
- SCI: now filtering screenItems against planes svn-id: r46996
- 22:48 Changeset [645f73cb] by
- Switch Channel::getElapsedTime() to use a Timestamp for its …
- 22:48 Changeset [4ae9412a] by
- Make some improvements for Audio::Timestamp. * Add …
- 22:23 Changeset [a6aaeb70] by
- SCI: fix crash due accessing invalid object (implemented …
- 22:21 Ticket #9132 (Tools: memory leak in compress_sword1) created by
- […] […]
- 22:14 Changeset [05a16d7] by
- SCI: surprise for this DrMcCoy guy svn-id: r46992
- 21:22 Ticket #9131 (Tools: add BS1 mac compression in compress_sword1) closed by
- 20:58 Ticket #9130 (TOOLS: fix comment) closed by
- 20:57 Changeset [f7855e1c] by
- Implemented the same fix for tag2string() as in commit #44920, thereby …
- 20:57 Ticket #9129 (TOOLS: fix compilation and bundle creation issues) closed by
- 20:52 Changeset [184090cb] by
- SCI: Add support for SCI2 to AvoidPath. svn-id: r46986
- 20:29 Ticket #9131 (Tools: add BS1 mac compression in compress_sword1) created by
- […] […]
- 20:21 Ticket #9130 (TOOLS: fix comment) created by
- […] […]
- 20:20 Ticket #9129 (TOOLS: fix compilation and bundle creation issues) created by
- […] […]
- 19:50 Changeset [39cf9576] by
- SCI/newmusic: initialize _volume in constructor svn-id: r46984
- 19:39 Changeset [b9c8e6ed] by
- Code optimization: removed unneeded string comparisons when executing …
- 18:33 Changeset [590a687c] by
- Comment out unused variable. svn-id: r46982
- 18:24 Changeset [97fc845a] by
- SCI/new music code: Fixed the code that handles mixed Adlib/MIDI mode, …
- 18:10 Changeset [89e18f5f] by
- original code uses exclusive random intervals svn-id: r46980
- 18:06 Changeset [fe2529ce] by
- fixed flame effect svn-id: r46979
- 17:46 Ticket #9123 (Nintendo64 Port) closed by
- 17:37 Changeset [8cc208ba] by
- Minor cleanup; remove GF_10TH, it's not used or needed anywhere. …
- 17:30 Changeset [380190ee] by
- Fix a memory leak spotted by cppcheck. Thanks salty-horse\! svn-id: r46977
- 17:27 Changeset [bf397305] by
- Merge the Mohawk Video class into QTPlayer and general cleanup. …
- 16:44 Changeset [01eb329b] by
- SCI: kPalette / animate adjustments to behave more like sierra sci, …
- 16:18 Changeset [8cc69093] by
- Updated comment svn-id: r46974
- 16:16 Changeset [5560f93c] by
- SCI/new sound code: update sound cues when kGetEvent() is called, …
- 15:17 Changeset [f245917d] by
- SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of …
- 14:43 Changeset [d437b25c] by
- SCI/new music: Resolved another possible deadlock when pausing all …
- 13:50 Changeset [60ece55f] by
- Fallback detector: - Added detection for SCI2 games (GK1, PQ4, QFG4) - …
- 13:21 Changeset [01ebbcf1] by
- SCI: channels[] work, sci0 fading still not working (volume is changed …
- 11:12 Changeset [50245ba5] by
- added idle animation svn-id: r46968
- 08:34 Changeset [c25f24ef] by
- Removed the now unused GuiDummy class svn-id: r46967
- 08:28 Changeset [3218da89] by
- SCI/new music code: Now the the music driver to use is obtained …
- 08:10 Changeset [ae9cf4d5] by
- Mohawk : Improved code formatting conventions compliance. svn-id: r46965
- 08:06 Changeset [ed06df7a] by
- SCI/new music code: The number of voices is now obtained from the MIDI …
01/03/10:
- 23:30 Changeset [8fb870b0] by
- SCI/newmusic: support for SCI0 fading, doesnt work yet because …
- 23:25 Changeset [93a36e4b] by
- Removed obsolete notes about original Broken Sword cutscenes not being …
- 23:24 Changeset [9182c37a] by
- Removed obsolete notes about Broken Sword cutscenes not being …
- 22:54 Changeset [54dbd75e] by
- Code beautification (fixes a false positive, too) svn-id: r46960
- 22:50 Changeset [c0aad05] by
- Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its …
- 22:41 Changeset [b2355cac] by
- - Remove unsafe default constructor of Audio::Timestamp. - Add an …
- 22:11 Changeset [5433ba01] by
- Mohawk : For what it's worth, Add detection for a french "in the 1rst …
- 21:53 Changeset [b92a744a] by
- sane_nodep() and sane_listp() should not be dummy functions when …
- 21:51 Changeset [dccc1db7] by
- Fixed regression from commit #46950 (fixes KQ6CD, Pharkas CD, and …
- 21:50 Changeset [e71754b6] by
- Add detection for a french Myst svn-id: r46954
- 21:21 Changeset [9017bcf1] by
- Backport of r46947: "Setup the dimensions of GuiObject in the …
- 21:20 Changeset [df81b689] by
- Change BS 1 & 2 to I & II (see discussion on -devel) svn-id: r46951
- 21:17 Changeset [d13b23d6] by
- SCI/newmusic: this fix will make qfg1vga character selection music …
- 21:12 Changeset [781dd3b1] by
- Fixed compilation with DISABLE_VALIDATIONS, and fixed a bug in …
- 21:09 Changeset [c36caea5] by
- Use new ADGF flag, ADGF_USEEXTRAASTITLE for AGI Fanmade games for …
- 21:07 Changeset [770b2f78] by
- Setup the dimensions of GuiObject in the constructor, by using …
- 21:07 Changeset [eccf0cc] by
- Introduced new ADGF flag ADGF_USEEXTRAASTITLE. Documented ADFlags. …
- 20:47 Changeset [c83058d3] by
- LordHoto spotted the same kind of overlapping strcpy() call in one …
- 20:42 Changeset [f15db40] by
- Don't uses strcpy() on overlapping memory areas. It's undefined. …
- 20:18 Changeset [eeb3502f] by
- Made the "version" command more verbose, listing all the automatically …
- 20:15 Changeset [8ad5694c] by
- Reduce header dependencies for AGI engine. svn-id: r46942
- 19:37 Changeset [72eb9ec9] by
- Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer …
- 19:27 Changeset [910ffb53] by
- PSP: Limited movement of virtual keyboard onscreen svn-id: r46940
- 18:50 Ticket #4631 (PSP: SCUMM slowdown regression) closed by
- invalid
- 18:43 Changeset [870c99b4] by
- SCI/new music code: Only reference the mixer for music slots which …
- 18:37 Changeset [1b6b4c5c] by
- Fixed memory leak (as reported by eriktorbjorn) svn-id: r46938
- 18:06 Changeset [7fa62cdd] by
- SCI/new music code: Proper handling of disposed sounds when loading a …
- 18:04 Changeset [0cfd6a4d] by
- Fix a buffer overflow (thanks to syke) and modify the way the …
- 17:40 Changeset [6cc4dacf] by
- SCI: Support pointer arithmetics in +ag, +agi, etc. too svn-id: r46935
- 16:50 Changeset [6a25bd2b] by
- The backtrace command now outputs to the graphical console svn-id: r46934
- 16:47 Ticket #4735 (TEENAGENT: Choppy animation) closed by
- 16:43 Changeset [6271dc28] by
- 'normal' game speed is about 10fps, not 12 svn-id: r46933
- 16:33 Changeset [eed76352] by
- Sort language list (and showing that Lure is really broken). svn-id: …
- 16:14 Changeset [913616dc] by
- Removed junk characters svn-id: r46931
- 16:11 Changeset [56963dc0] by
- SCI/new music code: Some cleanup. Previous commit (rev 46928) should …
- 16:03 Changeset [3da232ff] by
- more walking frame offsets correction svn-id: r46929
- 15:59 Changeset [cf5e5f6c] by
- svn-id: r46928
- 15:25 Changeset [d7f5f078] by
- fixed typo svn-id: r46927
- 15:18 Changeset [85c8b370] by
- added metropolis/TEENAGENT logo svn-id: r46926
- 15:08 Changeset [2f23eb99] by
- The "room" command can now set the current room number, too (more …
- 14:39 Changeset [454fb24c] by
- SCI/new music code: don't throw warnings for MIDI commands which are …
- 14:00 Ticket #4742 (LURE: "Could not find language data in support file!") created by
- […] […]
- 13:28 Changeset [72a0203] by
- SCI/new music code: - sounds are no longer stopped in cmdUpdateCues if …
- 13:13 Changeset [2861cab3] by
- SCI: windowMgr port fix (using id 1 now on that port instead of 0, …
- 10:46 Changeset [3fbf1293] by
- started music before logo svn-id: r46921
- 10:30 Changeset [1abbfb81] by
- improved walking animation once again svn-id: r46920
- 08:27 Changeset [715b48b] by
- Mohawk : Stop Myst Script Opcode 200 continuously reloading the same …
- 05:29 Changeset [986a75b7] by
- Implement kInPolygon for SCI32. GK1 now responds when you click on …
- 04:46 Changeset [7d5e9133] by
- Fix the GK1 view segfault. szUnpacked was overflowing in SCI32 -- it …
- 03:37 Changeset [6ba2bd8] by
- Add support for wave files in the audio volume. This is used in …
- 02:04 Changeset [711fcccf] by
- fixed font color and positioning for the well callback svn-id: r46915
- 01:57 Changeset [2fc79f19] by
- improved accuracy of the speed calculations svn-id: r46914
- 01:52 Changeset [0b92bf47] by
- fixed zero speed issue svn-id: r46913
- 01:40 Changeset [ce40ad32] by
- removed noisy debug message svn-id: r46912
- 01:25 Changeset [c951b14a] by
- moved scripted mark's animation after all sprites svn-id: r46911
- 01:10 Changeset [1131c48f] by
- fixed broken pathfinding svn-id: r46910
- 01:07 Changeset [58f47942] by
- increased vertical speed svn-id: r46909
- 01:06 Changeset [ea513b33] by
- fixed h/v animation switch ratio svn-id: r46908
- 00:57 Changeset [dcc4f179] by
- fixed vertical/horizontal speed ratio svn-id: r46907
- 00:55 Changeset [f1d800cb] by
- improved mark's animation. svn-id: r46906
01/02/10:
- 22:40 Changeset [400958b0] by
- do not show logo while loading save svn-id: r46905
- 22:32 Changeset [e2d14e04] by
- fixed memory leak svn-id: r46904
- 22:30 Changeset [09a197d1] by
- added unlogic logo svn-id: r46903
- 22:04 Changeset [baf8575e] by
- SCI: adjusted kDisplay change to occur SCI1late svn-id: r46902
- 21:55 Changeset [2f65f8f7] by
- SCI: kDisplay difference in SCI0 (fixes colonels bequest copy …
- 21:32 Changeset [4640b358] by
- removed useless `system' pointer from render() svn-id: r46900
- 21:21 Changeset [3e0588c9] by
- made fadein/out asynchronous, added fade type stub svn-id: r46899
- 20:44 Changeset [2b083c4] by
- added fadeout tables svn-id: r46898
- 20:20 Changeset [13a24283] by
- SCI/new music code: Don't stop notes when looping for a hold svn-id: …
- 19:24 Changeset [0b3d3c37] by
- SCI/new music code: Fixed sound patch loading when restoring a saved …
- 19:01 Changeset [48f023b4] by
- Properly fixed cmdUpdateCues() for SCI0, removing a hack svn-id: r46895
- 18:22 Changeset [4cd4625] by
- We are in 2010 now svn-id: r46894
- 18:16 Changeset [5c56d726] by
- SCI/new music code: Improve midi hold handling a bit. Still broken. …
- 18:02 Changeset [c920abf5] by
- Changed the default case of setAttribute() to a warning, so that …
- 17:44 Ticket #4741 (AGI: Can't click "cancel" in Save/Restore Game Menu) created by
- […] […]
- 17:16 Changeset [6fa3c10a] by
- SCI/newmusic: fading signal handling changed... fixes lsl1demo and …
- 17:03 Changeset [2ef3983e] by
- SCI/new music code: changed some SCI SysEx messages to enums svn-id: …
- 16:14 Changeset [91ebf0f9] by
- Removed obsolete code svn-id: r46889
- 15:58 Changeset [f1b1005b] by
- Notify the game scripts when fading effect is done svn-id: r46888
- 15:54 Changeset [f62e2b2] by
- SCI/new music code: don't stop a music track if the fading effect has …
- 15:37 Changeset [6c166733] by
- SCI/new music code: Properly implemented cmdSetSoundHold, with the …
- 15:02 Changeset [5b5499e0] by
- SCI/new music code: cleaned up cmdUpdateCues and changed the SCI …
- 14:11 Changeset [1084b90f] by
- SCI: listsaves is now "list_saves", also included entry in help …
- 14:08 Changeset [d4738631] by
- SCI: implemented new console command "listsaves" svn-id: r46883
- 13:57 Changeset [2bc0ffde] by
- SCI/new music code: hopefully fixed a race condition svn-id: r46882
- 13:36 Changeset [5b4b8e05] by
- SCI/new music code: Fix for a music related crash in SCI0 games (the …
- 13:04 Changeset [d4dda4df] by
- SCI/new music code: Implemented cmdSetSoundHold. Larry now exits the …
- 11:03 Ticket #7730 (SAGA: Hide in-game GUI on thumbnails) closed by
- 11:03 Changeset [aaf66f20] by
- Implement FR #2827944: "SAGA: Hide in-game GUI on thumbnails" svn-id: …
- 09:39 Changeset [0c9b828d] by
- SCI: console behaviour changed for vmvars command, now allows entering …
- 08:53 Changeset [2165dc1a] by
- Indentation fix. (Which still leaves a lot that probably ought to be …
- 08:30 Changeset [df94844d] by
- SCI/newmusic: now clipping volume in cmdFadeSound svn-id: r46876
- 08:15 Changeset [513a56cd] by
- SCI/newmusic: set default volume on MusicEntry creation, use volume …
- 03:44 Changeset [1f2c9207] by
- Fix the GK1 CD intro sequence (regression from r46839, which fixed a …
- 01:41 Changeset [caf75e1b] by
- SCI/new music code: Implemented cmdSetSoundPriority svn-id: r46873
- 01:40 Changeset [a927cff] by
- SCI/new sound code: disabled some unused code and named a previously …
- 01:09 Changeset [94fb476] by
- Changed wording from "handle" to "sound", as we're dealing with sound …
- 00:54 Changeset [c671c17] by
- Use Common::StackLock. svn-id: r46870
- 00:45 Changeset [032b23e8] by
- SCI/new music code: Fixed some mutex-related issues svn-id: r46869
- 00:22 Changeset [be1d586c] by
- Removing now redundant comment. The fix was correct. svn-id: r46868
- 00:07 Changeset [a22fd021] by
- Move the LZSS code to the Groovie namespace. svn-id: r46867
01/01/10:
- 23:57 Changeset [998d511e] by
- LOL: cleanup svn-id: r46866
- 23:48 Changeset [8407b4d] by
- SCI: Adlib: Fix bug in master volume handling. svn-id: r46865
- 23:48 Changeset [205f7437] by
- SCI: Fix segfault in dual-language KQ5. svn-id: r46864
- 22:57 Changeset [137744c4] by
- This time properly fix getTotalPlayTime for looped FLAC, MP3 and …
- 22:56 Changeset [2e9d5a5f] by
- Mention in documentation of AudioStream::setNumLoops, that this …
- 22:55 Changeset [6109275] by
- Properly reset _numPlayedLoops in setNumLoops in all AudioStream …
- 22:33 Changeset [8817d6ee] by
- Merge update_nop1 and update_nop2. svn-id: r46860
- 22:26 Changeset [82b4b65b] by
- - Fix out of bounds array access. - Add some asserts in output related …
- 22:17 Changeset [03376d06] by
- SCI/newmusic: removed TODO svn-id: r46858
- 22:16 Changeset [f3cd114c] by
- init _numPlayedLoops inside LinearMemoryStream svn-id: r46857
- 22:15 Changeset [0a965ce] by
- SCI/newmusic: changed setting volume from fade logic, implemented …
- 21:59 Changeset [671cc15b] by
- - Add some asserts - Renamed snd_unkOpcode3 to snd_stopChannel - …
- 21:55 Changeset [d6d4a4f6] by
- SCI: fix build svn-id: r46854
- 21:44 Changeset [37d5692] by
- SCI/newmusic: changed fade volume setting for digital fx to onTimer() …
- 21:41 Ticket #4740 (Large file support) created by
- […] […]
- 21:26 Changeset [44dc3f9b] by
- SCI: kDoAudio now also clips volume and adjusts to mixer volume …
- 21:18 Changeset [f3ca5350] by
- Fix a buffer overflow, thanks to syke svn-id: r46851
- 21:04 Changeset [379ae6df] by
- SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead …
- 20:49 Changeset [967853c0] by
- SCI: volume for sci0 now set to 127, now using constant instead of …
- 20:37 Changeset [6385e77] by
- Fix undefined operation in setNoPendingVerb (someone with knowledge of …
- 20:26 Changeset [2a9e8356] by
- SCI: Added TODO within kDoAudio svn-id: r46847
- 19:52 Changeset [7b0c1f26] by
- SCI: fixing bad sorting of saved games due MMDDYYYY date saving …
- 19:49 Changeset [ac6adad] by
- Backport of r46844: "Fix out of bounds access reported by syke.". …
- 19:45 Changeset [e757e7a6] by
- Fix out of bounds access reported by syke. svn-id: r46844
- 19:23 Changeset [98194bfe] by
- SCI/new music code: The MIDI driver is now reset whenever the game's …
- 18:57 Changeset [74159e12] by
- SCI/newmusic: set speech soundtype for audio resources played by …
- 17:53 Changeset [64d484bd] by
- SCI/newmusic: adding debug output to setVolume svn-id: r46841
- 17:25 Changeset [78b26921] by
- SCI/new music code: Center pitch wheel when unloading music tracks …
- 17:16 Changeset [763c59bd] by
- Fixed KQ5CD (regression from rev. 46656) svn-id: r46839
- 17:06 Ticket #4739 (Kyrandia 3 Russian MD5) closed by
- duplicate
- 16:57 Changeset [bba2c8ce] by
- Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream …
- 16:42 Changeset [54d9bf4] by
- Fixed broken savegames when saving with the new music code svn-id: r46837
- 16:28 Changeset [622dd0d1] by
- Implemented setNumLoops() for common audio streams. Implemented …
- 16:15 Changeset [d1b844d] by
- SCI: syncing loop selector... again... fixes qfg1 ending... again... …
- 16:05 Changeset [153cf54] by
- SCI/new music code: Moved processing of digital sound effects outside …
- 15:35 Changeset [74ae4ecc] by
- Added a comment for the reason updateSci0Cues() is called within …
- 15:35 Changeset [5ebadb10] by
- Extend doxygen comment for setNumLoops() svn-id: r46832
- 14:41 Changeset [7bb18a0] by
- SCI/newmusic: doing version check before looking for audio resource …
- 14:38 Changeset [199765b] by
- aligned zoomed picture to the top and fixed actor head animation in …
- 14:33 Changeset [810478e] by
- SCI/newmusic: better solution for volume - using int16 during fade, …
- 14:23 Changeset [25e111bc] by
- SCI: changing volume to int16 again, fixes fadeOut of music and …
- 14:22 Changeset [385c4623] by
- SCI: fixing saved game compatibility svn-id: r46827
- 14:15 Changeset [5b940985] by
- removed debug output svn-id: r46826
- 13:58 Changeset [7e75f0f] by
- Synced the Broken Sword cutscene notes with the trunk. svn-id: r46825
- 13:57 Changeset [eec2109f] by
- Updated the notes about Broken Sword cutscenes to that which I posted …
- 13:54 Changeset [0cdcd593] by
- found zoom tables, added original zoom support. svn-id: r46823
- 13:53 Changeset [a8f7d7e] by
- removed commented out debug svn-id: r46822
- 13:38 Ticket #4739 (Kyrandia 3 Russian MD5) created by
- […] […]
- 13:31 Changeset [8ee5033b] by
- Added setNumLoops() for linear memory streams, enables looping of …
- 13:21 Changeset [7cf1d5bd] by
- SCI/newmusic: added fade and loop capability to samples (looping …
- 13:11 Changeset [ea86c41] by
- Adding setNumLoops() to AudioStream class svn-id: r46819
- 12:58 Changeset [3ad4dc7c] by
- removed first point from path to avoid zero delta svn-id: r46818
- 12:39 Changeset [a03d7b3a] by
- removed position zeroing in varia resources svn-id: r46817
- 12:14 Changeset [68f4e0f2] by
- minor sizeof cleanup svn-id: r46816
- 11:44 Ticket #4737 (FEEBLE: Unrecognized md5, Polish) closed by
- fixed
- 11:44 Changeset [82c89041] by
- Add Polish Windows 4CD version of The Feeble Files. svn-id: r46815
- 10:08 Changeset [b1b6555] by
- SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save …
- 09:40 Changeset [ca83c13e] by
- SCI: switch to previous gameid, when importing character data in qfg …
- 09:04 Ticket #4738 (SIMON1: Music does not loop automatically) created by
- […] […]
- 06:41 Changeset [afc4bc12] by
- SCI/new music code: - Resolved a deadlock with the mixer, and added …
12/31/09:
- 23:59 Changeset [ac7c92c6] by
- SCI: kFileIO findFirst/findNext returns only game-specific prefixed …
- 23:59 Changeset [83277949] by
- PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3 …
- 23:54 Changeset [9fff1037] by
- PSP: added disable_dosbox_opl to custom makefile svn-id: r46809
- 23:52 Changeset [080d6da6] by
- Minor additions: added full keypad support to GUI and SCI svn-id: r46808
- 23:43 Changeset [3ce017cc] by
- SCI: fixed typo in unwrapFilename svn-id: r46807
- 22:49 Changeset [038c08ee] by
- removed magic first frame from actor svn-id: r46806
- 18:52 Changeset [d10fc798] by
- Add support for Chinese translated games. svn-id: r46805
- 18:25 Changeset [6d879f15] by
- Reading the whole buffer at once should be more efficient than reading …
- 17:43 Changeset [e56dedec] by
- SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on …
- 17:43 Changeset [e53d82b2] by
- Remove obsolete comment about Myst ME not working. svn-id: r46802
- 16:50 Changeset [ba8b1590] by
- SCI: keyboard events now dont use scancode anymore, fixing …
- 14:59 Changeset [cb6b1e8a] by
- Changed kValidPath() to always return true, regardless of the value of …
- 12:47 Changeset [2e0482ef] by
- N64: some cleanup in osystem svn-id: r46799
- 12:38 Changeset [3b1d4ace] by
- SCI/new music: trigger signal when fade is completed, fixes lsl1 dance …
- 11:14 Changeset [c7ea1a16] by
- Mention the fact that we derive from SSCI by not caching the loop …
- 10:49 Changeset [70a1f7c8] by
- Fix gcc warning svn-id: r46796
- 10:13 Changeset [9f2b658] by
- Worked around what appears to be a bad JPEG image in the Masterpiece …
- 08:55 Changeset [43f349f4] by
- SCI/new music code: removed some hacks svn-id: r46793
- 08:30 Changeset [54245f71] by
- SCI/new music code: The loop selector for each music score is no …
- 08:10 Changeset [762bdc7c] by
- SCI/new music code: Slight cleanup svn-id: r46791
- 05:30 Changeset [92a8d13] by
- kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal …
- 05:11 Changeset [7d13162] by
- Overload the = operator for SciArray which fixes the setType errors in …
- 03:17 Changeset [eb2e457] by
- Add the Mohawk crew to the credits. svn-id: r46787
- 00:37 Changeset [8578798] by
- Remove the getBeginOffset() hack from Common::SeekableReadStream and …
- 00:06 Changeset [5c52ed9f] by
- Make sure that enough data is read out of the script svn-id: r46785
Note:
See TracTimeline
for information about the timeline view.