Commit Graph
310 Commits
Author SHA1 Message Date
Kostas Nakos 6ffa6ecccf revert previous fix
svn-id: r44438
2009-09-28 07:25:28 +00:00
Kostas Nakos a13ba4cee7 overload newer incarnation of setmousecursor
svn-id: r44437
2009-09-28 07:21:56 +00:00
Kostas Nakos 994b74a193 1) fix scaler selection for vga games on vga (or higher) devices. 2) fix a crash during startup
svn-id: r44435
2009-09-28 07:04:29 +00:00
Robin Watts cef5230595 Remove more warnings from wince build.
svn-id: r43663
2009-08-22 23:09:43 +00:00
Robin Watts 4a33ef34a3 Eliminate more warnings for buildbot.
svn-id: r43662
2009-08-22 23:00:08 +00:00
Robin Watts 0ef33c86d5 Attempt to remove some warnings in the wince build that occur on the buildbot's
version of gcc (5.1) but don't occur on my local copy (4.1.0).

svn-id: r43661
2009-08-22 22:41:31 +00:00
Robin Watts 894635e91d Attempt to fix builds that use the ARM screen column clear code; add new
bitdepth argument that was missing in ARM builds previously.

Also fix a few warnings.

Also fix the WinCE build which fails in the SDL init call with a missing
bitdepth field.

Untested at this point (build certainly gets further than before). Committing
this seems reasonable, as it can't make it any worse :)

svn-id: r43614
2009-08-21 22:29:28 +00:00
Kostas Nakos 9711cb0191 update news files for 1.0.0rc1 release
svn-id: r43179
2009-08-09 18:37:29 +00:00
Kostas Nakos 443e1b87e9 removing support for flac (good riddance) and mpeg2
svn-id: r43178
2009-08-09 18:34:08 +00:00
Kostas Nakos 4f5e8e88cc forward port of wince 3.0 fix for paths from branch 0.13.0, r39978
svn-id: r43114
2009-08-08 09:38:12 +00:00
Kostas Nakos 6c54f89310 mouse up events need the same lovin' as mouse down events do. don't underestimate 'em. fixes bug #2833549
svn-id: r43102
2009-08-07 19:33:39 +00:00
Kostas Nakos b395b1836a overload showMouse to kill mouse shadows in kyra
svn-id: r43088
2009-08-06 18:05:50 +00:00
Kostas Nakos 7b4d3c1289 got rid of superfluous semicolons
svn-id: r43043
2009-08-04 14:53:43 +00:00
Kostas Nakos 73572158a8 commit slightly modified patch #2828646: WINCE: Integrate Windows CE with the master build system
svn-id: r43041
2009-08-04 13:17:33 +00:00
Kostas Nakos 342cce1b19 update readme (draft)
svn-id: r43039
2009-08-04 12:51:17 +00:00
Kostas Nakos f9efd8b995 update Makefile
svn-id: r43037
2009-08-04 12:39:33 +00:00
Kostas Nakos c4001cb762 support made engine
svn-id: r43035
2009-08-04 12:19:30 +00:00
Kostas Nakos bcb0f07bce add bindings for cruise engine
svn-id: r43033
2009-08-04 12:02:07 +00:00
Kostas Nakos acec9026a1 clean up and fix vga aspect scaler routines
svn-id: r43008
2009-08-02 19:50:24 +00:00
Kostas Nakos 5591bf368c rework mixer (re)init. fixes bug #2694722
svn-id: r43003
2009-08-02 17:34:57 +00:00
Robin Watts 816bd9a7ea Add ARM code version of Normal2x scaler.
Add ARM only aspect ratio correcting version of Normal2x scaler.

Make WinCE port use Normal2x by default if the screen is large enough.
Make WinCE port use aspect ratio correcting version if panel is hidden.

svn-id: r42843
2009-07-27 16:29:36 +00:00
Robin Watts 64ebb586cd Add ARM code implementation of Scaler2x, and enable it for the WinCE
port.

svn-id: r42645
2009-07-21 19:39:24 +00:00
Kostas Nakos 4bd5023d23 whoops, fix non-arm build (why? :-) )
svn-id: r42619
2009-07-19 16:10:55 +00:00
Kostas Nakos c313396aac remove dead code leftover
svn-id: r42615
2009-07-19 14:46:11 +00:00
Robin Watts caae53a25a New ARM code blending Smartphone landscale scaler for WinCE port. Seems to work
in my mockup - I don't have a smartphone resolution device to test it.

svn-id: r42516
2009-07-15 20:51:31 +00:00
Kostas Nakos b0b12b60ed oops, fix props
svn-id: r42421
2009-07-12 16:40:10 +00:00
Kostas Nakos d6fb5bb922 Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hack
svn-id: r42419
2009-07-12 15:59:27 +00:00
Max Horn bb28ed7b7a Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
also intentionally broke WinCE and Symbian ports (in an obvious way that
can be undo by commenting out some text) -- hopefully this will get the
maintainers' attention during the next release cycle, unlike my emails

svn-id: r41932
2009-06-28 19:58:11 +00:00
Johannes Schickel b3c6751b9b Strip trailing whitespaces in the whole code base.
svn-id: r40867
2009-05-24 15:17:42 +00:00
Eugene Sandulenko bc6649ba45 Fix bug #2790461: "WINCE: Compilation broken"
svn-id: r40624
2009-05-16 11:58:53 +00:00
Filippos Karapetis 968aec7627 Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this will fix bug #2790461 - "WINCE: Compilation broken"
svn-id: r40475
2009-05-12 08:27:06 +00:00
Kostas Nakos f78d6b2fae add support for tinsel engine (off by default for the time being)
svn-id: r39061
2009-03-01 22:35:14 +00:00
Kostas Nakos c7d7ce8888 better detection of aspect-scalable resolutions
svn-id: r39059
2009-03-01 22:13:48 +00:00
Kostas Nakos 7153410a52 slight correction
svn-id: r39044
2009-03-01 17:48:29 +00:00
Kostas Nakos 1761e6bc99 modified patch in bug #2644574: fix build
svn-id: r39043
2009-03-01 17:45:57 +00:00
Kostas Nakos d451c7794d update readme for release 0.13.0
svn-id: r38731
2009-02-21 19:21:55 +00:00
Kostas Nakos 798a795b5e proper fix for random crashes with vga devices
svn-id: r38726
2009-02-21 19:01:34 +00:00
Kostas Nakos 1bd700b51e fix random crashes on vga devices when using exotic scalers
svn-id: r38352
2009-02-16 07:27:04 +00:00
Kostas Nakos faadabe20c add support for groovie
svn-id: r38288
2009-02-15 20:22:07 +00:00
Kostas Nakos 544bda60fa enable tucker and groovie engines
svn-id: r38275
2009-02-15 18:36:36 +00:00
Kostas Nakos d8a0e9d466 add support for tucker
svn-id: r38273
2009-02-15 18:34:39 +00:00
Kostas Nakos 493eb0c5a4 apply patch by Fingolfin to optimize scalers + more
svn-id: r36338
2009-02-14 19:42:18 +00:00
Kostas Nakos 7acb4f01ac update to newer overlay interface
svn-id: r36336
2009-02-14 18:59:46 +00:00
Max Horn dc385c1fa1 cleanup
svn-id: r36270
2009-02-11 22:51:15 +00:00
Max Horn de8fa39b25 Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some potential errors in WinCE & GP2x, too)
svn-id: r36146
2009-01-30 14:26:34 +00:00
Max Horn 8f16458e9b Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
svn-id: r36014
2009-01-23 03:41:36 +00:00
Max Horn e4b013f616 Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them)
svn-id: r36013
2009-01-23 03:30:40 +00:00
Kostas Nakos 5ac9de0938 had forgotten the case of a rect being partially off the top of the screen (and not the bottom at the same time). fixes bug #2470228
svn-id: r35733
2009-01-04 20:37:24 +00:00
Kostas Nakos 78a6d9e388 fix bug #2480870: crash when shaking (not stirring)
svn-id: r35731
2009-01-04 19:37:56 +00:00
Kostas Nakos ce989725cf follow new SAGA engine defines
svn-id: r35729
2009-01-04 16:08:24 +00:00