Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-29 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-01-28 | XEEN: Implemented cmdDisplayLarge opcode | Paul Gilbert | |
2018-01-28 | PSP2: Prevent jumping touch cursor on right click | rsn8887 | |
2018-01-28 | PSP2: Add 2-finger drag-and-drop touch motion | rsn8887 | |
2018-01-28 | XEEN: Removal of redundant TODOs | Paul Gilbert | |
2018-01-28 | XEEN: Fix virtual destructor warnings for Music | Paul Gilbert | |
2018-01-28 | XEEN: Change ErrorDialog to MessageDialog | Paul Gilbert | |
2018-01-28 | XEEN: Flesh out missing ErrorDialog code | Paul Gilbert | |
2018-01-28 | XEEN: Added logic for music/sound toggling | Paul Gilbert | |
2018-01-28 | BLADERUNNER: Fix compilation issues | Peter Kohaut | |
2018-01-28 | BLADERUNNER: Added basic KIA interface | Peter Kohaut | |
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files | |||
2018-01-27 | XEEN: Second compilation fix | Paul Gilbert | |
2018-01-27 | XEEN: Implement save manager save/load methods | Paul Gilbert | |
2018-01-27 | XEEN: Hopeful compilation fix | Paul Gilbert | |
2018-01-27 | XEEN: Control panel dialog now showing | Paul Gilbert | |
2018-01-27 | PSP2: Improve direct touch accuracy | rsn8887 | |
2018-01-27 | XEEN: Implementing control panel dialog | Paul Gilbert | |
2018-01-27 | XEEN: Implement screen shaking | Paul Gilbert | |
2018-01-27 | XEEN: Move Scripts _v2 to Combat _damageTarget | Paul Gilbert | |
The _damageTarget field is wonky. In most places, such as in giveCharDamage, it's treated like an enum. But in the if opcode logic (cmdIf), it's definitely treated a character index | |||
2018-01-27 | XEEN: Fix giving entire party damage in giveCharDamage | Paul Gilbert | |
2018-01-27 | Merge pull request #1111 from bgK/gamepad-scale-mouse-speed-with-resolution | Bastien Bouclet | |
SDL: Scale the joystick mouse speed with the vertical window size | |||
2018-01-27 | I18N: Update translations templates | Thierry Crozat | |
2018-01-27 | GRAPHICS: Fix drawing clipped key colored bitmaps | Bastien Bouclet | |
The previous implementation was not clipping the bottom part of the bitmap. | |||
2018-01-27 | GUI: Remove the parent from the button_idle DrawData | Bastien Bouclet | |
Removing it does not result in any visible difference. It was likeliy set by mistake. | |||
2018-01-27 | GUI: Fix the caret drawing over the scroll bar in the list widget | Bastien Bouclet | |
Also remove the unused linesWidth variable and fix the hlLeftPadding and hlRightPadding widget attributes to actually work. There are still issues remaining with the caret in the list widget due to the ellipsis being used to shorten long text. Ellipsis is accounted for when drawing the text but not when computing the caret position. | |||
2018-01-27 | GUI: Remove Dialog::markAsDirty to expose full GUI redraws | Bastien Bouclet | |
2018-01-27 | GUI: Remove explicit redraw when scrolling the ScrollContainer | Bastien Bouclet | |
The redraw is already handled by the GUI main loop | |||
2018-01-27 | GUI: Implement dirty-checking for widget redraws | Bastien Bouclet | |
2018-01-27 | GUI: Rework the frame limiter to actually reach the target framerate | Bastien Bouclet | |
The previous combination of a fixed 10 milliseconds delay and time since last update checks meant that in most cases 20 milliseconds elapsed between two calls to updateScreen resulting in a 50 fps framerate. On systems with wait for vsync enabled that meant that some frames were missed. The new frame limiter waits for a variable delay equal to the non consumed time in the slot allocated to the frame. | |||
2018-01-27 | XEEN: Finish fall animation | Paul Gilbert | |
2018-01-27 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (962 of 962 strings) | |||
2018-01-26 | RISCOS: Fix compilation of null backend | Cameron Cawley | |
2018-01-26 | RISCOS: Don't list RISC OS as a POSIX platform | Cameron Cawley | |
2018-01-26 | XEEN: Added further enum values to make falling code clearer | Paul Gilbert | |
2018-01-26 | XEEN: Implementing falling code | Paul Gilbert | |
2018-01-26 | XEEN: Further renaming for _falling enum | Paul Gilbert | |
2018-01-26 | ANDROIDSDL: updated build script, added git checkout to one of previous ↵ | lubomyr | |
branch in libSDL, because in master branch of pelya(s) libSDL broken built-in virtual keyboard. I hope it will be fixed soon. | |||
2018-01-26 | ANDROIDSDL: updated how_to_build instructions. Latest NDK r16b not supported ↵ | lubomyr | |
by pelya(s) libSDL, supported ndk version is r15c | |||
2018-01-26 | ANDROIDSDL: updated How_to_build instruction. Pelya(s) libSDL changed build ↵ | lubomyr | |
scripts from ant to gradle so ant not needed anymore | |||
2018-01-26 | ANDROIDSDL: removed armeabi target, because support of armeabi removed from ↵ | lubomyr | |
master branch of pelya(s) libSDL | |||
2018-01-26 | ANDROIDSDL: fixed path to output apk file in build.sh script | lubomyr | |
2018-01-26 | ANDROIDSDL: added patch for adding parameter android:sharedUserId in ↵ | lubomyr | |
AndroidManifest.xml | |||
2018-01-26 | ANDROIDSDL: set version name to 2.1.0git, renamed asset appdata file | lubomyr | |
2018-01-25 | XEEN: Further fixes for starting falls | Paul Gilbert | |
2018-01-25 | XEEN: Change _falling to enum, properly implement startFalling | Paul Gilbert | |
2018-01-25 | XEEN: Fix loading of desert map | Paul Gilbert | |
2018-01-25 | PSP2: Always use direct touch on front touch panel | rsn8887 | |
2018-01-25 | AMIGA: Update convertRM.sed | Hubert Maier | |
2018-01-25 | AMIGA: Small rewrite of RM2AG.rx | Hubert Maier | |
GitHub´s utf-8 converter adds a char and changes the file when using characters like "°". Slightly rewritten the rexx script to use "<>" as marker and adjust the rest to take the new two-char marker into account (instead of the one-char marker that was used before). | |||
2018-01-24 | XEEN: Extra comments for map code | Paul Gilbert | |