72694 Commits

Author SHA1 Message Date
Eugene Sandulenko
0ff9e79127 UPDATES: Add 1.8.1 Mac release signature 2016-05-22 22:12:59 +02:00
Eugene Sandulenko
856a1aff18 Merge pull request #762 from greencis/master
I18N: Update Russian and Belarusian translations
2016-05-22 18:29:54 +02:00
greencis
6a2341fc32 I18N: Update Russian and Belarusian translations 2016-05-22 19:16:55 +03:00
Filippos Karapetis
9375c7b225 UPDATES: Fix signed/unsigned warning 2016-05-22 16:28:42 +03:00
Filippos Karapetis
b966286b17 SWORD25: Fix signed/unsigned warning 2016-05-22 16:28:42 +03:00
Filippos Karapetis
7f145232dd SCUMM: Fix compilation with MSVC 2016-05-22 16:28:41 +03:00
Filippos Karapetis
e080c4bf21 SCUMM: Fix warnings thrown by MSVC 2016-05-22 16:28:41 +03:00
Filippos Karapetis
ba930cf65e SAGA: Remove curly brackets from some 1-line if statements 2016-05-22 16:28:41 +03:00
Filippos Karapetis
e17d1a1482 CREATE_PROJECT: Whitespace fixes 2016-05-22 16:28:40 +03:00
Johannes Schickel
c925e5b35c SDL: Make TEXTINPUT handling more reliable for SDL2.
This reduces the likelihood of entering two characters per keypress in our guy
on Windows. In fact, during my brief testing with the filter widget in the
launcher I was not able to trigger the former behavior at all anymore.
2016-05-22 13:09:24 +02:00
Eugene Sandulenko
6581bcad6d Merge pull request #759 from salty-horse/neverhood_audio
NEVERHOOD: Reduce audio header dependencies
2016-05-22 01:19:46 +02:00
Eugene Sandulenko
377a6115d1 Merge pull request #760 from salty-horse/scumm_audio
SCUMM: Reduce audio header dependencies
2016-05-22 01:19:00 +02:00
Eugene Sandulenko
ad04376054 SCUMM HE: Cleanup 2016-05-22 00:45:05 +02:00
Eugene Sandulenko
441f630ec5 SCUMM HE: Added stub for Tree class 2016-05-22 00:45:05 +02:00
Eugene Sandulenko
44333f7453 SCUMM HE: Added main Moonbase AI code 2016-05-22 00:45:05 +02:00
Eugene Sandulenko
26b5416433 SCUMM HE: Moved Moonbase stuff to v90he 2016-05-22 00:45:04 +02:00
Eugene Sandulenko
bb88aaf119 SCUMM HE: Added Moonbase Traveller class 2016-05-22 00:45:04 +02:00
Eugene Sandulenko
e4de5bf9ce SCUMM HE: Added implementation for Sortie and DefenderUnit classes 2016-05-22 00:45:04 +02:00
Eugene Sandulenko
412ae07efb SCUMM HE: Added Moonbase Node class 2016-05-22 00:45:03 +02:00
Eugene Sandulenko
33a0afc8f8 SCUMM HE: Added Weapon class 2016-05-22 00:45:03 +02:00
Eugene Sandulenko
adc884ae8f SCUMM HE: AIEntity class implementation 2016-05-22 00:45:03 +02:00
Eugene Sandulenko
9d60209a33 SCUMM HE: Initial stub for Moonbase AI 2016-05-22 00:45:03 +02:00
Eugene Sandulenko
4ed193b51e SCUMM HE: Documented more opcodes 2016-05-22 00:45:02 +02:00
Martin Kiewitz
e62895ac0b Merge pull request #761 from OmerMor/qfg3_missing_points
SCI: Script patch for fixing 3 missing points in QfG3

by OmerMor
fixes bug #7086
2016-05-22 00:43:41 +02:00
Omer Mor
aaf8cbca00 SCI: Script patch for fixing 3 missing points in QfG3
The hero is unable to tell Rakeesh and Kreesha about the Simabani
initiation, which would award him 3 points.
This is caused by a heap bug in room 285: the local array of possible
messages omits this message.
The patch fixes the bug by adding this message to the array.

Fixes bug #7086
2016-05-22 00:41:32 +03:00
Ori Avtalion
3ad6af92f2 SCUMM: Reduce audio header dependencies 2016-05-21 13:55:38 +03:00
Ori Avtalion
21753098e1 NEVERHOOD: Reduce audio header dependencies 2016-05-21 13:44:27 +03:00
Lothar Serra Mari
10cbeb1ac6 NEWS/DE: Mention androidsl port 2016-05-21 08:10:06 +02:00
Tarek Soliman
e689b70b63 MAEMO: Update debian/changelog
sync with 1.8.1 release
2016-05-20 20:16:54 -05:00
Strangerke
7335c6f2cd CREDITS - Mark Clone2727 as Retired 2016-05-20 22:28:23 +02:00
Eugene Sandulenko
0009899067 AUTHORS: Update 2/2. Patch contributors. (Phew!) 2016-05-20 20:18:18 +02:00
Eugene Sandulenko
1c48025328 AUTHORS: Update 1/2. Main contributors, including SCI team 2016-05-20 20:00:24 +02:00
Eugene Sandulenko
96c7860dbc NEWS: Mention Android SDL port 2016-05-20 16:12:37 +02:00
Eugene Sandulenko
f9c25a9a04 Merge pull request #758 from lubomyr/master
ANDROIDSDL: New port
2016-05-20 16:09:07 +02:00
lubomyr
5bb8a046fe ANDROIDSDL: add startup logo 2016-05-20 12:52:54 +02:00
lubomyr
471a8f9bd8 ANDROIDSDL: updated banner.png image 2016-05-20 12:51:37 +02:00
Eugene Sandulenko
8d8b1836ba Merge pull request #688 from blorente/master
COMMON:String::replace and Common::replace functionality added.
2016-05-19 20:45:57 +02:00
lubomyr
5a0fc8ee3e ANDROIDSDL: add image banner.png for androidTV 2016-05-19 20:37:00 +02:00
lubomyr
961976f17e ANDROIDSDL: add androidsdl backend 2016-05-19 20:33:27 +02:00
Eugene Sandulenko
d35cdf5009 IMAGE: Added BMP RLE4 decoder 2016-05-19 00:03:51 +02:00
Eugene Sandulenko
64d4d02f48 SCUMM HE: Document sprite group opcodes 2016-05-18 17:34:17 +02:00
Eugene Sandulenko
843694933d TINSEL: Fix out-of-bounds array access 2016-05-18 12:38:15 +02:00
Eugene Sandulenko
b0d90ccccf ACCESS: Plug memory leak 2016-05-18 12:38:15 +02:00
Lothar Serra Mari
733e499643 NEWS/DE: Mention 3DS port 2016-05-18 08:40:46 +02:00
Eugene Sandulenko
c18945e991 GRAPHICS: Add support for 4bpp BMPs 2016-05-18 02:23:11 +02:00
Eugene Sandulenko
b9158fcf50 SCUMM HE: Complete Complex Array Operations subopcode.
Used in FOW calculations in Moonbase.
2016-05-17 20:20:34 +02:00
Eugene Sandulenko
d2c34f013a NEWS: Mention 3DS port 2016-05-17 19:37:51 +02:00
Eugene Sandulenko
8e409622f8 CREDITS: Add Lubomyr to Android porters 2016-05-17 19:30:07 +02:00
Eugene Sandulenko
921efd6880 KYRA: Remove redundant code.
item variable value is less than 33, that is, 32 max. item+1 is never > 33.
Thus, the clapping code is redundant.
2016-05-17 19:12:14 +02:00
Eugene Sandulenko
fcc94778e4 CINE: Remove useless code.
var_2 used to be always NULL after while() loop, thus, the first if()
condition is always false.
2016-05-17 19:11:07 +02:00