Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-08 | BUILD: Package networking and virtual keyboard files on all platforms | Cameron Cawley | |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
2018-10-14 | BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵ | Thierry Crozat | |
instance | |||
2014-02-18 | WEBOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-07-21 | WEBOS: Remove broken keymapper code which is not needed anymore anyway | Klaus Reimer | |
2012-02-27 | KEYMAPPER: Fix WebOS compile | Tarek Soliman | |
2012-02-27 | KEYMAPPER: Rename HardwareKey to HardwareInput | Tarek Soliman | |
2012-02-21 | KEYMAPPER: Remove automapping dead code | Tarek Soliman | |
2012-02-13 | ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled. | Johannes Schickel | |
2011-09-25 | WebOS: Reset package version to 0. | TomFrost | |
The package version must be incremented for each new WebOS release, due to the device needing a new version to install. Whenever the ScummVM version is raised, this can be reset to 0. Changing to 0 in anticipation of ScummVM 1.4.0. | |||
2011-09-24 | WebOS: Enable scalers and Darwin compatibility. | TomFrost | |
On Mac OS X (Darwin), there are minor differences in the 'sed' and 'install' tools that require slightly different usage. This distinction has been made in webos.mk, made possible by an additional flag in ./configure. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-08 | WEBOS: Splitted install directory from package directory. | Klaus Reimer | |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn | |
2011-05-01 | WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵ | Klaus Reimer | |
Just "make package". | |||
2011-04-25 | WEBOS: Improved build system. Now supports "release" and "beta" packaging, ↵ | Klaus Reimer | |
supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version. | |||
2011-04-12 | WEBOS: Use STRIP variable to strip the binary | Klaus Reimer | |
2011-04-12 | WEBOS: Move scummvmrc to ScummVM data directory | Klaus Reimer | |
scummvmrc is now located in ScummVM data directory and no longer in app directory so it is accessible via USB drive mode. | |||
2011-04-12 | WEBOS: Complete rewrite of key/mouse events handling | Klaus Reimer | |
Touchscreen is now always used like a touch pad. | |||
2011-04-12 | WEBOS: Disable vkeybd, fix more directory references with wrong package name | Klaus Reimer | |
The vkeybd XML can't be read for some reason. | |||
2011-04-12 | WEBOS: Correct package directory name | Klaus Reimer | |
2011-04-12 | WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicks | Klaus Reimer | |
2011-04-12 | WEBOS: Create webos backend with custom events | Klaus Reimer | |
Currently only contains test code. | |||
2011-04-12 | WEBOS: Strip binary before packaging it | Klaus Reimer | |
2011-04-12 | WEBOS: Add webos backend | Klaus Reimer | |
IPK can be built with "make webosrelease". |