Commit Graph
1438 Commits
Author SHA1 Message Date
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