Johannes Schickel
|
97b3b74ea1
|
Oops. sfx should be on per default.
svn-id: r22845
|
2006-06-02 23:01:33 +00:00 |
|
Johannes Schickel
|
6ac60c9c7b
|
Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working").
svn-id: r22844
|
2006-06-02 22:57:02 +00:00 |
|
Eugene Sandulenko
|
50f12fb9aa
|
Fix long standing (ahem) c/p error which made impossible to sidable just HQ
scalers.
svn-id: r22843
|
2006-06-02 20:42:41 +00:00 |
|
Eugene Sandulenko
|
061905c524
|
Plug memory leak
svn-id: r22842
|
2006-06-02 17:57:45 +00:00 |
|
Eugene Sandulenko
|
05871836b9
|
Turn AliasesMap and VariablesMap keys from String to const char *.
Stats before:
Strings: 12048
mallocs: 55629
after:
Strings: 6370
mallocs: 42117
Here Strings are non-empty strings. Mallocs are string-related mallocs
including mallocs in HashMap BaseNode.
svn-id: r22841
|
2006-06-02 17:51:20 +00:00 |
|
Eugene Sandulenko
|
180f6c87ad
|
Remove slipped in debug output.
svn-id: r22840
|
2006-06-02 16:07:40 +00:00 |
|
Eugene Sandulenko
|
eabca87697
|
Optimize string usage a tiny bit more
svn-id: r22839
|
2006-06-02 16:06:17 +00:00 |
|
Eugene Sandulenko
|
3348c32de0
|
Added possibility to use (char *) as ashMap keys. For some reason it does not
work as expected. When I try to switch _aliasmap in eval.h to it, I get
crash in String constructor on dereferencing.
svn-id: r22838
|
2006-06-02 15:41:48 +00:00 |
|
Torbjörn Andersson
|
984214a109
|
Let deleteWidget() check if it's deleting _mouseWidget, _focusedWidget or
_dragWidget. We don't want to keep references to the deleted widget.
svn-id: r22836
|
2006-06-02 15:20:48 +00:00 |
|
Travis Howell
|
179f097202
|
Fix mingw compile
svn-id: r22835
|
2006-06-02 13:34:41 +00:00 |
|
Eugene Sandulenko
|
8c7abdf024
|
Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() calls
on startup
svn-id: r22834
|
2006-06-02 13:00:27 +00:00 |
|
Travis Howell
|
b0733e0fc1
|
Add support for separate compressed sound files for cutscenes in FF
svn-id: r22831
|
2006-06-02 11:33:11 +00:00 |
|
Sven Hesse
|
f3f7b670d0
|
- Fixed IMD transparency
- Fixed SegFault due to uninitialized _multData2
- Removed left-over debug comment
svn-id: r22830
|
2006-06-02 10:54:53 +00:00 |
|
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 |
|