Commit Graph

1183 Commits

Author SHA1 Message Date
Littleboy
f88ef9b965 NSIS: Register with game explorer on installation 2011-07-04 14:26:26 -04:00
Littleboy
3afa4c312f DISTS: Add Windows Game Explorer xml resource 2011-07-04 14:26:24 -04:00
Travis Howell
12c94f749d Merge branch 'master' of github.com:scummvm/scummvm 2011-07-01 15:47:53 +10:00
Travis Howell
146b90bcbf BUILD: Update Windows installer script. 2011-07-01 15:47:28 +10:00
Littleboy
f38a31e208 NSIS: Always pass ARCH variable to script and handle case when the variable is empty 2011-07-01 01:17:18 -04:00
Littleboy
1f1367bb5a NSIS: Convert line endings on the fly during installation 2011-07-01 01:17:16 -04:00
Littleboy
ac165d6f19 DISTS: Add missing IDI_COUNT to scummvm.rc.in 2011-07-01 01:17:12 -04:00
Travis Howell
13edea3e83 BUILD: Store the Windows installer scripts in a single directory, and share the graphics files. 2011-06-30 11:45:57 +10:00
Travis Howell
d8b3fe5887 BUILD: Store the Windows installer scripts in a single directory, and share the graphics files. 2011-06-30 11:42:19 +10:00
Travis Howell
eae06884b6 WIN32: Add option to disable the console window, keeping the current default of enabling the console window. 2011-06-30 11:17:58 +10:00
Littleboy
b0ee7bbb7e BACKENDS: Implement Win32TaskbarManager::setCount() 2011-06-29 11:07:23 -04:00
Littleboy
7983b1cce3 BACKENDS: Add special Win32 path to set SDL window icon
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback.
This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
2011-06-26 20:13:35 -04:00
Littleboy
f065b612a6 ICONS: Update Windows icons
- Replace 128x128 RGB version by PNG compressed 256x256 version for Windows Vista and later
 - Update 256 colors versions of the icon to remove black background
 - Remove 16 colors versions (256 colors icons have been supported since Windows 3.0 and are the default on Windows 95)
 - Add missing sizes and colors to NSIS installer icon
2011-06-26 20:00:53 -04:00
Bastien Bouclet
1fdbf418dd PS3: Added a readme 2011-06-22 19:57:44 +02:00
Bastien Bouclet
11cfa0d357 PS3: Initial version of the PlayStation 3 backend 2011-06-22 19:51:02 +02:00
athrxx
4338c4dccf LOL: update kyra.dat for italian fan translation 2011-06-11 16:28:44 +02:00
Julien
074d491a6e DISTS: Update XCode workspace
The workspace was broken by 39076ef972. This reverts it to the previous revision and reapplies the changes:
 - change UNIX to POSIX
 - remove mpeg2 support

And adds the following changes:
 - add missing files to the workspace
 - enable translation support
 - silence multi-character constant warning
2011-06-07 05:24:05 -04:00
Julien
9717d5be6f CREATE_PROJECT: Add stubs for Xcode provider 2011-06-01 17:34:32 -04:00
Max Horn
9db33ea544 ALL: Removed last traces of the MPEG2 code 2011-06-01 23:17:43 +02:00
Pawel Kolodziejski
bed40a6035 SAMSUNGTV: added readme to dists 2011-05-26 07:14:53 +02:00
Max Horn
39076ef972 BUILD: Rename UNIX #define to POSIX 2011-05-25 13:23:03 +02:00
Oystein Eftevaag
305c13a4aa IPHONE/OSX: Updated xcode project 2011-05-16 22:26:58 -04:00
Littleboy
3cb7d4b1cc NSIS: Add option to not include data files in the installer (they are now included in the exe by default) 2011-05-11 17:58:29 -04:00
Johannes Schickel
cf43b51f67 Merge pull request #31 from lordhoto/win-res
Embed engine/theme dists files into Win Executable.
Check the following link for further discussion:
https://github.com/scummvm/scummvm/pull/31
2011-05-06 10:57:11 -07:00
Johannes Schickel
d41c32d363 BUILD: Get rid of old MSVC style win resource support. 2011-05-05 20:28:43 +02:00
Johannes Schickel
297834017a WIN32: Embed engine data files and theme files into executable.
This embeds all the engine data files from dists/engine-data into the
executable in case the engines using them are included statically.

Furthermore it includes the theme dist files in the executable.
2011-05-05 20:22:37 +02:00
Littleboy
548e43c57f DISTS: Test for parameters in NSIS script and throw errors when not passed to command line 2011-05-05 12:58:42 -04:00
Littleboy
c160dbc8d2 DISTS: Add optional ARCH parameter to NSIS script 2011-05-05 12:51:05 -04:00
Littleboy
b2e67622b0 DISTS: Update NSIS script version to 1.4.0git 2011-05-02 23:17:02 -04:00
Littleboy
0e45aa8655 Merge remote-tracking branch 'upstream/master' into nsis
Conflicts:
	devtools/create_project/scripts/postbuild.cmd
	devtools/create_project/visualstudio.cpp
	ports.mk
2011-05-02 17:21:10 -04:00
Klaus Reimer
f9014f1aab WEBOS: Removed special paths from default configuration. 2011-05-01 23:48:39 +02:00
Klaus Reimer
ec05f3dc4f WEBOS: No longer creating paths which are not used anymore. 2011-05-01 23:48:39 +02:00
Eugene Sandulenko
204a9c2e51 RELEASE: This is 1.4.0git 2011-05-01 14:44:20 +03:00
Littleboy
580986aa42 DISTS: Drop high-resolution versions of the installer icon (128x128 & 96x96)
This reduces installer size by around 114Kb.
2011-04-28 16:35:24 -04:00
Littleboy
95f6290650 DISTS: Update NSIS start menu shortcuts creation/removal
- Create shortcuts in all-users start menu folder
 - Properly remove all shortcuts on uninstall
2011-04-28 13:35:35 -04:00
Littleboy
52fd84ebb7 DISTS: Remove optional flag from NSIS script uninstall section 2011-04-28 05:26:05 -04:00
Littleboy
d693347765 DISTS: Update NSIS installer shortcut creation
- Fix missing CreateDirectory directive to create the base shortcut folder
 - Add Readme to the list of shortcuts
2011-04-28 05:16:31 -04:00
Littleboy
8a02cf4732 DISTS: Copy/use README-SDL to/from the build folder (it is copied from out of tree) 2011-04-28 05:04:06 -04:00
Littleboy
7728643818 DISTS: Add README-SDL to the installer script 2011-04-27 15:13:17 -04:00
Littleboy
e615b7f636 DISTS: Update formating and comments of NSIS script 2011-04-27 11:08:58 -04:00
Littleboy
4d58d3c1ac DISTS: Sort NSIS installer languages and disable the ones that aren't supported by ScummVM itself yet. 2011-04-27 11:08:47 -04:00
Littleboy
646def4947 DISTS: Add NSIS installer script template for building windows installers 2011-04-27 11:08:39 -04:00
unknown
ae9e9a89bd Add Inno Setup installer script for Windows builds 2011-04-27 14:44:25 +10:00
Klaus Reimer
a8115d4c00 WEBOS: Improved build system. Now supports "release" and "beta" packaging, supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version. 2011-04-25 11:22:18 +02:00
Thierry Crozat
bfe0b5f41d DRASCULA: Update German subtitles for Von Braun cutscene.
The first string of the old subtitles was too long.
2011-04-24 14:39:51 +01:00
Klaus Reimer
2a2d65051d WEBOS: Correct executable flag on start script 2011-04-12 11:11:18 +02:00
Klaus Reimer
872e6f9b8c WEBOS: Move scummvmrc to ScummVM data directory
scummvmrc is now located in ScummVM data directory and no
longer in app directory so it is accessible via USB drive mode.
2011-04-12 11:11:18 +02:00
Klaus Reimer
20863c761b WEBOS: Add installation instructions to README 2011-04-12 11:11:17 +02:00
Klaus Reimer
874ef4a73f WEBOS: Add a README file 2011-04-12 11:11:17 +02:00
Klaus Reimer
2160ecfe3a WEBOS: Disable vkeybd, fix more directory references with wrong package name
The vkeybd XML can't be read for some reason.
2011-04-12 11:11:16 +02:00
Klaus Reimer
ba97f8daf3 WEBOS: Correct package name, fix default key mapping 2011-04-12 11:08:50 +02:00
Klaus Reimer
7c5c6803ab WEBOS: Add webos backend
IPK can be built with "make webosrelease".
2011-04-12 11:05:17 +02:00
Max Horn
6cf1de87ac DEVTOOLS: Renamed 'tools' directory to 'devtools' 2011-04-09 23:47:35 +02:00
dhewg
b0351e1b85 ANDROID: Automate the Manifest's versionCode 2011-04-09 18:40:04 +02:00
dhewg
90f47c7b1d ANDOID: Replace mkmanifest.pl with sh/sed code
Removes build dependencies like perl and its XML modules
2011-04-09 18:39:35 +02:00
dhewg
a565e63c48 ANDROID: Add multitouch support 2011-04-06 18:27:15 +02:00
dhewg
ae58ca42c5 ANDROID: Document Camera/Search mapping 2011-03-30 23:41:43 +02:00
dhewg
0e9af50d48 ANDROID: Add port specific README
First version, just describing the controls and related hacks
2011-03-19 19:52:01 +01:00
dhewg
3a38a97934 ANDROID: Reindent 2011-03-16 20:54:49 +01:00
Max Horn
fc074fef48 WIN32: Use names for various magic constants in resource definitions 2011-03-08 16:19:11 +01:00
dhewg
03347a25e1 ANDROID: Reindent manifest 2011-03-04 21:31:13 +01:00
dhewg
62c1c1b821 ANDROID: Remove 'persistent' from the manifest
That's a flag valid only for apps build into the system image
2011-03-04 21:31:13 +01:00
strangerke
93f25b73be HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGB 2011-02-20 11:32:00 +01:00
dhewg
be12529115 GIT: ./tools/update-version.pl 1 3 0 git 2011-02-14 11:21:27 +01:00
Arnaud Boutonné
2846ce14f3 HUGO: Move text arrays to a separate class
svn-id: r55507
2011-01-25 00:32:48 +00:00
Julien Templier
d18a96fb0e TOOLS: Add better Code::Blocks support to create_project
- Update searchs path and library names to use the mingw precompiled libraries directly
  - Enhance batch file to handle the same arguments as the MSVC one

svn-id: r55499
2011-01-24 12:41:02 +00:00
Arnaud Boutonné
4413754ad2 HUGO: Improve mouse support in H3 DOS version
- Fix description of Penelope lying (when using mouse)
- Use H3 Win logic in order to handle horizon
- Add a workaround for a data bug in scenery1.dat, fixing the
pathfinding bug in Crash screen

svn-id: r55292
2011-01-18 09:16:52 +00:00
Arnaud Boutonné
ac6c88869e HUGO: Improve mouse support for DOS versions
- Enlarge Exit hotspots
- Fix newspaper issue in H2 Dos (screen 33)

svn-id: r55219
2011-01-13 00:32:10 +00:00
Arnaud Boutonné
3da25986d2 HUGO: Improve mouse support in DOS versions.
- Fix default verb for 'open door' in first screenActions
- Add 'go to' values on objects
- improve hotspot info related to objects

svn-id: r55213
2011-01-11 23:16:57 +00:00
Arnaud Boutonné
868717b444 TOOLS: Add Dos intro music number in hugo.dat
svn-id: r55145
2011-01-07 15:14:38 +00:00
Arnaud Boutonné
e670e698f1 TOOLS: Add button bitmaps to create_hugo
svn-id: r55102
2011-01-03 16:15:52 +00:00
Arnaud Boutonné
6a299ce0b8 COPYRIGHT: Update copyright year - Happy new year!
svn-id: r55082
2010-12-31 23:04:49 +00:00
Arnaud Boutonné
542f946155 HUGO: Fix default values in object_t structure for viewx field and followings.
This fixes some other bugs reported by D. Gray

svn-id: r55068
2010-12-30 22:07:12 +00:00
Arnaud Boutonné
51685f26dc TOOL: Fix palette bug in H3 Dos (when leaving the cave)
svn-id: r54898
2010-12-13 00:20:45 +00:00
Arnaud Boutonné
2bbe59ad8d HUGO: Replace PROMPT box by YESNO box in H3 Dos
This only applies to the old man dialog. 
This makes H3 Dos completable.

svn-id: r54881
2010-12-12 08:37:19 +00:00
Arnaud Boutonné
e0a6ecaca9 TOOLS: Fix the "Mouse text" crash in Hugo
svn-id: r54831
2010-12-08 07:18:38 +00:00
Arnaud Boutonné
077102f8db HUGO: Fix crash in H3 (Swinger display name)
svn-id: r54801
2010-12-06 20:22:53 +00:00
Arnaud Boutonné
8b7c42f0b0 TOOLS: Fix 'Boat' bug in H1 Dos
H1 Dos is now completable

svn-id: r54507
2010-11-27 16:48:38 +00:00
Julien Templier
3cb5c64477 TOOLS: Move MSBuild and Visual Studio project providers to separate files
- Add option --build-events to run custom pre/post build events as part
   of the build (defaults to false and VS2010 only ATM)
 - Only run build events as part of VS2010 build with all engines enabled
   (ie. dev build)

svn-id: r54424
2010-11-23 11:22:31 +00:00
Paul Gilbert
16ee411187 TOOLS: Added create_mads tool for MADS/M4 engine
svn-id: r54363
2010-11-19 10:23:33 +00:00
Julien Templier
8ebee136b6 TOOLS: Update create_msvc batch files
- Add support for /clean switch to remove all created files
 - Add switches for generating stable & all engines
 - Add command line help
 - Properly initialize answer variables to default choice

svn-id: r54308
2010-11-18 01:29:44 +00:00
Max Horn
668adaa461 GUI: Rename gui/GuiManager.* to gui/gui-manager.*
svn-id: r54265
2010-11-16 10:19:01 +00:00
Arnaud Boutonné
fd82c3783d TOOL+HUGO: Misc modifications
- Fix H1 Dos bug (animations not showing in Hall and after)
- Get rid of _textSchedule and everything related
H1 Dos shoud now be completable (not tested yet)

svn-id: r54218
2010-11-12 18:05:23 +00:00
Arnaud Boutonné
b0bf67b424 TOOL: Suppress useless strings in textUtil
Also add DOS version for this text array

svn-id: r54202
2010-11-11 15:01:57 +00:00
Julien Templier
aad7f2e0eb TOOLS: Update batch files for new create_project tool
svn-id: r54180
2010-11-10 03:44:50 +00:00
Arnaud Boutonné
749d2afd1f TOOL: Fix bug in data in Hugo2 Dos
svn-id: r54085
2010-11-05 07:59:55 +00:00
Arnaud Boutonné
bf787323ab TOOL: Fix ticks per seconds for H1 Dos
svn-id: r54063
2010-11-04 12:29:06 +00:00
Florian Kagerer
bf5ae45490 KYRA/PC98: workaround for missing delay opcodes
The sequence data for the forest sequence in the Kyra PC-98 intro has no delay opcodes making it play way too fast on modern systems. This workaround adds the same delay opcodes to the sequence data that the other Kyra versions have.

svn-id: r53761
2010-10-24 13:00:47 +00:00
Willem Jan Palenstijn
b7d8cd1eb5 DISTS/REDHAT: Add missing files to rpm
svn-id: r53154
2010-10-11 22:29:05 +00:00
Max Horn
96e19382b9 IPHONE: Add teenagent sources, plus some more minor changes
* Added teenagent engine souces
* Added some forgotten files for gob and scumm
* Some tweaks to help the simulator targets link

svn-id: r53142
2010-10-10 22:26:18 +00:00
Max Horn
ae89ed5801 IPHONE: Tweak project file some more
* try to support MacPorts *and* Fink for the (currently not
working? Mac OS X target
* disable C++ exceptions for the release builds, too
* disable SCI32 specific source files for compilation

svn-id: r53139
2010-10-10 22:25:08 +00:00
Max Horn
de8f6484a1 IPHONE: Enable cruise & teenagent; disable sci32
Actually, currently all engines are added to the project, but not all
are activated. Enabling and disabling engines is currently not easily
possible from within the project itself. So for now I manually enabled
exactly those engines which configure enables by default.

A proper solution would be to refactor the project, with (sub)targets
resp. (sub)projects for every engine. We might also want to switch the
iPhone port to use dynamic plugins.

svn-id: r53138
2010-10-10 22:24:43 +00:00
Max Horn
5ae821ab65 IPHONE: Remove what looks like redundant defines; cleanup
svn-id: r53137
2010-10-10 22:24:19 +00:00
Max Horn
8e36949212 IPHONE: Sort DEFINES
svn-id: r53136
2010-10-10 22:23:58 +00:00
Arnaud Boutonné
010fb9825a TOOLS: Fix typos in specialInfoLine arrays
svn-id: r53123
2010-10-10 15:27:39 +00:00
Max Horn
f8a6a3dcd2 IPHONE: Add Hugo + Toon sources; cleanup
In particular, remove references to obsolete files; and sort files in
the project alphabetically.

svn-id: r53122
2010-10-10 14:41:08 +00:00
Max Horn
eeb85b54ab IPHONE: Update XCode project some more
* Add missing M4 source files
* Add missing engine-data files
* Remove redundant library search paths

svn-id: r53120
2010-10-10 14:40:24 +00:00
Arnaud Boutonné
a4c16f7447 HUGO: Move Dos strings from Parser to hugo.dat
svn-id: r53109
2010-10-10 09:47:19 +00:00
Arnaud Boutonné
043a293ae9 HUGO - Fix error in data (H1 Dos)
svn-id: r53104
2010-10-10 07:41:13 +00:00
Eugene Sandulenko
cf82bef02e TOON: Merged Toon engine to ScummVM trunk
svn-id: r53087
2010-10-08 22:30:39 +00:00
Willem Jan Palenstijn
47eb6ec167 DISTS/REDHAT: Don't package dxa script in tools
The script is broken and no longer necessary with SMK support.

svn-id: r53076
2010-10-08 17:41:09 +00:00
Thierry Crozat
dffabdfed0 DRASCULA: Improve French and German subtitles
It adds French and German subtitles to the Von Braun cutscene (see
bug #3069981) and also improve the French translation overall.
Thanks to SimSaw for the cutscene German subtitles.

svn-id: r53002
2010-10-03 21:38:33 +00:00
Neeraj Kumar
b695f68eee TESTBED: added data file for midi tests
svn-id: r52974
2010-10-02 01:08:24 +00:00
Oystein Eftevaag
e400554c2d IPHONE/OSX: Updated xcode project, and added icon4.png for iPhone 4
svn-id: r52940
2010-09-29 00:56:51 +00:00
Arnaud Boutonné
20a6180459 HUGO: Add H1 Dos intro
svn-id: r52902
2010-09-26 11:32:52 +00:00
Max Horn
9d50e47de3 IPHONE,MACOSX: Sync Info.plist changes with 1.2.x branch
svn-id: r52886
2010-09-25 18:07:19 +00:00
Willem Jan Palenstijn
99cc805181 DISTS/REDHAT: Package png and svg icons
svn-id: r52786
2010-09-17 21:40:53 +00:00
Willem Jan Palenstijn
3251f71f65 DISTS: Sync a few .in files
This fixes dists/iphone/Info.plist.in not being updated by r50752
and dists/meta.xml.in not being updated by r52074.

svn-id: r52775
2010-09-17 19:41:41 +00:00
Eugene Sandulenko
9efa316a61 RELEASE: This is 1.3.0svn
svn-id: r52773
2010-09-17 19:13:47 +00:00
Willem Jan Palenstijn
a4383817d3 DISTS/FEDORA: package create_sjisfnt tool
svn-id: r52765
2010-09-17 15:57:35 +00:00
Willem Jan Palenstijn
a13d6ae102 DISTS/FEDORA: Update package description to match readme
svn-id: r52762
2010-09-17 13:44:32 +00:00
Arnaud Boutonné
16557884b6 TOOLS: Add missing data for H1 Dos
svn-id: r52754
2010-09-16 23:00:25 +00:00
Willem Jan Palenstijn
454528f594 DISTS/FEDORA: Remove mpeg2 and mention SCI
svn-id: r52748
2010-09-16 12:56:38 +00:00
Arnaud Boutonné
597eed0266 HUGO: Use fonts in HUGO.DAT for the DOS version
This is only a temporary solution, to be replaced by a proper .FON 
handling. Hugo 2 and 3 (dos) now start.

svn-id: r52697
2010-09-12 22:59:32 +00:00
Eugene Sandulenko
238a10fa52 TESTBED: remove unnecessary executable flags
svn-id: r52682
2010-09-12 08:10:49 +00:00
Eugene Sandulenko
74118a7087 TESTBED: Merge gsoc2010-testbed branch
svn-id: r52681
2010-09-12 08:08:37 +00:00
Arnaud Boutonné
be53141091 HUGO: Clean up creation tool
Fix typos and suppress all identical noun arrays. 

svn-id: r52596
2010-09-06 16:09:56 +00:00
Arnaud Boutonné
2bea43357f HUGO: Add hints in DOS versions
In DOS versions, display hints when mouse is over a
hotspot. This behavior is based on the one of Hugo Win
versions.

svn-id: r52590
2010-09-06 12:09:11 +00:00
Arnaud Boutonné
f36f8270cd HUGO: Updated Hugo.dat with the fix for labyrinth bug
svn-id: r52486
2010-09-01 22:15:10 +00:00
Arnaud Boutonné
c4db714e35 HUGO: Fix a bug in creation tool in act14 (H1 Dos)
Fix a bug (missing character id in initialization) in creation tool
and silent some more warnings.

svn-id: r52414
2010-08-27 21:13:47 +00:00
Arnaud Boutonné
0b4fef3aa7 Hugo - Move DOS hardcoded inventory strings to Hugo.dat
svn-id: r52226
2010-08-20 15:30:30 +00:00
Torbjörn Andersson
0290faeaa3 HUGO: Remove svn:executable property from hugo.dat
svn-id: r52159
2010-08-17 16:02:46 +00:00
Eugene Sandulenko
06960d33e1 HUGO: Adding engine to the main tree
svn-id: r52137
2010-08-17 09:28:20 +00:00
Andre Heider
c58e2707ff WII: Update port for the current versions of the base libraries. Enable DVD access for the GameCube port.
svn-id: r52074
2010-08-14 00:56:12 +00:00
Max Horn
fa5157deea Remove obsolete devcpp files
svn-id: r51980
2010-08-11 13:32:10 +00:00
Florian Kagerer
f4d38ccd40 LOL: added english floppy version
svn-id: r51834
2010-08-07 14:38:07 +00:00
Neeraj Kumar
7e126ed299 TESTBED: Merged changes from trunk to my branch
svn-id: r51798
2010-08-06 20:13:41 +00:00
Neeraj Kumar
fee1bb28bd TESTBED: added audiocd test sound tracks as the testbed engine data
svn-id: r51713
2010-08-03 20:26:28 +00:00
Florian Kagerer
d2019b9b8d KYRA: forgot to update Kyra.dat in last commit
svn-id: r51647
2010-08-02 18:37:37 +00:00
Oystein Eftevaag
bdf4ed9abb Updated xcode project
svn-id: r51370
2010-07-27 14:31:33 +00:00
Oystein Eftevaag
916a0f9cbf Added iPad icon
svn-id: r50752
2010-07-09 01:08:15 +00:00
Angus Lees
b8778fc7c3 Switch Android toolchain prefix from arm-android-eabi to
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6
change uses.
Work around Android 2.0 and newer dynamic linker bug by explicitly
linking plugins against the core libscummvm.so.
Mark Android packages as preferring to be on external storage.
Move -lm from LDFLAGS to LIBS.

svn-id: r50665
2010-07-05 01:00:59 +00:00
Angus Lees
82d0ee7f77 Update icons to versions with much softer anti-aliasing.
fingolfin++ for his good eyes.

svn-id: r50495
2010-06-29 13:16:07 +00:00
Neeraj Kumar
0012b23e84 modified the filesystem test, added a script to directly create the game-data-directory, no zip file required
svn-id: r50140
2010-06-22 14:39:51 +00:00
Neeraj Kumar
cbd36ff78d added a zip file and a script to create desired directory structure
svn-id: r50106
2010-06-21 07:37:00 +00:00
Neeraj Kumar
2cce1d08fc added data-directory for testbed
svn-id: r50088
2010-06-20 17:20:22 +00:00
Angus Lees
580c9032f0 Add support for setFocusRectangle - enabled on 'small' Android screens.
svn-id: r49594
2010-06-11 10:54:49 +00:00
Angus Lees
b494d46fdd chmod +x mkmanifest.pl
svn-id: r49526
2010-06-08 23:29:48 +00:00
Angus Lees
8a3837ff3a Add png icon files that were too binary to be part of original Android patch.
svn-id: r49508
2010-06-08 13:38:47 +00:00
Angus Lees
fb73cef4d9 Add a few files mistakenly left out of initial Android patch :(
svn-id: r49502
2010-06-08 13:15:15 +00:00
Max Horn
46155b2c36 Add Android backend from patch #2603856
svn-id: r49449
2010-06-06 09:34:36 +00:00
Oystein Eftevaag
0d0abbc91a Updated xcode project
svn-id: r49402
2010-06-03 03:11:19 +00:00
Max Horn
c4c63223cc IPHONE: Disable RTTI and C++ exceptions
svn-id: r49387
2010-06-02 00:25:11 +00:00
Max Horn
6c44df455e Add OS2 specific files to repository
svn-id: r49358
2010-05-31 18:22:29 +00:00
Paweł Kołodziejski
af44b2a420 cleanup
svn-id: r49123
2010-05-21 07:22:36 +00:00
Joost Peters
946fe2905e Change product id to just be "ScummVM <version>"
svn-id: r49059
2010-05-17 11:02:35 +00:00
Joost Peters
b4f810707d Patch #2998635: "IRIX packaging files + icons" + add scummvm.spec.in to update-version.pl
svn-id: r49050
2010-05-16 17:59:18 +00:00
Eugene Sandulenko
99be189068 New drascula.dat with updated German texts
svn-id: r48983
2010-05-09 18:15:28 +00:00
Max Horn
49bd43ca33 Fix Info.plist.in to match Info.plist
svn-id: r48964
2010-05-07 11:18:44 +00:00
Max Horn
3ebf0f5fce Update scummvm.SlackBuild based on discussion with Robert Kelsen
svn-id: r48963
2010-05-07 11:18:18 +00:00
Max Horn
3b5bd3ada7 Compress PNGs with advpng & optipng
svn-id: r48952
2010-05-05 12:16:51 +00:00
Oystein Eftevaag
6ac0d4dce5 Updated the iPhone Info.plist to allow full resolution on the iPad
svn-id: r48924
2010-05-03 19:20:19 +00:00
Oystein Eftevaag
84cb07e985 Removed an accidentally left in a CopyFiles reference for COMI in the xcode project
svn-id: r48896
2010-05-03 00:22:58 +00:00
Oystein Eftevaag
3762b6f578 Upgraded the iPhone target in the XCode project to support iPad as well
svn-id: r48895
2010-05-02 23:58:59 +00:00
Max Horn
00ee958902 Removing severaly outdated and obsolete dists/debian dir
svn-id: r48893
2010-05-02 21:31:30 +00:00
Paweł Kołodziejski
59541d0742 replace bmp with png
svn-id: r48853
2010-04-29 06:22:50 +00:00
Andre Heider
4b8d0f48dc Fixed XML syntax (& -> &amp;)
svn-id: r48702
2010-04-18 19:40:20 +00:00
Willem Jan Palenstijn
703687a9e8 Change path back from tools-VERSION to scummvm-tools-VERSION due to tools rerelease
svn-id: r48510
2010-04-04 11:53:19 +00:00
Willem Jan Palenstijn
3b88a6ad5e Add .spec for new tools GUI.
Specifically:
include libmad,
package correct tools binaries,
use tools-1.1.0 instead of scummvm-tools-1.1.0 as directory.

svn-id: r48494
2010-04-03 15:16:52 +00:00
Willem Jan Palenstijn
48dcdde45a Add teenagent.dat to .rpm
svn-id: r48493
2010-04-03 15:16:32 +00:00
Oystein Eftevaag
0d83045b5f Updated XCode project
svn-id: r48479
2010-04-03 00:44:38 +00:00
Max Horn
77b25966a0 Add dists/redhat/scummvm-tools.spec.in, and add it to tools/update-version.pl
This is not quite perfect because in principle the ScummVM Tools version
might differ from the ScummVM version. But this way we are at least
reminded during a release that we may have to adjust this.

A potentially better approach would be to move scummvm-tools.spec to the tools
SVN module, and adding a similar update-version.pl script there.

svn-id: r48454
2010-04-01 08:31:19 +00:00
Frantisek Dufka
03ba4a3318 added desktop and service items for launching
svn-id: r48386
2010-03-24 19:56:16 +00:00
Frantisek Dufka
837b7d096e Maemo icons
svn-id: r48385
2010-03-24 19:50:47 +00:00
Max Horn
6545e728b6 Patch #2938173: LinuxMoto update 23012010
svn-id: r48362
2010-03-22 23:04:55 +00:00
Paweł Kołodziejski
77c033aca7 fixed terminate line
svn-id: r48260
2010-03-14 09:28:35 +00:00
Paweł Kołodziejski
92aafad6c9 add meta file for samsung tv 2008
svn-id: r48258
2010-03-14 09:24:59 +00:00
Eugene Sandulenko
4dafbcd924 And this is 1.2.0svn now
svn-id: r48178
2010-03-07 23:07:32 +00:00
Paweł Kołodziejski
aa40d43091 rename to libscummvm.so to make compatible with tv from 2008
svn-id: r47952
2010-02-07 11:50:18 +00:00
Johannes Schickel
709bf1214c Strip trailing whitespaces/tabs in documentation files too.
svn-id: r47543
2010-01-25 01:53:32 +00:00
Johannes Schickel
69071078b3 Replace some more Adlib uses by AdLib.
svn-id: r47530
2010-01-25 00:13:32 +00:00
Arnaud Boutonné
5cca3d8edd Oups, I missed a second copyright string
svn-id: r47490
2010-01-23 23:05:15 +00:00
Arnaud Boutonné
8c9d82715e Update copyright string to show current year
svn-id: r47447
2010-01-22 23:39:28 +00:00
Max Horn
df81b68967 Change BS 1 & 2 to I & II (see discussion on -devel)
svn-id: r46951
2010-01-03 21:20:05 +00:00
Johannes Schickel
16966727e9 Commit of patch 6 "Add MSVC10 dists folder (batch file and readme)" from fr #2891357 "create_msvc: Add support for MSVC10".
svn-id: r46762
2009-12-30 16:29:29 +00:00
Oystein Eftevaag
657b881c4e Updated xcode project
svn-id: r46586
2009-12-26 14:03:13 +00:00
Oystein Eftevaag
9d70103d9c The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X
svn-id: r46581
2009-12-26 13:35:57 +00:00
Eugene Sandulenko
bac7961b3f Patch #2896875: "dist update for linuxmoto-platform"
svn-id: r46491
2009-12-22 23:37:31 +00:00
Florian Kagerer
ad620b5148 LOL: add missing data for PC98 version to kyra.dat
svn-id: r46191
2009-11-29 12:24:29 +00:00
Florian Kagerer
c7371320d6 KYRA: added HOF PC-98 static data to kyra.dat
svn-id: r46180
2009-11-28 23:34:12 +00:00
Johannes Schickel
d2d3a9a9eb - Store ID map for static resources in kyra.dat instead of hardcoding it in the main KYRA source
- Changed how static resource types are specified
- Rebuilt kyra.dat

svn-id: r46091
2009-11-22 18:16:25 +00:00
Johannes Schickel
ea5bf444d3 Fix mismatching resource type IDs for Lands of Lore in kyra.dat.
svn-id: r46051
2009-11-21 22:15:20 +00:00
Johannes Schickel
849594fb30 Fix Kyrandia 1 FM-Towns credits entries in kyra.dat.
svn-id: r46050
2009-11-21 20:38:39 +00:00
Johannes Schickel
1ade0efbf2 Flag credits data for Kyrandia 1 as language specific data. (Fixes language of credits for Amiga versions.)
svn-id: r46049
2009-11-21 20:30:38 +00:00
Johannes Schickel
bf5ce985a0 - Got rid of hardcoded filename list for kyra.dat
- Synced static resource definitions between KYRA main codebase and create_kyradat
- Rebuilt kyra.dat

svn-id: r46047
2009-11-21 20:20:24 +00:00
Johannes Schickel
cb1e66f21e Rebuilt kyra.dat.
svn-id: r46034
2009-11-21 03:47:54 +00:00
Johannes Schickel
3ee2d9375c Changed kyra.dat to use a global "INDEX" file instead of INDEX files for every game variant.
svn-id: r46025
2009-11-20 21:25:36 +00:00
Johannes Schickel
90ba6a8c7a Flag Kyra3 as talkie version in kyra.dat.
svn-id: r46022
2009-11-20 21:24:15 +00:00
Johannes Schickel
cf28e38ae1 Rebuilt kyra.dat.
svn-id: r46016
2009-11-20 19:33:08 +00:00
Florian Kagerer
1a984d8e7d LOL: add support for pc speaker sfx
svn-id: r45992
2009-11-19 22:17:27 +00:00
Johannes Schickel
2a4e630967 Properly handle Kyra 2 Talkie demo in kyra.dat.
svn-id: r45990
2009-11-19 17:44:19 +00:00
Paweł Kołodziejski
d6ad3c51aa samsungtv: added package resource files
svn-id: r45955
2009-11-17 16:21:25 +00:00
Florian Kagerer
9a57665abf LOL/PC-98: fixed regression (missing static data for pc98 version)
svn-id: r45927
2009-11-15 21:25:26 +00:00
Oystein Eftevaag
7a12bbd1ca xcode project update
svn-id: r45919
2009-11-15 11:59:31 +00:00
Florian Kagerer
9bd5e07d90 KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is still broken)
svn-id: r45906
2009-11-14 22:51:35 +00:00
Max Horn
81762edf33 Remove Igor engine
svn-id: r45898
2009-11-14 13:11:06 +00:00
Filippos Karapetis
f45a1a5a0b Provide compatibility with 2000/XP, where the "choice" command is not available, and made the prompt more verbose
svn-id: r45650
2009-11-04 08:05:12 +00:00
Filippos Karapetis
692aea8e8d Added batch files to create default project files using the create_msvc tool
svn-id: r45647
2009-11-03 23:20:28 +00:00
Filippos Karapetis
400f31ff98 Deleted all the MSVC project files, since they can be built quickly and reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool.
svn-id: r45645
2009-11-03 22:56:22 +00:00
Martin Kiewitz
10a902735a SCI: SciGuiMenu created, kMenu-related stuff now using SciGui
svn-id: r45612
2009-11-02 17:59:19 +00:00