Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-28 | fix formatting & typo | Kostas Nakos | |
svn-id: r29306 | |||
2007-10-28 | entry point for plugin builds | Kostas Nakos | |
svn-id: r29305 | |||
2007-10-28 | Rollup commit to improve & bring the port up to speed. More specificallyi ↵ | Kostas Nakos | |
for this file: - adding support for plugins - fixing regressions and changes related to the framebuffer api - improved and fixed dirty rects - fixed Fingolfin's name in a comment :-P svn-id: r29303 | |||
2007-10-28 | formatting fixes | Kostas Nakos | |
svn-id: r29302 | |||
2007-10-28 | drop unneeded define | Kostas Nakos | |
svn-id: r29301 | |||
2007-09-26 | Compile fixes for WinCE build | Robin Watts | |
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h * CELauncherDialog.cpp: Updated to use modified FilingSystemNode. svn-id: r29104 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-07-10 | This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE | Robin Watts | |
and DS builds). This causes the scumm engines graphics code to call ARM routines to do drawStripToScreen and copy8col. These routines were originally written for the DS port, and have now been made available to any other ARM device out there that wants them. I've tested this change on WinCE, but can't test it on the DS as I don't have one. We know that the routines work there though. svn-id: r28016 | |||
2007-06-24 | Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enable | Robin Watts | |
the ARM version of Codec47 from Smush. svn-id: r27694 | |||
2007-06-23 | Add a couple of casts from int to (Common:KeyCode) in the WinCE specific code. | Robin Watts | |
2 of the 4 casts are lifted from the standard sdl/events.cpp file. The other 2 (casting the results of mapKeyCE before assigning to event.kbd.keycode look correct to me too, but might bear double checking. svn-id: r27680 | |||
2007-06-23 | Tweaks to WinCE makefile. | Robin Watts | |
The choice of which libraries to use (zlib, tremorce, mad, mpeg2 etc) is now made by a single define per library towards the top of the makefile. Given that developers tend to have different options selected on their local builds, hopefully this will minimise the changes on aubsequent svn updates. svn-id: r27676 | |||
2007-06-23 | Add missing semi-colon. | Travis Howell | |
svn-id: r27660 | |||
2007-06-23 | Update GUI::Key constructs | Max Horn | |
svn-id: r27643 | |||
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵ | Max Horn | |
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-16 | Patch #1721826: ARM asm versions of sound rate conversion/mixing code | Max Horn | |
svn-id: r27467 | |||
2007-06-11 | adding compilation pointer | Kostas Nakos | |
svn-id: r27353 | |||
2007-06-10 | update the port readme (USE broom WITH cobwebs) | Kostas Nakos | |
svn-id: r27307 | |||
2007-06-10 | re-add flac support which I had totally forgotten about. Builders must ↵ | Kostas Nakos | |
update to the newest libpack. Also enable parallaction by default svn-id: r27289 | |||
2007-06-10 | drop some debugging leftovers | Kostas Nakos | |
svn-id: r27287 | |||
2007-06-10 | formatting | Kostas Nakos | |
svn-id: r27285 | |||
2007-06-09 | fix bugs 1734068, 1723144: cursor trails when scrolling | Kostas Nakos | |
svn-id: r27250 | |||
2007-06-09 | add nippon support | Kostas Nakos | |
svn-id: r27244 | |||
2007-06-09 | fix keys getting stuck in virtual keyboard | Kostas Nakos | |
svn-id: r27232 | |||
2007-06-08 | .txt is the device-friendly extension for text files | Kostas Nakos | |
svn-id: r27189 | |||
2007-06-08 | fix bug #1674683 (GOB2 can't save): send 0xD for enter | Kostas Nakos | |
svn-id: r27187 | |||
2007-06-08 | adding F1 for bargon and KP0 for indy3 functionality to multi function key | Kostas Nakos | |
svn-id: r27185 | |||
2007-06-05 | renaming to multi-function key. Also, reverting to softkey A for default ↵ | Kostas Nakos | |
keymap (compatibility on first run) svn-id: r27112 | |||
2007-06-05 | the FT cheat key is now called multi function key (pending commit for sucker ↵ | Kostas Nakos | |
punch in indy) svn-id: r27111 | |||
2007-06-03 | new functionality for the predictive input dialog for smartphones | Kostas Nakos | |
svn-id: r27071 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-27 | use better optimization flags | Kostas Nakos | |
svn-id: r26980 | |||
2007-05-27 | getting screen extents from the sdl backend. Builders must use the newer sdl ↵ | Kostas Nakos | |
port lib svn-id: r26979 | |||
2007-05-27 | simplified code by moving key naming to the sdl port (where it belongs) | Kostas Nakos | |
svn-id: r26978 | |||
2007-05-12 | changed some warnings into debug msgs | Kostas Nakos | |
svn-id: r26815 | |||
2007-05-05 | some more verbose error reporting | Kostas Nakos | |
svn-id: r26748 | |||
2007-05-01 | added code to supress the backlight in older devices, fixed a little oops :-) | Kostas Nakos | |
svn-id: r26728 | |||
2007-05-01 | fix scaler selection for square (non vga) devices | Kostas Nakos | |
svn-id: r26718 | |||
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-04-30 | correct place for touche screen size adjustment & one more check in the draw ↵ | Kostas Nakos | |
loop svn-id: r26685 | |||
2007-04-30 | add zoom up/down actions for touche | Kostas Nakos | |
svn-id: r26684 | |||
2007-04-30 | better zoomup/down + panel handling for hires, also fixes bug #1593299 | Kostas Nakos | |
svn-id: r26683 | |||
2007-04-30 | formatting | Kostas Nakos | |
svn-id: r26682 | |||
2007-04-28 | rewrote drawing loop in a more straightforward fashion, which also kills ↵ | Kostas Nakos | |
some bugs svn-id: r26668 | |||
2007-04-28 | bugfix aspect scaler | Kostas Nakos | |
svn-id: r26667 | |||
2007-04-28 | Cumulative update to coincide with newer SDL libraries. Builders *must* ↵ | Kostas Nakos | |
update their libraries/fetch newest library pack. o Overwrite with default key mappings when action_mapping version changes o Added support for handling scummvm losing focus (e.g. a call) o Enable rotating for all devices/resolutions o Update sdl video startup to follow current sdl o Generally update code to work with new sdl lib svn-id: r26663 |