Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-20 | - Updated version numbers, Implemented exists properly, Added two engines in ↵ | Lars Persson | |
main_features.inl svn-id: r30586 | |||
2008-01-18 | Removing duplicate content and adding GPL header | Max Horn | |
svn-id: r30555 | |||
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn | |
svn-id: r30552 | |||
2008-01-17 | implement exists(), isReadable() and isWritable() stubs using access() | Joost Peters | |
svn-id: r30537 | |||
2008-01-13 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r30476 | |||
2008-01-13 | WORKAROUND bug #1870304: Solaris does not provide INADDR_NONE | Max Horn | |
svn-id: r30467 | |||
2008-01-12 | Patch #1869152: "MAEMO port preliminary patch" | Eugene Sandulenko | |
svn-id: r30458 | |||
2008-01-11 | First part of Maemo port | Eugene Sandulenko | |
svn-id: r30427 | |||
2008-01-11 | doc update for 0.11.0 | Kostas Nakos | |
svn-id: r30416 | |||
2008-01-10 | Fix DefaultSaveFileManager::listSavefiles to return the savefile *name*, not ↵ | Max Horn | |
the *path* (which is meaningless in the context of savefiles) svn-id: r30373 | |||
2008-01-04 | fix a race - bug #1863961 (#1769503) | Kostas Nakos | |
svn-id: r30218 | |||
2008-01-03 | Use system call to return to DC boot menu rather than relying on exit() | Marcus Comstedt | |
to do the job. svn-id: r30197 | |||
2008-01-03 | Updated paths to engine-data files for Symbian OS | Lars Persson | |
svn-id: r30191 | |||
2008-01-03 | Disable compilation of default savefile manager, to avoid having it pulled | Marcus Comstedt | |
in by --whole-archive when building with plugins. svn-id: r30185 | |||
2008-01-03 | Remove -I$(srcdir)/common from include path (not needed anymore). | Marcus Comstedt | |
svn-id: r30184 | |||
2008-01-03 | Updated build requirements. | Marcus Comstedt | |
svn-id: r30183 | |||
2008-01-02 | cannot handle key mods in ce and unicode is dodgy to say the least. fixes ↵ | Kostas Nakos | |
bug #1748135 svn-id: r30158 | |||
2008-01-02 | Fix dmedia.cpp to not use stdafx (likely fixes building on IRIX) | Max Horn | |
svn-id: r30151 | |||
2008-01-02 | (forward-port) Quick swipes across the screen now triggers arrow key events. ↵ | Oystein Eftevaag | |
Also, some mouse cursor fixes for landscape mode svn-id: r30134 | |||
2008-01-01 | fixup to prevent a crash, pending the overlay rework | Kostas Nakos | |
svn-id: r30129 | |||
2007-12-31 | Added support for landscape mode in addition to the upside-down landscape ↵ | Oystein Eftevaag | |
mode we already had, and a few minor optimizations svn-id: r30090 | |||
2007-12-30 | implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵ | Kostas Nakos | |
have incorrect time & date svn-id: r30083 | |||
2007-12-30 | The PS2, DS and PalmOS ports currently do not properly implement their ↵ | Max Horn | |
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-29 | Fixed warning when DISABLE_SCALERS is defined. | Torbjörn Andersson | |
svn-id: r30074 | |||
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert | |
svn-id: r30068 | |||
2007-12-28 | Modify DFSM::getSavePath to return a Common::String instead of a char* | Max Horn | |
svn-id: r30061 | |||
2007-12-28 | Change the checkPath() method to receive a String& instead of a char*, to ↵ | David Corrales | |
make code clearer. svn-id: r30060 | |||
2007-12-28 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r30050 | |||
2007-12-28 | Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath | Max Horn | |
svn-id: r30046 | |||
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko | |
svn-id: r30034 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-12-26 | Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should ↵ | Max Horn | |
fix bug #1705410. svn-id: r30006 | |||
2007-12-25 | Removed obsolete comment | Max Horn | |
svn-id: r29992 | |||
2007-12-24 | ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM to | Robin Watts | |
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 | New version of palettised screen scaler for DS; uses LDMs and STMs to improve | Robin Watts | |
performance on slow VRAM. svn-id: r29978 | |||
2007-12-22 | Fixed mutex handling, and reverted sound callbacks to be from another thread ↵ | Oystein Eftevaag | |
again svn-id: r29951 | |||
2007-12-21 | Scaler corruption fixes, scaler console fixes, adding Lure target (except it ↵ | Neil Millstone | |
doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944 | |||
2007-12-21 | Remove a comment | Neil Millstone | |
svn-id: r29943 | |||
2007-12-21 | Implement exists() in DS file system | Neil Millstone | |
svn-id: r29942 | |||
2007-12-20 | Do sound callbacks from the main thread instead of a separate one, to avoid ↵ | Oystein Eftevaag | |
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 | clear more executable bits | Eugene Sandulenko | |
svn-id: r29912 | |||
2007-12-20 | clear executable bit | Eugene Sandulenko | |
svn-id: r29910 | |||
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn | |
svn-id: r29889 | |||
2007-12-16 | default is not to build plugins yet, until the plugin system is reworked | Kostas Nakos | |
svn-id: r29887 | |||
2007-12-16 | reimplemented the freelook action to be more usable, ultimately targeted ↵ | Kostas Nakos | |
towards lure but all engines benefit svn-id: r29886 | |||
2007-12-16 | adding preliminary lure support | Kostas Nakos | |
svn-id: r29884 | |||
2007-12-15 | Remove bad workaround and change compiler options (no optimization, no inline) | Chris Apers | |
svn-id: r29862 | |||
2007-12-15 | Added missing symbol definition | Chris Apers | |
svn-id: r29861 | |||
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ↵ | Nicola Mettifogo | |
SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886. svn-id: r29826 | |||
2007-12-10 | When renaming a savefile, close the old file before deleting it to avoid errors. | Nicola Mettifogo | |
svn-id: r29818 |