Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | IOS: Moves the compilation instructions in the platform directory | Vincent Bénony | |
2016-01-06 | IOS: Removes a generated file | Vincent Bénony | |
2016-01-06 | IOS: Fixes tabs | Vincent Bénony | |
2016-01-06 | IOS: Updates the compilation instructions | Vincent Bénony | |
2016-01-06 | IOS: Adds the old iPhone 5 binary to the Git ignore list | Vincent Bénony | |
2016-01-06 | IOS: Uses the SDKROOT variable only if provided | Vincent Bénony | |
2016-01-06 | IOS: Once again, changes the iOS deployment target | Vincent Bénony | |
2016-01-06 | IOS: Fixes the Info.plist file generation | Vincent Bénony | |
2016-01-06 | IOS: Changes the deployment target to iOS 7.0 | Vincent Bénony | |
2016-01-06 | IOS: Removes the temporary Xcode project for iOS | Vincent Bénony | |
2016-01-06 | IOS: Adds my name to the contributors list | Vincent Bénony | |
2016-01-06 | IOS: Properly adds the resource files to the targets | Vincent Bénony | |
2016-01-06 | IOS: Adds an helper function | Vincent Bénony | |
2016-01-06 | IOS : Rename a function | Vincent Bénony | |
2016-01-06 | IOS: Converts spaces to tabs | Vincent Bénony | |
2016-01-06 | IOS: Adds the image asset catalog to the iOS targer | Vincent Bénony | |
2016-01-06 | IOS: Removes useless images from the assets | Vincent Bénony | |
2016-01-06 | IOS: Removes "auto", and use an explicit type | Vincent Bénony | |
2016-01-06 | IOS: Typo in comment | Vincent Bénony | |
2016-01-06 | IOS: Updates the compilation instructions. | Vincent Bénony | |
2016-01-06 | IOS: Adds a temporary Xcode project | Vincent Bénony | |
This project will be removed once the "create_project" tool is complete. | |||
2016-01-06 | IOS: Forces the create_project tool to use the right browser file for iOS | Vincent Bénony | |
2016-01-06 | IOS: Fixes various iOS compilation flags, and missing frameworks | Vincent Bénony | |
2016-01-06 | IOS: Keep the MACOSX, and IPHONE macros according to the target | Vincent Bénony | |
2016-01-06 | IOS: Remove the simulator specific target | Vincent Bénony | |
The simulator works with the same target than the iPhone / iPad target. | |||
2016-01-06 | ISO: Removes the ENABLE_IOS macro | Vincent Bénony | |
2016-01-06 | IOS: Adds the POSIX macro to the create_project Xcode project | Vincent Bénony | |
2016-01-06 | IOS: Adds the IPHONE macro to the generated project | Vincent Bénony | |
2016-01-06 | IOS: Create a separate for adding resources | Vincent Bénony | |
2016-01-06 | IOS: Adds a description of the new iOS port | Vincent Bénony | |
2016-01-06 | IOS: Fixes configure script | Vincent Bénony | |
2016-01-06 | IOS: Updates Info.plist | Vincent Bénony | |
2016-01-06 | IOS: Fixes rotation and event handling | Vincent Bénony | |
2016-01-06 | IOS: Uses the chroot filesystem | Vincent Bénony | |
2016-01-06 | IOS: Adds a getter for the touchpad mode | Vincent Bénony | |
2016-01-06 | IOS: Fixes the virtual keyboard | Vincent Bénony | |
2016-01-06 | IOS: Replace old iOS graphic assets with an asset catalog | Vincent Bénony | |
2016-01-06 | IOS: Adds two helper functions on strings | Vincent Bénony | |
2016-01-06 | IOS: Added a chroot like filesystem | Vincent Bénony | |
This is needed because it is not possible to keep absolute paths to the iOS document directory, because a part of its name change between each installation / update. | |||
2016-01-06 | LAB: Use cursor manager to set, show and hide the cursor | Torbjörn Andersson | |
While not strictly necessary, without this the debug console will mess up the cursor on closing, because it doesn't know what cursor to restore. | |||
2016-01-05 | LAB: Fix switching between texts in monitor | Willem Jan Palenstijn | |
2016-01-05 | LAB: Fix end-of-text detection in monitor | Willem Jan Palenstijn | |
2016-01-05 | LAB: Ignore clicks in empty region in monitor | Willem Jan Palenstijn | |
Regression from e71f28d0ba319bca35056b7e88d8ebfe0ea92017 | |||
2016-01-05 | LAB: Simplify and clean up the intro code | Filippos Karapetis | |
2016-01-05 | SCI: fix compatibility issue in kFileIO | Martin Kiewitz | |
Allow 0xFFFF as invalid file handle again for kFileIO calls Fan game "Dating Pool" opens a non-existant file at the start and tries to read it, even though it shouldn't do the latter. The sciAudio adjustments changed our behavior to error() out in such a case. This commit changes it back to our old behavior to only print out a warning. | |||
2016-01-04 | SCI32: fix kString calling from within kArray | Martin Kiewitz | |
(didn't work since the introduction of kString signatures and the kString split-up) | |||
2016-01-04 | TONY: Initialize _vdbCodec in contructor | Strangerke | |
2016-01-04 | TONY: As suggested by LordHoto, determine codec based on container signature ↵ | Strangerke | |
instead of filename | |||
2016-01-04 | TONY: Reduce variable scope, use MKTAG to check file signature | Strangerke | |
2016-01-04 | TONY: Add support to the new compressed speech containers | Strangerke | |