Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-24 | COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer. | Johannes Schickel | |
Older gcc versions did not include __builtin_clz, which made the PS2 port fail to compile, since it uses 3.2.2. | |||
2011-07-24 | COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz. | Johannes Schickel | |
This is done as discussed here: https://github.com/scummvm/scummvm/commit/54f25aa84373715001c56155673fb59cfe44b573 | |||
2011-07-24 | COMMON: Let intLog2 return an int instead of uint32, since it should return ↵ | Johannes Schickel | |
-1 for 0. | |||
2011-07-24 | TSAGE: Reverted to using a single thread for audio playback | Paul Gilbert | |
2011-07-23 | DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'multiput' and 'multiget' get signatures | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less register usage in 'printslow' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printdirect' has a C++ signature | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less register usage in 'getnumber' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'dumptextline' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less register usage in 'printslow' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Useless register shuffling in printboth | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Cleaning in 'printslow' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Cleaning of 'printasprite' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Cleaning of 'showframe' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Fix code formatting | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printboth' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'multidump' has a nicer signature | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printslow' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less registers, more params, in the text printing subsystem | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printchar' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printdirect' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'getnumber' ported to C++ | Bertrand Augereau | |
2011-07-23 | GOB: Fix missing sound effects in Woodruff (bug #3374170) | Sven Hesse | |
Another regression of the CoktelDecoder rewrite. Thanks to digitall for finding the offending commit. :) | |||
2011-07-21 | TOON: Fix off-by-one use of path heap array | Marcus Comstedt | |
The first element of the _data array in PathFindingHeap was never used, fix that. | |||
2011-07-20 | TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap. | D G Turner | |
This halves the size of the pathifnding heap, but adds warnings if push() is attempted on a full heap. | |||
2011-07-20 | DREAMWEB: Made aboutturn() more readable | Eugene Sandulenko | |
2011-07-20 | DREAMWEB: Fix code formatting | Eugene Sandulenko | |
2011-07-20 | COMPOSER: Use AD_ENTRY1, fix copyright. | Alyssa Milburn | |
2011-07-20 | COMPOSER: Remove svn keywords. | Alyssa Milburn | |
2011-07-20 | DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1() | eriktorbjorn | |
Now any sound playing on the channels is stopped immediately. This fixes missing voice-overs in the intro, makes it possible to skip lines of conversation, and fixes a problem where the sound effect from the Altar Room would keep playing after leaving the room. Possibly other glitches as well. | |||
2011-07-20 | COMPOSER: Add dirty rectangles. | Alyssa Milburn | |
2011-07-20 | COMPOSER: Use singleid, and extras field for demo descriptions. | Alyssa Milburn | |
2011-07-20 | COMPOSER: Minor whitespace/comment tweaks. | Alyssa Milburn | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-20 | WINCE: Change keymapping for AGI and Simon 1 & 2 | CeRiAl | |
2011-07-20 | WINCE: Move initialization of TimerManager to overloaded init() method. | CeRiAl | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-19 | COMPOSER: Clip palette fade percentage. | Alyssa Milburn | |
2011-07-19 | MACOSX/UPDATES: Add comments which describe what Sparkle is | CeRiAl | |
2011-07-19 | COMPOSER: Buttons belong to libraries. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Run kEventUnload when appropriate. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Use enum values for events, rather than numeric cosntants. | Alyssa Milburn | |
2011-07-19 | MACOSX/UPDATES: Fix compilation for Mac OSX 10.4+ | CeRiAl | |
2011-07-19 | MACOSX/UPDATES: Streamline UpdateManager | CeRiAl | |
Moved UpdateManager related code from backends/modular-backend.* to common/system.*. Added switch --enable/disable-updates to be able to disable updates support generally. | |||
2011-07-19 | MACOSX: Add Sparkle support | CeRiAl | |
2011-07-19 | JANITORIAL: Fix MSVC warnings | Littleboy | |
- Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition | |||
2011-07-19 | COMMON: Fix some formatting | Matthew Hoops | |
2011-07-19 | DEVTOOLS: Fix typos and formatting in create_toon | Matthew Hoops | |
2011-07-19 | VIDEO: Fix typo with last commit | Matthew Hoops | |