Commit Graph

1965 Commits

Author SHA1 Message Date
athrxx
0652662b00 KYRA: (LOL/Spanish) - fix detection and static resources 2020-06-07 14:21:14 +02:00
Strangerke
72436eff6e KINGDOM: Add TMM in the engine credits 2020-06-07 00:02:29 +02:00
Strangerke
49080215b4 KINGDOM: Add credits for Kingdom 2020-06-07 00:02:29 +02:00
Andrei Prykhodko
57b0f41d2f CREDITS: added Petka entry 2020-06-05 20:40:59 +03:00
Paul Gilbert
9c4e624410 CREDITS: Update Ultima entry for OMGPizzaGuy 2020-06-03 20:46:26 -07:00
athrxx
e81a38698d KYRA: (KYRA1/Spanish CD fan translation) - update Kyra.dat 2020-06-02 20:43:28 +02:00
Asirome
5b660fe8ae KYRA:LOK Spanish CD fan made version - add resources 2020-06-02 20:43:27 +02:00
athrxx
633310c5de KYRA: (HOF/Spanish) - update kyra.dat 2020-06-01 20:28:35 +02:00
Asirome
338616b9fa KYRA:HoF CD Spanish fan translation - add resource accents 2020-06-01 20:15:39 +02:00
Asirome
3bc54abd79 KYRA:HoF DOS Spanish version - add resources 2020-06-01 20:00:35 +02:00
Asirome
fc9f393e2d KYRA:HoF Spanish CD fan translation - fix one letter 2020-06-01 20:00:06 +02:00
Asirome
27d4c5676c KYRA:HoF Spanish CD fan translation - resources 2020-06-01 20:00:06 +02:00
athrxx
3c5dec9052 KYRA: (EOBII/Spanish) - update kyra.dat 2020-05-31 20:42:41 +02:00
Asirome
d053df27d3 KYRA:EOB fix some spanish strings 2020-05-31 19:59:11 +02:00
Asirome
bcfac30cba KYRA:EOB2 more spanish resources 2020-05-31 19:59:11 +02:00
Asirome
55251ffa1b KYRA:EOB2 fix spanish potion strings 2020-05-31 19:59:11 +02:00
Asirome
efb164e533 KYRA:EOB2 update spanish resources 2020-05-31 19:59:11 +02:00
Asirome
c3d86c01b3 KYRA:EOB2 fix spanish resources 2020-05-31 19:59:10 +02:00
Asirome
b0deab344f KYRA:EOB2 add spanish resources 2020-05-31 19:59:10 +02:00
Asirome
e1df1df8d3 KYRA:EOB2 add Spanish resources 2020-05-31 19:59:10 +02:00
Asirome
d2ca71a50b KYRA:EOB fix spanish text 2020-05-30 20:08:02 +02:00
athrxx
16b5a9a668 KYRA: (EOB/Spanish) - fix static resources and regenerate kyra.dat 2020-05-30 19:49:51 +02:00
Asirome
57c18ea153 KYRA:EOB fix spanish text 2020-05-30 19:49:51 +02:00
Asirome
c4fa0d4538 KYRA:EOB add spanish resources 2020-05-30 19:49:51 +02:00
Asirome
4f2bb29379 KYRA: EOB preference for DRO files 2020-05-30 19:49:51 +02:00
Lothar Serra Mari
93451ea964 DIST: Drop old snapcraft.yaml file
For quite some time, ScummVM is available in the Snap store thanks to
the Snapcrafters community. A while back I started to contribute to the
package and we made great progress there - the ScummVM snap is now
(almost) on par with our other releases.

However, this snapcraft.yaml file is now more or less obsolete since it
lacks basically all improvements we made so far.

The long term goal is to become the official maintainers of the ScummVM
snap - we are almost there, just a few minor issues are remaining.

I'm dropping this snapcraft.yaml file since it's heavily outdated.
Please follow

	- https://github.com/snapcrafters/scummvm/

for now.

As soon as the Snap is really stable, I'll merge snapcrafters/scummvm
back into this repository, so development can continue here.
2020-05-30 09:10:24 +02:00
Paul Gilbert
683959ea2d ULTIMA4: Added support for XML-based maps
This includes the addition of a hidden ScummVM map, just as
an easter egg for anyone that stumbles across it
2020-05-16 19:27:39 -07:00
Cameron Cawley
e207fda7f7 COMMON: Allow ignoring CR line breaks in SeekableReadStream::readLine() 2020-05-12 14:41:53 +02:00
Paul Gilbert
5f00f35354 ULTIMA4: Switch music over to use .mp3 files
The engine doesn't support the .it files xu4 used,
but luckily xu4 already included mp3 versions as well
2020-05-11 18:42:12 -07:00
Paul Gilbert
e8482d8c1d ULTIMA4: Move fix for LB Abyss response to create_ultima 2020-05-05 21:56:23 -07:00
Matthew Duggan
352eeb5795 CREATE_PROJECT: Add c++11 warnings to xcode project 2020-05-01 00:01:02 +01:00
Zvika Haramaty
7e168256c2 DEVTOOLS: add fribidi library support to create_project 2020-04-30 23:59:10 +01:00
Paul Gilbert
d9a9e0f91d ULTIMA4: Extract data tables from exes into ultima.dat 2020-04-29 22:00:44 -07:00
Eugene Sandulenko
8a3fc359b2 DEVTOOLS: Modified macros, so they are less error-prone.
Code generation for libsdl_net was always performed. The condition
did not work as expected. Macros are dangerous.
2020-04-28 08:56:51 +02:00
Thierry Crozat
70f79d3df8 MACOSX: Unset SDK version in executable
This is a workaround for the blurry display we get on retina screen
when building with SDK 10.14 or above. Unsetting the SDK version
in the executable is sufficient to avoid the issue. See bug
similar change in LibreOffice.

The workaround can only be used with Xcode 11 or above. When using
configure it automatically detects if the workaround can be used.
The workaround is disabled by default in create_project and needs
to be enabled manually (uncomment the MACOSX_NO_SDKVERSION define
at the top of the xcode.cpp file).
2020-04-26 00:33:42 +01:00
Thierry Crozat
5b617c1eef CREATE_PROJECT: Use relative paths for static libraries for Xcode
With the project including both iOS and macOS targets, using an
absolute path ensures it is incorrect for one of those. Since it was
using /usr/local/lib/ all the paths had to be changed in Xcode to
build the iOS target.

Also as the paths where we expect the libraries to be (/usr/local/lib
on macOS and lib under the build directory for iOS) are added to the
search path in the Xcode project, we do not actually need to use
absolute path). Also this make it easier to use a different path for
libraries (e.g. if using MacPort or brew) as we only need to change
the search path setting in the Xcode project and not the
path for each library).
2020-04-24 10:53:23 +02:00
Eugene Sandulenko
b517525e7d CREDITS: Remove duplicate entry for BS2.5 2020-04-19 00:14:20 +02:00
Max Horn
10e934ffa7 CREDITS: fix a typo 2020-04-17 22:41:11 +01:00
Matthew Duggan
a241f33dec CREATE_PROJECT: Add libSDL_net to OSX config when needed 2020-04-11 16:06:32 +09:00
Paul Gilbert
2d1e2a72c1 ULTIMA4: Moving mouse cursor code into Screen class 2020-04-09 18:00:54 -07:00
Paul Gilbert
7b5f75fc61 ULTIMA4: Properly implement cursor loading 2020-04-09 18:00:54 -07:00
Paul Gilbert
7d872808f8 ULTIMA4: Turn off debug logging for vendor scripts 2020-04-09 18:00:54 -07:00
Paul Gilbert
4c54aedd57 ULTIMA4: Remove IOS specific data files 2020-04-09 18:00:54 -07:00
Paul Gilbert
b72cd83bf5 ULTIMA4: Added data files used by the engine 2020-04-09 18:00:54 -07:00
Paul Gilbert
61f8e05169 NUVIE: Bump up data files version to 1.1 2020-04-09 17:13:31 -07:00
Eugene Sandulenko
d44240a023 NUVIE: Disable more Lua debug output which is not working with ScummVM 2020-04-09 23:50:28 +02:00
Eugene Sandulenko
f0d42d36fd NUVIE: Fix regression in scripts when engine is requested to quit 2020-04-09 23:32:46 +02:00
Eugene Sandulenko
1bbcf24d40 NUVIE: JANITORIAL: Remove trailing whitepaces in Lua scripts 2020-04-09 23:30:08 +02:00
Eugene Sandulenko
86b42201f4 NUVIE: Check EVENT_QUIT in intro 2020-04-09 23:24:28 +02:00
Eugene Sandulenko
4ae20a8fd2 NUVIE: Fix Lua scripts so they're compatible with Lua in common/
We disabled low level file output, and in this particular case
there were few debug messages to stdio.
2020-04-09 22:12:58 +02:00