Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | fixing typos under the 0.10.0 PalmOS section | Matthew Hoops | |
svn-id: r26736 | |||
2007-05-02 | IHNM: Added the options dialog and quit dialog with very basic functionality ↵ | Filippos Karapetis | |
(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 | Fix for saving the game when an NPC is doing a non-scripted action | Paul Gilbert | |
svn-id: r26734 | |||
2007-05-01 | Update MSVC8 project files for commits #26719 and #26723 | Filippos Karapetis | |
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 | Fix for verbs in IHNM | Filippos Karapetis | |
svn-id: r26732 | |||
2007-05-01 | Renamed decodeILBM to decodePBM, removed a TODO | Filippos Karapetis | |
svn-id: r26731 | |||
2007-05-01 | Add Russian Loom v1.1 | Eugene Sandulenko | |
svn-id: r26729 | |||
2007-05-01 | added code to supress the backlight in older devices, fixed a little oops :-) | Kostas Nakos | |
svn-id: r26728 | |||
2007-05-01 | - Fixed 32/64 bits pointer mismatch. | Nicola Mettifogo | |
- Changed Surface's forward from class to struct. svn-id: r26727 | |||
2007-05-01 | Fix warning (unsigned ints are never negative) | Max Horn | |
svn-id: r26726 | |||
2007-05-01 | Fix missing include. | Nicola Mettifogo | |
svn-id: r26725 | |||
2007-05-01 | Fix compilation (sigh). | Nicola Mettifogo | |
svn-id: r26724 | |||
2007-05-01 | Changed some filenames to adhere to standard. | Nicola Mettifogo | |
svn-id: r26723 | |||
2007-05-01 | Don't manually compute & hardcode the sizes of static arrays -- using ↵ | Max Horn | |
ARRAYSIZE, which is less error prone and easier to maintain/extend svn-id: r26722 | |||
2007-05-01 | Fix compilation (step 2). | Nicola Mettifogo | |
svn-id: r26721 | |||
2007-05-01 | Fix compilation. | Nicola Mettifogo | |
svn-id: r26720 | |||
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to ↵ | Nicola Mettifogo | |
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 | fix scaler selection for square (non vga) devices | Kostas Nakos | |
svn-id: r26718 | |||
2007-05-01 | Added supported games list | Chris Apers | |
svn-id: r26717 | |||
2007-05-01 | Added supported games list and got rid of bStartScumm | Chris Apers | |
svn-id: r26716 | |||
2007-05-01 | Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 | Sven Hesse | |
svn-id: r26715 | |||
2007-05-01 | fix toolbar redraw for hires games in qvga landscape phones | Kostas Nakos | |
svn-id: r26714 | |||
2007-05-01 | properly detect landscape qvga smartphones (whee\! broken sword on phones) | Kostas Nakos | |
svn-id: r26713 | |||
2007-05-01 | generate stdout/err files in cwd and properly delete them in gcc builds | Kostas Nakos | |
svn-id: r26712 | |||
2007-05-01 | also dump debug to stdout in ce | Kostas Nakos | |
svn-id: r26711 | |||
2007-05-01 | Don't generate credits.tex anymore | Max Horn | |
svn-id: r26710 | |||
2007-05-01 | Added news about use of PalmOS Porting SDK (will be released very soon) | Chris Apers | |
svn-id: r26708 | |||
2007-05-01 | Updated project file | Chris Apers | |
svn-id: r26707 | |||
2007-05-01 | Test Cruise engine | Chris Apers | |
svn-id: r26706 | |||
2007-05-01 | Added basic rotation detector | Chris Apers | |
svn-id: r26705 | |||
2007-05-01 | Help debugging | Chris Apers | |
svn-id: r26704 | |||
2007-05-01 | Create new Themes folder for ScummVM themes... | Chris Apers | |
svn-id: r26703 | |||
2007-05-01 | Prevent crash | Chris Apers | |
svn-id: r26702 | |||
2007-05-01 | Cleanup | Chris Apers | |
svn-id: r26701 | |||
2007-05-01 | Enable true timer code | Chris Apers | |
svn-id: r26700 | |||
2007-05-01 | - Prevent lose of events | Chris Apers | |
- 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 | Fixed compilation | Chris Apers | |
svn-id: r26698 | |||
2007-05-01 | Fixed PalmOS ARM global object allocation | Chris Apers | |
svn-id: r26697 | |||
2007-05-01 | Fixed sysEx function | Chris Apers | |
svn-id: r26696 | |||
2007-05-01 | Cleanup | Chris Apers | |
svn-id: r26695 | |||
2007-05-01 | Added support for Parallaction and Cruise engines | Chris Apers | |
svn-id: r26694 | |||
2007-05-01 | Prefix files cleanup | Chris Apers | |
Added support for Parallaction and Cruise engines Added ZLIB support svn-id: r26693 | |||
2007-05-01 | Cleanup, prevent change between 68k and ARM code | Chris Apers | |
Added two more required functions for T3 svn-id: r26692 | |||
2007-05-01 | Cleanup, use my new PalmOS Porting SDK | Chris Apers | |
svn-id: r26691 | |||
2007-05-01 | Cleanup, remove PalmOS dependencies from the ScummVM core | Chris Apers | |
svn-id: r26690 | |||
2007-05-01 | Cleanup, now part of an external library | Chris Apers | |
svn-id: r26689 | |||
2007-05-01 | This file is now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26688 | |||
2007-05-01 | Those files are now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26687 | |||
2007-05-01 | Code will be updated to get rid of this file | Chris Apers | |
svn-id: r26686 | |||
2007-04-30 | correct place for touche screen size adjustment & one more check in the draw ↵ | Kostas Nakos | |
loop svn-id: r26685 |