95547 Commits

Author SHA1 Message Date
Eugene Sandulenko
9688f9e83b PRINCE: Update prince_translation.dat 2020-03-09 17:49:45 +01:00
Eugene Sandulenko
392492fa27 PRINCE: Losen path requirements for prince_translation.dat file 2020-03-09 16:17:48 +01:00
Eugene Sandulenko
4da444f238 AUDIO: Added override keywords 2020-03-09 16:08:19 +01:00
Eugene Sandulenko
464c3ef0bf PRINCE: Update prince_translation.dat 2020-03-09 15:51:41 +01:00
Eugene Sandulenko
06e1f99021 PRINCE: Added first attempt of English translation for prince 2020-03-09 15:43:39 +01:00
Eugene Sandulenko
777c14c7a7 PRINCE: I18N: Fix pragmas 2020-03-09 15:39:32 +01:00
Eugene Sandulenko
75ba54aa3e BACKENDS: Remove LinuxMoto port.
This was a relatively short-lived port. We have it broken and
disabled on the buildbot since 2016. Also, the last builds
were provided in 2011. Thus, it makes a little sense to continue
to keep the code in the repository, as it gets bitrot.
2020-03-09 14:31:14 +01:00
Cameron Cawley
76d73419c0 GPH/LINUXMOTO: Fix drawing the mouse cursor 2020-03-09 13:47:34 +01:00
Eric Fry
bbe0b262e5 DRAGONS: Free video decoder and handle failure to load video file 2020-03-09 19:08:30 +11:00
Paul Gilbert
529af3837c ULTIMA8: Change pathfinder failure messages from warning to info 2020-03-08 20:04:10 -07:00
Paul Gilbert
5ae1a92049 ULTIMA8: Fix some gcc warnings 2020-03-08 20:02:27 -07:00
Paul Gilbert
cf9b97950d CREDITS: Reintroduce accent characters for past Nuvie developers 2020-03-08 19:30:47 -07:00
Eugene Sandulenko
3ccf5439df DOCS: Update credits 2020-03-08 23:49:26 +01:00
Paul Gilbert
77b75dd2a6 CREDITS: Remove accented characters from prior commit 2020-03-08 15:29:49 -07:00
Paul Gilbert
a6fbb6817c CREDITS: Add all the other listed authors for Nuvie and Pentagram 2020-03-08 15:27:39 -07:00
Paul Gilbert
10c2b526e2 CREDITS: Add mduggan to Ultima credits with preferred handle 2020-03-08 14:47:44 -07:00
Paul Gilbert
c99302c7b6 ULTIMA8: Remove now deprecated settings/controls gumps 2020-03-08 13:51:52 -07:00
Paul Gilbert
e65685cf76 ULTIMA8: Removal of deprecated HIDManager and bindings 2020-03-08 13:27:02 -07:00
Paul Gilbert
84a2f10c49 ULTIMA: Add the individual files of ultima.dat to create_ultima folder
Since the ultima.dat is just a zip file, this should have been done
sooner. This will allow the tracking of changes to individual files
within the archive. Additionally, it will allow for future work
in-progress changes to files without taking the space of creating an
entirely new ultima.dat
2020-03-08 12:49:40 -07:00
Paul Gilbert
b5af8110ba ULTIMA8: Disable unit test for CRLF file handling 2020-03-08 10:35:57 -07:00
Lothar Serra Mari
96271553af I18N: Update translation (German)
Currently translated at 98.2% (1321 of 1344 strings)
2020-03-08 17:22:40 +00:00
Matthew Duggan
de210616cd ULTIMA8: Break if statements to new lines in CurrentMap 2020-03-08 09:56:54 -07:00
Matthew Duggan
0de8dd3311 ULTIMA8: Remove a bit of redundant logic for getFootpadWorld 2020-03-08 09:53:22 -07:00
Paul Gilbert
a429d97779 ULTIMA8: Cleanup of unneeded file code 2020-03-08 09:43:48 -07:00
Paul Gilbert
a43a1a6970 ULTIMA8: Disable keymappings whilst game menu is being shown 2020-03-07 22:17:44 -08:00
Matthew Duggan
0c8505d783 ULTIMA8: Refactor adding map fixes so it's a bit cleaner 2020-03-07 20:52:35 -08:00
Paul Gilbert
bcce43c309 ULTIMA8: Fix compiler warnings 2020-03-07 18:38:38 -08:00
Matthew Duggan
da1adf36ce ULTIMA8: Fix some holes in the North Road map 2020-03-07 18:31:38 -08:00
Paul Gilbert
e00cec9e0c ULTIMA8: Menu action closes menu if it's already open 2020-03-07 18:27:11 -08:00
Eric Fry
6af35ed45d DRAGONS: Started on main menu support 2020-03-07 23:06:02 +11:00
Eric Fry
005b2ded72 DRAGONS: Fix playing videos that are less than screen height 2020-03-07 23:06:02 +11:00
rsn8887
32807393c5 SWITCH: Update platform readme 2020-03-06 23:25:18 -06:00
rsn8887
105b20ece3 CONFIGURE: Add fluidsynth support for Nintendo Switch 2020-03-06 22:19:25 -06:00
Paul Gilbert
f5f4c300b9 ULTIMA8: Add all the other keys to the keymapper 2020-03-06 20:11:29 -08:00
Paul Gilbert
1dcd3d5226 ULTIMA8: Properly reset current domain after reading game Id 2020-03-06 19:32:43 -08:00
Paul Gilbert
295bc8ea18 ULTIMA8: Fix quit key sequence check 2020-03-06 19:32:43 -08:00
Matthew Duggan
522668c5a7 ULTIMA8: Make mouse length better match original game 2020-03-06 19:14:11 -08:00
Matthew Duggan
2dbe733c5d ULTIMA8: Fix render order (stop Avatar's foot from disappearing) 2020-03-06 19:13:19 -08:00
Matthew Duggan
9eacfeb1ad ULTIMA8: Clean up code for pentagram menu 2020-03-05 21:22:26 -08:00
Matthew Duggan
ed4f414fc1 ULTIMA8: Fix menu/credits music behavior
There are 2 problems with the way combat music interacts with the menu (and the
credits you can view from there):

* When the menu is closed, the combat music becomes the "last request", so it
  never stops even if combat finishes.
* If the creidts are viewed, the requested credits music is ignored because
  combat is active, and the music player is checking the actor's status to
  decide whether to change tracks.

This fixes both those problems, and restores the original game behavior of just
turning off the music when the menu is opened.  I also removed the coupling of
actor state from the music process.  I think this now works properly in all
situations.
2020-03-05 21:17:06 -08:00
Paul Gilbert
c5cfe75f22 ULTIMA8: Beginning of transition to ScummVM keymapper 2020-03-05 21:11:03 -08:00
Thanasis Antoniou
6f70d3530c BLADERUNNER: Fix a couple of Act 4 quotes 2020-03-05 23:56:30 +02:00
Thanasis Antoniou
463cde371d BLADERUNNER: Tidy up shutdown code a bit 2020-03-05 22:28:35 +02:00
Thanasis Antoniou
f07c27d172 BLADERUNNER: Fix segmentation fault when missing files
Cause was deleting _shapes without _shapes being initialized to nullptr

Error occured when Bladerunner engine exited early due to missing data files. In this case the _shapes is not yet initialized, yet its deletion was calling the Shapes destruction and the array clear function leading to a segmentaiton fault. To reproduce just remove or rename one of the required files for BladeRunner and run the game (the error might not be triggered the first time).
2020-03-05 21:26:28 +02:00
IlDucci
58fc64a82e I18N: Update translation (Spanish)
Currently translated at 100.0% (1344 of 1344 strings)
2020-03-05 13:44:15 +00:00
Matthew Duggan
3481e00e7a ULTIMA8: Set pitch when configuring a surface texture 2020-03-04 19:19:55 -08:00
Matthew Duggan
40787d48ee ULTIMA8: Avoid calling erase on empty string in credits 2020-03-04 19:13:32 -08:00
Matthew Duggan
c99de06915 ULTIMA8: Add unit tests for IBufferDataSource 2020-03-04 19:03:25 -08:00
Eric Fry
aa636ce0b0 DRAGONS: Adding support for intro videos 2020-03-04 22:44:13 +11:00
Paul Gilbert
a016a8d03a ULTIMA8: Add detection entry for 1998 Collection version 2020-03-03 18:54:28 -08:00