Timeline
07/06/10:
- 23:24 Changeset [afd28500] by
- SCI: Add version to obsolete string This way, if we ever get rid of …
- 22:29 Changeset [fe409ea2] by
- DS: cleanup arm9/makefile svn-id: r50729
- 22:14 Changeset [9b927b41] by
- DS: Implemented (ugly, but working) support for optimization level …
- 22:13 Changeset [2343f8c] by
- DS: Add isScrollingWithDPad() to make code more readable svn-id: r50727
- 16:30 Changeset [f145391a] by
- some minor fixes in cursor handling svn-id: r50726
- 14:26 Changeset [c349d713] by
- SCI: removing invalid reference error from signature checking, instead …
- 14:10 Changeset [a7cd1534] by
- SCI: fix regression of r50721 - pausing/resuming only on actual menu …
- 11:33 Changeset [c89fe5f6] by
- Added support for idle character animations svn-id: r50723
- 11:32 Changeset [3f7dc9e0] by
- Added extra initialisation code for the game's global variables list …
- 11:16 Changeset [2d5dabee] by
- SCI: implemented pauseSound inside kMenuSelect svn-id: r50721
- 11:03 Changeset [f3a93535] by
- SCI: fix regression of r50599 - broken greyed font drawing svn-id: r50720
- 07:42 Changeset [0c411d66] by
- SCI: Simplified op_div and op_mod, removed some variables and removed …
07/05/10:
- 23:02 Changeset [deb2c18] by
- added code to revert back to 8bpp from other formats svn-id: r50714
- 21:49 Changeset [9241e47] by
- Added couple of checks in Event handling svn-id: r50713
- 21:29 Changeset [a3202eab] by
- Note Common::String's behaviour may be undefined with \0 characters. …
- 21:29 Changeset [f470baa3] by
- made Quit and RTL features working svn-id: r50711
- 21:18 Changeset [0c3cbcbf] by
- Prevent SCUMM from adding gui options based on user flags into the …
- 20:36 Changeset [edac80ad] by
- DS: Fix warning about anonymous struct svn-id: r50709
- 20:36 Changeset [429de8f6] by
- DS: More formating, made more vars static svn-id: r50708
- 20:25 Changeset [cffcc3d] by
- SCI: fixing signature of kDoSound (fading related) thx to Ceriand …
- 20:10 Changeset [1443a272] by
- Fix update of GUI options, which only differ in the language setting. …
- 20:10 Changeset [73e5173] by
- Formatting fixes. svn-id: r50705
- 19:45 Changeset [d4bc0f9] by
- Replace a tab by whitespaces in the help string. svn-id: r50704
- 19:31 Changeset [0d317c40] by
- SCI: fixing kDrawCel signature for kq6 svn-id: r50703
- 19:10 Changeset [5d25d382] by
- DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaks …
- 19:10 Changeset [68d620cc] by
- DS: Fix warnings, make some vars static, cleanup svn-id: r50701
- 16:12 Changeset [776c3a1d] by
- DS: Fix MODULE_DIRS value (now dependency tracking works correctly) …
- 16:12 Changeset [75529dc4] by
- DS: Fix various warnings and errors in the DS FS code * Do not modify …
- 16:12 Changeset [edb5210d] by
- DS: Fix error in std_fopen (warnings are great :) svn-id: r50692
- 16:11 Changeset [d2a24c0a] by
- DS: Remove unused portdefs.cpp svn-id: r50691
- 16:11 Changeset [782e4359] by
- DS: Cleanup NDS portdefs.h a bit * Don't #include "nds/ndstypes.h" …
- 16:11 Changeset [3d44870c] by
- NDS: Update GPL/copyright headers; add namespace DS closing comments …
- 16:10 Changeset [e4ec2e64] by
- DS: Code formatting: "char* foo" -> "char *foo" svn-id: r50688
- 16:09 Changeset [d5c78f78] by
- DS: Fix warnings, cleanup svn-id: r50687
- 16:08 Changeset [f39f7f3] by
- DS: Augment 'clean' target, simplify bin->elf conversion rule svn-id: …
- 16:08 Changeset [00dfb4d] by
- SAGA: Fix warning on systems where enum's are unsigned svn-id: r50685
- 15:53 Changeset [47e59d8c] by
- GUI/AUDIO: minor fix for the case that after enabling individual audio …
- 14:46 Changeset [63c439a8] by
- SCI: fix compilation issues from r50678 svn-id: r50679
- 14:36 Changeset [5527882d] by
- SCI: implemented new kernel call signature format svn-id: r50678
- 13:06 Changeset [330e94f] by
- Drop direct use of (private) libEGL.so and call EGL functions via …
- 11:53 Changeset [d4ad7b8a] by
- DS: Add missing .bin -> .elf rule svn-id: r50676
- 11:07 Changeset [fcde7221] by
- DS: Fix typo; change bin2o/bin2h to create taget dir svn-id: r50675
- 10:08 Changeset [cb265ae] by
- DS: Fix setShakePos svn-id: r50674
- 10:07 Changeset [9a61be1] by
- DS: Made some vars static, code formatting, cleanup svn-id: r50673
- 10:07 Changeset [a9af5324] by
- DS: Can now build binaries via our "configure/make" build system. …
- 10:07 Changeset [db1fa717] by
- NDS: Enable compilation of backend specific files Also tried to …
- 10:06 Changeset [179a2b4e] by
- NDS: Rename backend 'nds' to 'ds' in configure svn-id: r50670
- 09:53 Changeset [660ffc19] by
- Bugfixes for new player code - Rex is now correctly positioned when …
- 03:21 Changeset [30136589] by
- Base class for OpenGL graphics manager. svn-id: r50668
- 02:35 Ticket #4916 (Cursor Leaves Trail in GUI when Screen is Shaking) created by
- […] […]
- 01:10 Changeset [3c607ef2] by
- Cleanup and documentation. svn-id: r50667
- 01:03 Changeset [830c7611] by
- Revert Android libtremor header to standard path, since we now ship …
- 01:00 Changeset [b8778fc7] by
- Switch Android toolchain prefix from arm-android-eabi to …
- 00:09 Changeset [bb300ec6] by
- Skip /dev/sequencer MIDI on Android. svn-id: r50664
07/04/10:
- 23:38 Changeset [18b449d4] by
- Add a hexDumpReg function to view references that are not raw and fix …
- 22:27 Changeset [96dad5b] by
- fixed a typo in keyborad events svn-id: r50658
- 21:31 Changeset [6219ffe5] by
- SCI: Removed the unused line number parameter from validate_variable() …
- 18:24 Changeset [2f138f60] by
- Simplify audio device settings handling by using the device handle as …
- 18:07 Changeset [9cf1cff5] by
- Whoops, always increase midiId, not only when it's added to the GM …
- 18:03 Changeset [9880017c] by
- Prevent the MT-32 Emulator from being displayed in the "GM Device" pop …
- 18:00 Changeset [da1a8535] by
- More cleanup / readability fixes. svn-id: r50648
- 17:40 Changeset [8f2c0c2f] by
- Cleanup. svn-id: r50647
- 15:06 Changeset [6c9e3b01] by
- GUI/AUDIO: This change will make individual game audio settings take …
- 14:55 Changeset [7d64f3e] by
- SCI: Added a short description for all opcodes, so that it's easier to …
- 12:45 Changeset [587ba8a9] by
- Implemented more of the support methods for player display svn-id: r50644
- 07:32 Changeset [dde6daba] by
- Cleanup: Treat booleans as booleans, not integers. (I hope I didn't …
- 02:20 Ticket #9186 (BRA: handle part command) closed by
- 01:19 Changeset [db014174] by
- Fix the size of the ScummVM logo in the launcher in the modern theme. …
- 01:18 Changeset [052d2ab6] by
- Prevent GraphicsWidget from being assigned a surface which wouldn't …
- 01:11 Changeset [336cde4] by
- Always use kThumbnailHeight2 (i.e. 120) for the height of the …
- 01:11 Changeset [acecfcaf] by
- Center the surface of a GraphicsWidget in case it is smaller than the …
- 00:43 Ticket #4915 (GUI: GMM errors out in Hercules mode) created by
- […] […]
- 00:38 Changeset [10e7581] by
- Added support for horizontally flipped foreground sprites, which are …
07/03/10:
- 21:14 Changeset [9aae29b8] by
- added code for mouse and kbd events svn-id: r50633
- 18:44 Changeset [5872f5bb] by
- SCI: adding support to identify uninitialized values, when doing debug …
- 17:28 Ticket #4909 (GOB1 : Engine Abort on Lose) closed by
- fixed
- 12:49 Changeset [88d1155] by
- Implemented necessary logic for the abort timer/action code, which …
- 12:33 Changeset [6b152e80] by
- SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P …
- 11:50 Changeset [9993910] by
- Adding the beginnings of a player control class, as well as various …
- 06:55 Changeset [42dfdea5] by
- SCI: added resetting of SoundCommandParser, so that error()s before …
- 05:05 Changeset [0fd35589] by
- Finish support of compressed dubbing Now even the length of a …
- 05:05 Changeset [41663da] by
- moved plugin linker and elf32 header file to arm9/source and modified …
- 04:42 Changeset [36435eec] by
- moved loader to arm9/source and added it to module.mk svn-id: r50616
- 04:01 Changeset [ffdfd321] by
- changed main to use DS plugin provider if dynamic modules are turned …
- 03:48 Changeset [8d26e7c2] by
- Dragon History tries uses compressed dubbing when available Timing of …
- 03:47 Changeset [0b0bc105] by
- added ds plugin provider to module.mk svn-id: r50613
- 03:46 Changeset [13948b8] by
- modified default ds linker script for linking of engine plugins …
- 00:44 Changeset [86fbe02] by
- Fixed "declared class seen before as struct" warning on MSVC. svn-id: …
- 00:25 Changeset [4e50b23] by
- Cleanup and documentation. svn-id: r50610
- 00:13 Changeset [fda9416c] by
- Cleanup and documentation. svn-id: r50609
- 00:06 Changeset [aefc42a] by
- KYRA/PC98 Audio: fix invalid mem access svn-id: r50608
07/02/10:
- 23:12 Changeset [4304a41] by
- AGI: Removed the deprecated (and confusing) getGameId() function …
- 22:56 Ticket #4903 (AGI: GR - Crash on start) closed by
- fixed
- 22:55 Changeset [188f8d9a] by
- AGI: Fixed bug #3017905 - "AGI: GR - Crash on start". A free() was …
- 22:38 Changeset [2662d569] by
- Fix long standing regression (introduced with r34053) in thumbnail …
- 21:27 Changeset [a6e07f0] by
- KYRA/PC98: fix long standing bug were certain sound effects would …
- 19:47 Changeset [022808fd] by
- KYRA/PC98: cleanup svn-id: r50603
- 19:08 Changeset [5625c6d1] by
- KYRA/PC98: fix sfx volume control svn-id: r50602
- 19:04 Changeset [e22a75de] by
- Rewrote the handling of thumbnail creation for KQ6 Windows in rev …
- 16:52 Changeset [1beff1a5] by
- Added a special case for KQ6 hires in the thumbnail creation code, …
- 15:58 Changeset [c1aecd0b] by
- SCI: change drawing of fonts, so that we never do triple pixel line …
- 14:39 Changeset [7fa26648] by
- Some slight fixes so that Phantom/Dragon start again svn-id: r50598
- 10:38 Changeset [dcb92c8] by
- Add checks for null reference to strncpy() and strlen() - happens for …
- 10:18 Changeset [79768098] by
- Added handling for kLock called with resource id -1 (unlock all …
- 10:04 Ticket #4913 (SYMBIAN: Modern theme doesn't work) closed by
- invalid
- 09:50 Changeset [7b6be52f] by
- SCI: added possible workaround or final solution for hires portraits …
- 09:09 Changeset [b8ff7504] by
- SCI: changing adjusting of upscaled hires box coordinates svn-id: r50593
- 08:55 Changeset [91a414d] by
- Extended the SCI2 text drawing hack for SCI2.1 too, and added font …
- 08:53 Changeset [b252d5f0] by
- getString() on a NULL pointer is an empty string (verified in SCI2.1) …
- 07:51 Changeset [5457144f] by
- added processing of quit event svn-id: r50590
- 06:44 Changeset [f9c3a454] by
- Cleanup and documentation. svn-id: r50589
- 04:58 Ticket #4914 (LOOM-PCE: Music stops prematurely) created by
- […] […]
- 01:32 Changeset [3c6ef64] by
- added ds plugin-provider svn-id: r50588
- 00:55 Changeset [a95b6e5c] by
- added incomplete ds loader svn-id: r50587
- 00:39 Changeset [82cbd13b] by
- added elf32 header for ds svn-id: r50586
07/01/10:
- 23:50 Changeset [055fc328] by
- Added WIN32 define for makefile conditions. svn-id: r50585
- 23:13 Changeset [8b0f49b8] by
- Only print the ambiguous object notice in findObjectByName if we …
- 23:12 Changeset [4fabca9] by
- Remove -Wcast-align -- it cause many spurious warnings on several …
- 23:12 Changeset [762ff57e] by
- NDS: Some tweaks for compiling via std build system svn-id: r50582
- 23:05 Changeset [ac351c17] by
- Fix code formatting svn-id: r50581
- 22:56 Changeset [21450f1a] by
- Added a workaround for an unitialized variable in GK2 svn-id: r50580
- 22:44 Changeset [e47dee2f] by
- Accidentally missed this file in commit 50577 svn-id: r50578
- 22:38 Changeset [4dd02d2f] by
- Support the CD kernel call (stub) and add the TRUE_REG constant. Would …
- 22:23 Changeset [32dfd0ce] by
- SCI: adding jones/ega to detection tables svn-id: r50575
- 22:09 Changeset [4c04375] by
- SCI: added another workaround for uninit temps, this time for jones/cd …
- 21:08 Changeset [d5e037e7] by
- Added some slight fixes for the RAMA demo, which starts now, though it …
- 20:32 Changeset [0e3f923f] by
- The Shivers demo calls the debug kernel function 0x83 (PrintDebug), …
- 20:16 Changeset [fa014867] by
- SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as …
- 18:47 Changeset [1a675dcd] by
- Add support for the 'fallback' MIDI in T7G's intro when the CD track …
- 18:34 Changeset [eb84a130] by
- KYRA/PC98: minor cleanup svn-id: r50563
- 17:52 Changeset [7f3b7729] by
- SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA …
- 17:47 Changeset [cc243bae] by
- KYRA/PC98: implement proper volume control (which distinguishes …
- 17:42 Changeset [a1dc5642] by
- SCI: Removed duplicate warning for missing audio samples svn-id: r50560
- 17:16 Changeset [6859a305] by
- Fix a typo in the RAW format bugfix :-) svn-id: r50559
- 17:06 Changeset [2d6f912b] by
- Fix playing RAW and RAW80 streams svn-id: r50558
- 16:26 Changeset [a905327e] by
- NDS: Fix typo svn-id: r50557
- 16:26 Changeset [78b6e246] by
- Fix configure output (missing newline) svn-id: r50556
- 16:06 Changeset [e3590a60] by
- NDS: Fix compile errors and a warning svn-id: r50555
- 16:06 Changeset [aa6be750] by
- SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not …
- 16:05 Changeset [9d47b191] by
- SCI: Rename some more stuff svn-id: r50553
- 16:05 Changeset [b8904a48] by
- SCI: Make SegManager::_heap private svn-id: r50552
- 16:05 Changeset [c822cd67] by
- SCI: Make SegManager::_classTable private. This require a small tweak …
- 16:04 Changeset [36799dc8] by
- SCI: Add SegManager::getSystemString() method svn-id: r50550
- 16:04 Changeset [3f429d64] by
- SCI: Rename some variables to match our naming conventions svn-id: r50549
- 16:04 Changeset [e309f05] by
- SCI: Simplify SegManager::findObjectByName svn-id: r50548
- 15:12 Ticket #4913 (SYMBIAN: Modern theme doesn't work) created by
- […] […]
- 12:30 Changeset [9a4bd422] by
- testbed now keeps a list of executed testsuites svn-id: r50545
- 12:01 Changeset [6c6d8b3f] by
- Introduced a hash for storing all the miscellaneous data values, and …
- 07:10 Changeset [b45d2cd9] by
- Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives. Playing …
- 06:07 Changeset [a35db65] by
- Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to …
- 05:33 Changeset [b0b4f34d] by
- Added a workaround for an uninitialized temp read in KQ6 floppy, when …
- 02:20 Tickets #3863,4313,4456 batch updated by
- 02:20 Ticket #3937 (DC: Graphics problem in WoodRuff) closed by
- 02:20 Tickets #4083,4503,4374 batch updated by
- 02:20 Ticket #4510 (MI2: Crash after leaving Voodoo lady) closed by
- 02:20 Ticket #4723 (DOTT: SYMBIAN: Winning mummy fullscreen image blocks game) closed by
- 02:20 Ticket #4733 (BS2: 100% CPU usage) closed by
- 00:59 Ticket #4912 (KQ6 - Crashes when attempting to save) created by
- […] […]
Note:
See TracTimeline
for information about the timeline view.