Timeline
07/07/10:
- 23:24 Changeset [4237f9a4] by
- DS: Fix OPT_SPEED and OPT_SIZE usage being reversed; add ARM7 files to …
- 23:24 Changeset [f6afba1f] by
- DS: Split buildrule for scummvm.nds and scummvm.ds.gba This parallels …
- 23:23 Changeset [6aa53ba3] by
- DS: Remove cruft from Makefiles svn-id: r50743
- 23:23 Changeset [c4a62693] by
- DS: Code formatting svn-id: r50742
- 23:22 Changeset [fe72d5dd] by
- DS: Fix some quirks in the NDS build system, remove some dead code * …
- 20:40 Changeset [71f0f1b] by
- commented out rotation as of now, avoids 6s delay which shows blank …
- 20:31 Changeset [00fc80b8] by
- Added code to draw rainbow palette using HSV and converting it to RGB …
- 20:12 Changeset [9add81aa] by
- SCI: Dropped support for the very old saved game versions 9 - 11. …
- 18:35 Changeset [322d57a] by
- SCI: adding support to kernel signatures that invalid references may …
- 16:51 Changeset [61a200dc] by
- DS: Remove redundant lines from arm9/makefile svn-id: r50736
- 14:19 Changeset [9b14164b] by
- SCI: accepting decimal/hexadecimal input on segment_info & …
- 11:02 Changeset [dd5f6f13] by
- Bugfixes and changed field names in the player class to be more …
- 05:15 Changeset [6c8cae3c] by
- fixed some errors in makefile for plugin linking svn-id: r50733
- 01:55 Changeset [07faa734] by
- various fixes for ds dynamic plugins svn-id: r50732
- 01:05 Changeset [8b6d49ce] by
- Implemented CHECK_GL_ERROR macro for debugging OpenGL calls. svn-id: …
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
Note:
See TracTimeline
for information about the timeline view.