Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn | |
svn-id: r54265 | |||
2010-11-12 | TOOL+HUGO: Misc modifications | Arnaud 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-11 | TOOL: Suppress useless strings in textUtil | Arnaud Boutonné | |
Also add DOS version for this text array svn-id: r54202 | |||
2010-11-10 | TOOLS: Update batch files for new create_project tool | Julien Templier | |
svn-id: r54180 | |||
2010-11-05 | TOOL: Fix bug in data in Hugo2 Dos | Arnaud Boutonné | |
svn-id: r54085 | |||
2010-11-04 | TOOL: Fix ticks per seconds for H1 Dos | Arnaud Boutonné | |
svn-id: r54063 | |||
2010-10-24 | KYRA/PC98: workaround for missing delay opcodes | Florian 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-11 | DISTS/REDHAT: Add missing files to rpm | Willem Jan Palenstijn | |
svn-id: r53154 | |||
2010-10-10 | IPHONE: Add teenagent sources, plus some more minor changes | Max 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-10 | IPHONE: Tweak project file some more | Max 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-10 | IPHONE: Enable cruise & teenagent; disable sci32 | Max 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-10 | IPHONE: Remove what looks like redundant defines; cleanup | Max Horn | |
svn-id: r53137 | |||
2010-10-10 | IPHONE: Sort DEFINES | Max Horn | |
svn-id: r53136 | |||
2010-10-10 | TOOLS: Fix typos in specialInfoLine arrays | Arnaud Boutonné | |
svn-id: r53123 | |||
2010-10-10 | IPHONE: Add Hugo + Toon sources; cleanup | Max Horn | |
In particular, remove references to obsolete files; and sort files in the project alphabetically. svn-id: r53122 | |||
2010-10-10 | IPHONE: Update XCode project some more | Max Horn | |
* Add missing M4 source files * Add missing engine-data files * Remove redundant library search paths svn-id: r53120 | |||
2010-10-10 | HUGO: Move Dos strings from Parser to hugo.dat | Arnaud Boutonné | |
svn-id: r53109 | |||
2010-10-10 | HUGO - Fix error in data (H1 Dos) | Arnaud Boutonné | |
svn-id: r53104 | |||
2010-10-08 | TOON: Merged Toon engine to ScummVM trunk | Eugene Sandulenko | |
svn-id: r53087 | |||
2010-10-08 | DISTS/REDHAT: Don't package dxa script in tools | Willem Jan Palenstijn | |
The script is broken and no longer necessary with SMK support. svn-id: r53076 | |||
2010-10-03 | DRASCULA: Improve French and German subtitles | Thierry 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-02 | TESTBED: added data file for midi tests | Neeraj Kumar | |
svn-id: r52974 | |||
2010-09-29 | IPHONE/OSX: Updated xcode project, and added icon4.png for iPhone 4 | Oystein Eftevaag | |
svn-id: r52940 | |||
2010-09-26 | HUGO: Add H1 Dos intro | Arnaud Boutonné | |
svn-id: r52902 | |||
2010-09-25 | IPHONE,MACOSX: Sync Info.plist changes with 1.2.x branch | Max Horn | |
svn-id: r52886 | |||
2010-09-17 | DISTS/REDHAT: Package png and svg icons | Willem Jan Palenstijn | |
svn-id: r52786 | |||
2010-09-17 | DISTS: Sync a few .in files | Willem 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-17 | RELEASE: This is 1.3.0svn | Eugene Sandulenko | |
svn-id: r52773 | |||
2010-09-17 | DISTS/FEDORA: package create_sjisfnt tool | Willem Jan Palenstijn | |
svn-id: r52765 | |||
2010-09-17 | DISTS/FEDORA: Update package description to match readme | Willem Jan Palenstijn | |
svn-id: r52762 | |||
2010-09-16 | TOOLS: Add missing data for H1 Dos | Arnaud Boutonné | |
svn-id: r52754 | |||
2010-09-16 | DISTS/FEDORA: Remove mpeg2 and mention SCI | Willem Jan Palenstijn | |
svn-id: r52748 | |||
2010-09-12 | HUGO: Use fonts in HUGO.DAT for the DOS version | Arnaud Boutonné | |
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 | TESTBED: remove unnecessary executable flags | Eugene Sandulenko | |
svn-id: r52682 | |||
2010-09-12 | TESTBED: Merge gsoc2010-testbed branch | Eugene Sandulenko | |
svn-id: r52681 | |||
2010-09-06 | HUGO: Clean up creation tool | Arnaud Boutonné | |
Fix typos and suppress all identical noun arrays. svn-id: r52596 | |||
2010-09-06 | HUGO: Add hints in DOS versions | Arnaud Boutonné | |
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-01 | HUGO: Updated Hugo.dat with the fix for labyrinth bug | Arnaud Boutonné | |
svn-id: r52486 | |||
2010-08-27 | HUGO: Fix a bug in creation tool in act14 (H1 Dos) | Arnaud Boutonné | |
Fix a bug (missing character id in initialization) in creation tool and silent some more warnings. svn-id: r52414 | |||
2010-08-20 | Hugo - Move DOS hardcoded inventory strings to Hugo.dat | Arnaud Boutonné | |
svn-id: r52226 | |||
2010-08-17 | HUGO: Remove svn:executable property from hugo.dat | Torbjörn Andersson | |
svn-id: r52159 | |||
2010-08-17 | HUGO: Adding engine to the main tree | Eugene Sandulenko | |
svn-id: r52137 | |||
2010-08-14 | WII: Update port for the current versions of the base libraries. Enable DVD ↵ | Andre Heider | |
access for the GameCube port. svn-id: r52074 | |||
2010-08-11 | Remove obsolete devcpp files | Max Horn | |
svn-id: r51980 | |||
2010-08-07 | LOL: added english floppy version | Florian Kagerer | |
svn-id: r51834 | |||
2010-08-06 | TESTBED: Merged changes from trunk to my branch | Neeraj Kumar | |
svn-id: r51798 | |||
2010-08-03 | TESTBED: added audiocd test sound tracks as the testbed engine data | Neeraj Kumar | |
svn-id: r51713 | |||
2010-08-02 | KYRA: forgot to update Kyra.dat in last commit | Florian Kagerer | |
svn-id: r51647 | |||
2010-07-27 | Updated xcode project | Oystein Eftevaag | |
svn-id: r51370 | |||
2010-07-09 | Added iPad icon | Oystein Eftevaag | |
svn-id: r50752 |