Commit Graph

21210 Commits

Author SHA1 Message Date
Paul Gilbert
aba02a6811 Bugfix for characters freezing after talking when in a different room than the player, and fixed NPC to NPC conversations
svn-id: r26740
2007-05-03 05:06:10 +00:00
Filippos Karapetis
463c5fcec8 More IHNM options panel improvements: added text and working widgets for read speed, music and sound, matched the font and the coordinates of the options panel and the widgets with the ones of the original interpreter
svn-id: r26738
2007-05-02 23:27:25 +00:00
Filippos Karapetis
7e16ca13c6 SAGA: Modified a workaround made for ITE to work in ITE only
svn-id: r26737
2007-05-02 21:39:56 +00:00
Matthew Hoops
ea30029ffe fixing typos under the 0.10.0 PalmOS section
svn-id: r26736
2007-05-02 20:05:48 +00:00
Filippos Karapetis
74f839d6c8 IHNM: Added the options dialog and quit dialog with very basic functionality (continue and exit game).
The buttons are still wrong and not all the options are implemented yet, but at least the game doesn't freeze when the user tries to open the options dialog and it's now possible to exit normally

svn-id: r26735
2007-05-02 17:12:30 +00:00
Paul Gilbert
ab78c626f4 Fix for saving the game when an NPC is doing a non-scripted action
svn-id: r26734
2007-05-02 03:18:11 +00:00
Filippos Karapetis
8b545a5265 Update MSVC8 project files for commits #26719 and #26723
Note that MSVC8 auto-generated a "FileConfiguration" entry for sound/iff.cpp in scummvm.vcproj. Removing it broke compilation for me, so I'm leaving it in.

svn-id: r26733
2007-05-01 22:04:24 +00:00
Filippos Karapetis
6ca558f0ff Fix for verbs in IHNM
svn-id: r26732
2007-05-01 21:48:18 +00:00
Filippos Karapetis
d08eeff700 Renamed decodeILBM to decodePBM, removed a TODO
svn-id: r26731
2007-05-01 21:40:56 +00:00
Eugene Sandulenko
40f43a687b Add Russian Loom v1.1
svn-id: r26729
2007-05-01 20:52:39 +00:00
Kostas Nakos
546d9cb01b added code to supress the backlight in older devices, fixed a little oops :-)
svn-id: r26728
2007-05-01 20:10:56 +00:00
Nicola Mettifogo
727867c66f - Fixed 32/64 bits pointer mismatch.
- Changed Surface's forward from class to struct.

svn-id: r26727
2007-05-01 17:28:59 +00:00
Max Horn
38a5e37eaf Fix warning (unsigned ints are never negative)
svn-id: r26726
2007-05-01 17:17:00 +00:00
Nicola Mettifogo
5d3bec7286 Fix missing include.
svn-id: r26725
2007-05-01 16:40:17 +00:00
Nicola Mettifogo
d6c60a5407 Fix compilation (sigh).
svn-id: r26724
2007-05-01 16:21:16 +00:00
Nicola Mettifogo
d1e84d63fd Changed some filenames to adhere to standard.
svn-id: r26723
2007-05-01 16:18:40 +00:00
Max Horn
bb253d806f Don't manually compute & hardcode the sizes of static arrays -- using ARRAYSIZE, which is less error prone and easier to maintain/extend
svn-id: r26722
2007-05-01 16:11:19 +00:00
Nicola Mettifogo
ae18ce3e4a Fix compilation (step 2).
svn-id: r26721
2007-05-01 15:47:49 +00:00
Nicola Mettifogo
998cbf4ebb Fix compilation.
svn-id: r26720
2007-05-01 15:45:56 +00:00
Nicola Mettifogo
008042ac25 Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
svn-id: r26719
2007-05-01 15:39:40 +00:00
Kostas Nakos
d520bdfcb8 fix scaler selection for square (non vga) devices
svn-id: r26718
2007-05-01 15:19:11 +00:00
Chris Apers
71a2910a81 Added supported games list
svn-id: r26717
2007-05-01 14:52:28 +00:00
Chris Apers
8573ca3f74 Added supported games list and got rid of bStartScumm
svn-id: r26716
2007-05-01 14:50:55 +00:00
Sven Hesse
54b8a4d06f Made the collisionAreas' coordinates unsigned. This should fix bug #1706988
svn-id: r26715
2007-05-01 14:49:13 +00:00
Kostas Nakos
8aed6861f9 fix toolbar redraw for hires games in qvga landscape phones
svn-id: r26714
2007-05-01 14:02:52 +00:00
Kostas Nakos
3da772c5b8 properly detect landscape qvga smartphones (whee\! broken sword on phones)
svn-id: r26713
2007-05-01 13:32:17 +00:00
Kostas Nakos
02721c609e generate stdout/err files in cwd and properly delete them in gcc builds
svn-id: r26712
2007-05-01 13:15:34 +00:00
Kostas Nakos
424b738d5b also dump debug to stdout in ce
svn-id: r26711
2007-05-01 13:13:40 +00:00
Max Horn
1ebae7f054 Don't generate credits.tex anymore
svn-id: r26710
2007-05-01 12:32:01 +00:00
Chris Apers
60a6d71eab Added news about use of PalmOS Porting SDK (will be released very soon)
svn-id: r26708
2007-05-01 11:21:49 +00:00
Chris Apers
fb911d97e0 Updated project file
svn-id: r26707
2007-05-01 10:25:33 +00:00
Chris Apers
2497222348 Test Cruise engine
svn-id: r26706
2007-05-01 10:23:11 +00:00
Chris Apers
4a2b023849 Added basic rotation detector
svn-id: r26705
2007-05-01 10:22:35 +00:00
Chris Apers
1c8dcd3680 Help debugging
svn-id: r26704
2007-05-01 10:20:48 +00:00
Chris Apers
7162fb7682 Create new Themes folder for ScummVM themes...
svn-id: r26703
2007-05-01 10:20:13 +00:00
Chris Apers
e5238b37ef Prevent crash
svn-id: r26702
2007-05-01 10:19:22 +00:00
Chris Apers
20e5af24b1 Cleanup
svn-id: r26701
2007-05-01 10:14:32 +00:00
Chris Apers
f86dfd183e Enable true timer code
svn-id: r26700
2007-05-01 10:13:33 +00:00
Chris Apers
4624769069 - Prevent lose of events
- Added hard arrow keys support
- Revamped mouse code to prevent duplication and get rid of fixed size mouse buffer
- Reviewed event code (more work needed for OS5 and keyup emulation)
- Cleanup

svn-id: r26699
2007-05-01 10:12:55 +00:00
Chris Apers
532311576e Fixed compilation
svn-id: r26698
2007-05-01 09:58:44 +00:00
Chris Apers
c72f840c77 Fixed PalmOS ARM global object allocation
svn-id: r26697
2007-05-01 09:53:27 +00:00
Chris Apers
3aee6e3f8e Fixed sysEx function
svn-id: r26696
2007-05-01 09:51:53 +00:00
Chris Apers
cd6ec5e741 Cleanup
svn-id: r26695
2007-05-01 09:50:50 +00:00
Chris Apers
f831d25067 Added support for Parallaction and Cruise engines
svn-id: r26694
2007-05-01 09:48:38 +00:00
Chris Apers
ab16dd234f Prefix files cleanup
Added support for Parallaction and Cruise engines
Added ZLIB support

svn-id: r26693
2007-05-01 09:44:47 +00:00
Chris Apers
3e3a808610 Cleanup, prevent change between 68k and ARM code
Added two more required functions for T3

svn-id: r26692
2007-05-01 09:41:35 +00:00
Chris Apers
b78bf3a8b3 Cleanup, use my new PalmOS Porting SDK
svn-id: r26691
2007-05-01 09:39:46 +00:00
Chris Apers
e0a77867cc Cleanup, remove PalmOS dependencies from the ScummVM core
svn-id: r26690
2007-05-01 09:37:40 +00:00
Chris Apers
eac31d6f56 Cleanup, now part of an external library
svn-id: r26689
2007-05-01 09:34:53 +00:00
Chris Apers
64b7714125 This file is now part of an external PalmOS SDK
svn-id: r26688
2007-05-01 09:31:58 +00:00