aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2011-03-04ANDROID: Reindent manifestdhewg
2011-03-04ANDROID: Remove 'persistent' from the manifestdhewg
That's a flag valid only for apps build into the system image
2011-02-20HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGBstrangerke
2011-02-14GIT: ./tools/update-version.pl 1 3 0 gitdhewg
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
svn-id: r55507
2011-01-24TOOLS: Add better Code::Blocks support to create_projectJulien Templier
- 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-18HUGO: Improve mouse support in H3 DOS versionArnaud Boutonné
- 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-13HUGO: Improve mouse support for DOS versionsArnaud Boutonné
- Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219
2011-01-11HUGO: Improve mouse support in DOS versions.Arnaud Boutonné
- 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-07TOOLS: Add Dos intro music number in hugo.datArnaud Boutonné
svn-id: r55145
2011-01-03TOOLS: Add button bitmaps to create_hugoArnaud Boutonné
svn-id: r55102
2010-12-31COPYRIGHT: Update copyright year - Happy new year!Arnaud Boutonné
svn-id: r55082
2010-12-30HUGO: Fix default values in object_t structure for viewx field and followings.Arnaud Boutonné
This fixes some other bugs reported by D. Gray svn-id: r55068
2010-12-13TOOL: Fix palette bug in H3 Dos (when leaving the cave)Arnaud Boutonné
svn-id: r54898
2010-12-12HUGO: Replace PROMPT box by YESNO box in H3 DosArnaud Boutonné
This only applies to the old man dialog. This makes H3 Dos completable. svn-id: r54881
2010-12-08TOOLS: Fix the "Mouse text" crash in HugoArnaud Boutonné
svn-id: r54831
2010-12-06HUGO: Fix crash in H3 (Swinger display name)Arnaud Boutonné
svn-id: r54801
2010-11-27TOOLS: Fix 'Boat' bug in H1 DosArnaud Boutonné
H1 Dos is now completable svn-id: r54507
2010-11-23TOOLS: Move MSBuild and Visual Studio project providers to separate filesJulien Templier
- 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-19TOOLS: Added create_mads tool for MADS/M4 enginePaul Gilbert
svn-id: r54363
2010-11-18TOOLS: Update create_msvc batch filesJulien Templier
- 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-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
svn-id: r54265
2010-11-12TOOL+HUGO: Misc modificationsArnaud Boutonné
- 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-11TOOL: Suppress useless strings in textUtil Arnaud Boutonné
Also add DOS version for this text array svn-id: r54202
2010-11-10TOOLS: Update batch files for new create_project toolJulien Templier
svn-id: r54180
2010-11-05TOOL: Fix bug in data in Hugo2 DosArnaud Boutonné
svn-id: r54085
2010-11-04TOOL: Fix ticks per seconds for H1 DosArnaud Boutonné
svn-id: r54063
2010-10-24KYRA/PC98: workaround for missing delay opcodesFlorian Kagerer
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-11DISTS/REDHAT: Add missing files to rpmWillem Jan Palenstijn
svn-id: r53154
2010-10-10IPHONE: Add teenagent sources, plus some more minor changesMax Horn
* 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-10IPHONE: Tweak project file some moreMax Horn
* 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-10IPHONE: Enable cruise & teenagent; disable sci32Max Horn
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-10IPHONE: Remove what looks like redundant defines; cleanupMax Horn
svn-id: r53137
2010-10-10IPHONE: Sort DEFINESMax Horn
svn-id: r53136
2010-10-10TOOLS: Fix typos in specialInfoLine arraysArnaud Boutonné
svn-id: r53123
2010-10-10IPHONE: Add Hugo + Toon sources; cleanupMax Horn
In particular, remove references to obsolete files; and sort files in the project alphabetically. svn-id: r53122
2010-10-10IPHONE: Update XCode project some moreMax Horn
* Add missing M4 source files * Add missing engine-data files * Remove redundant library search paths svn-id: r53120
2010-10-10HUGO: Move Dos strings from Parser to hugo.datArnaud Boutonné
svn-id: r53109
2010-10-10HUGO - Fix error in data (H1 Dos)Arnaud Boutonné
svn-id: r53104
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087
2010-10-08DISTS/REDHAT: Don't package dxa script in toolsWillem Jan Palenstijn
The script is broken and no longer necessary with SMK support. svn-id: r53076
2010-10-03DRASCULA: Improve French and German subtitlesThierry Crozat
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-02TESTBED: added data file for midi testsNeeraj Kumar
svn-id: r52974
2010-09-29IPHONE/OSX: Updated xcode project, and added icon4.png for iPhone 4Oystein Eftevaag
svn-id: r52940
2010-09-26HUGO: Add H1 Dos introArnaud Boutonné
svn-id: r52902
2010-09-25IPHONE,MACOSX: Sync Info.plist changes with 1.2.x branchMax Horn
svn-id: r52886
2010-09-17DISTS/REDHAT: Package png and svg iconsWillem Jan Palenstijn
svn-id: r52786
2010-09-17DISTS: Sync a few .in filesWillem Jan Palenstijn
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-17RELEASE: This is 1.3.0svnEugene Sandulenko
svn-id: r52773
2010-09-17DISTS/FEDORA: package create_sjisfnt toolWillem Jan Palenstijn
svn-id: r52765