Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-11 | Better handling of virtual keyboard and gui being displayed at the same ↵ | Stephen Kennedy | |
time. VK now also uses its own cursor. svn-id: r33008 | |||
2008-07-09 | Added pushEvent to EventManager (from cpage88's branch) and changed ↵ | Stephen Kennedy | |
VirtualKeyboard so that it uses this method to feed key presses its resulting key press events. svn-id: r32977 | |||
2008-07-09 | - keyboard fully tested with multiple modes - key press events successfully ↵ | Stephen Kennedy | |
passed back to engine, mode switching also works - added support to re-parse keyboard pack if overlay size changes (to find more suitable layouts) svn-id: r32975 | |||
2008-07-08 | - Virtual keyboard now can now be dragged, when the user clicks on any part ↵ | Stephen Kennedy | |
of it that is not a special area. - Fixed non-virtual destructor warnings for Shape and Rect classes svn-id: r32965 | |||
2008-07-07 | MILESTONE: bitmap showing with key color transparency implemented! | Stephen Kennedy | |
- SurfaceKeyColored class handles blitting of keycolor transparency data - ImageMap tested - Rect and Polygon areas seem to be working as expected svn-id: r32950 | |||
2008-07-07 | - updates for GCC compilation - still having linker errors though :( | Stephen Kennedy | |
svn-id: r32944 | |||
2008-07-07 | - changed VirtualKeyboard classes to Common namespace | Stephen Kennedy | |
- updated XMLParser from Tanoku's branch svn-id: r32943 | |||
2008-07-07 | - renaming of files | Stephen Kennedy | |
svn-id: r32942 | |||
2008-07-04 | - Added alignment and initial mode options to keyboard pack file | Stephen Kennedy | |
- More functionality to VirtualKeyboard class, including handling mouse clicks svn-id: r32907 | |||
2008-07-04 | - MILESTONE - VirtualKeyboardParser successfully parsing a simple test pack | Stephen Kennedy | |
- XMLParser - small improvements svn-id: r32905 | |||
2008-07-03 | VirtualKeyboardParser mostly completed - needs to be tested | Stephen Kennedy | |
svn-id: r32900 | |||
2008-07-03 | Changed XMLParser to internally use a Stack rather than a FixedStack | Stephen Kennedy | |
svn-id: r32896 | |||
2008-07-03 | changed loadBuffer to use byte* rather than char* | Stephen Kennedy | |
svn-id: r32893 | |||
2008-07-03 | First commit: | Stephen Kennedy | |
- changed Rect to derive from Shape and added Polygon class (also derived from Shape) - added ImageMap class that encapsulates generalised functionality of image maps - skeletal classes for VirtualKeyboard and VirtualKeyboardParser svn-id: r32880 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-06-28 | Removed OSystem::getFilesystemFactory() default implentation, as announced | Max Horn | |
svn-id: r32824 | |||
2008-06-22 | Turned off overzealous warning 4800 - "forcing value to bool 'true' or ↵ | Filippos Karapetis | |
'false' (performance warning)" svn-id: r32759 | |||
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn | |
svn-id: r32663 | |||
2008-06-10 | Re-enabled default Hash<String> template | Max Horn | |
svn-id: r32656 | |||
2008-06-10 | Removed unneeded #include | Max Horn | |
svn-id: r32654 | |||
2008-06-08 | Don't attempt to close the arj file if it hasn't been opened | Filippos Karapetis | |
svn-id: r32608 | |||
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko | |
svn-id: r32547 | |||
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
2008-06-02 | Implement ADGF_KEEPMATCH | Eugene Sandulenko | |
svn-id: r32497 | |||
2008-06-02 | Plug memory leak | Eugene Sandulenko | |
svn-id: r32496 | |||
2008-06-01 | Fix for crash that occurs in the unarj's fallback code - _uncompressedData ↵ | Filippos Karapetis | |
is not allocated when ARJ files have not been opened svn-id: r32480 | |||
2008-06-01 | Implement file fallback for archives | Eugene Sandulenko | |
svn-id: r32476 | |||
2008-06-01 | Fixed MSVC warnings | Filippos Karapetis | |
svn-id: r32474 | |||
2008-06-01 | Speed up decoding by memory caching | Eugene Sandulenko | |
svn-id: r32472 | |||
2008-06-01 | Unarj code based on unarj 2.62. Used by Drascula engine | Eugene Sandulenko | |
svn-id: r32460 | |||
2008-05-28 | Decrement _nele when erasing an element from hashmap, and add a test-case ↵ | Willem Jan Palenstijn | |
for this bug. svn-id: r32343 | |||
2008-05-27 | Made some methods virtual to allow File subclasses | Jordi Vilalta Prat | |
svn-id: r32311 | |||
2008-05-26 | Made fallbackDetect to allow subclasses to override it | Jordi Vilalta Prat | |
svn-id: r32295 | |||
2008-05-24 | Removing DS ifdef from getFileSystemFactory(). | Neil Millstone | |
svn-id: r32248 | |||
2008-05-20 | Cleaned up engine debug level code. | Johannes Schickel | |
svn-id: r32195 | |||
2008-05-19 | Typo. | Johannes Schickel | |
svn-id: r32191 | |||
2008-05-19 | Removed some more obsolete GP32 code | Max Horn | |
svn-id: r32179 | |||
2008-05-19 | Removed some dead code | Max Horn | |
svn-id: r32178 | |||
2008-05-15 | Removed the default OSystem::getTimeAndDate() implementation | Max Horn | |
svn-id: r32138 | |||
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel | |
svn-id: r31929 | |||
2008-05-03 | Formatting. | Johannes Schickel | |
svn-id: r31852 | |||
2008-05-03 | Changed spaces to tab, thus annoying everyone who now have to do a large | Torbjörn Andersson | |
recompile. svn-id: r31848 | |||
2008-04-26 | Fixed segfault when trying to start invalid gameid from command line. | Johannes Schickel | |
svn-id: r31731 | |||
2008-04-21 | Removed some dead code | Max Horn | |
svn-id: r31645 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-04-14 | Reverted commit #31499 | Filippos Karapetis | |
svn-id: r31502 | |||
2008-04-14 | Removed Common::Array::contains() | Max Horn | |
svn-id: r31501 | |||
2008-04-14 | Added contains() method to Common::List, same as in Common::Array | Filippos Karapetis | |
svn-id: r31499 | |||
2008-04-13 | Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ↵ | Filippos Karapetis | |
it's written to svn-id: r31498 | |||
2008-04-11 | Correct documentation | Jordi Vilalta Prat | |
svn-id: r31486 |