Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-02 | Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() calls | Eugene Sandulenko | |
on startup svn-id: r22834 | |||
2006-06-02 | Add support for separate compressed sound files for cutscenes in FF | Travis Howell | |
svn-id: r22831 | |||
2006-06-02 | - Fixed IMD transparency | Sven Hesse | |
- Fixed SegFault due to uninitialized _multData2 - Removed left-over debug comment svn-id: r22830 | |||
2006-06-02 | Cleanup | Travis Howell | |
svn-id: r22829 | |||
2006-06-02 | Optimize GUI string usage a tiny bit more | Max Horn | |
svn-id: r22828 | |||
2006-06-02 | Update Simon engines issues | Travis Howell | |
svn-id: r22827 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22826 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22825 | |||
2006-06-02 | Add load/save errors for other languages | Travis Howell | |
svn-id: r22824 | |||
2006-06-01 | reduce number of string allocations | Willem Jan Palenstijn | |
svn-id: r22823 | |||
2006-06-01 | small optimization in evaluator variable lookup | Willem Jan Palenstijn | |
svn-id: r22822 | |||
2006-06-01 | Specific resource file for UIQ3 added and updated. | Lars Persson | |
svn-id: r22821 | |||
2006-06-01 | Fixed problem when building and debugging using Symbian Emulator. | Lars Persson | |
svn-id: r22820 | |||
2006-06-01 | Allow X11 backend to compile | James Brown | |
svn-id: r22819 | |||
2006-06-01 | Fix keyboard input. Now it is possible to use key modifiers freely. | Eugene Sandulenko | |
svn-id: r22818 | |||
2006-06-01 | Update GMF header comment | Travis Howell | |
svn-id: r22817 | |||
2006-06-01 | - Fixed drawing of sprite-parts based texts | Sven Hesse | |
- Removed misplaced Music::stopPlay() call svn-id: r22816 | |||
2006-06-01 | Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ↵ | Travis Howell | |
(With speech) svn-id: r22815 | |||
2006-06-01 | Call setWalkspeed() after reading config settings, and after loading savegames, | Torbjörn Andersson | |
so that _timers[] is properly synced with _configWalkspeed. Should fix bug #1498660. svn-id: r22814 | |||
2006-05-31 | Added note about the ITE demo sound bugfix (just barely newsworthy, I think), | Torbjörn Andersson | |
and wrapped a few lines to make them look better in my emacs. svn-id: r22813 | |||
2006-05-31 | Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16. | Torbjörn Andersson | |
This seems to fix sound distortion in the Inherit the Earth demo. svn-id: r22812 | |||
2006-05-31 | Moved Symbian call to GUI::Actions::init(); to the Symbian backend | Lars Persson | |
svn-id: r22811 | |||
2006-05-31 | Fixed deletion statement as it was deleting arrays(CW compiler was ↵ | Lars Persson | |
complaining). svn-id: r22810 | |||
2006-05-31 | Symbian Emulator (VC6) compilation fixes. | Lars Persson | |
svn-id: r22809 | |||
2006-05-31 | Don't let blocking rectangle extend below baseline (see Sarien bugs 810331 ↵ | Willem Jan Palenstijn | |
and 925074) svn-id: r22808 | |||
2006-05-31 | GCC 2.9x fix for Symbian OS, for accessing class within Common namespace | Lars Persson | |
svn-id: r22807 | |||
2006-05-31 | Added some notes about The Feeble Files. More are probably needed. (The section | Torbjörn Andersson | |
about Multi-CD games, for one thing.) svn-id: r22806 | |||
2006-05-31 | Small correction, added space between filename and new line. | Lars Persson | |
svn-id: r22805 | |||
2006-05-31 | added arm-*-linux-gnueabi target to configure | Paweł Kołodziejski | |
svn-id: r22804 | |||
2006-05-31 | Project files for AGI added and support for S60V3 | Lars Persson | |
svn-id: r22803 | |||
2006-05-31 | Credit Clem and Raina for forum themes | Eugene Sandulenko | |
svn-id: r22802 | |||
2006-05-31 | Use _mapWidth/_mapHeight instead of constant | Sven Hesse | |
svn-id: r22801 | |||
2006-05-31 | Fixed two Valgrind warnings. But there are still a couple of invalid reads | Torbjörn Andersson | |
at startup. svn-id: r22800 | |||
2006-05-31 | More cleanup. We shouldn't need these widget size parameters either. | Torbjörn Andersson | |
svn-id: r22799 | |||
2006-05-31 | Cleanup. We no longer need these widget size parameters. | Torbjörn Andersson | |
svn-id: r22798 | |||
2006-05-31 | Only do warning for path create failure and not error as it can be set ↵ | Lars Persson | |
within scummvm. svn-id: r22797 | |||
2006-05-31 | Hopefully fixed bug #1498024 | Sven Hesse | |
svn-id: r22796 | |||
2006-05-31 | Yet another const warning fixed | Max Horn | |
svn-id: r22795 | |||
2006-05-31 | Fixed many const related warnings | Max Horn | |
svn-id: r22794 | |||
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell | |
svn-id: r22793 | |||
2006-05-31 | Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10" | Eugene Sandulenko | |
svn-id: r22792 | |||
2006-05-31 | Update _tabHeight on screen changes. | Torbjörn Andersson | |
svn-id: r22791 | |||
2006-05-31 | - Removed usage of OSystem::quit(), added a _quitRequested variable | Sven Hesse | |
- Fixed some leaks, unitialized memory and delete/delete[]-errors svn-id: r22790 | |||
2006-05-31 | Further disassembly of NPC actions as well as finally figured out the basics ↵ | Paul Gilbert | |
of NPC character modes in standard_character_tick_proc svn-id: r22789 | |||
2006-05-31 | Removed misspelled version of disassembly folder | Paul Gilbert | |
svn-id: r22788 | |||
2006-05-30 | free old buffers when changing resolution in the non-GU backend (not that ↵ | Joost Peters | |
it's ever used, but anyway) svn-id: r22787 | |||
2006-05-30 | Workaround bug #1497280. | Gregory Montoir | |
svn-id: r22785 | |||
2006-05-30 | remove extraneous comma | Joost Peters | |
svn-id: r22784 | |||
2006-05-30 | cleanup | Willem Jan Palenstijn | |
svn-id: r22783 | |||
2006-05-30 | Fix About dialog in PSP theme | Eugene Sandulenko | |
svn-id: r22782 |