Commit graph

42 commits

Author SHA1 Message Date
Thierry Crozat
941d22c047 BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system instance 2018-10-14 21:25:33 +01:00
Johannes Schickel
627d766325 SDL: Add basic abstraction class for the SDL window. 2015-02-16 01:03:29 +01:00
D G Turner
9c4e6d2194 LINUXMOTO: Add "small" virtual keyboard pack to port packaging. 2014-06-25 19:59:33 +01:00
Johannes Schickel
872b5fdf41 LINUXMOTO: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
Tarek Soliman
6afac4e01e KEYMAPPER: Rename HardwareKey to HardwareInput 2012-02-27 13:00:56 -06:00
Tarek Soliman
aa42d78658 KEYMAPPER: Remove automapping dead code 2012-02-21 08:20:40 -06:00
Johannes Schickel
d811240a9d ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled. 2012-02-13 01:20:02 +01:00
Max Horn
ecb8618cb7 BUILD: Unify build & configure rules for SDL based backends 2011-05-25 13:21:01 +02:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Max Horn
a162ff18bc SDL: Various more SdlEventSource related fixes
svn-id: r54553
2010-11-28 22:04:39 +00:00
Max Horn
364382cf9f SDL: Change refs to SdlEventManager to SdlEventSource
svn-id: r54544
2010-11-28 18:39:04 +00:00
Alejandro Marzini
fb4086cadb Merged from trunk, from Rev 50841 to HEAD
svn-id: r51495
2010-07-30 05:28:09 +00:00
Max Horn
d22ebd358d BUILD: Unify how MODULE_DIRS is computed for backends
This should help avoid situations where MODULE_DIRS is not set to a
complete list of build dirs (which causes troubles with the automatic
header dependency detection logic).

On the long run, we should replace the relevant code by a macro or also
use rules.mk for this (with yet another if/else case add to it).

svn-id: r51467
2010-07-29 13:03:21 +00:00
Alejandro Marzini
4e50b23005 Cleanup and documentation.
svn-id: r50610
2010-07-03 00:25:06 +00:00
Alejandro Marzini
06290230d5 Updated makefile. Fixed compile errors.
svn-id: r50475
2010-06-29 01:21:30 +00:00
Alejandro Marzini
fd77e4b09c Modularized Linuxmoto port.
svn-id: r50474
2010-06-29 01:08:36 +00:00
Max Horn
767edc91fa OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
svn-id: r49388
2010-06-02 00:52:57 +00:00
Torbjörn Andersson
1c32db1e08 Removed some unused variables, found by cppcheck.
svn-id: r49306
2010-05-29 08:09:47 +00:00
Andre Heider
a3e428f6db Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
svn-id: r48977
2010-05-09 11:00:17 +00:00
Max Horn
6545e728b6 Patch #2938173: LinuxMoto update 23012010
svn-id: r48362
2010-03-22 23:04:55 +00:00
Max Horn
28c6c600d4 Move some aspect ratio related stuff to graphics/scaler/aspect.h
svn-id: r48186
2010-03-08 10:29:00 +00:00
Max Horn
9fb27a26f8 Remove unnecessary #includes
svn-id: r48185
2010-03-08 10:28:14 +00:00
Johannes Schickel
aed02365ec Strip trailing spaces/tabs.
svn-id: r47541
2010-01-25 01:39:44 +00:00
Eugene Sandulenko
bac7961b3f Patch #2896875: "dist update for linuxmoto-platform"
svn-id: r46491
2009-12-22 23:37:31 +00:00
Max Horn
8aa4083bc9 Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscaler* code (untested as of now)
svn-id: r45975
2009-11-18 15:22:15 +00:00
Max Horn
1f37da2626 Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-const (as it may have to be modified for remapping. Of course. Silly me :/)
svn-id: r45796
2009-11-09 23:58:12 +00:00
Max Horn
9d816caf56 SDL: Make first param of OSystem_SDL::remapKey const
svn-id: r45791
2009-11-09 23:29:33 +00:00
Max Horn
48013f16f8 Patch #2871861: fix for mgx-packet in linuxmoto.mk
svn-id: r45317
2009-10-21 22:40:00 +00:00
Max Horn
126450f3bc Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ASM build rules instead, enforcing the creation of output dirs for compiled files
svn-id: r44647
2009-10-04 23:21:01 +00:00
Max Horn
670d8582ff Attempt to fix linuxmoto compilation on our buildbot
svn-id: r44643
2009-10-04 22:35:04 +00:00
Max Horn
14c58b73e9 Remove dead code
svn-id: r44534
2009-10-02 12:53:45 +00:00
Max Horn
8ba75fc522 Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
2009-09-30 16:16:53 +00:00
Andre Heider
8b6b3358c8 Properly return values on functions with non-void return types.
svn-id: r44412
2009-09-27 17:18:30 +00:00
Max Horn
55211a1c1d cleanup
svn-id: r44352
2009-09-25 12:20:22 +00:00
Max Horn
f66485eb51 LINUXMOTO: main.cpp is now linuxmoto-main.cpp
svn-id: r44350
2009-09-25 12:17:08 +00:00
Max Horn
20ad571438 Last part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44345
2009-09-25 11:27:41 +00:00
Max Horn
1a4257f46f Move linuxmoto specific stuff from ports.mk to a new file backends/platform/linuxmoto/linuxmoto.mk
svn-id: r44342
2009-09-25 11:22:14 +00:00
Eugene Sandulenko
212965f978 Patch #2845084: "Linuxmoto-backend small update"
svn-id: r43809
2009-08-29 20:43:00 +00:00
Andre Heider
a041ba4f48 Whitespace fix for buildbot
svn-id: r43679
2009-08-23 22:51:57 +00:00
Eugene Sandulenko
080eaef76c Formatting
svn-id: r43675
2009-08-23 20:40:09 +00:00
Eugene Sandulenko
1cedb65771 Give meaningful name to variable
svn-id: r43647
2009-08-22 13:18:26 +00:00
Eugene Sandulenko
70b7ebb339 Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
2009-08-22 12:35:49 +00:00