aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince
AgeCommit message (Collapse)Author
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵Max Horn
comments; and some other related cleanup svn-id: r28890
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin 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-24Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enableRobin Watts
the ARM version of Codec47 from Smush. svn-id: r27694
2007-06-23Add 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-23Tweaks 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-23Add missing semi-colon.Travis Howell
svn-id: r27660
2007-06-23Update GUI::Key constructsMax Horn
svn-id: r27643
2007-06-22Converted 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-19Implemented 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-16Patch #1721826: ARM asm versions of sound rate conversion/mixing codeMax Horn
svn-id: r27467
2007-06-11adding compilation pointerKostas Nakos
svn-id: r27353
2007-06-10update the port readme (USE broom WITH cobwebs)Kostas Nakos
svn-id: r27307
2007-06-10re-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-10drop some debugging leftoversKostas Nakos
svn-id: r27287
2007-06-10formattingKostas Nakos
svn-id: r27285
2007-06-09fix bugs 1734068, 1723144: cursor trails when scrollingKostas Nakos
svn-id: r27250
2007-06-09add nippon supportKostas Nakos
svn-id: r27244
2007-06-09fix keys getting stuck in virtual keyboardKostas Nakos
svn-id: r27232
2007-06-08.txt is the device-friendly extension for text filesKostas Nakos
svn-id: r27189
2007-06-08fix bug #1674683 (GOB2 can't save): send 0xD for enterKostas Nakos
svn-id: r27187
2007-06-08adding F1 for bargon and KP0 for indy3 functionality to multi function keyKostas Nakos
svn-id: r27185
2007-06-05renaming to multi-function key. Also, reverting to softkey A for default ↵Kostas Nakos
keymap (compatibility on first run) svn-id: r27112
2007-06-05the FT cheat key is now called multi function key (pending commit for sucker ↵Kostas Nakos
punch in indy) svn-id: r27111
2007-06-03new functionality for the predictive input dialog for smartphonesKostas Nakos
svn-id: r27071
2007-05-30Updated 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-27use better optimization flagsKostas Nakos
svn-id: r26980
2007-05-27getting screen extents from the sdl backend. Builders must use the newer sdl ↵Kostas Nakos
port lib svn-id: r26979
2007-05-27simplified code by moving key naming to the sdl port (where it belongs)Kostas Nakos
svn-id: r26978
2007-05-12changed some warnings into debug msgsKostas Nakos
svn-id: r26815
2007-05-05some more verbose error reportingKostas Nakos
svn-id: r26748
2007-05-01added code to supress the backlight in older devices, fixed a little oops :-)Kostas Nakos
svn-id: r26728
2007-05-01fix scaler selection for square (non vga) devicesKostas Nakos
svn-id: r26718
2007-05-01fix toolbar redraw for hires games in qvga landscape phonesKostas Nakos
svn-id: r26714
2007-05-01properly detect landscape qvga smartphones (whee\! broken sword on phones)Kostas Nakos
svn-id: r26713
2007-05-01generate stdout/err files in cwd and properly delete them in gcc buildsKostas Nakos
svn-id: r26712
2007-04-30correct place for touche screen size adjustment & one more check in the draw ↵Kostas Nakos
loop svn-id: r26685
2007-04-30add zoom up/down actions for toucheKostas Nakos
svn-id: r26684
2007-04-30better zoomup/down + panel handling for hires, also fixes bug #1593299Kostas Nakos
svn-id: r26683
2007-04-30formattingKostas Nakos
svn-id: r26682
2007-04-28rewrote drawing loop in a more straightforward fashion, which also kills ↵Kostas Nakos
some bugs svn-id: r26668
2007-04-28bugfix aspect scalerKostas Nakos
svn-id: r26667
2007-04-28Cumulative 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
2007-04-28add focus flagKostas Nakos
svn-id: r26662
2007-04-28update for cruise engine, fix a little oops LordHoto pointed outKostas Nakos
svn-id: r26661
2007-04-28more logical formatting for scaler code, at least for me :-)Kostas Nakos
svn-id: r26660
2007-04-28bump action mapping versionKostas Nakos
svn-id: r26659
2007-04-28cleanup, more meaningful names for actions, fix quit dialog looks, bump ↵Kostas Nakos
action mapping version svn-id: r26658
2007-04-28cleanup, implement new default action mappings, bump action version, enable ↵Kostas Nakos
keybinding at launcher, fix quit dialog looks svn-id: r26657
2007-04-28cleanupKostas Nakos
svn-id: r26656