Commit Graph

18039 Commits

Author SHA1 Message Date
Travis Howell
3d1cc0f720 Cleanup
svn-id: r22829
2006-06-02 08:06:50 +00:00
Max Horn
9686e5a3be Optimize GUI string usage a tiny bit more
svn-id: r22828
2006-06-02 07:20:04 +00:00
Travis Howell
4c2a08a91a Update Simon engines issues
svn-id: r22827
2006-06-02 03:13:13 +00:00
Travis Howell
8d8324e463 Improve Hebrew support
svn-id: r22826
2006-06-02 03:10:18 +00:00
Travis Howell
8fa5f43bed Improve Hebrew support
svn-id: r22825
2006-06-02 02:35:04 +00:00
Travis Howell
418027c21b Add load/save errors for other languages
svn-id: r22824
2006-06-02 01:34:34 +00:00
Willem Jan Palenstijn
f33a2e2f31 reduce number of string allocations
svn-id: r22823
2006-06-01 22:50:05 +00:00
Willem Jan Palenstijn
39451e9947 small optimization in evaluator variable lookup
svn-id: r22822
2006-06-01 22:44:43 +00:00
Lars Persson
a5c03dce0a Specific resource file for UIQ3 added and updated.
svn-id: r22821
2006-06-01 22:44:08 +00:00
Lars Persson
5755b5a97e Fixed problem when building and debugging using Symbian Emulator.
svn-id: r22820
2006-06-01 22:43:19 +00:00
James Brown
1a64d032fe Allow X11 backend to compile
svn-id: r22819
2006-06-01 15:07:58 +00:00
Eugene Sandulenko
5a2fde0baa Fix keyboard input. Now it is possible to use key modifiers freely.
svn-id: r22818
2006-06-01 13:57:19 +00:00
Travis Howell
8db54e077b Update GMF header comment
svn-id: r22817
2006-06-01 12:23:08 +00:00
Sven Hesse
96d77f16b7 - Fixed drawing of sprite-parts based texts
- Removed misplaced Music::stopPlay() call

svn-id: r22816
2006-06-01 12:18:12 +00:00
Travis Howell
d64ea1ad87 Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 (With speech)
svn-id: r22815
2006-06-01 12:06:53 +00:00
Torbjörn Andersson
4c9b3ce5e3 Call setWalkspeed() after reading config settings, and after loading savegames,
so that _timers[] is properly synced with _configWalkspeed. Should fix bug
#1498660.

svn-id: r22814
2006-06-01 09:49:56 +00:00
Torbjörn Andersson
9dabbb0c14 Added note about the ITE demo sound bugfix (just barely newsworthy, I think),
and wrapped a few lines to make them look better in my emacs.

svn-id: r22813
2006-05-31 22:49:24 +00:00
Torbjörn Andersson
a5fc242946 Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16.
This seems to fix sound distortion in the Inherit the Earth demo.

svn-id: r22812
2006-05-31 22:37:28 +00:00
Lars Persson
72904c3354 Moved Symbian call to GUI::Actions::init(); to the Symbian backend
svn-id: r22811
2006-05-31 21:13:37 +00:00
Lars Persson
0044ef7be1 Fixed deletion statement as it was deleting arrays(CW compiler was complaining).
svn-id: r22810
2006-05-31 20:19:03 +00:00
Lars Persson
9472476acb Symbian Emulator (VC6) compilation fixes.
svn-id: r22809
2006-05-31 20:05:31 +00:00
Willem Jan Palenstijn
9644171a7b Don't let blocking rectangle extend below baseline (see Sarien bugs 810331 and 925074)
svn-id: r22808
2006-05-31 19:55:54 +00:00
Lars Persson
44d48ed594 GCC 2.9x fix for Symbian OS, for accessing class within Common namespace
svn-id: r22807
2006-05-31 19:55:29 +00:00
Torbjörn Andersson
53b652b008 Added some notes about The Feeble Files. More are probably needed. (The section
about Multi-CD games, for one thing.)

svn-id: r22806
2006-05-31 19:34:26 +00:00
Lars Persson
4bc3f94589 Small correction, added space between filename and new line.
svn-id: r22805
2006-05-31 19:28:54 +00:00
Paweł Kołodziejski
0379a05d2c added arm-*-linux-gnueabi target to configure
svn-id: r22804
2006-05-31 19:17:08 +00:00
Lars Persson
4ccc04588f Project files for AGI added and support for S60V3
svn-id: r22803
2006-05-31 19:05:47 +00:00
Eugene Sandulenko
f59017c979 Credit Clem and Raina for forum themes
svn-id: r22802
2006-05-31 18:44:48 +00:00
Sven Hesse
086c3dfc76 Use _mapWidth/_mapHeight instead of constant
svn-id: r22801
2006-05-31 13:43:23 +00:00
Torbjörn Andersson
85da5d8157 Fixed two Valgrind warnings. But there are still a couple of invalid reads
at startup.

svn-id: r22800
2006-05-31 13:36:01 +00:00
Torbjörn Andersson
09074b1685 More cleanup. We shouldn't need these widget size parameters either.
svn-id: r22799
2006-05-31 12:27:05 +00:00
Torbjörn Andersson
8975ba8963 Cleanup. We no longer need these widget size parameters.
svn-id: r22798
2006-05-31 12:09:00 +00:00
Lars Persson
acb3ff742b Only do warning for path create failure and not error as it can be set within scummvm.
svn-id: r22797
2006-05-31 11:36:20 +00:00
Sven Hesse
da69cc267c Hopefully fixed bug #1498024
svn-id: r22796
2006-05-31 10:55:57 +00:00
Max Horn
31ebfdd1be Yet another const warning fixed
svn-id: r22795
2006-05-31 10:55:09 +00:00
Max Horn
51f45f0840 Fixed many const related warnings
svn-id: r22794
2006-05-31 10:53:04 +00:00
Travis Howell
3b1062d2d4 Add patch for bug #1452272 - COMI: Verb strings aren't wrapped
svn-id: r22793
2006-05-31 10:48:40 +00:00
Eugene Sandulenko
4abec6fdb6 Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"
svn-id: r22792
2006-05-31 09:49:52 +00:00
Torbjörn Andersson
9aa7eec0f6 Update _tabHeight on screen changes.
svn-id: r22791
2006-05-31 08:52:20 +00:00
Sven Hesse
05499f58dd - Removed usage of OSystem::quit(), added a _quitRequested variable
- Fixed some leaks, unitialized memory and delete/delete[]-errors

svn-id: r22790
2006-05-31 08:44:14 +00:00
Paul Gilbert
321acd2740 Further disassembly of NPC actions as well as finally figured out the basics of NPC character modes in standard_character_tick_proc
svn-id: r22789
2006-05-31 08:32:24 +00:00
Paul Gilbert
75be177e90 Removed misspelled version of disassembly folder
svn-id: r22788
2006-05-31 08:32:05 +00:00
Joost Peters
6ea375b890 free old buffers when changing resolution in the non-GU backend (not that it's ever used, but anyway)
svn-id: r22787
2006-05-30 21:22:52 +00:00
Gregory Montoir
4bdef42007 Workaround bug #1497280.
svn-id: r22785
2006-05-30 20:46:11 +00:00
Joost Peters
33eeb81bd6 remove extraneous comma
svn-id: r22784
2006-05-30 20:32:22 +00:00
Willem Jan Palenstijn
a9dc501ee0 cleanup
svn-id: r22783
2006-05-30 19:48:47 +00:00
Eugene Sandulenko
7094405116 Fix About dialog in PSP theme
svn-id: r22782
2006-05-30 18:55:41 +00:00
Chris Apers
cbfc7bfc1a objectify AGI sprite.h/cpp
svn-id: r22781
2006-05-30 18:53:01 +00:00
Eugene Sandulenko
148995dc2d Slight adjustment to list height in PSP theme so it will not have ugly empty
space between last list item and widget edge.

svn-id: r22780
2006-05-30 18:48:16 +00:00
Eugene Sandulenko
1ec42e169e Fixes for MM NES resolution:
- Introduce useAsIs keyword for resolution aliases
- Extend skipFor keyword to accept multiple values

svn-id: r22779
2006-05-30 18:36:08 +00:00