Commit Graph
3084 Commits
Author SHA1 Message Date
Lars Persson 298c2a35d2 Updated libs used for ASM
svn-id: r30763
2008-02-03 12:41:33 +00:00
Lars Persson 786c02db9c GFX asm defines updated properly. Custume #define turned off since this is crashing.
svn-id: r30762
2008-02-03 12:36:57 +00:00
Oystein Eftevaag deb6baf0db Migration code for users updating to the 1.1.3 iPhone firmware, which has a different directory structure and permission setup
svn-id: r30761
2008-02-03 12:36:51 +00:00
Lars Persson a6ad889aa2 Forgot to enable ASM opts somewhere (thought I had).
svn-id: r30753
2008-02-03 09:39:43 +00:00
Robin Watts 5b64d512ab Introduce ARM code for commonest case of "proc3" costume blitting (as
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM
define. Currently enabled for WinCE only.

svn-id: r30750
2008-02-03 01:26:12 +00:00
Lars Persson 7ec40800c1 Simplified icon
svn-id: r30734
2008-02-02 11:04:21 +00:00
Lars Persson 54b79f47db Now using customized SVG as icon for S60v3 and not bitmap. Original ScummVM svg icon does not work on S60 phones (rendering is corrupt)
svn-id: r30733
2008-02-02 10:54:17 +00:00
Lars Persson 34b74cfc70 Updated max heap size to 64mb
svn-id: r30704
2008-01-29 21:32:09 +00:00
Lars Persson ec0804eb23 - Updated default char signing to signed (as per PC) in makefiles
- Fix for Symbian scrolling problem in GOB3, expressions not evaluated properly resulting in offset beeing set to -1 and not the right offset.

svn-id: r30703
2008-01-29 21:19:45 +00:00
Jordi Vilalta Prat d6c34bdc4b Fixed the spaces before tabs.
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat 66e9d4f5e8 Removed trailing spaces.
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn c4c481fecf Removed backends/intern.h
svn-id: r30611
2008-01-22 14:16:02 +00:00
Lars Persson 2890816046 Proper data file paths for S60v3
svn-id: r30603
2008-01-21 21:39:30 +00:00
Lars Persson f3e42ffa39 - Updated version numbers, Implemented exists properly, Added two engines in main_features.inl
svn-id: r30586
2008-01-20 12:50:27 +00:00
Max Horn bc0c66287c Removing duplicate content and adding GPL header
svn-id: r30555
2008-01-18 17:37:07 +00:00
Torbjörn Andersson 7b15433572 Removed unnecessary semi-colons.
svn-id: r30476
2008-01-13 22:12:35 +00:00
Eugene Sandulenko af486e0524 Patch #1869152: "MAEMO port preliminary patch"
svn-id: r30458
2008-01-12 22:30:09 +00:00
Eugene Sandulenko d205129f2b First part of Maemo port
svn-id: r30427
2008-01-11 22:44:28 +00:00
Kostas Nakos b53a9eadeb doc update for 0.11.0
svn-id: r30416
2008-01-11 20:09:12 +00:00
Kostas Nakos 4a706675de fix a race - bug #1863961 (#1769503)
svn-id: r30218
2008-01-04 16:08:49 +00:00
Marcus Comstedt d531d42347 Use system call to return to DC boot menu rather than relying on exit()
to do the job.

svn-id: r30197
2008-01-03 13:28:04 +00:00
Lars Persson 4130d04f77 Updated paths to engine-data files for Symbian OS
svn-id: r30191
2008-01-03 08:42:22 +00:00
Marcus Comstedt ca6056ae21 Disable compilation of default savefile manager, to avoid having it pulled
in by --whole-archive when building with plugins.

svn-id: r30185
2008-01-03 07:51:55 +00:00
Marcus Comstedt d157e47ec2 Remove -I$(srcdir)/common from include path (not needed anymore).
svn-id: r30184
2008-01-03 07:49:19 +00:00
Marcus Comstedt 1b8ed0b483 Updated build requirements.
svn-id: r30183
2008-01-03 07:33:01 +00:00
Kostas Nakos 4e7fe02751 cannot handle key mods in ce and unicode is dodgy to say the least. fixes bug #1748135
svn-id: r30158
2008-01-02 17:38:25 +00:00
Oystein Eftevaag fe8faf4f19 (forward-port) Quick swipes across the screen now triggers arrow key events. Also, some mouse cursor fixes for landscape mode
svn-id: r30134
2008-01-02 00:07:16 +00:00
Kostas Nakos 4a9389d310 fixup to prevent a crash, pending the overlay rework
svn-id: r30129
2008-01-01 20:27:11 +00:00
Oystein Eftevaag b65cc2904a Added support for landscape mode in addition to the upside-down landscape mode we already had, and a few minor optimizations
svn-id: r30090
2007-12-31 00:22:37 +00:00
Kostas Nakos 22cfa56606 implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games have incorrect time & date
svn-id: r30083
2007-12-30 17:15:11 +00:00
Max Horn c54562d9a3 The PS2, DS and PalmOS ports currently do not properly implement their SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch
svn-id: r30079
2007-12-30 13:05:38 +00:00
Torbjörn Andersson 32e2f9e8f3 Fixed warning when DISABLE_SCALERS is defined.
svn-id: r30074
2007-12-29 14:11:12 +00:00
Paul Gilbert 806ac51e45 Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP
svn-id: r30068
2007-12-29 09:48:49 +00:00
Max Horn 8464150d42 Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath
svn-id: r30046
2007-12-28 10:00:54 +00:00
Eugene Sandulenko ef319ad674 Patch #1859448: Add OSystem::getTimeAndDate API
svn-id: r30034
2007-12-28 07:43:52 +00:00
Eugene Sandulenko d4d072fe04 Patch #1857121: Refactoring of the getSavePath method
svn-id: r30032
2007-12-28 07:37:04 +00:00
Max Horn 9b0dc6f757 Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fix bug #1705410.
svn-id: r30006
2007-12-26 23:00:18 +00:00
Robin Watts 22dca84d30 ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM to
enable.

Apparently may not be required as this isn't speed critical - but I've
written it now, so seems a shame to lose it.

svn-id: r29980
2007-12-24 18:32:18 +00:00
Robin Watts af754ff2c4 New version of palettised screen scaler for DS; uses LDMs and STMs to improve
performance on slow VRAM.

svn-id: r29978
2007-12-24 16:00:20 +00:00
Oystein Eftevaag f00ebbf8d9 Fixed mutex handling, and reverted sound callbacks to be from another thread again
svn-id: r29951
2007-12-22 11:53:04 +00:00
Neil Millstone 764dc65101 Scaler corruption fixes, scaler console fixes, adding Lure target (except it doesn't quite work yet), adding function keys to virtual keyboard
svn-id: r29944
2007-12-21 18:36:40 +00:00
Oystein Eftevaag 9f6a40acbd Do sound callbacks from the main thread instead of a separate one, to avoid some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks.
svn-id: r29931
2007-12-20 23:23:29 +00:00
Eugene Sandulenko 54aeecf150 clear more executable bits
svn-id: r29912
2007-12-20 12:59:03 +00:00
Eugene Sandulenko b52e7582ba clear executable bit
svn-id: r29910
2007-12-20 11:52:07 +00:00
Max Horn 7599b2cb96 Patch #1847599: Several enhancements for the build system
svn-id: r29889
2007-12-16 21:41:10 +00:00
Kostas Nakos 4d895c4a14 default is not to build plugins yet, until the plugin system is reworked
svn-id: r29887
2007-12-16 20:37:14 +00:00
Kostas Nakos e7a132728c reimplemented the freelook action to be more usable, ultimately targeted towards lure but all engines benefit
svn-id: r29886
2007-12-16 20:21:19 +00:00
Kostas Nakos 45b03eadf0 adding preliminary lure support
svn-id: r29884
2007-12-16 20:08:56 +00:00
Chris Apers 3dd11b260b Remove bad workaround and change compiler options (no optimization, no inline)
svn-id: r29862
2007-12-15 12:02:47 +00:00
Chris Apers 9b77034daf Added missing symbol definition
svn-id: r29861
2007-12-15 12:01:01 +00:00