Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-12 | OPENGL: Fix include guard name. | Johannes Schickel | |
2015-12-12 | TONY: Add detection for Tony Tough Czech "not installed" | Strangerke | |
2015-12-12 | DEVTOOLS: More formatting fixes in create_amazon. | Johannes Schickel | |
Powered by astyle. | |||
2015-12-12 | DEVTOOLS: A few formatting fixes. | Johannes Schickel | |
2015-12-12 | COMMON: A few formatting fixes. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Silence compiler warning in convbdf. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Silence compiler warnings in create_access. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Replace macro by function call. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Adjust enum constant names to match our conventions. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Remove 'explicit' keyword from multi parameter constructors. | Johannes Schickel | |
This does not make sense in C++98. For C++11 this only prevents Foo x = {...} initialization, which we can't use anyway. | |||
2015-12-12 | DEVTOOLS: Cleanup code. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Use default copy constructor. | Johannes Schickel | |
The formerly user supplied copy constructor was not identical to the default generated, but the output of create_project for xcode is unchanged. | |||
2015-12-12 | DEVTOOLS: Run astyle over xcode.[cpp/h]. | Johannes Schickel | |
Manual fix up included. | |||
2015-12-12 | DEVTOOLS: Prefix varibles in structs/classes with '_' in xcode.[h/cpp]. | Johannes Schickel | |
This silences some variables and increases consistency with our code formatting conventions. | |||
2015-12-11 | ACCESS: Fix differences in floppy chapter changes | Paul Gilbert | |
2015-12-11 | ACCESS: Fix palette for inventory window | Paul Gilbert | |
2015-12-11 | ACCESS: Add a constant for transparency | Paul Gilbert | |
2015-12-10 | ACCESS: Fix clearing speech bubbles that overlap the response buttons | Paul Gilbert | |
2015-12-10 | ACCESS: Fix crash when talking to Librarian | Paul Gilbert | |
2015-12-10 | ACCESS: Workaround for bad floppy English anim for librarian | Paul Gilbert | |
2015-12-10 | ACCESS: Fix showing inventory after loading a close-up savegame | Paul Gilbert | |
2015-12-09 | SHERLOCK: Add validation for journal entry values | Paul Gilbert | |
2015-12-10 | Merge pull request #634 from jwilk/spelling | Eugene Sandulenko | |
SWORD25: Fix typo | |||
2015-12-09 | SWORD25: Fix typo | Jakub Wilk | |
2015-12-08 | Merge branch 'rpi-sdl2' | Johannes Schickel | |
This is a manual merge of pull request #632. The history fo the PR has been cleaned up. | |||
2015-12-08 | RASPBERRYPI: Disable OpenGL ES because it offers no advantage over SDL2. | vanfanel | |
2015-12-08 | RASPBERRYPI: Prefer SDL2 over SDL1.2. | vanfanel | |
2015-12-08 | SDL/DISPMANX: Remove dispmanx graphics output. | vanfanel | |
2015-12-08 | CONFIGURE: Fix OpenGL ES detection for Raspberry Pi and other SBCs. | vanfanel | |
2015-12-08 | OPENGLSDL: Request GLES1.1 context with SDL2 for GLES targets. | vanfanel | |
2015-12-08 | SDL: Prevent cursor from leaving screen area in fullscreen with SDL2. | Johannes Schickel | |
2015-12-08 | SDL: Prevent graphics stretching in fullscreen when using SDL2. | Johannes Schickel | |
As a side effect we get better coordinates from mouse move events in fullscreen, i.e. we do not get actual window coordinates but something close to actual viewport coordinates. The easily noticable issue is that mouse coordinates inside black bars are outside of the viewport. For example, the x coordinate can get negative when there's a black bar at the left side. | |||
2015-12-06 | ACCESS: Prevent multiple copies of the same sound being queued | Paul Gilbert | |
2015-12-07 | CREDITS: Fix the case of mindFactory | Strangerke | |
2015-12-06 | ACCESS: Prevent scenes being briefly shown before fading in | Paul Gilbert | |
2015-12-06 | CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5 | Strangerke | |
2015-12-06 | SWORD25: Build engine by default | Strangerke | |
2015-12-06 | ACCESS: Fix character loading for floppy version | Paul Gilbert | |
2015-12-06 | ACCESS: Fix crash on Darlene's 'I Told You No' sample | Paul Gilbert | |
2015-12-06 | AGI: Remove unused variable | Torbjörn Andersson | |
2015-12-06 | Merge pull request #631 from fedor4ever/fedor4ever-patch-1 | Eugene Sandulenko | |
SYMBIAN: various fixes in build scripts | |||
2015-12-06 | Merge pull request #633 from emillon/readme-broken-links | Eugene Sandulenko | |
README: Fix broken links | |||
2015-12-06 | README: Fix broken links | Etienne Millon | |
2015-12-05 | AGI: stub for AGI1 newRoom() | Eugene Sandulenko | |
2015-12-04 | SWORD25: Mark Sword 2.5 as testing | Eugene Sandulenko | |
2015-12-03 | Symbian: cleanup build script | Fedor | |
Add missed engines, all engines ordered by names, simplified and clear comments | |||
2015-12-03 | Symbian: add Sherlock engine support | Fedor | |
2015-12-03 | WIN32: Don't install QUICKSTART file | Willem Jan Palenstijn | |
The English version is only intended as a template for translation; not for installing. See FR#699. | |||
2015-12-02 | ACCESS: Explicit cast in figuring out fade out pixel values | Paul Gilbert | |
2015-12-02 | ACCESS: Fix corruption of scrolling screen when using ui buttons | Paul Gilbert | |